summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Exercise crashers to ensure they are still covering known error casesNick Coghlan2011-03-162-0/+39
* Merge #11401 fix from 3.2.R David Murray2011-03-162-1/+8
|\
| * Merge #11401 fix from 3.1.R David Murray2011-03-162-1/+8
| |\
| | * #11401: handle headers with no value.R David Murray2011-03-162-1/+8
* | | Merge #11578 test from 3.2.R David Murray2011-03-163-3/+313
|\ \ \ | |/ /
| * | #11578: add unit tests for timeit module.R David Murray2011-03-163-3/+313
* | | merge 3.2Michael Foord2011-03-161-0/+63
|\ \ \ | |/ /
| * | Closes issue 11503. Improves test coverage of posixpath.Michael Foord2011-03-161-0/+63
* | | Merged with hg.python.org.Reid Kleckner2011-03-162-6/+16
|\ \ \
| * \ \ Merge #9298 fix.R David Murray2011-03-162-6/+16
| |\ \ \ | | |/ /
| | * | Merge #9298 fix.R David Murray2011-03-162-6/+16
| | |\ \ | | | |/
| | | * #9298: restore proper folding of base64 encoded bodies.R David Murray2011-03-162-6/+16
| | * | Backport improved test coverage for string.pyNick Coghlan2011-03-162-0/+37
* | | | Bump up the subprocess timeouts even more. :(Reid Kleckner2011-03-161-4/+6
* | | | Include the timeout value in TimeoutExpired.Reid Kleckner2011-03-162-23/+35
|/ / /
* | | Merge fix for #11560 from 3.2Nick Coghlan2011-03-161-36/+64
|\ \ \ | |/ /
| * | Close #11560: Improve test coverage of shutilNick Coghlan2011-03-161-36/+64
* | | Merge from remoteNick Coghlan2011-03-162-1/+47
|\ \ \
| * | | Issue #5870: Add subprocess.DEVNULL constant.Ross Lagerwall2011-03-162-1/+47
* | | | Merge fix for #11548 from 3.2Nick Coghlan2011-03-162-2/+10
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Close #11548: Correctly handle format argument in shutil.unpack_archiveNick Coghlan2011-03-162-2/+10
* | | Merge with 3.2Ronald Oussoren2011-03-161-1/+4
|\ \ \ | |/ /
| * | Merge with 3.1Ronald Oussoren2011-03-161-1/+4
| |\ \ | | |/
| | * Issue #11569: use absolute path to the sysctl command in multiprocessing toRonald Oussoren2011-03-161-1/+4
* | | #11565: Merge with 3.2.Ezio Melotti2011-03-1660-79/+79
|\ \ \ | |/ /
| * | #11565: Merge with 3.1.Ezio Melotti2011-03-1660-79/+79
| |\ \ | | |/
| | * #11565: Fix several typos. Patch by Piotr Kasprzyk.Ezio Melotti2011-03-1660-79/+79
| | * Fix whitespace in test_subprocessAntoine Pitrou2011-03-151-1/+1
* | | Merge: Close issue #8600: test_gdb failures because innocuous warningsJesus Cea2011-03-161-0/+3
|\ \ \ | |/ /
| * | Close issue #8600: test_gdb failures because innocuous warningsJesus Cea2011-03-161-0/+3
* | | merge 3.2Michael Foord2011-03-152-6/+68
|\ \ \ | |/ /
| * | Closes issue 11133. Fixes two cases where inspect.getattr_static could trigge...Michael Foord2011-03-152-6/+68
| * | Issue 11510: Fix BUILD_SET optimizer bug.Raymond Hettinger2011-03-151-1/+13
* | | Undo an accidental commit.Brett Cannon2011-03-151-18/+16
* | | mergeBrett Cannon2011-03-151-1/+14
|\ \ \
| * | | whitespace fixRaymond Hettinger2011-03-151-9/+9
| * | | whitespace fixRaymond Hettinger2011-03-151-0/+1
| * | | Issue 11510: Fix BUILD_SET optimizer bug.Raymond Hettinger2011-03-151-1/+13
* | | | mergeBrett Cannon2011-03-151-16/+18
* | | | Be more thorough in blanking out methods grabbed off of an fp.Brett Cannon2011-03-151-2/+5
|/ / /
* | | Properly close a file in test_os.Brett Cannon2011-03-151-8/+6
* | | Don't leave around a test symlink file.Brett Cannon2011-03-151-1/+3
* | | mergeBrett Cannon2011-03-156-22/+113
|\ \ \
| * | | PyErr_Print can leave sys.last_traceback hanging around; kill itBenjamin Peterson2011-03-151-10/+8
| * | | merge headsBenjamin Peterson2011-03-155-12/+105
| |\ \ \
| | * \ \ MergeAntoine Pitrou2011-03-152-4/+7
| | |\ \ \
| | * \ \ \ Merge fix for issue #11501Antoine Pitrou2011-03-155-12/+105
| | |\ \ \ \ | | | | |/ / | | | |/| |
| | | * | | Merge fix for issue #11501Antoine Pitrou2011-03-155-12/+105
| | | |\ \ \ | | | | | |/ | | | | |/|
| | | | * | On behalf of Tarek: Issue #11501: disutils.archive_utils.make_zipfile noAntoine Pitrou2011-03-155-12/+105
| | | * | | merge 3.2 headsGregory P. Smith2011-03-151-7/+1
| | | |\ \ \