| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
|
|
* | Fix a bug in test.test_support.open_urlresource(). | Collin Winter | 2007-05-09 | 1 | -1/+1 |
|
|
* | Deprecate BaseException.message as per PEP 352. | Brett Cannon | 2007-05-05 | 3 | -45/+91 |
|
|
* | Fix those parts in the testsuite that assumed that sys.maxint would cause ove... | Kristján Valur Jónsson | 2007-05-03 | 5 | -12/+21 |
|
|
* | Fix for #1303614 and #1174712: | Armin Rigo | 2007-05-02 | 3 | -34/+78 |
|
|
* | This gets the test working on Solaris. It seems a little hokey to me, | Neal Norwitz | 2007-04-27 | 1 | -0/+19 |
|
|
* | The locale "En" appears not to be valid on windows underi VisualStudio.2005. ... | Kristján Valur Jónsson | 2007-04-26 | 1 | -1/+1 |
|
|
* | Fix an issue related to the unittest conversion. | Collin Winter | 2007-04-25 | 1 | -0/+6 |
|
|
* | Convert test_ossaudiodev to use unittest. | Collin Winter | 2007-04-25 | 1 | -120/+125 |
|
|
* | Import and raise statement cleanup. | Collin Winter | 2007-04-25 | 1 | -17/+9 |
|
|
* | Change test_support.have_unicode to use True/False instead of 1/0. | Collin Winter | 2007-04-25 | 1 | -2/+2 |
|
|
* | Remove functionality from test_datetime.test_main() that does reference count... | Collin Winter | 2007-04-25 | 1 | -20/+1 |
|
|
* | Standardize on test.test_support.run_unittest() (as opposed to a mix of run_u... | Collin Winter | 2007-04-25 | 28 | -173/+74 |
|
|
* | Whitespace normalization. Ugh, we really need to do this more often. | Neal Norwitz | 2007-04-25 | 28 | -360/+359 |
|
|
* | Remove code that hasn't been called in years. | Collin Winter | 2007-04-24 | 1 | -34/+0 |
|
|
* | Convert PyUnit -> unittest. | Collin Winter | 2007-04-24 | 1 | -11/+10 |
|
|
* | As specified in RFC 2616, 2xx code indicates that the client's | Facundo Batista | 2007-04-23 | 1 | -3/+11 |
|
|
* | Added tests for other methods of SSL object. Now we cover | Facundo Batista | 2007-04-22 | 1 | -0/+15 |
|
|
* | Revert r53997 as per | Armin Rigo | 2007-04-19 | 1 | -87/+61 |
|
|
* | Check the availability of the urlfetch resource earlier than before. | Collin Winter | 2007-04-16 | 1 | -0/+2 |
|
|