Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge from 3.2 | Senthil Kumaran | 2011-03-17 | 1 | -9/+14 |
|\ | |||||
| * | Fix issue11567: http.server DEFAULT_ERROR_MESSAGE format. Patch by Gennadiy Z... | Senthil Kumaran | 2011-03-17 | 1 | -9/+14 |
* | | Tidy up merge with remote | Nick Coghlan | 2011-03-17 | 2 | -18/+35 |
|\ \ | |/ | |||||
| * | Merge from remote | Nick Coghlan | 2011-03-17 | 2 | -5/+60 |
| |\ | |||||
| * | | Close #11577: Improve binhex test coverage and fix ResourceWarning | Nick Coghlan | 2011-03-17 | 2 | -18/+35 |
* | | | Merge from 3.2 | Nick Coghlan | 2011-03-17 | 2 | -5/+60 |
|\ \ \ | | |/ | |/| | |||||
| * | | #11243: tests and fixes for handling of 'dirty data' in additional methods | R David Murray | 2011-03-17 | 2 | -5/+60 |
| |/ | |||||
* | | Exercise crashers to ensure they are still covering known error cases | Nick Coghlan | 2011-03-16 | 2 | -0/+39 |
* | | Merge #11401 fix from 3.2. | R David Murray | 2011-03-16 | 2 | -1/+8 |
|\ \ | |/ | |||||
| * | Merge #11401 fix from 3.1. | R David Murray | 2011-03-16 | 2 | -1/+8 |
| |\ | |||||
| | * | #11401: handle headers with no value. | R David Murray | 2011-03-16 | 2 | -1/+8 |
* | | | Merge #11578 test from 3.2. | R David Murray | 2011-03-16 | 3 | -3/+313 |
|\ \ \ | |/ / | |||||
| * | | #11578: add unit tests for timeit module. | R David Murray | 2011-03-16 | 3 | -3/+313 |
* | | | merge 3.2 | Michael Foord | 2011-03-16 | 1 | -0/+63 |
|\ \ \ | |/ / | |||||
| * | | Closes issue 11503. Improves test coverage of posixpath. | Michael Foord | 2011-03-16 | 1 | -0/+63 |
* | | | Merged with hg.python.org. | Reid Kleckner | 2011-03-16 | 2 | -6/+16 |
|\ \ \ | |||||
| * \ \ | Merge #9298 fix. | R David Murray | 2011-03-16 | 2 | -6/+16 |
| |\ \ \ | | |/ / | |||||
| | * | | Merge #9298 fix. | R David Murray | 2011-03-16 | 2 | -6/+16 |
| | |\ \ | | | |/ | |||||
| | | * | #9298: restore proper folding of base64 encoded bodies. | R David Murray | 2011-03-16 | 2 | -6/+16 |
| | * | | Backport improved test coverage for string.py | Nick Coghlan | 2011-03-16 | 2 | -0/+37 |
* | | | | Bump up the subprocess timeouts even more. :( | Reid Kleckner | 2011-03-16 | 1 | -4/+6 |
* | | | | Include the timeout value in TimeoutExpired. | Reid Kleckner | 2011-03-16 | 2 | -23/+35 |
|/ / / | |||||
* | | | Merge fix for #11560 from 3.2 | Nick Coghlan | 2011-03-16 | 1 | -36/+64 |
|\ \ \ | |/ / | |||||
| * | | Close #11560: Improve test coverage of shutil | Nick Coghlan | 2011-03-16 | 1 | -36/+64 |
* | | | Merge from remote | Nick Coghlan | 2011-03-16 | 2 | -1/+47 |
|\ \ \ | |||||
| * | | | Issue #5870: Add subprocess.DEVNULL constant. | Ross Lagerwall | 2011-03-16 | 2 | -1/+47 |
* | | | | Merge fix for #11548 from 3.2 | Nick Coghlan | 2011-03-16 | 2 | -2/+10 |
|\ \ \ \ | |/ / / |/| / / | |/ / | |||||
| * | | Close #11548: Correctly handle format argument in shutil.unpack_archive | Nick Coghlan | 2011-03-16 | 2 | -2/+10 |
* | | | Merge with 3.2 | Ronald Oussoren | 2011-03-16 | 1 | -1/+4 |
|\ \ \ | |/ / | |||||
| * | | Merge with 3.1 | Ronald Oussoren | 2011-03-16 | 1 | -1/+4 |
| |\ \ | | |/ | |||||
| | * | Issue #11569: use absolute path to the sysctl command in multiprocessing to | Ronald Oussoren | 2011-03-16 | 1 | -1/+4 |
* | | | #11565: Merge with 3.2. | Ezio Melotti | 2011-03-16 | 60 | -79/+79 |
|\ \ \ | |/ / | |||||
| * | | #11565: Merge with 3.1. | Ezio Melotti | 2011-03-16 | 60 | -79/+79 |
| |\ \ | | |/ | |||||
| | * | #11565: Fix several typos. Patch by Piotr Kasprzyk. | Ezio Melotti | 2011-03-16 | 60 | -79/+79 |
| | * | Fix whitespace in test_subprocess | Antoine Pitrou | 2011-03-15 | 1 | -1/+1 |
* | | | Merge: Close issue #8600: test_gdb failures because innocuous warnings | Jesus Cea | 2011-03-16 | 1 | -0/+3 |
|\ \ \ | |/ / | |||||
| * | | Close issue #8600: test_gdb failures because innocuous warnings | Jesus Cea | 2011-03-16 | 1 | -0/+3 |
* | | | merge 3.2 | Michael Foord | 2011-03-15 | 2 | -6/+68 |
|\ \ \ | |/ / | |||||
| * | | Closes issue 11133. Fixes two cases where inspect.getattr_static could trigge... | Michael Foord | 2011-03-15 | 2 | -6/+68 |
| * | | Issue 11510: Fix BUILD_SET optimizer bug. | Raymond Hettinger | 2011-03-15 | 1 | -1/+13 |
* | | | Undo an accidental commit. | Brett Cannon | 2011-03-15 | 1 | -18/+16 |
* | | | merge | Brett Cannon | 2011-03-15 | 1 | -1/+14 |
|\ \ \ | |||||
| * | | | whitespace fix | Raymond Hettinger | 2011-03-15 | 1 | -9/+9 |
| * | | | whitespace fix | Raymond Hettinger | 2011-03-15 | 1 | -0/+1 |
| * | | | Issue 11510: Fix BUILD_SET optimizer bug. | Raymond Hettinger | 2011-03-15 | 1 | -1/+13 |
* | | | | merge | Brett Cannon | 2011-03-15 | 1 | -16/+18 |
* | | | | Be more thorough in blanking out methods grabbed off of an fp. | Brett Cannon | 2011-03-15 | 1 | -2/+5 |
|/ / / | |||||
* | | | Properly close a file in test_os. | Brett Cannon | 2011-03-15 | 1 | -8/+6 |
* | | | Don't leave around a test symlink file. | Brett Cannon | 2011-03-15 | 1 | -1/+3 |
* | | | merge | Brett Cannon | 2011-03-15 | 6 | -22/+113 |
|\ \ \ |