| Commit message (Expand) | Author | Age | Files | Lines |
* | Bump the patch level version of distutils since there were a few bug fixes since | Marc-André Lemburg | 2007-03-30 | 1 | -1/+1 |
|
|
* | Added the posibility to pass the timeout to FTP.connect, not only when | Facundo Batista | 2007-03-30 | 2 | -6/+33 |
|
|
* | Added timout parameter to telnetlib.Telnet. Also created | Facundo Batista | 2007-03-29 | 2 | -18/+82 |
|
|
* | Make test_zipfile clean up its temporary files properly. | Collin Winter | 2007-03-29 | 1 | -7/+12 |
|
|
* | Consolidate patches #1690164, 1683397, and 1690169, all of which refactor XML... | Collin Winter | 2007-03-28 | 5 | -2820/+2232 |
|
|
* | Added timeout to smtplib (to SMTP and SMTP_SSL). Also created | Facundo Batista | 2007-03-28 | 2 | -25/+81 |
|
|
* | Bug 1688393. Adds a control of negative values in | Facundo Batista | 2007-03-28 | 1 | -0/+7 |
|
|
* | The basic test cases of poplib.py. | Facundo Batista | 2007-03-27 | 1 | -0/+71 |
|
|
* | Added an optional timeout to poplib.POP3. Also created a | Facundo Batista | 2007-03-27 | 1 | -16/+2 |
|
|
* | Forgot to add the file before the previous commit, here go | Facundo Batista | 2007-03-26 | 2 | -25/+91 |
|
|
* | Some nits. | Georg Brandl | 2007-03-26 | 1 | -1/+2 |
|
|
* | Closing the HTTP connection after each test, and listening more. | Facundo Batista | 2007-03-25 | 1 | -1/+4 |
|
|
* | Redone the tests, using the infrastructure already present | Facundo Batista | 2007-03-25 | 1 | -53/+65 |
|
|
* | Make test_relpath() pass on Windows. | Collin Winter | 2007-03-23 | 1 | -9/+13 |
|
|
* | Surrounded with try/finally to socket's default timeout setting | Facundo Batista | 2007-03-23 | 2 | -16/+20 |
|
|
* | Added a 'create_connect()' function to socket.py, which creates a | Facundo Batista | 2007-03-23 | 4 | -23/+156 |
|
|
* | Add a type.__init__() method that enforces the same signature as | Guido van Rossum | 2007-03-23 | 1 | -3/+1 |
|
|
* | Bug #978833: Revert r50844, as it broke _socketobject.dup. | Martin v. Löwis | 2007-03-23 | 2 | -5/+2 |
|
|
* | - Bug #1683368: The object.__init__() and object.__new__() methods are | Guido van Rossum | 2007-03-23 | 1 | -1/+3 |
|
|
* | Add test and fix for fromkeys() optional argument. | Raymond Hettinger | 2007-03-21 | 1 | -0/+3 |
|
|
* | Bug #1675967: re patterns pickled with older Python versions can | Žiga Seilnacht | 2007-03-21 | 2 | -1/+10 |
|
|
* | Fix #1684254: split BROWSER contents with shlex to avoid displaying 'URL'. | Georg Brandl | 2007-03-21 | 1 | -1/+6 |
|
|
* | New test for rev. 54407 which only uses directories under TESTFN. | Georg Brandl | 2007-03-21 | 2 | -22/+54 |
|
|
* | Patch #1682205: a TypeError while unpacking an iterable is no longer | Georg Brandl | 2007-03-21 | 1 | -1/+1 |
|
|
* | Fix for glob.py if filesystem encoding is None. | Georg Brandl | 2007-03-20 | 1 | -1/+2 |
|
|
* | Extend work on rev 52962 and 53829 eliminating redundant PyObject_Hash() call... | Raymond Hettinger | 2007-03-20 | 1 | -0/+4 |
|
|
* | Try to get test_urllib to pass on Windows by closing the file. | Neal Norwitz | 2007-03-20 | 1 | -2/+4 |
|
|
* | Try to be a little more resilient to errors. This might help the test | Neal Norwitz | 2007-03-20 | 1 | -2/+2 |
|
|
* | Try to make this test more resistant to dropping from previous runs (ie, file... | Neal Norwitz | 2007-03-20 | 1 | -0/+1 |
|
|
* | Try to make this test more resistant to dropping from previous runs (ie, file... | Neal Norwitz | 2007-03-20 | 1 | -0/+3 |
|
|
* | Try backing out 54407 to see if it corrects the problems on the Windows | Neal Norwitz | 2007-03-20 | 2 | -41/+9 |
|
|
* | Get rid of deprecation warning when testing commands.getstatus() | Neal Norwitz | 2007-03-20 | 1 | -0/+4 |
|
|
* | Patch #1630118: add a SpooledTemporaryFile class to tempfile. | Collin Winter | 2007-03-19 | 2 | -1/+217 |
|
|
* | Patch #1678339: test case for bug in difflib. | Georg Brandl | 2007-03-18 | 1 | -3/+34 |
|
|
* | Patch #1675423: PyComplex_AsCComplex() now tries to convert an object | Georg Brandl | 2007-03-17 | 1 | -51/+195 |
|
|
* | Patch 1339796: add a relpath() function to os.path. | Collin Winter | 2007-03-16 | 4 | -3/+65 |
|
|
* | Remove test/output/test_popen2 (missed in r54417). | Collin Winter | 2007-03-16 | 1 | -9/+0 |
|
|
* | Patch #1676994: Refactor test_popen2 to use unittest. | Collin Winter | 2007-03-16 | 2 | -110/+82 |
|
|
* | Patch #1623563: allow __class__ assignment for classes with __slots__. | Žiga Seilnacht | 2007-03-16 | 1 | -0/+45 |
|
|
* | Patch #1273829: os.walk() now has a "followlinks" parameter. If set to | Georg Brandl | 2007-03-16 | 2 | -9/+41 |
|
|
* | Bug #1681228: the webbrowser module now correctly uses the default | Georg Brandl | 2007-03-16 | 1 | -18/+26 |
|
|
* | Patch #1642547: Fix an error/crash when encountering syntax errors in complex... | Collin Winter | 2007-03-16 | 1 | -0/+50 |
|
|
* | Patch #1462488: prevent a segfault in object_reduce_ex() by splitting | Žiga Seilnacht | 2007-03-15 | 1 | -0/+32 |
|
|
* | Patch #1681153: the wave module now closes a file object it opened if | Georg Brandl | 2007-03-15 | 1 | -2/+12 |
|
|
* | Raise ResourceDenied in test_urllib2net when the Net connection goes bad. | Brett Cannon | 2007-03-14 | 1 | -1/+2 |
|
|
* | Patch #1559413: Fix test_cmd_line if sys.executable contains a space. | Martin v. Löwis | 2007-03-14 | 1 | -1/+1 |
|
|
* | Patch #1680015: Don't modify __slots__ tuple if it contains an unicode | Žiga Seilnacht | 2007-03-14 | 1 | -0/+23 |
|
|
* | Bug #767111: fix long-standing bug in urllib which caused an | Georg Brandl | 2007-03-14 | 2 | -0/+17 |
|
|
* | SF bug #1582282; decode_header() incorrectly splits not-conformant RFC | Barry Warsaw | 2007-03-14 | 3 | -1/+26 |
|
|
* | Patch #1185447: binascii.b2a_qp() now correctly quotes binary characters | Georg Brandl | 2007-03-13 | 1 | -0/+9 |
|
|