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