summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| | | * | | 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
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Issue #24917: Backed out changeset 09b62202d9b7Steve Dower2015-09-063-20/+0
| |\ \ \ \ \ | | |/ / / /
| | * | | | Backed out changeset: a29b49d57769Steve Dower2015-09-062-8/+0
| | | | | |
* | | | | | Issue #24917: time_strftime() Buffer Over-read. Patch by John Leitch.Steve Dower2015-09-063-0/+20
|\ \ \ \ \ \ | |/ / / / /
| * | | | | 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
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| | * | | | Issue #24917: Moves NEWS entry under Library.Steve Dower2015-09-051-2/+2
| | | | | |
| | * | | | Issue #24917: time_strftime() Buffer Over-read. Patch by John Leitch.Steve Dower2015-09-053-0/+20
| | | | | |
* | | | | | mergeRaymond Hettinger2015-09-061-6/+10
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Prevent reentrant badness by deferring the decrefs as long as possible.Raymond Hettinger2015-09-061-6/+10
| | | | | |
* | | | | | Merge with 3.5Terry Jan Reedy2015-09-053-0/+18
|\ \ \ \ \ \ | |/ / / / /
| * | | | | 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
| | | | | | | | | | | | | | | | | | | | | | | | in an infinite loop. Patch by Xavier de Gaye.
* | | | | | Issue #24912: Prevent __class__ assignment to immutable built-in objects. ↵Guido van Rossum2015-09-053-0/+106
|\ \ \ \ \ \ | |/ / / / / | | | | | | | | | | | | (Merge 3.5 -> 3.6)
| * | | | | Issue #24912: Prevent __class__ assignment to immutable built-in objects. ↵Guido van Rossum2015-09-053-0/+106
| |\ \ \ \ \ | | | |/ / / | | |/| | | | | | | | | (Merge 3.5.0 -> 3.5)
| | * | | | Issue #24912: Prevent __class__ assignment to immutable built-in objects.Guido van Rossum2015-09-053-0/+106
| | | |/ / | | |/| |
* | | | | Issue #24910: Windows MSIs now have unique display names.Steve Dower2015-09-0512-11/+13
|\ \ \ \ \ | |/ / / /
| * | | | Issue #24910: Windows MSIs now have unique display names.Steve Dower2015-09-0512-11/+13
| | | | |
* | | | | Issue #23517: Skip a datetime test on WindowsVictor Stinner2015-09-051-3/+3
| | | | | | | | | | | | | | | | | | | | The test calls gmtime(-1)/localtime(-1) which is not supported on Windows.
* | | | | Issue #23517: Fix implementation of the ROUND_HALF_UP rounding mode inVictor Stinner2015-09-044-39/+42
| | | | | | | | | | | | | | | | | | | | | | | | | datetime.datetime.fromtimestamp() and datetime.datetime.utcfromtimestamp(). microseconds sign should be kept before rounding.
* | | | | Null merge (3.5.1 -> default).Guido van Rossum2015-09-040-0/+0
|\ \ \ \ \ | |/ / / /
| * | | | Null merge (Larry's 3.5 -> 3.5.1).Guido van Rossum2015-09-040-0/+0
| |\ \ \ \ | | |/ / /
| | * | | Fix issue #24635.Guido van Rossum2015-09-043-8/+27
| | | | |