summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | 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
| |\ \ \ | | | |/ | | |/|
| * | | 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
| * | | Issue #23406: Remove specific line number from susp-ignored.csvMartin Panter2015-09-071-1/+1
| * | | 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
| * | | #23144: merge with 3.4.Ezio Melotti2015-09-063-5/+26
| |\ \ \ | | |/ /
| | * | #23144: Make sure that HTMLParser.feed() returns all the data, even when conv...Ezio Melotti2015-09-063-5/+25
| * | | 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-063-20/+0
| |\ \ \ | | |/ /
| | * | Backed out changeset: a29b49d57769Steve Dower2015-09-062-8/+0
| * | | Null merge with 3.4Steve Dower2015-09-060-0/+0
| |\ \ \ | | |/ /
| | * | Issue #24917: time_strftime() Buffer Over-read. Patch by John Leitch.Steve Dower2015-09-062-0/+8
| * | | Merge from 3.5.0 release branchSteve Dower2015-09-063-0/+20
| |\ \ \
| * | | | Prevent reentrant badness by deferring the decrefs as long as possible.Raymond Hettinger2015-09-061-6/+10
| * | | | merge from 3.4Terry Jan Reedy2015-09-053-0/+18
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | Issue #16180: Exit pdb if file has syntax error, instead of trapping userTerry Jan Reedy2015-09-053-0/+18
| * | | | Issue #24912: Prevent __class__ assignment to immutable built-in objects. (Me...Guido van Rossum2015-09-053-0/+106
| |\ \ \ \
| * | | | | Issue #24910: Windows MSIs now have unique display names.Steve Dower2015-09-0512-11/+13
| * | | | | Null merge (Larry's 3.5 -> 3.5.1).Guido van Rossum2015-09-040-0/+0
| |\ \ \ \ \
| * | | | | | Issue #24635: Fixed flakiness in test_typing.py.Guido van Rossum2015-09-043-8/+27
| * | | | | | Merge 3.4 (create_stdio)Victor Stinner2015-09-043-42/+44
| |\ \ \ \ \ \ | | | |_|/ / / | | |/| | | |
| | * | | | | Fix race condition in create_stdio()Victor Stinner2015-09-043-40/+42
| * | | | | | Merge: #24998: fix cut and paste error in subprocess example.R David Murray2015-09-041-1/+1
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | #24998: fix cut and paste error in subprocess example.R David Murray2015-09-041-1/+1
| * | | | | | Merge with 3.4Terry Jan Reedy2015-09-040-0/+0
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | Issue #24745: Prevent IDLE initialization crash with Tk 8.4; patch by Ned Deily.Terry Jan Reedy2015-09-041-7/+11
| * | | | | | Merge 3.5.0 into 3.5.1Terry Jan Reedy2015-09-040-0/+0
| |\ \ \ \ \ \
| * | | | | | | Issue #24986: Save some bandwidth from svn.python.orgZachary Ware2015-09-042-11/+14
| * | | | | | | Fixed merge error.Serhiy Storchaka2015-09-041-3/+0
| * | | | | | | Merge headsSerhiy Storchaka2015-09-045-18/+65
| |\ \ \ \ \ \ \
| | * | | | | | | Issue #24986: Allow building Python without external libraries on WindowsZachary Ware2015-09-043-6/+38
| | * | | | | | | Allow PCbuild\rt.bat to accept unlimited arguments for regrtest.Zachary Ware2015-09-043-12/+24
| | * | | | | | | 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-033-1/+21
| * | | | | | | | | Merge 3.4 (ICC)Victor Stinner2015-09-031-8/+4
| |\ \ \ \ \ \ \ \ \ | | | |_|_|/ / / / / | | |/| | | | | | |
| | * | | | | | | | Don't use defined() in C preprocessor macrosVictor Stinner2015-09-031-10/+6
| * | | | | | | | | Issue #24974: Force fp-model precice in mpdecimal.c on WindowsZachary Ware2015-09-031-0/+1
| * | | | | | | | | Issue #24992: Fix error handling and a race condition (related to garbageVictor Stinner2015-09-032-18/+25
| * | | | | | | | | Issue #24993: Handle import error in namereplace error handlerVictor Stinner2015-09-031-7/+5
| * | | | | | | | | 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
| * | | | | | | | | Merge 3.4 (test_wsgiref)Victor Stinner2015-09-030-0/+0
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / /
| | * | | | | | | | 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
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / /