summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* Patch #2284: add -x64 option to rt.bat.Martin v. Löwis2008-03-141-0/+4
* Convert test_fcntl to unittest.Brett Cannon2008-03-131-0/+2
* Move test_gdbm to use unittest.Brett Cannon2008-03-132-0/+3
* Convert test_contains, test_crypt, and test_select to unittest.Brett Cannon2008-03-132-0/+3
* Move test_tokenize to doctest.Brett Cannon2008-03-132-0/+3
* Move test_thread over to unittest. Commits GHOP 237.Brett Cannon2008-03-131-0/+2
* Issue 2274: Add heapq.heappushpop().Raymond Hettinger2008-03-131-0/+2
* Issue 1106316. post_mortem()'s parameter, traceback, is nowFacundo Batista2008-03-081-0/+5
* Speed up with statements by storing the __exit__ method on the stack instead ...Nick Coghlan2008-03-071-0/+3
* Progress on issue #1193577 by adding a polling .shutdown() method toJeffrey Yasskin2008-03-071-0/+3
* 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
* test_smtplib sometimes reports leaks too, suppress itNeal Norwitz2008-03-051-1/+1
* Use -u urlfetch to run more testsNeal Norwitz2008-03-051-3/+3
* Tabs -> spacesNeal Norwitz2008-03-051-13/+13
* 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-032-1/+2
* 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
* Fix typo of hexidecimalNeal Norwitz2008-02-241-2/+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
* Patch #2167 from calvin: Remove unused importsChristian Heimes2008-02-231-1/+1
* #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