Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tidy up merge with remote | Nick Coghlan | 2011-03-17 | 1 | -0/+11 |
|\ | |||||
| * | Close #11577: Improve binhex test coverage and fix ResourceWarning | Nick Coghlan | 2011-03-17 | 1 | -0/+11 |
* | | Exercise crashers to ensure they are still covering known error cases | Nick Coghlan | 2011-03-16 | 2 | -0/+39 |
* | | Merge #11578 test from 3.2. | R David Murray | 2011-03-16 | 2 | -1/+305 |
|\ \ | |/ | |||||
| * | #11578: add unit tests for timeit module. | R David Murray | 2011-03-16 | 2 | -1/+305 |
* | | 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 |
| * | 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 | 1 | -1/+3 |
* | | 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 | 1 | -0/+25 |
|\ \ | |||||
| * | | Issue #5870: Add subprocess.DEVNULL constant. | Ross Lagerwall | 2011-03-16 | 1 | -0/+25 |
* | | | Merge fix for #11548 from 3.2 | Nick Coghlan | 2011-03-16 | 1 | -0/+8 |
|\ \ \ | |/ / |/| / | |/ | |||||
| * | Close #11548: Correctly handle format argument in shutil.unpack_archive | Nick Coghlan | 2011-03-16 | 1 | -0/+8 |
* | | #11565: Merge with 3.2. | Ezio Melotti | 2011-03-16 | 27 | -34/+34 |
|\ \ | |/ | |||||
| * | #11565: Merge with 3.1. | Ezio Melotti | 2011-03-16 | 27 | -34/+34 |
| |\ | |||||
| | * | #11565: Fix several typos. Patch by Piotr Kasprzyk. | Ezio Melotti | 2011-03-16 | 27 | -34/+34 |
| | * | 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 | 1 | -0/+47 |
|\ \ \ | |/ / | |||||
| * | | Closes issue 11133. Fixes two cases where inspect.getattr_static could trigge... | Michael Foord | 2011-03-15 | 1 | -0/+47 |
| * | | 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 |
|/ / / | |||||
* | | | 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 | 2 | -10/+41 |
|\ \ \ | |||||
| * | | | PyErr_Print can leave sys.last_traceback hanging around; kill it | Benjamin Peterson | 2011-03-15 | 1 | -10/+8 |
| * | | | merge heads | Benjamin Peterson | 2011-03-15 | 1 | -0/+33 |
| |\ \ \ | |||||
| | * \ \ | Merge | Antoine Pitrou | 2011-03-15 | 2 | -4/+7 |
| | |\ \ \ | |||||
| | * \ \ \ | Merge fix for issue #11501 | Antoine Pitrou | 2011-03-15 | 1 | -0/+33 |
| | |\ \ \ \ | | | | |/ / | | | |/| | | |||||
| | | * | | | Merge fix for issue #11501 | Antoine Pitrou | 2011-03-15 | 1 | -0/+33 |
| | | |\ \ \ | | | | | |/ | | | | |/| | |||||
| | | | * | | On behalf of Tarek: Issue #11501: disutils.archive_utils.make_zipfile no | Antoine Pitrou | 2011-03-15 | 1 | -0/+33 |
| | | * | | | revert the test_main() change from 08daf3ef6509 so that regrtest continues to... | Gregory P. Smith | 2011-03-15 | 1 | -1/+14 |
| | | * | | | Add unittests demonstrating issue #11432. | Gregory P. Smith | 2011-03-15 | 1 | -15/+21 |
| * | | | | | should use 'is' here | Benjamin Peterson | 2011-03-15 | 1 | -1/+1 |
| | |_|_|/ | |/| | | | |||||
* | | | | | Close a stream properly in test.test_pulldom. | Brett Cannon | 2011-03-15 | 1 | -1/+3 |
|/ / / / | |||||
* | | | | merge | Brett Cannon | 2011-03-15 | 3 | -11/+154 |
|\ \ \ \ | |/ / / | |||||
| * | | | merge heads | Gregory P. Smith | 2011-03-15 | 1 | -8/+98 |
| |\ \ \ | |||||
| | * \ \ | merge heads | Benjamin Peterson | 2011-03-15 | 2 | -2/+38 |
| | |\ \ \ | |||||
| | * | | | | improve dis test coverage (closes #11559) | Benjamin Peterson | 2011-03-15 | 1 | -8/+98 |
| * | | | | | revert the test_main() change from 08daf3ef6509 so that regrtest continues to... | Gregory P. Smith | 2011-03-15 | 1 | -1/+14 |
| * | | | | | merge update | Gregory P. Smith | 2011-03-15 | 1 | -2/+36 |
| |\ \ \ \ \ | | | |/ / / | | |/| | | |