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
...
*
|
|
Issue #10513: Merge from 3.5
Berker Peksag
2016-08-26
1
-0/+31
|
\
\
\
|
|
/
/
|
*
|
Issue #10513: Fix a regression in Connection.commit()
Berker Peksag
2016-08-26
1
-0/+31
*
|
|
Merge
Raymond Hettinger
2016-08-26
4
-4/+4
|
\
\
\
|
|
/
/
|
*
|
Issue 19504: Change "customise" to "customize" American spelling.
Raymond Hettinger
2016-08-26
4
-4/+4
*
|
|
Add version to title of IDLE help window.
Terry Jan Reedy
2016-08-26
1
-1/+2
|
\
\
\
|
|
/
/
|
*
|
Add version to title of IDLE help window.
Terry Jan Reedy
2016-08-26
1
-1/+2
*
|
|
Merge with 3.5
Terry Jan Reedy
2016-08-25
1
-22/+21
|
\
\
\
|
|
/
/
|
*
|
Issue #25564: Mention exec and __builtins__ in IDLE-console difference section.
Terry Jan Reedy
2016-08-25
1
-22/+21
*
|
|
Issue #27821: Fix bug in idlelib.comfig function and add new tests.
Terry Jan Reedy
2016-08-25
2
-23/+85
*
|
|
Fix typo in test name
Berker Peksag
2016-08-24
1
-1/+1
*
|
|
Issue #12319: Support for chunked encoding of HTTP request bodies
Martin Panter
2016-08-24
4
-99/+396
*
|
|
Remove expected failure from test of _product internal function.
Steven D'Aprano
2016-08-24
1
-2/+2
*
|
|
Remove support for nth root of negative numbers with odd powers.
Steven D'Aprano
2016-08-24
2
-28/+8
*
|
|
Add geometric_mean to __all__
Steven D'Aprano
2016-08-24
1
-1/+2
*
|
|
Backed out changeset 1017215f5492
Mark Dickinson
2016-08-23
1
-141/+0
*
|
|
Issue #27834: Avoid overflow error in ZoneInfo.invert().
Alexander Belopolsky
2016-08-23
1
-3/+3
*
|
|
Issue #27787: No longer call deleted test_main().
Terry Jan Reedy
2016-08-23
1
-1/+1
*
|
|
A new version of typing.py from https://github.com/python/typing. (Merge 3.5-...
Guido van Rossum
2016-08-23
2
-26/+55
|
\
\
\
|
|
/
/
|
*
|
A new version of typing.py from https://github.com/python/typing.
Guido van Rossum
2016-08-23
2
-26/+55
*
|
|
Issue 27598: Add Collections to collections.abc.
Guido van Rossum
2016-08-23
3
-12/+112
*
|
|
Automated merge with ssh://hg.python.org/cpython
Steven D'Aprano
2016-08-23
3
-21/+33
|
\
\
\
|
*
|
|
Re-licence statistics.py under the standard Python licence.
Steven D'Aprano
2016-08-23
1
-17/+0
|
*
|
|
Issue #27573 make the exit message configurable.
Steven D'Aprano
2016-08-23
2
-4/+33
*
|
|
|
In asyncio.locks.Lock.acquire(): Avoid deadlock when a cancelled future is in...
Guido van Rossum
2016-08-23
1
-1/+1
|
\
\
\
\
|
|
|
/
/
|
|
/
|
|
|
*
|
|
In asyncio.locks.Lock.acquire(): Avoid deadlock when a cancelled future is in...
Guido van Rossum
2016-08-23
1
-1/+1
*
|
|
|
Issue #26040 (part 1): add new testcases to cmath_testcases.txt. Thanks Jeff ...
Mark Dickinson
2016-08-23
1
-0/+141
*
|
|
|
Issue #27832: Make _normalize parameter to Fraction.__init__ keyword-only.
Mark Dickinson
2016-08-23
2
-1/+2
|
|
/
/
|
/
|
|
*
|
|
Issue #27787: Remove test_main() and hard-coded list of test classes
Martin Panter
2016-08-23
1
-9/+2
*
|
|
Issue #12713: reverted fix pending further discussion.
Vinay Sajip
2016-08-23
2
-83/+32
*
|
|
Issue #27829: libregrtest.save_env: flush stderr
Victor Stinner
2016-08-22
1
-6/+4
*
|
|
Cleanup libregrtest
Victor Stinner
2016-08-22
2
-37/+20
*
|
|
Issue #27792: force int return type for modulo operations involving bools.
Mark Dickinson
2016-08-22
1
-0/+7
*
|
|
Issue #27539: Merge from 3.5.
Mark Dickinson
2016-08-22
2
-1/+18
|
\
\
\
|
|
/
/
|
*
|
Issue #27539: Fix unnormalised Fraction.__pow__ result for negative exponent ...
Mark Dickinson
2016-08-22
2
-1/+18
*
|
|
Remove main section that was only used during testing and development
Raymond Hettinger
2016-08-22
1
-38/+0
*
|
|
Issue #26984: int() now always returns an instance of exact int.
Serhiy Storchaka
2016-08-21
1
-1/+4
*
|
|
Issue #21718: Merge from 3.5
Berker Peksag
2016-08-21
1
-1/+41
|
\
\
\
|
|
/
/
|
*
|
Issue #21718: cursor.description is now available for queries using CTEs
Berker Peksag
2016-08-21
1
-1/+41
*
|
|
Merge #27782 fix from 3.5
Nick Coghlan
2016-08-21
1
-0/+9
|
\
\
\
|
|
/
/
|
*
|
Issue #27782: Fix m_methods handling in multiphase init
Nick Coghlan
2016-08-21
1
-0/+9
*
|
|
Issue #27487: Merge runpy warning from 3.5
Martin Panter
2016-08-21
3
-11/+48
|
\
\
\
|
|
/
/
|
*
|
Issue #27487: Warn if submodule already imported before runpy execution
Martin Panter
2016-08-21
3
-11/+48
*
|
|
Fix typo in IDLE News.
Terry Jan Reedy
2016-08-21
1
-3/+3
|
\
\
\
|
|
/
/
|
*
|
Fix typo in IDLE News.
Terry Jan Reedy
2016-08-21
1
-1/+1
*
|
|
Add 3.6.0a4 IDLE NEWS and idlelib/NEWS.txt items.
Terry Jan Reedy
2016-08-21
1
-0/+26
|
\
\
\
|
|
/
/
|
*
|
Add 3.5.3 IDLE NEWS and idlelib/NEWS.txt items.
Terry Jan Reedy
2016-08-21
1
-0/+9
*
|
|
Issue #27714: Remove unneeded non-idempotent call that fails on retest.
Terry Jan Reedy
2016-08-21
1
-2/+0
|
\
\
\
|
|
/
/
|
*
|
Issue #27714: Remove unneeded non-idempotent call that fails on retest.
Terry Jan Reedy
2016-08-21
1
-2/+0
*
|
|
Issue #27819: Simply default to gztar for sdist formats by default on all pla...
Jason R. Coombs
2016-08-20
1
-11/+1
*
|
|
issue26981: add _order_ compatibility shim to enum.Enum
Ethan Furman
2016-08-20
2
-2/+77
[prev]
[next]