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 #25118: Fix a regression of Python 3.5.0 in os.waitpid() on Windows.
Victor Stinner
2015-09-15
1
-0/+6
*
Merge 3.4 (test_gdb)
Victor Stinner
2015-09-14
1
-1/+1
|
\
|
*
test_gdb: fix regex to parse the GDB version
Victor Stinner
2015-09-14
1
-1/+1
*
|
Merge release engineering work from Python 3.5.0.
Larry Hastings
2015-09-13
1
-78/+12880
|
\
\
|
*
|
Regenerate pydoc topics, fix minor non-RST formatting in Misc/NEWS.
Larry Hastings
2015-09-12
1
-78/+12880
*
|
|
merge 3.4
Benjamin Peterson
2015-09-13
1
-1/+1
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
fix name of argument in docstring and the docs (closes #25076)
Benjamin Peterson
2015-09-13
1
-1/+1
*
|
|
Issue #25021: Merge 3.4 to 3.5
Kristján Valur Jónsson
2015-09-12
1
-0/+10
|
\
\
\
|
|
/
/
|
*
|
Issue #25021: Merge from 3.3 to 3.4
Kristján Valur Jónsson
2015-09-12
1
-0/+10
|
|
\
\
|
|
*
|
Issue #25021: Correctly make sure that product.__setstate__ does not access
Kristján Valur Jónsson
2015-09-12
1
-0/+10
*
|
|
|
Marked keystrokes with the :kbd: role.
Serhiy Storchaka
2015-09-12
2
-3/+3
|
\
\
\
\
|
|
/
/
/
|
*
|
|
Marked keystrokes with the :kbd: role.
Serhiy Storchaka
2015-09-12
2
-3/+3
*
|
|
|
Issue #16473: Merge codecs doc and test from 3.4 into 3.5
Martin Panter
2015-09-12
2
-1/+9
|
\
\
\
\
|
|
/
/
/
|
*
|
|
Issue #16473: Fix byte transform codec documentation; test quotetabs=True
Martin Panter
2015-09-12
2
-1/+9
*
|
|
|
Issue #24857: Comparing call_args to a long sequence now correctly returns a
Berker Peksag
2015-09-09
2
-2/+6
|
\
\
\
\
|
|
/
/
/
|
*
|
|
Issue #24857: Comparing call_args to a long sequence now correctly returns a
Berker Peksag
2015-09-09
2
-2/+6
*
|
|
|
Whitespace fixes to make the commit hook on hg.python.org happy.
Larry Hastings
2015-09-09
2
-3/+3
*
|
|
|
Merge Python 3.5.0rc4 back to hg.python.org.
Larry Hastings
2015-09-09
2
-18/+119
|
\
\
\
\
|
|
|
_
|
/
|
|
/
|
|
|
*
|
|
Merged in stevedower/cpython350 (pull request #23)
Larry Hastings
2015-09-09
1
-2/+5
|
|
\
\
\
|
|
*
|
|
Moves distutils test import within skippable class.
Steve Dower
2015-09-09
1
-2/+5
|
*
|
|
|
Merge 3.5.0rc3 revisions back into current 3.5.0 head.
Larry Hastings
2015-09-09
1
-1/+1
|
|
\
\
\
\
|
|
|
/
/
/
|
|
/
|
|
|
|
*
|
|
|
Issue #25027: Reverts partial-static build options and adds vcruntime140.dll ...
Steve Dower
2015-09-09
2
-18/+116
*
|
|
|
|
Merge 3.4 into 3.5
Martin Panter
2015-09-09
1
-1/+1
|
\
\
\
\
\
|
|
|
_
|
/
/
|
|
/
|
|
|
|
*
|
|
|
os.sendfile(headers=None, trailers=None) arguments are not actually accepted
Martin Panter
2015-09-09
1
-1/+1
*
|
|
|
|
Merge with 3.4
Terry Jan Reedy
2015-09-09
2
-2/+19
|
\
\
\
\
\
|
|
/
/
/
/
|
*
|
|
|
Issue 24199: Deprecate idlelib.idlever with a warning on import.
Terry Jan Reedy
2015-09-09
2
-3/+19
*
|
|
|
|
Issue #23738: Merge 3.4 into 3.5
Martin Panter
2015-09-09
5
-3/+43
|
\
\
\
\
\
|
|
/
/
/
/
|
*
|
|
|
Issue #23738: Document and test actual keyword parameter names
Martin Panter
2015-09-09
5
-3/+43
*
|
|
|
|
Fixed tests for shutil.make_archive() with relative base_name in the case when
Serhiy Storchaka
2015-09-08
1
-2/+2
|
\
\
\
\
\
|
|
/
/
/
/
|
*
|
|
|
Fixed tests for shutil.make_archive() with relative base_name in the case when
Serhiy Storchaka
2015-09-08
1
-2/+2
*
|
|
|
|
merge
Raymond Hettinger
2015-09-08
1
-3/+2
|
\
\
\
\
\
|
|
/
/
/
/
|
*
|
|
|
Fix whitespace in comment.
Raymond Hettinger
2015-09-08
1
-3/+2
*
|
|
|
|
Issue #24982: shutil.make_archive() with the "zip" format now adds entries
Serhiy Storchaka
2015-09-08
2
-6/+40
|
\
\
\
\
\
|
|
/
/
/
/
|
*
|
|
|
Issue #24982: shutil.make_archive() with the "zip" format now adds entries
Serhiy Storchaka
2015-09-08
2
-6/+40
*
|
|
|
|
Raise more correct exception on overflow in setting buffer_size attribute of
Serhiy Storchaka
2015-09-07
1
-0/+3
|
\
\
\
\
\
|
|
/
/
/
/
|
*
|
|
|
Raise more correct exception on overflow in setting buffer_size attribute of
Serhiy Storchaka
2015-09-07
1
-0/+3
*
|
|
|
|
Issue #25019: Fixed a crash caused by setting non-string key of expat parser.
Serhiy Storchaka
2015-09-07
1
-15/+41
|
\
\
\
\
\
|
|
/
/
/
/
|
*
|
|
|
Issue #25019: Fixed a crash caused by setting non-string key of expat parser.
Serhiy Storchaka
2015-09-07
1
-15/+41
*
|
|
|
|
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 heads.
Larry Hastings
2015-09-07
35
-301/+406
|
\
\
\
\
\
|
|
_
|
_
|
/
/
|
/
|
|
|
|
|
*
|
|
|
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.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
|
*
|
|
|
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
10
-132/+110
|
|
\
\
\
\
|
|
|
|
/
/
|
|
|
/
|
|
|
*
|
|
|
Issue #25004: Merge 3.4 into 3.5
Martin Panter
2015-09-07
1
-1/+4
|
|
\
\
\
\
|
|
|
|
/
/
|
|
|
/
|
|
|
|
*
|
|
Issue #25004: Handle out-of-disk-space error in LargeMmapTests
Martin Panter
2015-09-07
1
-1/+4
|
*
|
|
|
#23144: merge with 3.4.
Ezio Melotti
2015-09-06
2
-4/+21
|
|
\
\
\
\
|
|
|
/
/
/
[next]