summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
Commit message (Expand)AuthorAgeFilesLines
...
* Bug #2220: handle rlcompleter attribute match failure more gracefully.Georg Brandl2008-03-061-0/+2
* #2225: return nonzero status code from py_compile if not all files could be c...Georg Brandl2008-03-061-0/+3
* Add missing NEWS entry for r61263.Georg Brandl2008-03-061-0/+3
* Patch #2232: os.tmpfile might fail on Windows if the user has noMartin v. Löwis2008-03-061-0/+6
* C implementation of itertools.permutations().Raymond Hettinger2008-03-051-1/+1
* Issue 1872: Changed the struct module typecode from 't' to '?', forThomas Heller2008-03-051-0/+3
* News entry for yesterdays commit.Thomas Heller2008-03-051-0/+10
* Issue#2238: some syntax errors from *args or **kwargs expressionsAmaury Forgeot d'Arc2008-03-051-0/+6
* Typo fixAndrew M. Kuchling2008-03-041-1/+1
* Typo fixAndrew M. Kuchling2008-03-041-1/+1
* Since abc._Abstract was replaces by a new type flags the regression test suit...Christian Heimes2008-03-031-0/+2
* Refactor test_logging to use unittest. This should finally solve the flakinessBrett Cannon2008-03-031-1/+1
* Added note about update of sqlite3 module.Gerhard Häring2008-03-021-0/+2
* Set things up for 2.6a2.Barry Warsaw2008-03-011-0/+6
* Add date to NEWSBarry Warsaw2008-03-011-1/+1
* fix typoFred Drake2008-03-011-1/+1
* Bump to version 2.6a1Barry Warsaw2008-03-011-2/+2
* Add __format__ method to Decimal, to support PEP 3101Mark Dickinson2008-02-291-0/+2
* Add alternate constructor for itertools.chain().Raymond Hettinger2008-02-281-0/+2
* Add itertools.combinations().Raymond Hettinger2008-02-261-0/+2
* Add a timing flag to Trace so you can see where slowness occursNeal Norwitz2008-02-261-0/+2
* #1627: httplib now ignores negative Content-Length headers.Georg Brandl2008-02-241-0/+2
* #900744: If an invalid chunked-encoding header is sent by a server,Georg Brandl2008-02-241-0/+4
* #1506171: added operator.methodcaller().Georg Brandl2008-02-231-0/+2
* #1826: allow dotted attribute paths in operator.attrgetter.Georg Brandl2008-02-231-0/+2
* Issue #2051 and patch from Alexander Belopolsky:Christian Heimes2008-02-231-0/+3
* Patch #1957: syslogmodule: Release GIL when calling syslog(3)Christian Heimes2008-02-231-0/+2
* #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-211-2141/+5
* 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-171-0/+2
* 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
* 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