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
Commit message (
Expand
)
Author
Age
Files
Lines
*
merge 3.3 (#20018)
Benjamin Peterson
2013-12-18
1
-1/+1
|
\
|
*
update url to spec (closes #20018)
Benjamin Peterson
2013-12-18
1
-1/+1
*
|
remove trailing spaces
Gregory P. Smith
2013-12-18
0
-0/+0
|
\
\
|
|
/
|
*
remove trailing spaces.
Gregory P. Smith
2013-12-18
1
-7/+7
*
|
Closes #20005: Fix typo in operator docs. Patch by Claudiu Popa.
Zachary Ware
2013-12-18
1
-1/+1
|
\
\
|
|
/
|
*
Issue #20005: Fix typo in operator docs. Patch by Claudiu Popa.
Zachary Ware
2013-12-18
1
-1/+1
*
|
Issue #19492: Silently skipped distutils tests now reported as skipped.
Serhiy Storchaka
2013-12-18
8
-63/+36
|
\
\
|
|
/
|
*
Issue #19492: Silently skipped distutils tests now reported as skipped.
Serhiy Storchaka
2013-12-18
8
-57/+32
*
|
Merge: #19855: uuid.get_node now looks on the PATH for executables on unix.
R David Murray
2013-12-18
2
-27/+32
|
\
\
|
|
/
|
*
#19855: uuid.get_node now looks on the PATH for executables on unix.
R David Murray
2013-12-18
2
-27/+32
*
|
Issue #20006: Fix sporadic failures in test_weakset.
Antoine Pitrou
2013-12-17
2
-2/+8
|
\
\
|
|
/
|
*
Issue #20006: Fix sporadic failures in test_weakset.
Antoine Pitrou
2013-12-17
2
-1/+8
|
*
Revert misled test change in f189da5bda26.
Antoine Pitrou
2013-12-17
1
-1/+0
*
|
Issue #20007: HTTPResponse.read(0) no more prematurely closes connection.
Serhiy Storchaka
2013-12-17
4
-1/+8
|
\
\
|
|
/
|
*
Issue #20007: HTTPResponse.read(0) no more prematurely closes connection.
Serhiy Storchaka
2013-12-17
4
-1/+8
*
|
Issue #16404: Add checks for return value of PyLong_FromLong() in
Serhiy Storchaka
2013-12-17
2
-8/+5
|
\
\
|
|
/
|
*
Issue #16404: Add checks for return value of PyLong_FromLong() in
Serhiy Storchaka
2013-12-17
2
-8/+5
*
|
Fixed leak in sys.flags initialization.
Serhiy Storchaka
2013-12-17
1
-0/+1
|
\
\
|
|
/
|
*
Fixed leak in sys.flags initialization.
Serhiy Storchaka
2013-12-17
1
-0/+1
*
|
Close #19946: use runpy as needed in multiprocessing
Nick Coghlan
2013-12-17
4
-54/+375
*
|
Issue #19713: Fix mistakes in the import page of language reference.
Eric Snow
2013-12-17
1
-102/+118
*
|
Issue #19713: Update importlib docs for module spec changes, including deprec...
Eric Snow
2013-12-17
2
-22/+154
*
|
Issue #20001: Add the SVG source of the pathlib-inheritance diagram to Hg
Eli Bendersky
2013-12-17
1
-0/+4
*
|
Backout a1a05e2724dd: shutil.which(bytes) is a new feature and my patch does ...
Victor Stinner
2013-12-16
4
-32/+10
*
|
tracemalloc: fix usage of strtol(), value can be LONG_MIN or LONG_MAX on ERANGE
Victor Stinner
2013-12-16
1
-1/+2
*
|
tracemalloc: only use unsigned types to compute hash
Victor Stinner
2013-12-16
1
-5/+4
*
|
Issue #18283: shutil.which() now supports bytes argument, not only text argum...
Victor Stinner
2013-12-16
4
-10/+32
*
|
(Merge 3.3) Close #19999: tolerate coarse time when testing time.monotonic() on
Victor Stinner
2013-12-16
1
-1/+1
|
\
\
|
|
/
|
*
Close #19999: tolerate coarse time when testing time.monotonic() on very
Victor Stinner
2013-12-16
1
-1/+1
*
|
merge
Christian Heimes
2013-12-16
1
-3/+4
|
\
\
|
*
|
Mention specific exceptions instead of OSError where appropriate.
Antoine Pitrou
2013-12-16
1
-3/+4
*
|
|
Issue #19919: Fix flacky SSL test. connect_ex() sometimes returns
Christian Heimes
2013-12-16
2
-2/+7
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
Issue #19919: Fix flacky SSL test. connect_ex() sometimes returns
Christian Heimes
2013-12-16
2
-2/+7
*
|
Issue #19921: When Path.mkdir() is called with parents=True, any missing pare...
Antoine Pitrou
2013-12-16
4
-4/+20
*
|
Issue #19887: Improve the Path.resolve() algorithm to support certain symlink...
Antoine Pitrou
2013-12-16
3
-35/+96
*
|
Issue #19987: Merge with 3.3
Zachary Ware
2013-12-16
2
-9/+9
|
\
\
|
|
/
|
*
Issue #19987: Re-write test_alias_fallback in test_winsound to have two
Zachary Ware
2013-12-16
2
-8/+9
*
|
Issue #19987: disable test_winsound's test_alias_fallback test when no sound ...
Christian Heimes
2013-12-16
1
-6/+7
*
|
merge
Christian Heimes
2013-12-16
4
-22/+42
|
\
\
|
*
\
Null merge
Serhiy Storchaka
2013-12-16
0
-0/+0
|
|
\
\
|
|
|
/
|
|
*
Merge heads
Serhiy Storchaka
2013-12-16
2
-1/+3
|
|
|
\
|
*
|
\
Merge heads
Serhiy Storchaka
2013-12-16
1
-1/+2
|
|
\
\
\
|
|
*
\
\
Mere.
Charles-François Natali
2013-12-16
0
-0/+0
|
|
|
\
\
\
|
|
*
\
\
\
Merge.
Charles-François Natali
2013-12-16
0
-0/+0
|
|
|
\
\
\
\
|
|
|
|
|
_
|
/
|
|
|
|
/
|
|
|
|
|
*
|
|
Merge.
Charles-François Natali
2013-12-16
1
-0/+1
|
|
|
|
\
\
\
|
|
|
*
\
\
\
Merge.
Charles-François Natali
2013-12-16
4
-4/+32
|
|
|
|
\
\
\
\
|
|
*
|
\
\
\
\
Merge.
Charles-François Natali
2013-12-16
0
-0/+0
|
|
|
\
\
\
\
\
\
|
|
|
|
|
_
|
/
/
/
|
|
|
|
/
|
|
|
|
|
|
*
|
|
|
|
|
Merge.
Charles-François Natali
2013-12-16
1
-1/+2
|
|
|
\
\
\
\
\
\
|
|
|
*
\
\
\
\
\
Issue #19965: Make sure that Python-ast.h is properly taken into account in the
Charles-François Natali
2013-12-15
1
-1/+2
|
|
|
|
\
\
\
\
\
\
|
|
|
|
|
|
/
/
/
/
|
|
|
|
|
/
|
|
|
|
|
|
|
|
*
|
|
|
|
Merge.
Charles-François Natali
2013-12-15
116
-552/+1088
|
|
|
|
|
\
\
\
\
\
[next]