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 from 3.4 (for #21226).
Eric Snow
2014-05-13
1
-0/+23
|
\
|
*
Issue #21226: Set all attrs in PyImport_ExecCodeModuleObject.
Eric Snow
2014-05-12
1
-0/+23
*
|
(Merge 3.4) Issue #21398: Fix an unicode error in the pydoc pager when the
Victor Stinner
2014-05-13
1
-0/+3
|
\
\
|
|
/
|
*
Issue #21398: Fix an unicode error in the pydoc pager when the documentation
Victor Stinner
2014-05-13
1
-0/+3
*
|
(Merge 3.4) Issue #21422: Add a test to check that bool << int and bool >> int
Victor Stinner
2014-05-12
1
-0/+7
|
\
\
|
|
/
|
*
Issue #21422: Add a test to check that bool << int and bool >> int return an int
Victor Stinner
2014-05-12
1
-0/+7
*
|
Issue #16531: ipaddress.IPv4Network and ipaddress.IPv6Network now accept an (...
Antoine Pitrou
2014-05-12
2
-21/+187
*
|
Merge 3.4->default: asyncio: Fix upstream issue 168: StreamReader.read(-1) fr...
Guido van Rossum
2014-05-12
2
-6/+47
|
\
\
|
|
/
|
*
asyncio: Fix upstream issue 168: StreamReader.read(-1) from pipe may hang if ...
Guido van Rossum
2014-05-12
2
-6/+47
*
|
Merge with 3.4
Terry Jan Reedy
2014-05-12
1
-1/+0
|
\
\
|
|
/
|
*
whitespace
Terry Jan Reedy
2014-05-12
1
-1/+0
*
|
Merge with 3.4
Terry Jan Reedy
2014-05-12
4
-32/+114
|
\
\
|
|
/
|
*
Issue #18104: Add idlelib/idle_test/htest.py with a few sample tests to begin
Terry Jan Reedy
2014-05-12
4
-32/+114
|
*
Try to fix issue #21425 workaround for shared library builds
Antoine Pitrou
2014-05-11
1
-2/+2
*
|
Issue 21424: Apply the nlargest() optimizations to nsmallest() as well.
Raymond Hettinger
2014-05-11
2
-42/+116
*
|
Try to fix issue #21425 workaround for shared library builds
Antoine Pitrou
2014-05-11
1
-2/+2
*
|
Fix printing out error message when test fails and run with -bb
Antoine Pitrou
2014-05-11
1
-1/+1
|
\
\
|
|
/
|
*
Fix printing out error message when test fails and run with -bb
Antoine Pitrou
2014-05-11
1
-1/+1
|
*
Try workaround for test issues in #21425
Antoine Pitrou
2014-05-11
1
-0/+8
*
|
Remove debugging output
Antoine Pitrou
2014-05-11
1
-3/+0
*
|
Try workaround for test issues in #21425
Antoine Pitrou
2014-05-11
1
-0/+8
*
|
Fix debugging output to work with -W
Antoine Pitrou
2014-05-11
1
-2/+2
*
|
Fix debugging output to work with -bb
Antoine Pitrou
2014-05-11
1
-1/+1
*
|
Add debugging output for #21425
Antoine Pitrou
2014-05-11
1
-0/+3
*
|
Issue #21425: Fix flushing of standard streams in the interactive interpreter.
Antoine Pitrou
2014-05-11
2
-2/+51
|
\
\
|
|
/
|
*
Issue #21425: Fix flushing of standard streams in the interactive interpreter.
Antoine Pitrou
2014-05-11
2
-2/+51
*
|
Issue #21424: Optimize heaqp.nlargest() to make fewer tuple comparisons.
Raymond Hettinger
2014-05-11
2
-89/+38
*
|
Merge 3.4 -> default: asyncio: Upstream issue #167: remove dead code, by Marc...
Guido van Rossum
2014-05-10
1
-5/+1
|
\
\
|
|
/
|
*
asyncio: Upstream issue #167: remove dead code, by Marc Schlaich.
Guido van Rossum
2014-05-10
1
-5/+1
*
|
Reindent long line
Jason R. Coombs
2014-05-10
1
-1/+2
*
|
Replace overly-aggressive comparison for type equality with an isinstance check.
Jason R. Coombs
2014-05-10
1
-1/+1
*
|
Drop support for Python 2.4 in upload command.
Jason R. Coombs
2014-05-10
1
-8/+2
*
|
Replace import * with explicit import
Jason R. Coombs
2014-05-10
1
-1/+1
*
|
Clean up style in distutils upload command
Jason R. Coombs
2014-05-10
1
-14/+19
*
|
Issue #19655: Add tests for the new asdl parser.
Eli Bendersky
2014-05-10
1
-0/+122
*
|
Issue #19721: Consolidate test_importlib utility code into a single
Brett Cannon
2014-05-09
25
-270/+249
*
|
Issue #20776: Flesh out tests for importlib.machinery.PathFinder.
Brett Cannon
2014-05-09
1
-0/+47
*
|
Issue #21156: importlib.abc.InspectLoader.source_to_code() is now a
Brett Cannon
2014-05-09
1
-1/+2
*
|
Merge from 3.4.
Tim Peters
2014-05-08
1
-0/+32
|
\
\
|
|
/
|
*
Issue #21435: Segfault in gc with cyclic trash
Tim Peters
2014-05-08
1
-0/+32
*
|
Issue #21396: Fix TextIOWrapper(..., write_through=True) to not force a flush...
Antoine Pitrou
2014-05-08
2
-0/+33
|
\
\
|
|
/
|
*
Issue #21396: Fix TextIOWrapper(..., write_through=True) to not force a flush...
Antoine Pitrou
2014-05-08
2
-0/+33
*
|
- Issue #17752: Fix distutils tests when run from the installed location.
doko@ubuntu.com
2014-05-07
1
-1/+1
|
\
\
|
|
/
|
*
- Issue #17752: Fix distutils tests when run from the installed location.
doko@ubuntu.com
2014-05-07
1
-1/+1
*
|
Merge: #21300: Clean up the docs for the email "policy" arguments.
R David Murray
2014-05-07
1
-3/+6
|
\
\
|
|
/
|
*
#21300: Clean up the docs for the email "policy" arguments.
R David Murray
2014-05-07
1
-3/+6
*
|
Merge 3.4->default: asyncio: Fix the second half of issue #21447: race in _wr...
Guido van Rossum
2014-05-06
2
-6/+14
|
\
\
|
|
/
|
*
asyncio: Fix the second half of issue #21447: race in _write_to_self().
Guido van Rossum
2014-05-06
2
-6/+14
*
|
Issue21440 Use support.rmtree in test_zipfile & test_tarfile
Tim Golden
2014-05-06
2
-32/+30
*
|
Issue18314 Allow unlink to remove junctions. Includes support for creating ju...
Tim Golden
2014-05-05
1
-0/+36
[next]