summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* #1433694: minidom's .normalize() failed to set .nextSibling for last element.Andrew M. Kuchling2008-02-231-0/+1
* #2067: file.__exit__() now calls subclasses' close() method.Georg Brandl2008-02-231-1/+3
* Issue 1089358. Adds the siginterrupt() function, that is just aFacundo Batista2008-02-231-0/+1
* #1492: allow overriding BaseHTTPServer's content type for error messages.Georg Brandl2008-02-231-0/+3
* Patch #1759: Backport of PEP 3129 class decoratorsChristian Heimes2008-02-231-0/+2
* Issue 1781. Now ConfigParser.add_section does not let you add aFacundo Batista2008-02-231-0/+3
* Issue 1881. Increased the stack limit from 500 to 1500. Also addedFacundo Batista2008-02-231-0/+3
* Added future_builtins, which contains PEP 3127 compatible versions of hex() a...Eric Smith2008-02-231-0/+8
* Document itertools.product().Raymond Hettinger2008-02-221-0/+3
* Fix a few typos and layout glitches (more work is needed).Guido van Rossum2008-02-212-2141/+2144
* Removed uses of dict.has_key() from distutils, and uses ofGuido van Rossum2008-02-211-0/+5
* Remove news about float repr() -- issue 1580 is still in limbo.Guido van Rossum2008-02-211-4/+0
* Trim leading zeros from a floating point exponent, per C99. See issue 1600. ...Eric Smith2008-02-201-0/+7
* Added PEP 3101.Eric Smith2008-02-191-0/+6
* Issue 1224. Now we support again the double slash in the URL.Facundo Batista2008-02-181-0/+2
* Issue #1916. Added isgenerator() and isgeneratorfunction() toFacundo Batista2008-02-181-0/+2
* Issue 2112. mmap does not raises EnvironmentError no more, butFacundo Batista2008-02-171-0/+3
* Now we handle different the backup copy, because of securityFacundo Batista2008-02-171-0/+5
* Move test_logging over to doctest.Brett Cannon2008-02-172-0/+3
* Prevent a crash with nested scopes, again caused by calling Py_DECREF when th...Amaury Forgeot d'Arc2008-02-161-0/+3
* Issue #2115: __slot__ attributes setting was 10x slower.Amaury Forgeot d'Arc2008-02-151-0/+4
* Two new functions:Skip Montanaro2008-02-151-3/+25
* Bug #2111: mmap segfaults when trying to write a block opened with PROT_READChristian Heimes2008-02-151-0/+2
* Fixed repr() and str() of complex numbers. Complex suffered from the same pro...Christian Heimes2008-02-151-0/+3
* Implemented Martin's suggestion to clear the free lists during the garbage co...Christian Heimes2008-02-141-0/+4
* Add pickle support to ctypes types.Thomas Heller2008-02-131-0/+3
* #2063: correct order of utime and stime in os.times()Georg Brandl2008-02-131-0/+2
* Patch #1966: Break infinite loop in httplib when the serversMartin v. Löwis2008-02-121-0/+3
* Patch #1736: Fix file name handling of _msi.FCICreate.Martin v. Löwis2008-02-121-0/+2
* Rename rational.Rational to fractions.Fraction, to avoid name clashMark Dickinson2008-02-101-0/+4
* Complete an open todo on pickletools -- add a pickle optimizer.Raymond Hettinger2008-02-101-0/+3
* Add missing NEWS entry for r60695Nick Coghlan2008-02-101-0/+4
* Issue #1706: Require Windows 2000+Christian Heimes2008-02-091-0/+4
* Update big5hkscs codec to conform to the HKSCS:2004 revision.Hye-Shik Chang2008-02-081-0/+2
* issue 2045: Infinite recursion when printing a subclass of defaultdict,Amaury Forgeot d'Arc2008-02-081-0/+3
* Deallocate content of the dict free list on interpreter shutdownChristian Heimes2008-02-081-0/+3
* Issue 2025: Add tuple.count() and tuple.index() to follow the ABC in collect...Raymond Hettinger2008-02-071-0/+3
* Issue 1979: Make Decimal comparisons (other than !=, ==) involving NaNMark Dickinson2008-02-061-0/+3
* Unified naming convention for free lists and their limits. All free listsChristian Heimes2008-02-061-0/+4
* Limit free list of method and builtin function objects to 256 entries each.Christian Heimes2008-02-061-0/+3
* * Use the same code to profile for test_profile and test_cprofile.Georg Brandl2008-02-051-0/+2
* Issue #2004: Use mode 0700 for temporary directories and defaultLars Gustäbel2008-02-051-0/+3
* sync with most recent version from python-mode sf projectSkip Montanaro2008-02-051-215/+353
* #1750076: Debugger did not step on every iteration of a while statement.Amaury Forgeot d'Arc2008-02-041-0/+4
* Correct quotes in NEWS fileAmaury Forgeot d'Arc2008-02-041-2/+2
* Patch #1953Christian Heimes2008-02-041-1/+5
* Ensure that PySet_Add() operates on a newly created frozenset, like PyTuple_S...Amaury Forgeot d'Arc2008-02-031-0/+6
* Ignore leaky warnings from test_asynchatNeal Norwitz2008-02-031-1/+1
* Add an entry for r60537.Brett Cannon2008-02-031-0/+4
* Merge this fix from the pybsddb tree:Gregory P. Smith2008-02-031-0/+3