summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* Issue #24982: shutil.make_archive() with the "zip" format now adds entriesSerhiy Storchaka2015-09-081-0/+3
|\
| * Issue #24982: shutil.make_archive() with the "zip" format now adds entriesSerhiy Storchaka2015-09-081-0/+3
* | Issue #25019: Fixed a crash caused by setting non-string key of expat parser.Serhiy Storchaka2015-09-072-0/+4
|\ \ | |/
| * Issue #25019: Fixed a crash caused by setting non-string key of expat parser.Serhiy Storchaka2015-09-072-0/+4
| * Issue #24917: time_strftime() buffer over-read.Steve Dower2015-09-071-0/+2
* | Merge heads.Larry Hastings2015-09-073-41/+92
|\ \
| * \ Merge from 3.5.0 branch.Steve Dower2015-09-071-4/+10
| |\ \
| * \ \ Issue #25004: Merge 3.4 into 3.5Martin Panter2015-09-071-0/+1
| |\ \ \ | | | |/ | | |/|
| | * | Issue #25004: Handle out-of-disk-space error in LargeMmapTestsMartin Panter2015-09-071-0/+1
| * | | Issue #23406: Merge 3.4 into 3.5Martin Panter2015-09-071-0/+1
| |\ \ \ | | |/ /
| | * | Issue #23406: Clarify documentation on multiplying a sequenceMartin Panter2015-09-071-0/+1
| * | | #23144: merge with 3.4.Ezio Melotti2015-09-061-1/+5
| |\ \ \ | | |/ /
| | * | #23144: Make sure that HTMLParser.feed() returns all the data, even when conv...Ezio Melotti2015-09-061-1/+4
| * | | Issue #24917: Backed out changeset 09b62202d9b7Steve Dower2015-09-061-2/+0
| |\ \ \ | | |/ /
| | * | Backed out changeset: a29b49d57769Steve Dower2015-09-061-2/+0
| | * | Issue #24917: time_strftime() Buffer Over-read. Patch by John Leitch.Steve Dower2015-09-061-0/+2
| * | | Merge from 3.5.0 release branchSteve Dower2015-09-061-0/+2
| |\ \ \
| * \ \ \ merge from 3.4Terry Jan Reedy2015-09-051-0/+3
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | Issue #16180: Exit pdb if file has syntax error, instead of trapping userTerry Jan Reedy2015-09-051-0/+3
| * | | | Issue #24912: Prevent __class__ assignment to immutable built-in objects. (Me...Guido van Rossum2015-09-051-0/+2
| |\ \ \ \
| * | | | | Issue #24910: Windows MSIs now have unique display names.Steve Dower2015-09-051-0/+2
| * | | | | Issue #24635: Fixed flakiness in test_typing.py.Guido van Rossum2015-09-041-0/+3
| * | | | | Merge 3.4 (create_stdio)Victor Stinner2015-09-042-0/+7
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| | * | | | Fix race condition in create_stdio()Victor Stinner2015-09-042-0/+7
| * | | | | Fixed merge error.Serhiy Storchaka2015-09-041-3/+0
| * | | | | Merge headsSerhiy Storchaka2015-09-041-0/+15
| |\ \ \ \ \
| | * | | | | Issue #24986: Allow building Python without external libraries on WindowsZachary Ware2015-09-041-0/+6
| | * | | | | Allow PCbuild\rt.bat to accept unlimited arguments for regrtest.Zachary Ware2015-09-041-0/+6
| | * | | | | Merge from 3.5.0 for issue #24913Brett Cannon2015-09-031-0/+3
| | |\ \ \ \ \
| * | \ \ \ \ \ Merge 3.5.0Serhiy Storchaka2015-09-041-3/+6
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| * | | | | | | Issue #24989: Fixed buffer overread in BytesIO.readline() if a position isSerhiy Storchaka2015-09-031-0/+3
| * | | | | | | Issue #24992: Fix error handling and a race condition (related to garbageVictor Stinner2015-09-031-0/+3
| * | | | | | | Merge 3.5 heads (issue #24975)Yury Selivanov2015-09-021-0/+2
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Issue #24952: Merge 3.4 into 3.5Martin Panter2015-08-312-0/+4
| |\ \ \ \ \ \ \ \ | | | |_|_|/ / / / | | |/| | | | | |
| | * | | | | | | Issue #24952: Clarify default argument of stack_size() in threading, _threadMartin Panter2015-08-312-0/+4
| | * | | | | | | Issue #24931: Resolve __dict__ conflict in namedtuple subclasses.Raymond Hettinger2015-08-301-0/+4
| * | | | | | | | Issue #24881: Fixed setting binary mode in Python implementation of FileIOSerhiy Storchaka2015-08-281-0/+3
| * | | | | | | | Issue #21112: Fix regression in unittest.expectedFailure on subclasses.Robert Collins2015-08-271-0/+3
| |\ \ \ \ \ \ \ \ | | |/ / / / / / /
| | * | | | | | | Issue #21112: Fix regression in unittest.expectedFailure on subclasses.Robert Collins2015-08-271-0/+3
| * | | | | | | | Issue #24913: Fix overrun error in deque.index().Raymond Hettinger2015-08-261-0/+3
| * | | | | | | | Misc/NEWS needs a Python 3.5.0rc3 section in 3.5 and trunk.Larry Hastings2015-08-261-0/+12
| * | | | | | | | Merge from Python 3.5.0 (rc2) to Python 3.5.1.Larry Hastings2015-08-251-38/+33
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Issue #24808: Merge 3.4 into 3.5; adjust new tp_as_async fieldMartin Panter2015-08-252-0/+4
| |\ \ \ \ \ \ \ \ \ | | | |/ / / / / / / | | |/| | | | | | |
| | * | | | | | | | Issue #24808: Update the documentation of some PyTypeObject fieldsMartin Panter2015-08-252-0/+4
| * | | | | | | | | Issue #10708: Add a link to devguide in Misc/Porting.Berker Peksag2015-08-251-41/+1
| * | | | | | | | | Issue #22812: Fix unittest discovery examples.Robert Collins2015-08-242-0/+4
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / /
| | * | | | | | | | Issue #22812: Fix unittest discovery examples.Robert Collins2015-08-242-0/+4
| | * | | | | | | | Issue #23572: Fixed functools.singledispatch on classes with falsy metaclasses.Yury Selivanov2015-08-181-0/+3
| * | | | | | | | | Issue #20362: Honour TestCase.longMessage correctly in assertRegex.Robert Collins2015-08-192-0/+4
| * | | | | | | | | Issue #24847: Removes vcruntime140.dll dependency from Tcl/Tk.Steve Dower2015-08-181-0/+2