summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Bug #1675967: re patterns pickled with older Python versions canŽiga Seilnacht2007-03-213-1/+13
* Minor clarification, saying that blocking means no timeout (from bug #882297)Facundo Batista2007-03-211-1/+1
* Put code examples at left margin instead of indenting themAndrew M. Kuchling2007-03-211-19/+19
* Fix sentence, and fix typo in exampleAndrew M. Kuchling2007-03-211-2/+3
* Add comments on maintenance of this fileAndrew M. Kuchling2007-03-211-0/+40
* Fix #1684254: split BROWSER contents with shlex to avoid displaying 'URL'.Georg Brandl2007-03-211-1/+6
* Patch #1684834: document some utility C API functions.Georg Brandl2007-03-211-0/+91
* New test for rev. 54407 which only uses directories under TESTFN.Georg Brandl2007-03-214-32/+70
* Patch #1682205: a TypeError while unpacking an iterable is no longerGeorg Brandl2007-03-213-6/+7
* Remove unused file spotted by Paul HankinNeal Norwitz2007-03-212-27/+2
* Fix for glob.py if filesystem encoding is None.Georg Brandl2007-03-201-1/+2
* Extend work on rev 52962 and 53829 eliminating redundant PyObject_Hash() call...Raymond Hettinger2007-03-204-3/+42
* Try to get test_urllib to pass on Windows by closing the file.Neal Norwitz2007-03-201-2/+4
* Try to be a little more resilient to errors. This might help the testNeal Norwitz2007-03-201-2/+2
* Try to make this test more resistant to dropping from previous runs (ie, file...Neal Norwitz2007-03-201-0/+1
* Try to make this test more resistant to dropping from previous runs (ie, file...Neal Norwitz2007-03-201-0/+3
* Try backing out 54407 to see if it corrects the problems on the WindowsNeal Norwitz2007-03-204-57/+19
* Get rid of deprecation warning when testing commands.getstatus()Neal Norwitz2007-03-201-0/+4
* Add a comment about 3k migrationNeal Norwitz2007-03-201-0/+3
* Add some doc that was left out from some change to platform.pyNeal Norwitz2007-03-201-0/+17
* Patch #1683328: fixes and enhancements for "unparse" demo.Georg Brandl2007-03-191-51/+50
* Patch #1630118: add a SpooledTemporaryFile class to tempfile.Collin Winter2007-03-195-1/+237
* Patch #1678339: test case for bug in difflib.Georg Brandl2007-03-181-3/+34
* Patch #1682878: the new socket methods are recv_into and recvfrom_into, not *...Georg Brandl2007-03-182-2/+4
* move note to the correct sectionGregory P. Smith2007-03-171-3/+3
* Patch #1675423: PyComplex_AsCComplex() now tries to convert an objectGeorg Brandl2007-03-175-56/+264
* Patch 1339796: add a relpath() function to os.path.Collin Winter2007-03-167-3/+77
* Remove test/output/test_popen2 (missed in r54417).Collin Winter2007-03-161-9/+0
* Patch #1676994: Refactor test_popen2 to use unittest.Collin Winter2007-03-162-110/+82
* Clean up formatting of this file.Jeremy Hylton2007-03-161-2029/+2048
* Remove warning: funcion declaration isn't a prototypeJeremy Hylton2007-03-161-2/+1
* Whitespace cleanup. Also remove the empty linesŽiga Seilnacht2007-03-161-41/+38
* Patch #1623563: allow __class__ assignment for classes with __slots__.Žiga Seilnacht2007-03-165-4/+84
* RFE #1670167: fix in isinstance() docs.Georg Brandl2007-03-161-2/+3
* Add \versionadded tag.Georg Brandl2007-03-161-0/+2
* Patch #1273829: os.walk() now has a "followlinks" parameter. If set toGeorg Brandl2007-03-164-19/+57
* Bug #1681228: the webbrowser module now correctly uses the defaultGeorg Brandl2007-03-162-18/+31
* Patch #1642547: Fix an error/crash when encountering syntax errors in complex...Collin Winter2007-03-163-14/+79
* Patch #1462488: prevent a segfault in object_reduce_ex() by splittingŽiga Seilnacht2007-03-153-14/+82
* Patch #1681153: the wave module now closes a file object it opened ifGeorg Brandl2007-03-152-2/+15
* Patch #1680978: consistently use "alive" instead of "active" in theGeorg Brandl2007-03-151-24/+20
* Wrap a long line and fix a typo (is -> if)Neal Norwitz2007-03-151-3/+3
* Raise ResourceDenied in test_urllib2net when the Net connection goes bad.Brett Cannon2007-03-142-2/+4
* Note how test_socket_ssl has various exceptions that deal with a flaky NetBrett Cannon2007-03-141-0/+2
* Patch #1559413: Fix test_cmd_line if sys.executable contains a space.Martin v. Löwis2007-03-142-1/+3
* Patch #1680015: Don't modify __slots__ tuple if it contains an unicodeŽiga Seilnacht2007-03-143-16/+46
* Bug #767111: fix long-standing bug in urllib which caused anGeorg Brandl2007-03-143-0/+21
* Its time to stop listing (Unix, Windows) when we really mean "everything but ...Gregory P. Smith2007-03-143-3/+0
* correct order and names of the less often used keyword parameters.Gregory P. Smith2007-03-141-4/+4
* SF bug #1582282; decode_header() incorrectly splits not-conformant RFCBarry Warsaw2007-03-143-1/+26