summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* preparing for 2.5c2Anthony Baxter2006-09-112-1/+6
* As mentioned on python-dev, reverting patch #1504333 because it introducedNeal Norwitz2006-09-113-25/+234
* Backport rev 51820 from Thomas HellerNeal Norwitz2006-09-111-0/+16
* Backport rev 51819 from Thomas HellerNeal Norwitz2006-09-111-0/+9
* Remove __unicode__ method so that ``unicode(BaseException)`` succeeds.Brett Cannon2006-09-092-2/+10
* Backport inspect.py fix from rev 51803Nick Coghlan2006-09-082-2/+28
* Backport from trunk r51737:Hye-Shik Chang2006-09-072-0/+8
* No, the problem was actually because buildbot uses a StringIO inGustavo Niemeyer2006-09-061-6/+0
* Fixed bug #1531862: Do not close standard file descriptors in subprocess.Gustavo Niemeyer2006-09-062-8/+16
* Fix missing import of the types module in logging.config.Georg Brandl2006-09-061-1/+1
* Bug #1542051: Exceptions now correctly call PyObject_GC_UnTrack.Georg Brandl2006-09-061-26/+13
* Revert 51759 because it broke all the buildbotsNeal Norwitz2006-09-062-46/+8
* Backporting fix for bug #1531862, committed in 51758, into 2.5,Gustavo Niemeyer2006-09-062-8/+46
* Bug #1520864 (again): unpacking singleton tuples in list comprehensions andNeal Norwitz2006-09-051-0/+4
* Patch #1540470, for OpenBSD 4.0. Backport candidate for 2.[34].Neal Norwitz2006-09-052-2/+2
* Backport fix for SF bug #1550714, itertools.tee raises SystemErrorNeal Norwitz2006-09-051-0/+1
* Fix str.rpartition(sep) when sep is not found in str.Neal Norwitz2006-09-051-1/+1
* This was found by Guido AFAIK on p3yk (sic) branch.Neal Norwitz2006-09-051-1/+1
* Fix SF bug #1546288, crash in dict_equalNeal Norwitz2006-09-051-1/+9
* Backport docosNeal Norwitz2006-09-031-2/+2
* Backport docoNeal Norwitz2006-09-031-1/+1
* Backport of decimal module context management updates from rev 51694 to 2.5 r...Nick Coghlan2006-09-033-44/+77
* - Patch #1541585: fix buffer overrun when performing repr() onNeal Norwitz2006-08-211-0/+4
* Backport 51432:Neal Norwitz2006-08-212-3/+21
* Patch #1542948: fix urllib2 header casing issue. With new test.Georg Brandl2006-08-202-20/+85
* Bug #1541863: uuid.uuid1 failed to generate unique identifiersMartin v. Löwis2006-08-182-3/+3
* Fix a bug in the ``compiler`` package that caused invalid code to beNeil Schemenauer2006-08-164-9/+23
* File menu hotkeys: there were three 'p' assignments. Reassign theKurt B. Kaiser2006-08-163-3/+7
* SF#1534630Fredrik Lundh2006-08-161-0/+11
* Remove the special casing of Py_None when converting the return valueThomas Heller2006-08-162-0/+2
* The __repr__ method of a NULL py_object does no longer raise anThomas Heller2006-08-162-0/+10
* Revert to having static version numbers again.Marc-André Lemburg2006-08-161-3/+9
* Get quit() and exit() to work cleanly when not using subprocess.Kurt B. Kaiser2006-08-161-7/+10
* Update code and tests to support the 'bytes_le' attribute (forKa-Ping Yee2006-08-162-53/+104
* Patch #1540892: site.py Quitter() class attempts to close sys.stdinKurt B. Kaiser2006-08-164-11/+21
* preparing for 2.5c1Anthony Baxter2006-08-162-2/+2
* The 'with' statement is now a Code Context block openerKurt B. Kaiser2006-08-162-1/+3
* Subclasses of int/long are allowed to define an __index__.Neal Norwitz2006-08-151-8/+9
* Update the docstring to use a version a little newer than 1999. This wasNeal Norwitz2006-08-151-3/+3
* Fix the test for SocketServer so it should pass on cygwin and not failNeal Norwitz2006-08-151-0/+9
* Whitespace normalization.Tim Peters2006-08-152-3/+3
* Cookie.py shouldn't "bogusly" use string._idmap.Georg Brandl2006-08-142-3/+4
* Patch #1536071: trace.py should now find the full module name of aGeorg Brandl2006-08-141-1/+3
* Add an additional test: BZ2File write methods should raise IOErrorGeorg Brandl2006-08-141-0/+9
* Patch #1535500: fix segfault in BZ2File.writelines and make sure itGeorg Brandl2006-08-141-0/+2
* Make tabnanny recognize IndentationErrors raised by tokenize.Georg Brandl2006-08-144-1/+18
* Apply the patch #1532975 plus ideas from the patch #1533481.Thomas Heller2006-08-144-20/+226
* Slightly revised version of patch #1538956:Marc-André Lemburg2006-08-141-0/+1
* Fix segfault when doing string formatting on subclasses of long ifNeal Norwitz2006-08-131-0/+8
* Fix a couple of bugs exposed by the new __index__ code. The 64-bit buildbotsNeal Norwitz2006-08-121-2/+9