summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Revert the Lib/test/test_bigmem.py changes from commit 17891566a478 (and aThomas Wouters2011-03-252-28/+58
* Merge from 3.2 againKurt B. Kaiser2011-03-250-0/+0
|\
| * Merge from 3.1 againKurt B. Kaiser2011-03-250-0/+0
| |\
| | * Merge 3.1Kurt B. Kaiser2011-03-242-3/+11
| | |\
| | | * Merge 3.1Kurt B. Kaiser2011-03-242-3/+11
| | | |\
* | | | \ Merge from 3.2 againKurt B. Kaiser2011-03-250-0/+0
|\ \ \ \ \ | |/ / / /
| * | | | Merge 3.2 headsKurt B. Kaiser2011-03-252-4/+12
| |\ \ \ \
* | \ \ \ \ Merge default headsKurt B. Kaiser2011-03-251-6/+2
|\ \ \ \ \ \
| * | | | | | Issue #11634: Remove misleading paragraph from a commentEli Bendersky2011-03-241-6/+2
* | | | | | | Merge headsKurt B. Kaiser2011-03-245-38/+28
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | #11093: make NOTTESTS empty by renaming confusingly named files in test dir.R David Murray2011-03-244-10/+7
| * | | | | | #11031: Add --testdir to specify where to find testsR David Murray2011-03-241-2/+18
| * | | | | | #11030: make --coverdir work for relative directories again.R David Murray2011-03-241-1/+3
| * | | | | | Remove test_importable(). Couldn't see how to make this reliable across all ...Raymond Hettinger2011-03-241-25/+0
* | | | | | | Merge 3.2Kurt B. Kaiser2011-03-242-4/+12
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Merge 3.2Kurt B. Kaiser2011-03-242-4/+12
| |\ \ \ \ \ \
| | * \ \ \ \ \ Merge from 3.2Kurt B. Kaiser2011-03-232-4/+12
| | |\ \ \ \ \ \ | | | | |/ / / / | | | |/| | | |
| | | * | | | | Merge from 3.1Kurt B. Kaiser2011-03-222-4/+12
| | | |\ \ \ \ \ | | | | | |_|_|/ | | | | |/| | |
| | | | * | | | <Home> toggle non-functional when NumLock setKurt B. Kaiser2011-03-212-3/+11
* | | | | | | | Isolate the test_source() test in test_collectionsRaymond Hettinger2011-03-241-5/+8
* | | | | | | | Merge #11606: improved body_encode algorithm, no longer produces overlong linesR David Murray2011-03-242-61/+103
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | / / / | | |_|_|/ / / | |/| | | | |
| * | | | | | Merge #11606: improved body_encode algorithm, no longer produces overlong linesR David Murray2011-03-242-61/+103
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | |
| | * | | | | #11606: improved body_encode algorithm, no longer produces overlong linesR David Murray2011-03-242-61/+103
| | | |_|_|/ | | |/| | |
* | | | | | Merge 3.2Victor Stinner2011-03-241-1/+1
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge 3.1Victor Stinner2011-03-241-1/+1
| |\ \ \ \ \ | | |/ / / /
| | * | | | test_multiprocessing: use assertLess() to see the timeout on errorVictor Stinner2011-03-241-1/+1
* | | | | | Add tests for the atexit hook in concurrent.futures (part of #11635)Antoine Pitrou2011-03-241-15/+40
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Add tests for the atexit hook in concurrent.futures (part of #11635)Antoine Pitrou2011-03-241-15/+40
* | | | | | issue11236 getpass.getpass to respond ctrl-c or ctrl-zSenthil Kumaran2011-03-241-1/+1
* | | | | | issue10883 - Silence some ftp related ResourceWarnings in test_urllib2net. Pa...Senthil Kumaran2011-03-241-3/+7
|\ \ \ \ \ \ | |/ / / / /
| * | | | | issue10883 - Silence some ftp related ResourceWarnings in test_urllib2net. Pa...Senthil Kumaran2011-03-241-3/+7
* | | | | | Add tests for _source to importable and exec'able.Raymond Hettinger2011-03-242-4/+37
* | | | | | Remove a stale comment.Brett Cannon2011-03-241-7/+0
* | | | | | Make importlib compatible with __import__ by "fixing" code.co_filenameBrett Cannon2011-03-233-0/+32
* | | | | | Have importlib use the repr of a module name in error messages.Brett Cannon2011-03-232-1/+3
* | | | | | Issue #11653: fix -W with -j in regrtest.Antoine Pitrou2011-03-232-7/+16
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Add NEWS entry for 9aa6097131efAntoine Pitrou2011-03-231-0/+2
| * | | | | Issue #11653: fix -W with -j in regrtestAntoine Pitrou2011-03-231-7/+14
* | | | | | Minor clean-ups.Raymond Hettinger2011-03-231-3/+4
* | | | | | Add news entry for the _source attribute created by namedtuple.Raymond Hettinger2011-03-231-0/+5
* | | | | | MergeRaymond Hettinger2011-03-238-24/+222
|\ \ \ \ \ \
| * \ \ \ \ \ Merge #11590: fix quoprimime decode handling of empty strings and line endings.R David Murray2011-03-232-3/+18
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | Merge #11590: fix quoprimime decode handling of empty strings and line endings.R David Murray2011-03-232-3/+18
| | |\ \ \ \ \ | | | |/ / / /
| | | * | | | #11590: fix quoprimime decode handling of empty strings and line endings.R David Murray2011-03-232-3/+18
| * | | | | | Allow "-j0" as an argument to regrtest, to automatically select anAntoine Pitrou2011-03-231-0/+7
| * | | | | | Fix transmitting warning options to the children when running tests inAntoine Pitrou2011-03-231-3/+2
| * | | | | | Merge #11589: add additional tests for the email quoprimime module.R David Murray2011-03-231-14/+178
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | Merge #11589: add additional tests for the email quoprimime module.R David Murray2011-03-231-14/+178
| | |\ \ \ \ \ | | | |/ / / /
| | | * | | | #11589: add additional tests for the email quoprimime module.R David Murray2011-03-231-14/+178
| * | | | | | Issue #11244: Remove outdated peepholer check that was preventing the peephol...Mark Dickinson2011-03-234-4/+17