summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Bump the patch level version of distutils since there were a few bug fixesMarc-André Lemburg2007-03-311-1/+1
* Backport 54594:Neal Norwitz2007-03-311-0/+7
* Bug #978833: Revert r50844, as it broke _socketobject.dup.Martin v. Löwis2007-03-232-5/+2
* Bug #1675967: re patterns pickled with older Python versions canŽiga Seilnacht2007-03-212-0/+12
* Test and fix fromkeys optional argument.Raymond Hettinger2007-03-211-0/+3
* Bug #1684254: webbrowser now uses shlex to split any command linesGeorg Brandl2007-03-211-1/+6
* Patch #1682205: a TypeError while unpacking an iterable is no longerGeorg Brandl2007-03-211-1/+1
* Extend work on rev 52962 and 53830 eliminating redundant PyObject_Hash() call...Raymond Hettinger2007-03-201-2/+6
* Patch #1642547: Fix an error/crash when encountering syntax errors in complex...Collin Winter2007-03-161-0/+50
* Patch #1462488: prevent a segfault in object_reduce_ex() by splittingŽiga Seilnacht2007-03-151-0/+32
* Also commit the patch ;)Georg Brandl2007-03-151-2/+12
* Patch #1559413: Fix test_cmd_line if sys.executable contains a space.Martin v. Löwis2007-03-141-1/+1
* Patch #1680015: Don't modify __slots__ tuple if it contains an unicodeŽiga Seilnacht2007-03-141-0/+23
* Bug #767111: fix long-standing bug in urllib which caused anGeorg Brandl2007-03-142-0/+17
* SF bug #1582282; decode_header() incorrectly splits not-conformant RFCBarry Warsaw2007-03-143-1/+26
* Patch #1194449: correctly detect unbound methods in pydoc.Georg Brandl2007-03-131-2/+2
* Patch #1449244: Support Unicode strings inMartin v. Löwis2007-03-132-2/+11
* Patch #1569798: fix a bug in distutils when building Python from aGeorg Brandl2007-03-131-2/+2
* Patch #1542681: add entries for "with", "as" and "CONTEXTMANAGERS" toGeorg Brandl2007-03-131-0/+3
* Bug #742342: make Python stop segfaulting on infinitely-recursive reload()s. ...Collin Winter2007-03-122-0/+19
* Tokio Kikuchi's fix for SF bug #1629369; folding whitespace allowed in theBarry Warsaw2007-03-123-4/+17
* Patch #1678662: ftp.python.org does not exist. So the testcode in urllib.py m...Collin Winter2007-03-121-1/+1
* Fix resource leak reported in SF #1516995.Vinay Sajip2007-03-111-0/+2
* Patch #1192590: Fix pdb's "ignore" and "condition" commands so they trap the ...Collin Winter2007-03-111-2/+10
* Add missing "return" statements in exception handler.Georg Brandl2007-03-111-0/+2
* Convert an assert to a raise so it works even in the presence of -O.Collin Winter2007-03-101-2/+4
* Revert rev. 54198, it's not really backwards compatible.Georg Brandl2007-03-102-17/+4
* Bug #1531963: Make SocketServer.TCPServer's server_address always be equal to...Collin Winter2007-03-102-0/+2
* Merged revisions 54248 via svnmerge fromThomas Heller2007-03-091-1/+13
* Merged revisions 54244 via svnmerge fromThomas Heller2007-03-092-2/+4
* Manual backport of r54233. This will help prevent spurious Buildbot failuresBrett Cannon2007-03-091-1/+7
* SF #1637850: make_table in difflib did not work with unicodeRaymond Hettinger2007-03-081-5/+4
* Backported r54226 from p3yk: Move test_unittest, test_doctest and test_doctes...Collin Winter2007-03-081-0/+3
* SF 1676321: empty() returned wrong resultRaymond Hettinger2007-03-081-1/+1
* Backport skipping fromtimestamp(negative value) tests on Windows (from rev. 5...Georg Brandl2007-03-071-0/+7
* backport rev. 54207: add a few sanity checks in unittest.TestSuite.addTest(s).Georg Brandl2007-03-071-0/+9
* Patch #1001604: glob.glob() now returns unicode filenames if it wasGeorg Brandl2007-03-072-4/+17
* Patch #812285: allow multiple auth schemes in AbstractBasicAuthHandler.Georg Brandl2007-03-071-4/+3
* Backport checkin:Walter Dörwald2007-03-061-0/+9
* Patch #1654417: make operator.{get,set,del}slice use the full rangeGeorg Brandl2007-03-061-0/+6
* Patch #1638879: don't accept strings with embedded NUL bytes in long().Georg Brandl2007-03-061-0/+5
* Patch #1646728: datetime.fromtimestamp fails with negativeGeorg Brandl2007-03-061-0/+9
* A test case for the defaultdict KeyError bug.Georg Brandl2007-03-061-0/+9
* Patch #1672481: fix bug in idlelib.MultiCall.Georg Brandl2007-03-061-0/+2
* A test case for the fix in #1674228.Georg Brandl2007-03-061-0/+11
* Patch #1674228: when assigning a slice (old-style), check for theGeorg Brandl2007-03-051-0/+14
* Fix a bug in test_dict and test_userdict, found at the PyPy sprint.Georg Brandl2007-03-042-6/+6
* Fix constantification of None.Raymond Hettinger2007-03-021-0/+5
* Backported r51621 from p3yk:Thomas Wouters2007-02-252-4/+4
* Extend work on revision 52962: Eliminate redundant calls to PyObject_Hash().Raymond Hettinger2007-02-191-0/+20