Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert the Lib/test/test_bigmem.py changes from commit 17891566a478 (and a | Thomas Wouters | 2011-03-25 | 2 | -28/+58 |
* | Merge from 3.2 again | Kurt B. Kaiser | 2011-03-25 | 0 | -0/+0 |
|\ | |||||
| * | Merge from 3.1 again | Kurt B. Kaiser | 2011-03-25 | 0 | -0/+0 |
| |\ | |||||
| | * | Merge 3.1 | Kurt B. Kaiser | 2011-03-24 | 2 | -3/+11 |
| | |\ | |||||
| | | * | Merge 3.1 | Kurt B. Kaiser | 2011-03-24 | 2 | -3/+11 |
| | | |\ | |||||
* | | | \ | Merge from 3.2 again | Kurt B. Kaiser | 2011-03-25 | 0 | -0/+0 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Merge 3.2 heads | Kurt B. Kaiser | 2011-03-25 | 2 | -4/+12 |
| |\ \ \ \ | |||||
* | \ \ \ \ | Merge default heads | Kurt B. Kaiser | 2011-03-25 | 1 | -6/+2 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Issue #11634: Remove misleading paragraph from a comment | Eli Bendersky | 2011-03-24 | 1 | -6/+2 |
* | | | | | | | Merge heads | Kurt B. Kaiser | 2011-03-24 | 5 | -38/+28 |
|\ \ \ \ \ \ \ | |/ / / / / / | |||||
| * | | | | | | #11093: make NOTTESTS empty by renaming confusingly named files in test dir. | R David Murray | 2011-03-24 | 4 | -10/+7 |
| * | | | | | | #11031: Add --testdir to specify where to find tests | R David Murray | 2011-03-24 | 1 | -2/+18 |
| * | | | | | | #11030: make --coverdir work for relative directories again. | R David Murray | 2011-03-24 | 1 | -1/+3 |
| * | | | | | | Remove test_importable(). Couldn't see how to make this reliable across all ... | Raymond Hettinger | 2011-03-24 | 1 | -25/+0 |
* | | | | | | | Merge 3.2 | Kurt B. Kaiser | 2011-03-24 | 2 | -4/+12 |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | |||||
| * | | | | | | Merge 3.2 | Kurt B. Kaiser | 2011-03-24 | 2 | -4/+12 |
| |\ \ \ \ \ \ | |||||
| | * \ \ \ \ \ | Merge from 3.2 | Kurt B. Kaiser | 2011-03-23 | 2 | -4/+12 |
| | |\ \ \ \ \ \ | | | | |/ / / / | | | |/| | | | | |||||
| | | * | | | | | Merge from 3.1 | Kurt B. Kaiser | 2011-03-22 | 2 | -4/+12 |
| | | |\ \ \ \ \ | | | | | |_|_|/ | | | | |/| | | | |||||
| | | | * | | | | <Home> toggle non-functional when NumLock set | Kurt B. Kaiser | 2011-03-21 | 2 | -3/+11 |
* | | | | | | | | Isolate the test_source() test in test_collections | Raymond Hettinger | 2011-03-24 | 1 | -5/+8 |
* | | | | | | | | Merge #11606: improved body_encode algorithm, no longer produces overlong lines | R David Murray | 2011-03-24 | 2 | -61/+103 |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | / / / | | |_|_|/ / / | |/| | | | | | |||||
| * | | | | | | Merge #11606: improved body_encode algorithm, no longer produces overlong lines | R David Murray | 2011-03-24 | 2 | -61/+103 |
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | | | |||||
| | * | | | | | #11606: improved body_encode algorithm, no longer produces overlong lines | R David Murray | 2011-03-24 | 2 | -61/+103 |
| | | |_|_|/ | | |/| | | | |||||
* | | | | | | Merge 3.2 | Victor Stinner | 2011-03-24 | 1 | -1/+1 |
|\ \ \ \ \ \ | |/ / / / / | |||||
| * | | | | | Merge 3.1 | Victor Stinner | 2011-03-24 | 1 | -1/+1 |
| |\ \ \ \ \ | | |/ / / / | |||||
| | * | | | | test_multiprocessing: use assertLess() to see the timeout on error | Victor Stinner | 2011-03-24 | 1 | -1/+1 |
* | | | | | | Add tests for the atexit hook in concurrent.futures (part of #11635) | Antoine Pitrou | 2011-03-24 | 1 | -15/+40 |
|\ \ \ \ \ \ | |/ / / / / | |||||
| * | | | | | Add tests for the atexit hook in concurrent.futures (part of #11635) | Antoine Pitrou | 2011-03-24 | 1 | -15/+40 |
* | | | | | | issue11236 getpass.getpass to respond ctrl-c or ctrl-z | Senthil Kumaran | 2011-03-24 | 1 | -1/+1 |
* | | | | | | issue10883 - Silence some ftp related ResourceWarnings in test_urllib2net. Pa... | Senthil Kumaran | 2011-03-24 | 1 | -3/+7 |
|\ \ \ \ \ \ | |/ / / / / | |||||
| * | | | | | issue10883 - Silence some ftp related ResourceWarnings in test_urllib2net. Pa... | Senthil Kumaran | 2011-03-24 | 1 | -3/+7 |
* | | | | | | Add tests for _source to importable and exec'able. | Raymond Hettinger | 2011-03-24 | 2 | -4/+37 |
* | | | | | | Remove a stale comment. | Brett Cannon | 2011-03-24 | 1 | -7/+0 |
* | | | | | | Make importlib compatible with __import__ by "fixing" code.co_filename | Brett Cannon | 2011-03-23 | 3 | -0/+32 |
* | | | | | | Have importlib use the repr of a module name in error messages. | Brett Cannon | 2011-03-23 | 2 | -1/+3 |
* | | | | | | Issue #11653: fix -W with -j in regrtest. | Antoine Pitrou | 2011-03-23 | 2 | -7/+16 |
|\ \ \ \ \ \ | |/ / / / / | |||||
| * | | | | | Add NEWS entry for 9aa6097131ef | Antoine Pitrou | 2011-03-23 | 1 | -0/+2 |
| * | | | | | Issue #11653: fix -W with -j in regrtest | Antoine Pitrou | 2011-03-23 | 1 | -7/+14 |
* | | | | | | Minor clean-ups. | Raymond Hettinger | 2011-03-23 | 1 | -3/+4 |
* | | | | | | Add news entry for the _source attribute created by namedtuple. | Raymond Hettinger | 2011-03-23 | 1 | -0/+5 |
* | | | | | | Merge | Raymond Hettinger | 2011-03-23 | 8 | -24/+222 |
|\ \ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge #11590: fix quoprimime decode handling of empty strings and line endings. | R David Murray | 2011-03-23 | 2 | -3/+18 |
| |\ \ \ \ \ \ | | |/ / / / / | |||||
| | * | | | | | Merge #11590: fix quoprimime decode handling of empty strings and line endings. | R David Murray | 2011-03-23 | 2 | -3/+18 |
| | |\ \ \ \ \ | | | |/ / / / | |||||
| | | * | | | | #11590: fix quoprimime decode handling of empty strings and line endings. | R David Murray | 2011-03-23 | 2 | -3/+18 |
| * | | | | | | Allow "-j0" as an argument to regrtest, to automatically select an | Antoine Pitrou | 2011-03-23 | 1 | -0/+7 |
| * | | | | | | Fix transmitting warning options to the children when running tests in | Antoine Pitrou | 2011-03-23 | 1 | -3/+2 |
| * | | | | | | Merge #11589: add additional tests for the email quoprimime module. | R David Murray | 2011-03-23 | 1 | -14/+178 |
| |\ \ \ \ \ \ | | |/ / / / / | |||||
| | * | | | | | Merge #11589: add additional tests for the email quoprimime module. | R David Murray | 2011-03-23 | 1 | -14/+178 |
| | |\ \ \ \ \ | | | |/ / / / | |||||
| | | * | | | | #11589: add additional tests for the email quoprimime module. | R David Murray | 2011-03-23 | 1 | -14/+178 |
| * | | | | | | Issue #11244: Remove outdated peepholer check that was preventing the peephol... | Mark Dickinson | 2011-03-23 | 4 | -4/+17 |