Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | Issue #25019: Fixed a crash caused by setting non-string key of expat parser. | Serhiy Storchaka | 2015-09-07 | 4 | -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 Storchaka | 2015-09-07 | 4 | -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 Storchaka | 2015-09-07 | 4 | -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 on | Serhiy Storchaka | 2015-09-07 | 1 | -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 on | Serhiy Storchaka | 2015-09-07 | 1 | -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 on | Serhiy Storchaka | 2015-09-07 | 1 | -9/+19 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | Windows. The test now makes sense on non-Windows. Added similar test for zip format. | |||||
* | | | | | 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 | |
|\ \ \ \ | | |/ / | |/| | | | | | | details in issue25018. | |||||
| * | | | Explicitly test archive name in shutil.make_archive() tests to expose failure | Serhiy Storchaka | 2015-09-07 | 1 | -11/+11 | |
| |\ \ \ | | | |/ | | |/| | | | | | details in issue25018. | |||||
| | * | | Explicitly test archive name in shutil.make_archive() tests to expose failure | Serhiy Storchaka | 2015-09-07 | 1 | -11/+11 | |
| | | | | | | | | | | | | | | | | details in issue25018. | |||||
* | | | | 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 | |
| | | | | | | | | | | | | | | | | there (as when opening Idle from interactive Python on Windows). | |||||
* | | | | 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(shell=True) | |||||
| | | * | | Issue #25005: Backout fix for #8232 because of use of unsafe ↵ | Steve Dower | 2015-09-05 | 2 | -114/+9 | |
| | | | | | | | | | | | | | | | | | | | | subprocess.call(shell=True) | |||||
| | * | | | 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 | |
| | | | | | | | | | | | | | | | | by the warnings.warn(stacklevel=) parameter. | |||||
| | * | | 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 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.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 | |
| | | | | | | | | | | | | | | | | | | | | Patch from John Beck. | |||||
* | | | | | 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 | |
| | | | | | | | | | | | | | | | | | | | | Patch from Matheus Vieira Portela. | |||||
* | | | | | Make asdl_c.py to generate Python-ast.c changed in issue #15989. | Serhiy Storchaka | 2015-09-06 | 1 | -1/+1 | |
| | | | | | ||||||
* | | | | | #23144: merge with 3.5. | Ezio Melotti | 2015-09-06 | 3 | -5/+26 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | #23144: merge with 3.4. | Ezio Melotti | 2015-09-06 | 3 | -5/+26 | |
| |\ \ \ \ | | |/ / / | ||||||
| | * | | | #23144: Make sure that HTMLParser.feed() returns all the data, even when ↵ | Ezio Melotti | 2015-09-06 | 3 | -5/+25 | |
| | | | | | | | | | | | | | | | | | | | | convert_charrefs is True. | |||||
* | | | | | Issue #15989: Fixed some scarcely probable integer overflows. | Serhiy Storchaka | 2015-09-06 | 7 | -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 Belopolsky | 2015-09-06 | 5 | -8/+23 | |
| | | | | | ||||||
* | | | | | Fix, refactor and extend tests for shutil.make_archive(). | Serhiy Storchaka | 2015-09-06 | 1 | -89/+83 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | Fix, refactor and extend tests for shutil.make_archive(). | Serhiy Storchaka | 2015-09-06 | 1 | -89/+83 | |
| |\ \ \ \ | | |/ / / | ||||||
| | * | | | Fix, refactor and extend tests for shutil.make_archive(). | Serhiy Storchaka | 2015-09-06 | 1 | -89/+83 | |
| | | | | | ||||||
* | | | | | Use support.change_cwd() in tests. | Serhiy Storchaka | 2015-09-06 | 9 | -104/+34 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | Use support.change_cwd() in tests. | Serhiy Storchaka | 2015-09-06 | 9 | -104/+34 | |
| |\ \ \ \ | | |/ / / | ||||||
| | * | | | Use support.change_cwd() in tests. | Serhiy Storchaka | 2015-09-06 | 8 | -99/+33 | |
| | | | | | ||||||
* | | | | | Issue #24917: Backed out changeset 09b62202d9b7 | Steve Dower | 2015-09-06 | 3 | -20/+0 | |
|\ \ \ \ \ | |/ / / / |