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
*
Merge asyncio from 3.5
Guido van Rossum
2016-08-31
2
-10/+96
|
\
|
*
Fix ordering issues in UNIX read/write pipe transport constructors.
Guido van Rossum
2016-08-31
1
-6/+17
|
*
Don't select for read on character devices in _UnixWritePipeTransport.
Guido van Rossum
2016-08-31
2
-4/+79
*
|
Issue #27907: variable rename. (Ville Skyttä) (Merge 3.5->3.6)
Guido van Rossum
2016-08-31
1
-2/+2
|
\
\
|
|
/
|
*
Issue #27907: variable rename. (Ville Skyttä)
Guido van Rossum
2016-08-31
1
-2/+2
*
|
#27904: fix distutils tests.
R David Murray
2016-08-31
2
-2/+4
*
|
Closes #27904: Improved logging statements to defer formatting until needed.
Vinay Sajip
2016-08-31
9
-15/+14
*
|
issue23591: add Flags, IntFlags, and tests
Ethan Furman
2016-08-31
2
-11/+668
*
|
Issue #27891: Consistently group and sort imports within idlelib modules.
Terry Jan Reedy
2016-08-31
47
-122/+197
*
|
Issue #17642: add larger font sizes for classroom projection.
Terry Jan Reedy
2016-08-31
1
-1/+2
*
|
Merge with 3.5
Terry Jan Reedy
2016-08-30
1
-13/+16
|
\
\
|
|
/
|
*
? Working Directory ?
Terry Jan Reedy
2016-08-30
1
-14/+17
*
|
Issue #27895: Strengthen the dict reader tests.
Raymond Hettinger
2016-08-30
1
-0/+38
*
|
Issue #27842: The csv.DictReader now returns rows of type OrderedDict.
Raymond Hettinger
2016-08-30
2
-1/+18
*
|
Issue #27895: Spelling fixes (Contributed by Ville Skyttä).
Raymond Hettinger
2016-08-30
36
-54/+54
*
|
Merge with 3.5
Zachary Ware
2016-08-30
1
-1/+5
|
\
\
|
|
/
|
*
Skip test_tools.test_i18n when pygettext.py is missing
Zachary Ware
2016-08-30
1
-1/+5
*
|
Issue #27870: A left shift of zero by a large integer no longer attempts to a...
Mark Dickinson
2016-08-29
1
-0/+15
*
|
Issue 23229: add cmath.inf, cmath.nan, cmath.infj and cmath.nanj.
Mark Dickinson
2016-08-29
1
-0/+17
*
|
Issue #27861: Fixed a crash in sqlite3.Connection.cursor() when a factory
Serhiy Storchaka
2016-08-29
1
-3/+17
|
\
\
|
|
/
|
*
Issue #27861: Fixed a crash in sqlite3.Connection.cursor() when a factory
Serhiy Storchaka
2016-08-29
1
-3/+17
*
|
Issue #26027: Fix test_path_t_converter on Windows
Berker Peksag
2016-08-27
1
-1/+1
*
|
Don't test for path-like bytes paths on Windows
Brett Cannon
2016-08-27
1
-2/+7
*
|
Issue #27506: Support bytes/bytearray.translate() delete as keyword argument
Martin Panter
2016-08-27
1
-18/+31
*
|
Issue #19884: Merge Readline updates from 3.5
Martin Panter
2016-08-27
1
-1/+1
|
\
\
|
|
/
|
*
Issue #19884: Avoid spurious output on OS X with Gnu Readline
Martin Panter
2016-08-27
1
-1/+1
*
|
Issue #12319: Always send file request bodies using chunked encoding
Martin Panter
2016-08-27
3
-52/+62
*
|
Issue #26027: Don't test for bytearray in path_t as that's now
Brett Cannon
2016-08-27
1
-7/+2
*
|
Issue #26027, #27524: Add PEP 519/__fspath__() support to os and
Brett Cannon
2016-08-26
9
-22/+345
*
|
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
|
\
\
[next]