summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* 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
| |\ \ \ | | |/ /
| | * | #23144: Make sure that HTMLParser.feed() returns all the data, even when conv...Ezio Melotti2015-09-062-4/+21
| * | | Fix, refactor and extend tests for shutil.make_archive().Serhiy Storchaka2015-09-061-89/+83
| |\ \ \ | | |/ /
| | * | Fix, refactor and extend tests for shutil.make_archive().Serhiy Storchaka2015-09-061-89/+83
| * | | Use support.change_cwd() in tests.Serhiy Storchaka2015-09-069-104/+34
| |\ \ \ | | |/ /
| | * | Use support.change_cwd() in tests.Serhiy Storchaka2015-09-068-99/+33
| * | | Issue #24917: Backed out changeset 09b62202d9b7Steve Dower2015-09-061-6/+0
| |\ \ \ | | |/ /
| * | | Merge from 3.5.0 release branchSteve Dower2015-09-061-0/+6
| |\ \ \
| * \ \ \ merge from 3.4Terry Jan Reedy2015-09-052-0/+15
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | Issue #16180: Exit pdb if file has syntax error, instead of trapping userTerry Jan Reedy2015-09-052-0/+15
| | * | | Issue #24745: Prevent IDLE initialization crash with Tk 8.4; patch by Ned Deily.Terry Jan Reedy2015-09-041-7/+11
| * | | | Issue #24912: Prevent __class__ assignment to immutable built-in objects. (Me...Guido van Rossum2015-09-051-0/+45
| |\ \ \ \
| * | | | | Issue #24635: Fixed flakiness in test_typing.py.Guido van Rossum2015-09-042-8/+24
| * | | | | Issue #24989: Fixed buffer overread in BytesIO.readline() if a position isSerhiy Storchaka2015-09-031-0/+13
| * | | | | Merge 3.4 (test_gdb)Victor Stinner2015-09-031-2/+3
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| | * | | | test_gdb: oops, the regex to parse the gdb version was still too strictVictor Stinner2015-09-031-2/+3
| | * | | | test_wsgiref: add missing import (support)Victor Stinner2015-09-031-0/+2
| * | | | | Merge with 3.5. Fix test_wsgiref execution from the test module.Senthil Kumaran2015-09-031-3/+2
| |\ \ \ \ \ | | |/ / / /