| Commit message (Expand) | Author | Age | Files | Lines |
* | Not sure why this only fails sometimes on Unix machines. Better | Neal Norwitz | 2007-06-11 | 1 | -1/+2 |
|
|
* | Add all of the distuils modules that don't seem to have explicit tests. :-( | Neal Norwitz | 2007-06-11 | 2 | -2/+48 |
|
|
* | Prevent hang if the port cannot be opened. | Neal Norwitz | 2007-06-11 | 1 | -6/+15 |
|
|
* | Fix a bug when there was a newline in the string expandtabs was called on. | Neal Norwitz | 2007-06-11 | 1 | -0/+5 |
|
|
* | Prevent these tests from running on Win64 since they don\'t apply there either | Neal Norwitz | 2007-06-11 | 2 | -3/+4 |
|
|
* | Patch #1733960: Allow T_LONGLONG to accept ints. | Martin v. Löwis | 2007-06-09 | 1 | -1/+19 |
|
|
* | Prevent expandtabs() on string and unicode objects from causing a segfault when | Neal Norwitz | 2007-06-09 | 2 | -2/+18 |
|
|
* | Make this test work with older Python releases where struct has no 't' format... | Thomas Heller | 2007-06-08 | 1 | -1/+4 |
|
|
* | Patch #1667860: Fix UnboundLocalError in urllib2. | Georg Brandl | 2007-06-07 | 2 | -1/+302 |
|
|
* | Disallow function calls like foo(None=1). | Georg Brandl | 2007-06-07 | 1 | -0/+3 |
|
|
* | Added an optional timeout parameter to function urllib2.urlopen, | Facundo Batista | 2007-06-06 | 3 | -13/+62 |
|
|
* | FTP.ntransfercmd method now uses create_connection when passive, | Facundo Batista | 2007-06-06 | 1 | -3/+1 |
|
|
* | Patch #1731049: make threading.py use a proper "raise" when checking internal... | Collin Winter | 2007-06-06 | 2 | -13/+64 |
|
|
* | Fix for Windows: close a temporary file before trying to delete it. | Hye-Shik Chang | 2007-06-05 | 1 | -0/+2 |
|
|
* | Bug #1728403: Fix a bug that CJKCodecs StreamReader hangs when it | Hye-Shik Chang | 2007-06-05 | 1 | -1/+9 |
|
|
* | Make _strptime.TimeRE().pattern() use ``\s+`` for matching whitespace instead | Brett Cannon | 2007-06-03 | 2 | -1/+10 |
|
|
* | SF 1668596/1720897: distutils now copies data files | Neal Norwitz | 2007-06-01 | 2 | -1/+38 |
|
|
* | Have cfmfile raise a DeprecationWarning as per PEP 4. | Brett Cannon | 2007-05-31 | 1 | -0/+3 |
|
|
* | Cause buildtools to raise a DeprecationWarning. | Brett Cannon | 2007-05-31 | 1 | -0/+3 |
|
|
* | Have the sha module raise a DeprecationWarning as specified in PEP 4. | Brett Cannon | 2007-05-31 | 5 | -7/+17 |
|
|
* | Have md5 raise a DeprecationWarning as per PEP 4. | Brett Cannon | 2007-05-30 | 5 | -4/+15 |
|
|
* | Have mimify raise a DeprecationWarning. The docs and PEP 4 have listed the | Brett Cannon | 2007-05-30 | 3 | -0/+7 |
|
|
* | Have MimeWriter raise a DeprecationWarning as per PEP 4 and its documentation. | Brett Cannon | 2007-05-30 | 3 | -0/+11 |
|
|
* | Correct the name of a field in the WIN32_FIND_DATAA and WIN32_FIND_DATAW stru... | Thomas Heller | 2007-05-30 | 1 | -2/+2 |
|
|
* | Revert 55634. | Martin v. Löwis | 2007-05-29 | 1 | -1/+0 |
|
|
* | Test pre-commit hook for a link to a .py file. | Martin v. Löwis | 2007-05-29 | 1 | -0/+1 |
|
|
* | Added errors argument to TarFile class that allows the user to | Lars Gustäbel | 2007-05-27 | 3 | -166/+315 |
|
|
* | Applied patch 1669481, slightly modified: Support close_fds on Win32 | Peter Astrand | 2007-05-26 | 2 | -5/+12 |
|
|
* | Remove direct call's to file's constructor and replace them with calls to | Brett Cannon | 2007-05-25 | 2 | -5/+6 |
|
|
* | Updated docstring for SysLogHandler (#1720726). | Vinay Sajip | 2007-05-25 | 1 | -1/+2 |
|
|
* | Get test passing again by commenting out the reference to the test class. | Neal Norwitz | 2007-05-25 | 1 | -1/+1 |
|
|
* | Commenting out the tests until find out who can test them in | Facundo Batista | 2007-05-25 | 1 | -61/+69 |
|
|
* | Fixing stupid error, and introducing a sleep, to see if the | Facundo Batista | 2007-05-25 | 1 | -1/+1 |
|
|
* | Trying to make the tests work in Windows and Solaris, everywhere | Facundo Batista | 2007-05-25 | 1 | -11/+13 |
|
|
* | Let's see if reading exactly what is written allow this live | Facundo Batista | 2007-05-24 | 1 | -0/+1 |
|
|
* | Removed the .recv() in the test, is not necessary, and was | Facundo Batista | 2007-05-24 | 1 | -1/+0 |
|
|
* | Added an optional timeout parameter to urllib.ftpwrapper, with tests | Facundo Batista | 2007-05-24 | 2 | -3/+69 |
|
|
* | Fix parameter passing. | Georg Brandl | 2007-05-24 | 1 | -1/+1 |
|
|
* | shlex.split() now has an optional "posix" parameter. | Georg Brandl | 2007-05-24 | 1 | -2/+2 |
|
|
* | Patch #1686487: you can now pass any mapping after '**' in function calls. | Georg Brandl | 2007-05-21 | 2 | -6/+16 |
|
|
* | Added timeout support to HTTPSConnection, through the | Facundo Batista | 2007-05-21 | 2 | -5/+12 |
|
|
* | Allow all alphanumeric and underscores in type and field names. | Raymond Hettinger | 2007-05-21 | 2 | -1/+4 |
|
|
* | Replace assertion with straight error-checking. | Raymond Hettinger | 2007-05-21 | 1 | -1/+2 |
|
|
* | Cause posixfile to raise a DeprecationWarning. Documented as deprecated since | Brett Cannon | 2007-05-20 | 2 | -66/+71 |
|
|
* | Move imgfile import to the global namespace to trigger an import error ASAP to | Brett Cannon | 2007-05-20 | 1 | -4/+1 |
|
|
* | Remove the macfs module. This led to the deprecation of macostools.touched(); | Brett Cannon | 2007-05-20 | 6 | -305/+9 |
|
|
* | Remove the rgbimg module. It has been deprecated since Python 2.5. | Brett Cannon | 2007-05-20 | 3 | -100/+8 |
|
|
* | Fix docstring for add_package in site.py. | Georg Brandl | 2007-05-19 | 1 | -2/+4 |
|
|
* | Give some clue as to what happened if the test fails. | Neal Norwitz | 2007-05-19 | 1 | -1/+1 |
|
|
* | Fix beginner mistake -- don't mix spaces and tabs. | Raymond Hettinger | 2007-05-19 | 1 | -1/+1 |
|
|