Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update PCbuild/readme.txt | Zachary Ware | 2015-09-08 | 1 | -39/+5 |
| | |||||
* | merge | Raymond Hettinger | 2015-09-08 | 1 | -3/+2 |
|\ | |||||
| * | Fix whitespace in comment. | Raymond Hettinger | 2015-09-08 | 1 | -3/+2 |
| | | |||||
* | | Issue #25010: Merge with 3.4 | Zachary Ware | 2015-09-08 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Issue #25010: Fix path for .pyd example project. | Zachary Ware | 2015-09-08 | 1 | -1/+1 |
| | | | | | | | | Patch by Shaun Walbridge | ||||
* | | Issue #24982: shutil.make_archive() with the "zip" format now adds entries | Serhiy Storchaka | 2015-09-08 | 3 | -6/+43 |
|\ \ | |/ | | | | | | | for directories (including empty directories) in ZIP file. Added test for comparing shutil.make_archive() with the "zip" command. | ||||
| * | Issue #24982: shutil.make_archive() with the "zip" format now adds entries | Serhiy Storchaka | 2015-09-08 | 3 | -6/+43 |
| | | | | | | | | | | for directories (including empty directories) in ZIP file. Added test for comparing shutil.make_archive() with the "zip" command. | ||||
* | | Raise more correct exception on overflow in setting buffer_size attribute of | Serhiy Storchaka | 2015-09-07 | 2 | -6/+10 |
|\ \ | |/ | | | | | expat parser. | ||||
| * | Raise more correct exception on overflow in setting buffer_size attribute of | Serhiy Storchaka | 2015-09-07 | 2 | -6/+10 |
| | | | | | | | | expat parser. | ||||
* | | 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. | ||||
* | | Merge heads. | Larry Hastings | 2015-09-07 | 90 | -683/+966 |
|\ \ | |||||
| * \ | 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.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). | ||||
| * | | 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 |
| |\ \ | |||||
| * \ \ | 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: Remove specific line number from susp-ignored.csv | Martin Panter | 2015-09-07 | 1 | -1/+1 |
| | | | | |||||
| * | | | 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. | ||||
| * | | | #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. | ||||
| * | | | 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 | 8 | -99/+33 |
| | | | | |||||
| * | | | Issue #24917: Backed out changeset 09b62202d9b7 | Steve Dower | 2015-09-06 | 3 | -20/+0 |
| |\ \ \ | | |/ / | |||||
| | * | | Backed out changeset: a29b49d57769 | Steve Dower | 2015-09-06 | 2 | -8/+0 |
| | | | | |||||
| * | | | Null merge with 3.4 | Steve Dower | 2015-09-06 | 0 | -0/+0 |
| |\ \ \ | | |/ / | |||||
| | * | | Issue #24917: time_strftime() Buffer Over-read. Patch by John Leitch. | Steve Dower | 2015-09-06 | 2 | -0/+8 |
| | | | | |||||
| * | | | Merge from 3.5.0 release branch | Steve Dower | 2015-09-06 | 3 | -0/+20 |
| |\ \ \ | |||||
| * | | | | Prevent reentrant badness by deferring the decrefs as long as possible. | Raymond Hettinger | 2015-09-06 | 1 | -6/+10 |
| | | | | | |||||
| * | | | | merge from 3.4 | Terry Jan Reedy | 2015-09-05 | 3 | -0/+18 |
| |\ \ \ \ | | | |/ / | | |/| | | |||||
| | * | | | Issue #16180: Exit pdb if file has syntax error, instead of trapping user | Terry Jan Reedy | 2015-09-05 | 3 | -0/+18 |
| | | | | | | | | | | | | | | | | | | | | in an infinite loop. Patch by Xavier de Gaye. | ||||
| * | | | | Issue #24912: Prevent __class__ assignment to immutable built-in objects. ↵ | Guido van Rossum | 2015-09-05 | 3 | -0/+106 |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | (Merge 3.5.0 -> 3.5) | ||||
| * | | | | | Issue #24910: Windows MSIs now have unique display names. | Steve Dower | 2015-09-05 | 12 | -11/+13 |
| | | | | | | |||||
| * | | | | | Null merge (Larry's 3.5 -> 3.5.1). | Guido van Rossum | 2015-09-04 | 0 | -0/+0 |
| |\ \ \ \ \ | |||||
| * | | | | | | Issue #24635: Fixed flakiness in test_typing.py. | Guido van Rossum | 2015-09-04 | 3 | -8/+27 |
| | | | | | | | |||||
| * | | | | | | Merge 3.4 (create_stdio) | Victor Stinner | 2015-09-04 | 3 | -42/+44 |
| |\ \ \ \ \ \ | | | |_|/ / / | | |/| | | | | |||||
| | * | | | | | Fix race condition in create_stdio() | Victor Stinner | 2015-09-04 | 3 | -40/+42 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Issue #24891: Fix a race condition at Python startup if the file descriptor of stdin (0), stdout (1) or stderr (2) is closed while Python is creating sys.stdin, sys.stdout and sys.stderr objects. These attributes are now set to None if the creation of the object failed, instead of raising an OSError exception. Initial patch written by Marco Paolini. | ||||
| * | | | | | | Merge: #24998: fix cut and paste error in subprocess example. | R David Murray | 2015-09-04 | 1 | -1/+1 |
| |\ \ \ \ \ \ | | |/ / / / / | |||||
| | * | | | | | #24998: fix cut and paste error in subprocess example. | R David Murray | 2015-09-04 | 1 | -1/+1 |
| | | | | | | | |||||
| * | | | | | | Merge with 3.4 | Terry Jan Reedy | 2015-09-04 | 0 | -0/+0 |
| |\ \ \ \ \ \ | | |/ / / / / |