summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Issue #25118: Fix a regression of Python 3.5.0 in os.waitpid() on Windows.Victor Stinner2015-09-151-0/+6
* Merge 3.4 (test_gdb)Victor Stinner2015-09-141-1/+1
|\
| * test_gdb: fix regex to parse the GDB versionVictor Stinner2015-09-141-1/+1
* | Merge release engineering work from Python 3.5.0.Larry Hastings2015-09-131-78/+12880
|\ \
| * | Regenerate pydoc topics, fix minor non-RST formatting in Misc/NEWS.Larry Hastings2015-09-121-78/+12880
* | | merge 3.4Benjamin Peterson2015-09-131-1/+1
|\ \ \ | | |/ | |/|
| * | fix name of argument in docstring and the docs (closes #25076)Benjamin Peterson2015-09-131-1/+1
* | | Issue #25021: Merge 3.4 to 3.5Kristján Valur Jónsson2015-09-121-0/+10
|\ \ \ | |/ /
| * | Issue #25021: Merge from 3.3 to 3.4Kristján Valur Jónsson2015-09-121-0/+10
| |\ \
| | * | Issue #25021: Correctly make sure that product.__setstate__ does not accessKristján Valur Jónsson2015-09-121-0/+10
* | | | Marked keystrokes with the :kbd: role.Serhiy Storchaka2015-09-122-3/+3
|\ \ \ \ | |/ / /
| * | | Marked keystrokes with the :kbd: role.Serhiy Storchaka2015-09-122-3/+3
* | | | Issue #16473: Merge codecs doc and test from 3.4 into 3.5Martin Panter2015-09-122-1/+9
|\ \ \ \ | |/ / /
| * | | Issue #16473: Fix byte transform codec documentation; test quotetabs=TrueMartin Panter2015-09-122-1/+9
* | | | Issue #24857: Comparing call_args to a long sequence now correctly returns aBerker Peksag2015-09-092-2/+6
|\ \ \ \ | |/ / /
| * | | Issue #24857: Comparing call_args to a long sequence now correctly returns aBerker Peksag2015-09-092-2/+6
* | | | Whitespace fixes to make the commit hook on hg.python.org happy.Larry Hastings2015-09-092-3/+3
* | | | Merge Python 3.5.0rc4 back to hg.python.org.Larry Hastings2015-09-092-18/+119
|\ \ \ \ | | |_|/ | |/| |
| * | | Merged in stevedower/cpython350 (pull request #23)Larry Hastings2015-09-091-2/+5
| |\ \ \
| | * | | Moves distutils test import within skippable class.Steve Dower2015-09-091-2/+5
| * | | | Merge 3.5.0rc3 revisions back into current 3.5.0 head.Larry Hastings2015-09-091-1/+1
| |\ \ \ \ | | |/ / / | |/| | |
| * | | | Issue #25027: Reverts partial-static build options and adds vcruntime140.dll ...Steve Dower2015-09-092-18/+116
* | | | | Merge 3.4 into 3.5Martin Panter2015-09-091-1/+1
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | os.sendfile(headers=None, trailers=None) arguments are not actually acceptedMartin Panter2015-09-091-1/+1
* | | | | Merge with 3.4Terry Jan Reedy2015-09-092-2/+19
|\ \ \ \ \ | |/ / / /
| * | | | Issue 24199: Deprecate idlelib.idlever with a warning on import.Terry Jan Reedy2015-09-092-3/+19
* | | | | Issue #23738: Merge 3.4 into 3.5Martin Panter2015-09-095-3/+43
|\ \ \ \ \ | |/ / / /
| * | | | Issue #23738: Document and test actual keyword parameter namesMartin Panter2015-09-095-3/+43
* | | | | Fixed tests for shutil.make_archive() with relative base_name in the case whenSerhiy Storchaka2015-09-081-2/+2
|\ \ \ \ \ | |/ / / /
| * | | | Fixed tests for shutil.make_archive() with relative base_name in the case whenSerhiy Storchaka2015-09-081-2/+2
* | | | | mergeRaymond Hettinger2015-09-081-3/+2
|\ \ \ \ \ | |/ / / /
| * | | | Fix whitespace in comment.Raymond Hettinger2015-09-081-3/+2
* | | | | Issue #24982: shutil.make_archive() with the "zip" format now adds entriesSerhiy Storchaka2015-09-082-6/+40
|\ \ \ \ \ | |/ / / /
| * | | | Issue #24982: shutil.make_archive() with the "zip" format now adds entriesSerhiy Storchaka2015-09-082-6/+40
* | | | | Raise more correct exception on overflow in setting buffer_size attribute ofSerhiy Storchaka2015-09-071-0/+3
|\ \ \ \ \ | |/ / / /
| * | | | Raise more correct exception on overflow in setting buffer_size attribute ofSerhiy Storchaka2015-09-071-0/+3
* | | | | Issue #25019: Fixed a crash caused by setting non-string key of expat parser.Serhiy Storchaka2015-09-071-15/+41
|\ \ \ \ \ | |/ / / /
| * | | | Issue #25019: Fixed a crash caused by setting non-string key of expat parser.Serhiy Storchaka2015-09-071-15/+41
* | | | | Issue #25018: Fixed testing shutil.make_archive() with relative base_name onSerhiy Storchaka2015-09-071-9/+19
|\ \ \ \ \ | |/ / / /
| * | | | Issue #25018: Fixed testing shutil.make_archive() with relative base_name onSerhiy Storchaka2015-09-071-9/+19
* | | | | Merge heads.Larry Hastings2015-09-0735-301/+406
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Explicitly test archive name in shutil.make_archive() tests to expose failureSerhiy Storchaka2015-09-071-11/+11
| |\ \ \ \ | | |/ / /
| | * | | Explicitly test archive name in shutil.make_archive() tests to expose failureSerhiy Storchaka2015-09-071-11/+11
| * | | | Merge with 3.4Terry Jan Reedy2015-09-071-0/+1
| |\ \ \ \ | | |/ / /
| | * | | Issue #24889: When starting Idle, force focus onto Idle window if not alreadyTerry Jan Reedy2015-09-071-0/+1
| * | | | Reapplied change to test_warnings.py to test_warnings/__init__.py.Steve Dower2015-09-071-0/+6
| * | | | Merge from 3.5.0 branch.Steve Dower2015-09-0710-132/+110
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | Issue #25004: Merge 3.4 into 3.5Martin Panter2015-09-071-1/+4
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | Issue #25004: Handle out-of-disk-space error in LargeMmapTestsMartin Panter2015-09-071-1/+4
| * | | | #23144: merge with 3.4.Ezio Melotti2015-09-062-4/+21
| |\ \ \ \ | | |/ / /