- 09 Şub, 2008 10 kayıt (commit)
-
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
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
-
Nick Coghlan yazdı
Issue 2021: Allow NamedTemporaryFile and SpooledTemporaryFile to be used as context managers. (The NamedTemporaryFile fix should be considered for backporting to 2.5)
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
- 08 Şub, 2008 9 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
The preceding test guarantees that 0 <= i < len.
-
Hye-Shik Chang yazdı
-
Jeffrey Yasskin yazdı
-
Amaury Forgeot d'Arc yazdı
if default_factory is set to a bound method. Will backport.
-
Christian Heimes yazdı
-
Christian Heimes yazdı
-
- 07 Şub, 2008 18 kayıt (commit)
-
-
Brett Cannon yazdı
Error found through LLVM post-2.1 svn.
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Walter Dörwald yazdı
-
Walter Dörwald yazdı
Fixes second part of #2018.
-
Walter Dörwald yazdı
TextCalendar.formatyear() for custom instances won't be influenced by calls to the module global setfirstweekday() function. Fixes #2018.
-
Facundo Batista yazdı
to GET, so it loses its payload. So, it also must lose the headers related to the payload (if it has no content any more, it shouldn't indicate content length and type).
-
Christian Heimes yazdı
Added some statistics code to dict and list object code. I wanted to test how a larger freelist affects the reusage of freed objects. Contrary to my gut feelings 80 objects is more than fine for small apps. I haven't profiled a large app yet.
-
Facundo Batista yazdı
Giampaolo Rodola.
-
Andrew M. Kuchling yazdı
-
Brett Cannon yazdı
-
Brett Cannon yazdı
(mistmatch found by clang).
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Mark Dickinson yazdı
comparisons involving NaNs.
-
Mark Dickinson yazdı
-
Raymond Hettinger yazdı
-
- 06 Şub, 2008 3 kayıt (commit)
-
-
Georg Brandl yazdı
-
Mark Dickinson yazdı
-
Mark Dickinson yazdı
raise InvalidOperation (and return False if InvalidOperation is trapped).
-