summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | Issue #25019: Fixed a crash caused by setting non-string key of expat parser.Serhiy Storchaka2015-09-074-16/+51
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | Added additional tests for expat parser attributes. Based on patch by John Leitch.
| * | | | Issue #25019: Fixed a crash caused by setting non-string key of expat parser.Serhiy Storchaka2015-09-074-16/+51
| |\ \ \ \ | | |/ / / | | | | | | | | | | | | | | | Added additional tests for expat parser attributes. Based on patch by John Leitch.
| | * | | Issue #25019: Fixed a crash caused by setting non-string key of expat parser.Serhiy Storchaka2015-09-074-16/+51
| | | | | | | | | | | | | | | | | | | | | | | | | Added additional tests for expat parser attributes. Based on patch by John Leitch.
* | | | | Issue #25018: Fixed testing shutil.make_archive() with relative base_name onSerhiy Storchaka2015-09-071-9/+19
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | Windows. The test now makes sense on non-Windows. Added similar test for zip format.
| * | | | Issue #25018: Fixed testing shutil.make_archive() with relative base_name onSerhiy Storchaka2015-09-071-9/+19
| |\ \ \ \ | | |/ / / | | | | | | | | | | | | | | | Windows. The test now makes sense on non-Windows. Added similar test for zip format.
| | * | | Issue #25018: Fixed testing shutil.make_archive() with relative base_name onSerhiy Storchaka2015-09-071-9/+19
| | | | | | | | | | | | | | | | | | | | | | | | | Windows. The test now makes sense on non-Windows. Added similar test for zip format.
* | | | | Merge 3.5.Serhiy Storchaka2015-09-072-1/+2
|\ \ \ \ \ | |/ / / /
| * | | | Merge heads.Larry Hastings2015-09-0790-683/+966
| |\ \ \ \ | | |_|_|/ | |/| | |
| * | | | Added tag v3.5.0rc3 for changeset 66ed52375df8Larry Hastings2015-09-071-0/+1
| | | | |
| * | | | Version bump for Python 3.5.0rc3.v3.5.0rc3Larry Hastings2015-09-073-4/+4
| | | | |
| * | | | Updated topics (again) for Python 3.5.0rc3 (second try).Larry Hastings2015-09-071-1/+1
| | |_|/ | |/| |
* | | | Explicitly test archive name in shutil.make_archive() tests to expose failureSerhiy Storchaka2015-09-071-11/+11
|\ \ \ \ | | |/ / | |/| | | | | | details in issue25018.
| * | | Explicitly test archive name in shutil.make_archive() tests to expose failureSerhiy Storchaka2015-09-071-11/+11
| |\ \ \ | | | |/ | | |/| | | | | details in issue25018.
| | * | Explicitly test archive name in shutil.make_archive() tests to expose failureSerhiy Storchaka2015-09-071-11/+11
| | | | | | | | | | | | | | | | details in issue25018.
* | | | Merge with 3.5Terry Jan Reedy2015-09-071-0/+1
|\ \ \ \ | |/ / /
| * | | 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
| | | | | | | | | | | | | | | | there (as when opening Idle from interactive Python on Windows).
* | | | Merge from 3.5Steve Dower2015-09-0714-138/+210
|\ \ \ \ | |/ / /
| * | | Null merge from 3.4Steve Dower2015-09-070-0/+0
| |\ \ \ | | |/ /
| | * | Issue #24917: time_strftime() buffer over-read.Steve Dower2015-09-072-0/+4
| | | |
| * | | 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-0714-144/+210
| |\ \ \ | | | |/ | | |/|
| | * | Merged in stevedower/cpython350 (pull request #20)Larry Hastings2015-09-072-114/+9
| | |\ \ | | | | | | | | | | | | | | | Issue #25005: Backout fix for #8232 because of use of unsafe subprocess.call(shell=True)
| | | * | Issue #25005: Backout fix for #8232 because of use of unsafe ↵Steve Dower2015-09-052-114/+9
| | | | | | | | | | | | | | | | | | | | subprocess.call(shell=True)
| | * | | Issue #24917: time_strftime() buffer over-read.Steve Dower2015-09-073-6/+25
| | |/ /
| | * | Issue #24305: Prevent import subsystem stack frames from being countedLarry Hastings2015-09-067-16/+127
| | | | | | | | | | | | | | | | by the warnings.warn(stacklevel=) parameter.
| | * | Backing out 09b62202d9b7; the tests fail on Linux, and it needs a re-think.Larry Hastings2015-09-063-20/+0
| | | |
| | * | Merged in ncoghlan/cpython350 (pull request #17)Larry Hastings2015-09-065-1/+49
| | |\ \
| | | * | Close #24748: Restore imp.load_dynamic compatibilityNick Coghlan2015-09-055-1/+49
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | To resolve a compatibility problem found with py2exe and pywin32, imp.load_dynamic() once again ignores previously loaded modules to support Python modules replacing themselves with extension modules. Patch by Petr Viktorin.
* | | | | Issue #25004: Merge 3.5 into 3.6Martin Panter2015-09-072-1/+5
|\ \ \ \ \ | |/ / / /
| * | | | Issue #25004: Merge 3.4 into 3.5Martin Panter2015-09-072-1/+5
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | Issue #25004: Handle out-of-disk-space error in LargeMmapTestsMartin Panter2015-09-072-1/+5
| | | | | | | | | | | | | | | | | | | | Patch from John Beck.
* | | | | Issue #23406: Merge 3.5 into 3.6Martin Panter2015-09-071-1/+1
|\ \ \ \ \ | |/ / / /
| * | | | Issue #23406: Remove specific line number from susp-ignored.csvMartin Panter2015-09-071-1/+1
| | | | |
* | | | | Issue #23406: Merge 3.5 into 3.6Martin Panter2015-09-073-6/+12
|\ \ \ \ \ | |/ / / /
| * | | | Issue #23406: Merge 3.4 into 3.5Martin Panter2015-09-073-6/+12
| |\ \ \ \ | | |/ / /
| | * | | Issue #23406: Clarify documentation on multiplying a sequenceMartin Panter2015-09-073-6/+12
| | | | | | | | | | | | | | | | | | | | Patch from Matheus Vieira Portela.
* | | | | Make asdl_c.py to generate Python-ast.c changed in issue #15989.Serhiy Storchaka2015-09-061-1/+1
| | | | |
* | | | | #23144: merge with 3.5.Ezio Melotti2015-09-063-5/+26
|\ \ \ \ \ | |/ / / /
| * | | | #23144: merge with 3.4.Ezio Melotti2015-09-063-5/+26
| |\ \ \ \ | | |/ / /
| | * | | #23144: Make sure that HTMLParser.feed() returns all the data, even when ↵Ezio Melotti2015-09-063-5/+25
| | | | | | | | | | | | | | | | | | | | convert_charrefs is True.
* | | | | Issue #15989: Fixed some scarcely probable integer overflows.Serhiy Storchaka2015-09-067-23/+27
| | | | | | | | | | | | | | | | | | | | It is very unlikely that they can occur in real code for now.
* | | | | Closes Issue#22241: timezone.utc name is now plain 'UTC', not 'UTC-00:00'.Alexander Belopolsky2015-09-065-8/+23
| | | | |
* | | | | 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
| |\ \ \ \ | | |/ / /
| | * | | 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-069-104/+34
| |\ \ \ \ | | |/ / /
| | * | | Use support.change_cwd() in tests.Serhiy Storchaka2015-09-068-99/+33
| | | | |
* | | | | Issue #24917: Backed out changeset 09b62202d9b7Steve Dower2015-09-063-20/+0
|\ \ \ \ \ | |/ / / /