summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Bump the patch level version of distutils since there were a few bug fixes sinceMarc-André Lemburg2007-03-301-1/+1
* Added the posibility to pass the timeout to FTP.connect, not only whenFacundo Batista2007-03-302-6/+33
* Added timout parameter to telnetlib.Telnet. Also createdFacundo Batista2007-03-292-18/+82
* Make test_zipfile clean up its temporary files properly.Collin Winter2007-03-291-7/+12
* Consolidate patches #1690164, 1683397, and 1690169, all of which refactor XML...Collin Winter2007-03-285-2820/+2232
* Added timeout to smtplib (to SMTP and SMTP_SSL). Also createdFacundo Batista2007-03-282-25/+81
* Bug 1688393. Adds a control of negative values inFacundo Batista2007-03-281-0/+7
* The basic test cases of poplib.py.Facundo Batista2007-03-271-0/+71
* Added an optional timeout to poplib.POP3. Also created aFacundo Batista2007-03-271-16/+2
* Forgot to add the file before the previous commit, here goFacundo Batista2007-03-262-25/+91
* Some nits.Georg Brandl2007-03-261-1/+2
* Closing the HTTP connection after each test, and listening more.Facundo Batista2007-03-251-1/+4
* Redone the tests, using the infrastructure already presentFacundo Batista2007-03-251-53/+65
* Make test_relpath() pass on Windows.Collin Winter2007-03-231-9/+13
* Surrounded with try/finally to socket's default timeout settingFacundo Batista2007-03-232-16/+20
* Added a 'create_connect()' function to socket.py, which creates aFacundo Batista2007-03-234-23/+156
* Add a type.__init__() method that enforces the same signature asGuido van Rossum2007-03-231-3/+1
* Bug #978833: Revert r50844, as it broke _socketobject.dup.Martin v. Löwis2007-03-232-5/+2
* - Bug #1683368: The object.__init__() and object.__new__() methods areGuido van Rossum2007-03-231-1/+3
* Add test and fix for fromkeys() optional argument.Raymond Hettinger2007-03-211-0/+3
* Bug #1675967: re patterns pickled with older Python versions canŽiga Seilnacht2007-03-212-1/+10
* Fix #1684254: split BROWSER contents with shlex to avoid displaying 'URL'.Georg Brandl2007-03-211-1/+6
* New test for rev. 54407 which only uses directories under TESTFN.Georg Brandl2007-03-212-22/+54
* Patch #1682205: a TypeError while unpacking an iterable is no longerGeorg Brandl2007-03-211-1/+1
* 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-201-0/+4
* 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-202-41/+9
* Get rid of deprecation warning when testing commands.getstatus()Neal Norwitz2007-03-201-0/+4
* Patch #1630118: add a SpooledTemporaryFile class to tempfile.Collin Winter2007-03-192-1/+217
* Patch #1678339: test case for bug in difflib.Georg Brandl2007-03-181-3/+34
* Patch #1675423: PyComplex_AsCComplex() now tries to convert an objectGeorg Brandl2007-03-171-51/+195
* Patch 1339796: add a relpath() function to os.path.Collin Winter2007-03-164-3/+65
* 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
* Patch #1623563: allow __class__ assignment for classes with __slots__.Žiga Seilnacht2007-03-161-0/+45
* Patch #1273829: os.walk() now has a "followlinks" parameter. If set toGeorg Brandl2007-03-162-9/+41
* Bug #1681228: the webbrowser module now correctly uses the defaultGeorg Brandl2007-03-161-18/+26
* 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
* Patch #1681153: the wave module now closes a file object it opened ifGeorg Brandl2007-03-151-2/+12
* Raise ResourceDenied in test_urllib2net when the Net connection goes bad.Brett Cannon2007-03-141-1/+2
* 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 #1185447: binascii.b2a_qp() now correctly quotes binary charactersGeorg Brandl2007-03-131-0/+9