| Commit message (Expand) | Author | Age | Files | Lines |
* | Added tests for basic behavior of DateTime, Binary, and Fault classes | Facundo Batista | 2007-07-13 | 1 | -1/+134 |
|
|
* | Patch #1675424: Added tests for uncovered code in the zipfile module. | Georg Brandl | 2007-07-12 | 1 | -4/+114 |
|
|
* | Patch #1731169: clean up expected skips list. | Georg Brandl | 2007-07-12 | 1 | -214/+18 |
|
|
* | Patch #1673759: add a missing overflow check when formatting floats | Georg Brandl | 2007-07-12 | 1 | -3/+17 |
|
|
* | Patch #1752270, #1750931: complain if urllib2 add_handler called | Georg Brandl | 2007-07-12 | 1 | -0/+6 |
|
|
* | Added exclude keyword argument to the TarFile.add() method. | Lars Gustäbel | 2007-06-18 | 1 | -0/+21 |
|
|
* | Bug #1734723: Fix repr.Repr() so it doesn't ignore the maxtuple attribute. | Neal Norwitz | 2007-06-11 | 1 | -0/+13 |
|
|
* | 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 | 1 | -1/+47 |
|
|
* | 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 |
|
|
* | Patch #1667860: Fix UnboundLocalError in urllib2. | Georg Brandl | 2007-06-07 | 1 | -0/+301 |
|
|
* | 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 | 2 | -3/+51 |
|
|
* | Patch #1731049: make threading.py use a proper "raise" when checking internal... | Collin Winter | 2007-06-06 | 1 | -1/+41 |
|
|
* | 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 | 1 | -0/+9 |
|
|
* | Have the sha module raise a DeprecationWarning as specified in PEP 4. | Brett Cannon | 2007-05-31 | 3 | -5/+11 |
|
|
* | Have md5 raise a DeprecationWarning as per PEP 4. | Brett Cannon | 2007-05-30 | 3 | -2/+9 |
|
|
* | Have mimify raise a DeprecationWarning. The docs and PEP 4 have listed the | Brett Cannon | 2007-05-30 | 2 | -0/+3 |
|
|
* | Have MimeWriter raise a DeprecationWarning as per PEP 4 and its documentation. | Brett Cannon | 2007-05-30 | 2 | -0/+6 |
|
|
* | Added errors argument to TarFile class that allows the user to | Lars Gustäbel | 2007-05-27 | 2 | -65/+181 |
|
|
* | Applied patch 1669481, slightly modified: Support close_fds on Win32 | Peter Astrand | 2007-05-26 | 1 | -0/+8 |
|
|
* | Remove direct call's to file's constructor and replace them with calls to | Brett Cannon | 2007-05-25 | 1 | -1/+1 |
|
|
* | 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 | 1 | -1/+66 |
|
|
* | 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 | 1 | -1/+9 |
|
|
* | Allow all alphanumeric and underscores in type and field names. | Raymond Hettinger | 2007-05-21 | 1 | -0/+3 |
|
|
* | Cause posixfile to raise a DeprecationWarning. Documented as deprecated since | Brett Cannon | 2007-05-20 | 1 | -65/+68 |
|
|
* | 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 | 3 | -84/+6 |
|
|
* | Remove the rgbimg module. It has been deprecated since Python 2.5. | Brett Cannon | 2007-05-20 | 3 | -100/+8 |
|
|
* | Improvements to NamedTuple's implementation, tests, and documentation | Raymond Hettinger | 2007-05-19 | 1 | -1/+2 |
|
|
* | Backport PEP 3110's new 'except' syntax to 2.6. | Collin Winter | 2007-05-18 | 1 | -2/+2 |
|
|
* | Verify neither dumps or loads overflow the stack and segfault. | Neal Norwitz | 2007-05-18 | 1 | -1/+21 |
|
|
* | Remove the gopherlib module. It has been raising a DeprecationWarning since | Brett Cannon | 2007-05-16 | 3 | -26/+0 |
|
|
* | Fix bug in marshal where bad data would cause a segfault due to | Neal Norwitz | 2007-05-16 | 1 | -0/+4 |
|
|
* | Better tests for posixpath.commonprefix | Raymond Hettinger | 2007-05-11 | 1 | -0/+10 |
|
|
* | Deprecate os.popen* and popen2 module in favor of the subprocess module. | Neal Norwitz | 2007-05-11 | 4 | -14/+25 |
|
|
* | Don't ever report a failure when the sum of the reference count differences | Neal Norwitz | 2007-05-11 | 1 | -2/+3 |
|
|