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
Raymond Hettinger
2015-09-08
1
-3/+2
|
\
|
*
merge
Raymond Hettinger
2015-09-08
1
-3/+2
|
|
\
|
|
*
Fix whitespace in comment.
Raymond Hettinger
2015-09-08
1
-3/+2
*
|
|
Closes #25010: Merge with 3.5
Zachary Ware
2015-09-08
1
-1/+1
|
\
\
\
|
|
/
/
|
*
|
Issue #25010: Merge with 3.4
Zachary Ware
2015-09-08
1
-1/+1
|
|
\
\
|
|
|
/
|
|
*
Issue #25010: Fix path for .pyd example project.
Zachary Ware
2015-09-08
1
-1/+1
*
|
|
Issue #24982: shutil.make_archive() with the "zip" format now adds entries
Serhiy Storchaka
2015-09-08
3
-6/+43
|
\
\
\
|
|
/
/
|
*
|
Issue #24982: shutil.make_archive() with the "zip" format now adds entries
Serhiy Storchaka
2015-09-08
3
-6/+43
|
|
\
\
|
|
|
/
|
|
*
Issue #24982: shutil.make_archive() with the "zip" format now adds entries
Serhiy Storchaka
2015-09-08
3
-6/+43
*
|
|
Issue #22241: Fix a compiler waring
Victor Stinner
2015-09-07
1
-1/+1
*
|
|
Raise more correct exception on overflow in setting buffer_size attribute of
Serhiy Storchaka
2015-09-07
2
-6/+10
|
\
\
\
|
|
/
/
|
*
|
Raise more correct exception on overflow in setting buffer_size attribute of
Serhiy Storchaka
2015-09-07
2
-6/+10
|
|
\
\
|
|
|
/
|
|
*
Raise more correct exception on overflow in setting buffer_size attribute of
Serhiy Storchaka
2015-09-07
2
-6/+10
*
|
|
Issue #25019: Fixed a crash caused by setting non-string key of expat parser.
Serhiy Storchaka
2015-09-07
4
-16/+51
|
\
\
\
|
|
/
/
|
*
|
Issue #25019: Fixed a crash caused by setting non-string key of expat parser.
Serhiy Storchaka
2015-09-07
4
-16/+51
|
|
\
\
|
|
|
/
|
|
*
Issue #25019: Fixed a crash caused by setting non-string key of expat parser.
Serhiy Storchaka
2015-09-07
4
-16/+51
*
|
|
Issue #25018: Fixed testing shutil.make_archive() with relative base_name on
Serhiy Storchaka
2015-09-07
1
-9/+19
|
\
\
\
|
|
/
/
|
*
|
Issue #25018: Fixed testing shutil.make_archive() with relative base_name on
Serhiy Storchaka
2015-09-07
1
-9/+19
|
|
\
\
|
|
|
/
|
|
*
Issue #25018: Fixed testing shutil.make_archive() with relative base_name on
Serhiy Storchaka
2015-09-07
1
-9/+19
*
|
|
Merge 3.5.
Serhiy Storchaka
2015-09-07
2
-1/+2
|
\
\
\
|
|
/
/
|
*
|
Merge heads.
Larry Hastings
2015-09-07
90
-683/+966
|
|
\
\
|
*
|
|
Added tag v3.5.0rc3 for changeset 66ed52375df8
Larry Hastings
2015-09-07
1
-0/+1
|
*
|
|
Version bump for Python 3.5.0rc3.
v3.5.0rc3
Larry Hastings
2015-09-07
3
-4/+4
|
*
|
|
Updated topics (again) for Python 3.5.0rc3 (second try).
Larry Hastings
2015-09-07
1
-1/+1
*
|
|
|
Explicitly test archive name in shutil.make_archive() tests to expose failure
Serhiy Storchaka
2015-09-07
1
-11/+11
|
\
\
\
\
|
|
|
/
/
|
|
/
|
|
|
*
|
|
Explicitly test archive name in shutil.make_archive() tests to expose failure
Serhiy Storchaka
2015-09-07
1
-11/+11
|
|
\
\
\
|
|
|
|
/
|
|
|
/
|
|
|
*
|
Explicitly test archive name in shutil.make_archive() tests to expose failure
Serhiy Storchaka
2015-09-07
1
-11/+11
*
|
|
|
Merge with 3.5
Terry Jan Reedy
2015-09-07
1
-0/+1
|
\
\
\
\
|
|
/
/
/
|
*
|
|
Merge with 3.4
Terry Jan Reedy
2015-09-07
1
-0/+1
|
|
\
\
\
|
|
|
/
/
|
|
*
|
Issue #24889: When starting Idle, force focus onto Idle window if not already
Terry Jan Reedy
2015-09-07
1
-0/+1
*
|
|
|
Merge from 3.5
Steve Dower
2015-09-07
14
-138/+210
|
\
\
\
\
|
|
/
/
/
|
*
|
|
Null merge from 3.4
Steve Dower
2015-09-07
0
-0/+0
|
|
\
\
\
|
|
|
/
/
|
|
*
|
Issue #24917: time_strftime() buffer over-read.
Steve Dower
2015-09-07
2
-0/+4
|
*
|
|
Reapplied change to test_warnings.py to test_warnings/__init__.py.
Steve Dower
2015-09-07
1
-0/+6
|
*
|
|
Merge from 3.5.0 branch.
Steve Dower
2015-09-07
14
-144/+210
|
|
\
\
\
|
|
|
|
/
|
|
|
/
|
|
|
*
|
Merged in stevedower/cpython350 (pull request #20)
Larry Hastings
2015-09-07
2
-114/+9
|
|
|
\
\
|
|
|
*
|
Issue #25005: Backout fix for #8232 because of use of unsafe subprocess.call(...
Steve Dower
2015-09-05
2
-114/+9
|
|
*
|
|
Issue #24917: time_strftime() buffer over-read.
Steve Dower
2015-09-07
3
-6/+25
|
|
|
/
/
|
|
*
|
Issue #24305: Prevent import subsystem stack frames from being counted
Larry Hastings
2015-09-06
7
-16/+127
|
|
*
|
Backing out 09b62202d9b7; the tests fail on Linux, and it needs a re-think.
Larry Hastings
2015-09-06
3
-20/+0
|
|
*
|
Merged in ncoghlan/cpython350 (pull request #17)
Larry Hastings
2015-09-06
5
-1/+49
|
|
|
\
\
|
|
|
*
|
Close #24748: Restore imp.load_dynamic compatibility
Nick Coghlan
2015-09-05
5
-1/+49
*
|
|
|
|
Issue #25004: Merge 3.5 into 3.6
Martin Panter
2015-09-07
2
-1/+5
|
\
\
\
\
\
|
|
/
/
/
/
|
*
|
|
|
Issue #25004: Merge 3.4 into 3.5
Martin Panter
2015-09-07
2
-1/+5
|
|
\
\
\
\
|
|
|
|
_
|
/
|
|
|
/
|
|
|
|
*
|
|
Issue #25004: Handle out-of-disk-space error in LargeMmapTests
Martin Panter
2015-09-07
2
-1/+5
*
|
|
|
|
Issue #23406: Merge 3.5 into 3.6
Martin Panter
2015-09-07
1
-1/+1
|
\
\
\
\
\
|
|
/
/
/
/
|
*
|
|
|
Issue #23406: Remove specific line number from susp-ignored.csv
Martin Panter
2015-09-07
1
-1/+1
*
|
|
|
|
Issue #23406: Merge 3.5 into 3.6
Martin Panter
2015-09-07
3
-6/+12
|
\
\
\
\
\
|
|
/
/
/
/
|
*
|
|
|
Issue #23406: Merge 3.4 into 3.5
Martin Panter
2015-09-07
3
-6/+12
|
|
\
\
\
\
|
|
|
/
/
/
|
|
*
|
|
Issue #23406: Clarify documentation on multiplying a sequence
Martin Panter
2015-09-07
3
-6/+12
[next]