| Commit message (Expand) | Author | Age | Files | Lines |
* | #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 |
|
|
* | 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 |
|
|
* | | | | Expose the namedtuple source with a _source attribute. | Raymond Hettinger | 2011-03-23 | 3 | -53/+20 |
|
|
* | | | | Move namespace setup inside the template. | Raymond Hettinger | 2011-03-23 | 1 | -2/+7 |
|/ / / |
|
* | | | Fix set representation in an example. | Raymond Hettinger | 2011-03-23 | 1 | -1/+1 |
|
|
* | | | Minor named tuple clean-ups. | Raymond Hettinger | 2011-03-23 | 2 | -42/+42 |
|
|
* | | | Factor-out named tuple class definition template strings. | Raymond Hettinger | 2011-03-23 | 1 | -51/+60 |
|
|
* | | | Branch merge | Éric Araujo | 2011-03-23 | 6 | -5/+36 |
|\ \ \ |
|
| * \ \ | Merge from 3.2. | Éric Araujo | 2011-03-23 | 1 | -2/+5 |
| |\ \ \ |
|
| * | | | | Do not touch sys.path when site is imported and python was started with -S. | Éric Araujo | 2011-03-23 | 6 | -5/+36 |
|
|
* | | | | | Merge from 3.2 | Éric Araujo | 2011-03-23 | 1 | -2/+5 |
|\ \ \ \ \
| | |_|/ /
| |/| | | |
|
| * | | | | Branch merge | Éric Araujo | 2011-03-23 | 1 | -2/+5 |
| |\ \ \ \
| | | |/ /
| | |/| | |
|
| | * | | | Merge from 3.1. | Éric Araujo | 2011-03-23 | 1 | -2/+5 |
| | |\ \ \
| | | | |/
| | | |/| |
|
| | | * | | Fix obscure set crashers (#8420). Backport of d56b3cafb1e6, reviewed by Raym... | Éric Araujo | 2011-03-23 | 2 | -10/+57 |
|
|
* | | | | | Use transient_internet() consistently in test_imaplib | Antoine Pitrou | 2011-03-23 | 1 | -12/+16 |
|\ \ \ \ \
| |/ / / /
| | | | /
| |_|_|/
|/| | | |
|
| * | | | Use transient_internet() consistently in test_imaplib | Antoine Pitrou | 2011-03-23 | 1 | -12/+16 |
| |/ / |
|
* | | | Issue #10610: Document that int(), float(), and complex() accept numeric lite... | Raymond Hettinger | 2011-03-23 | 1 | -40/+46 |
|\ \ \
| |/ / |
|