- 09 Feb, 2008 6 commits
-
-
Nick Coghlan authored
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 authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
- 08 Feb, 2008 9 commits
-
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
The preceding test guarantees that 0 <= i < len.
-
Hye-Shik Chang authored
-
Jeffrey Yasskin authored
-
Amaury Forgeot d'Arc authored
if default_factory is set to a bound method. Will backport.
-
Christian Heimes authored
-
Christian Heimes authored
-
- 07 Feb, 2008 18 commits
-
-
Brett Cannon authored
Error found through LLVM post-2.1 svn.
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Walter Dörwald authored
-
Walter Dörwald authored
Fixes second part of #2018.
-
Walter Dörwald authored
TextCalendar.formatyear() for custom instances won't be influenced by calls to the module global setfirstweekday() function. Fixes #2018.
-
Facundo Batista authored
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 authored
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 authored
Giampaolo Rodola.
-
Andrew M. Kuchling authored
-
Brett Cannon authored
-
Brett Cannon authored
(mistmatch found by clang).
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Mark Dickinson authored
comparisons involving NaNs.
-
Mark Dickinson authored
-
Raymond Hettinger authored
-
- 06 Feb, 2008 7 commits
-
-
Georg Brandl authored
-
Mark Dickinson authored
-
Mark Dickinson authored
raise InvalidOperation (and return False if InvalidOperation is trapped).
-
Thomas Heller authored
Should not be merged to py3k branch.
-
Facundo Batista authored
Thanks Giampaolo Rodola.
-
Walter Dörwald authored
Calendar.yeardays2calendar() and Calendar.yeardayscalendar() as the methods don't have such a parameter. Fixes issue #2017. Rewrap content to 80 chars.
-
Christian Heimes authored
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.
-