index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make importlib compatible with __import__ by "fixing" code.co_filename
Brett Cannon
2011-03-23
1
-0/+1
*
Have importlib use the repr of a module name in error messages.
Brett Cannon
2011-03-23
1
-1/+1
*
Issue #11653: fix -W with -j in regrtest.
Antoine Pitrou
2011-03-23
1
-7/+14
|
\
|
*
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
*
|
Merge
Raymond Hettinger
2011-03-23
5
-20/+216
|
\
\
|
*
\
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
|
|
|
*
Fix obscure set crashers (#8420). Backport of d56b3cafb1e6, reviewed by Raym...
Éric Araujo
2011-03-23
1
-0/+34
|
*
|
|
Issue #11244: Remove outdated peepholer check that was preventing the peephol...
Mark Dickinson
2011-03-23
1
-0/+11
*
|
|
|
Expose the namedtuple source with a _source attribute.
Raymond Hettinger
2011-03-23
2
-5/+7
*
|
|
|
Move namespace setup inside the template.
Raymond Hettinger
2011-03-23
1
-2/+7
|
/
/
/
*
|
|
Minor named tuple clean-ups.
Raymond Hettinger
2011-03-23
1
-10/+9
*
|
|
Factor-out named tuple class definition template strings.
Raymond Hettinger
2011-03-23
1
-51/+60
*
|
|
Branch merge
Éric Araujo
2011-03-23
1
-1/+9
|
\
\
\
|
*
|
|
Do not touch sys.path when site is imported and python was started with -S.
Éric Araujo
2011-03-23
1
-1/+9
*
|
|
|
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 10787: Document the probability density function for random.gammavariate.
Raymond Hettinger
2011-03-22
1
-0/+6
|
\
\
\
|
|
/
/
|
*
|
Issue 10787: Document the probability density function for random.gammavariate.
Raymond Hettinger
2011-03-22
1
-0/+6
|
|
\
\
|
|
|
/
|
|
*
Issue 10787: Document the probability density function for random.gammavariate.
Raymond Hettinger
2011-03-22
1
-0/+6
|
|
*
Issue #8651: PyArg_Parse*() functions raise an OverflowError if the file
Victor Stinner
2011-03-21
1
-0/+18
*
|
|
Clean-up whitespace.
Raymond Hettinger
2011-03-22
1
-7/+7
*
|
|
Replace **locals() with explicit field names.
Raymond Hettinger
2011-03-22
1
-4/+8
*
|
|
Simplify the named tuple template by using the new string format syntax.
Raymond Hettinger
2011-03-22
1
-15/+15
*
|
|
Improve readability by replacing '\n' in template with real newlines.
Raymond Hettinger
2011-03-22
1
-9/+19
*
|
|
Issue #11333: Add __slots__ to the collections ABCs.
Raymond Hettinger
2011-03-22
1
-0/+26
*
|
|
Merge
Antoine Pitrou
2011-03-22
1
-9/+9
|
\
\
\
|
|
/
/
|
*
|
Use shorter timings in test_concurrent_futures to make it a bit faster
Antoine Pitrou
2011-03-22
1
-9/+9
*
|
|
Issue #11628: cmp_to_key should use __slots__.
Raymond Hettinger
2011-03-22
1
-0/+1
|
\
\
\
|
|
/
/
|
*
|
Issue #11628: cmp_to_key should use __slots__.
Raymond Hettinger
2011-03-22
1
-0/+1
*
|
|
Fix rename spelling error.
R David Murray
2011-03-21
1
-0/+0
*
|
|
Correctly move email package tests to Lib/test.
R David Murray
2011-03-21
55
-47/+17
*
|
|
Make regrtest recognize test packages as well as test modules.
R David Murray
2011-03-21
1
-3/+3
*
|
|
Always print out the traceback when a test "crashed"
Antoine Pitrou
2011-03-21
1
-5/+2
|
\
\
\
|
|
/
/
|
*
|
Always print out the traceback when a test "crashed"
Antoine Pitrou
2011-03-21
1
-5/+2
*
|
|
Try to make test_import a bit more robust
Antoine Pitrou
2011-03-21
1
-0/+3
|
\
\
\
|
|
/
/
|
*
|
Try to make test_import a bit more robust
Antoine Pitrou
2011-03-21
1
-0/+3
*
|
|
Relax timing check (seen a buildbot failure on this)
Antoine Pitrou
2011-03-21
1
-1/+1
|
\
\
\
|
|
/
/
|
*
|
Relax timing check (seen a buildbot failure on this)
Antoine Pitrou
2011-03-21
1
-1/+1
*
|
|
Fix timeout error message on windows to not be in milliseconds.
Reid Kleckner
2011-03-21
1
-3/+4
*
|
|
Issue #11621: fix bootstrap issue with getopt/gettext (following d3e46930ffe9)
Antoine Pitrou
2011-03-21
1
-1/+5
*
|
|
Branch merge
Éric Araujo
2011-03-21
1
-7/+8
|
\
\
\
|
*
|
|
Mark getopt error messages as localizable (fixes #11371).
Éric Araujo
2011-03-20
1
-7/+8
[next]