summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Make importlib compatible with __import__ by "fixing" code.co_filenameBrett Cannon2011-03-231-0/+1
* Have importlib use the repr of a module name in error messages.Brett Cannon2011-03-231-1/+1
* Issue #11653: fix -W with -j in regrtest.Antoine Pitrou2011-03-231-7/+14
|\
| * Issue #11653: fix -W with -j in regrtestAntoine Pitrou2011-03-231-7/+14
* | Minor clean-ups.Raymond Hettinger2011-03-231-3/+4
* | MergeRaymond Hettinger2011-03-235-20/+216
|\ \
| * \ 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
| | | * Fix obscure set crashers (#8420). Backport of d56b3cafb1e6, reviewed by Raym...Éric Araujo2011-03-231-0/+34
| * | | Issue #11244: Remove outdated peepholer check that was preventing the peephol...Mark Dickinson2011-03-231-0/+11
* | | | Expose the namedtuple source with a _source attribute.Raymond Hettinger2011-03-232-5/+7
* | | | Move namespace setup inside the template.Raymond Hettinger2011-03-231-2/+7
|/ / /
* | | Minor named tuple clean-ups.Raymond Hettinger2011-03-231-10/+9
* | | Factor-out named tuple class definition template strings.Raymond Hettinger2011-03-231-51/+60
* | | Branch mergeÉric Araujo2011-03-231-1/+9
|\ \ \
| * | | Do not touch sys.path when site is imported and python was started with -S.Éric Araujo2011-03-231-1/+9
* | | | 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 10787: Document the probability density function for random.gammavariate.Raymond Hettinger2011-03-221-0/+6
|\ \ \ | |/ /
| * | Issue 10787: Document the probability density function for random.gammavariate.Raymond Hettinger2011-03-221-0/+6
| |\ \ | | |/
| | * Issue 10787: Document the probability density function for random.gammavariate.Raymond Hettinger2011-03-221-0/+6
| | * Issue #8651: PyArg_Parse*() functions raise an OverflowError if the fileVictor Stinner2011-03-211-0/+18
* | | Clean-up whitespace.Raymond Hettinger2011-03-221-7/+7
* | | Replace **locals() with explicit field names.Raymond Hettinger2011-03-221-4/+8
* | | Simplify the named tuple template by using the new string format syntax.Raymond Hettinger2011-03-221-15/+15
* | | Improve readability by replacing '\n' in template with real newlines.Raymond Hettinger2011-03-221-9/+19
* | | Issue #11333: Add __slots__ to the collections ABCs.Raymond Hettinger2011-03-221-0/+26
* | | MergeAntoine Pitrou2011-03-221-9/+9
|\ \ \ | |/ /
| * | Use shorter timings in test_concurrent_futures to make it a bit fasterAntoine Pitrou2011-03-221-9/+9
* | | Issue #11628: cmp_to_key should use __slots__.Raymond Hettinger2011-03-221-0/+1
|\ \ \ | |/ /
| * | Issue #11628: cmp_to_key should use __slots__.Raymond Hettinger2011-03-221-0/+1
* | | Fix rename spelling error.R David Murray2011-03-211-0/+0
* | | Correctly move email package tests to Lib/test.R David Murray2011-03-2155-47/+17
* | | Make regrtest recognize test packages as well as test modules.R David Murray2011-03-211-3/+3
* | | Always print out the traceback when a test "crashed"Antoine Pitrou2011-03-211-5/+2
|\ \ \ | |/ /
| * | Always print out the traceback when a test "crashed"Antoine Pitrou2011-03-211-5/+2
* | | Try to make test_import a bit more robustAntoine Pitrou2011-03-211-0/+3
|\ \ \ | |/ /
| * | Try to make test_import a bit more robustAntoine Pitrou2011-03-211-0/+3
* | | Relax timing check (seen a buildbot failure on this)Antoine Pitrou2011-03-211-1/+1
|\ \ \ | |/ /
| * | Relax timing check (seen a buildbot failure on this)Antoine Pitrou2011-03-211-1/+1
* | | Fix timeout error message on windows to not be in milliseconds.Reid Kleckner2011-03-211-3/+4
* | | Issue #11621: fix bootstrap issue with getopt/gettext (following d3e46930ffe9)Antoine Pitrou2011-03-211-1/+5
* | | Branch mergeÉric Araujo2011-03-211-7/+8
|\ \ \
| * | | Mark getopt error messages as localizable (fixes #11371).Éric Araujo2011-03-201-7/+8