- 08 Şub, 2008 5 kayıt (commit)
-
-
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 9 kayıt (commit)
-
-
Georg Brandl yazdı
-
Mark Dickinson yazdı
-
Mark Dickinson yazdı
raise InvalidOperation (and return False if InvalidOperation is trapped).
-
Thomas Heller yazdı
Should not be merged to py3k branch.
-
Facundo Batista yazdı
Thanks Giampaolo Rodola.
-
Walter Dörwald yazdı
Calendar.yeardays2calendar() and Calendar.yeardayscalendar() as the methods don't have such a parameter. Fixes issue #2017. Rewrap content to 80 chars.
-
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.
-
Christian Heimes yazdı
-
Raymond Hettinger yazdı
-
- 05 Şub, 2008 8 kayıt (commit)
-
-
Georg Brandl yazdı
* Convert both to unittest. * Use the same unit testing code. * Include the expected output in both test files. * Make it possible to regenerate the expected output by running the file as a script with an '-r' argument.
-
Skip Montanaro yazdı
-
Georg Brandl yazdı
-
Facundo Batista yazdı
-
Georg Brandl yazdı
-
Guido van Rossum yazdı
-
Andrew M. Kuchling yazdı
(This code is duplicated between pydoc and DocXMLRPCServer; maybe it should be refactored as a GHOP project.) 2.5.2 backport candidate.
-
Marc-André Lemburg yazdı
-