- 23 Şub, 2008 10 kayıt (commit)
-
-
Georg Brandl yazdı
-
Christian Heimes yazdı
Permission for pyc and pyo files are inherited from the py file.
-
Christian Heimes yazdı
-
Georg Brandl yazdı
-
Facundo Batista yazdı
wrapper around the system call with the same name. Also added test cases, doc changes and NEWS entry. Thanks Jason and Ralf Schmitt.
-
Georg Brandl yazdı
-
Christian Heimes yazdı
with some help from Georg
-
Facundo Batista yazdı
DEFAULT section any more, because it duplicated sections with the rest of the machinery. Thanks Tim Lesher and Manuel Kaufmann.
-
Facundo Batista yazdı
a test for this (and because of this test you'll see in stderr a message that parser.c sends before raising MemoryError). Thanks Ralf Schmitt.
-
Eric Smith yazdı
-
- 22 Şub, 2008 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
- 21 Şub, 2008 3 kayıt (commit)
-
-
Guido van Rossum yazdı
Move 2.5 news to Misc/HISTORY.
-
Guido van Rossum yazdı
callable() from copy_reg.py, so the interpreter now starts up without warnings when '-3' is given. More work like this needs to be done in the rest of the stdlib.
-
Guido van Rossum yazdı
-
- 20 Şub, 2008 1 kayıt (commit)
-
-
Eric Smith yazdı
Trim leading zeros from a floating point exponent, per C99. See issue 1600. As far as I know, this only affects Windows. Add float type 'n' to PyOS_ascii_formatd (see PEP 3101 for 'n' description).
-
- 19 Şub, 2008 1 kayıt (commit)
-
-
Eric Smith yazdı
-
- 18 Şub, 2008 2 kayıt (commit)
-
-
Facundo Batista yazdı
Thanks Anthony Lenton.
-
Facundo Batista yazdı
inspect.py. Thanks Javi Mansilla for patch review and corrections.
-
- 17 Şub, 2008 3 kayıt (commit)
-
-
Facundo Batista yazdı
a subclass of it. Thanks John Lenton.
-
Facundo Batista yazdı
issues regarding user/group and permissions. Fixes 1050828.
-
Brett Cannon yazdı
Thanks to Christopher White from GHOP.
-
- 16 Şub, 2008 1 kayıt (commit)
-
-
Amaury Forgeot d'Arc yazdı
is still present in the containing structure.
-
- 15 Şub, 2008 3 kayıt (commit)
-
-
Amaury Forgeot d'Arc yazdı
Also correct a possible crash using ABCs. This change is exactly the same as an optimisation done 5 years ago, but on slot *access*: http://svn.python.org/view?view=rev&rev=28297
-
Christian Heimes yazdı
Thanks to Thomas Herve for the fix.
-
Christian Heimes yazdı
Fixed repr() and str() of complex numbers. Complex suffered from the same problem as floats but I forgot to test and fix them.
-
- 14 Şub, 2008 1 kayıt (commit)
-
-
Christian Heimes yazdı
Implemented Martin's suggestion to clear the free lists during the garbage collection of the highest generation.
-
- 13 Şub, 2008 2 kayıt (commit)
-
-
Thomas Heller yazdı
-
Georg Brandl yazdı
result on Windows.
-
- 12 Şub, 2008 2 kayıt (commit)
-
-
Martin v. Löwis yazdı
implements the chunked encoding incorrectly. Will backport to 2.5.
-
Martin v. Löwis yazdı
-
- 10 Şub, 2008 3 kayıt (commit)
-
-
Mark Dickinson yazdı
with numbers.Rational. See issue #1682 for related discussion.
-
Raymond Hettinger yazdı
-
Nick Coghlan yazdı
-
- 09 Şub, 2008 1 kayıt (commit)
-
-
Christian Heimes yazdı
Added Py_BUILD_CORE_MODULES macro to set WINVER and NTDDI_VERSION to Windows 2000 for core modules, too Added -d option to build.bat (same as -c Debug) and fixed warning about /build option Updated Windows related readme.txt files
-
- 08 Şub, 2008 3 kayıt (commit)
-
-
Hye-Shik Chang yazdı
-
Amaury Forgeot d'Arc yazdı
if default_factory is set to a bound method. Will backport.
-
Christian Heimes yazdı
-
- 07 Şub, 2008 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
- 06 Şub, 2008 2 kayıt (commit)
-
-
Mark Dickinson yazdı
raise InvalidOperation (and return False if InvalidOperation is trapped).
-
Christian Heimes yazdı
in Object/ are named ``free_list``, the counter ``numfree`` and the upper limit is a macro ``PyName_MAXFREELIST`` inside an #ifndef block. The chances should make it easier to adjust Python for platforms with less memory, e.g. mobile phones.
-