summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* Issue #29142: Merge 3.6.Xiang Zhang2017-01-091-0/+4
|\
| * Issue #29142: Merge 3.5.Xiang Zhang2017-01-091-0/+4
| |\
| | * Issue #29142: Fix suffixes in no_proxy handling in urllib.Xiang Zhang2017-01-091-0/+3
| | * Post-release fixups for Python 3.5.3rc1.Larry Hastings2017-01-031-1/+13
| * | Issue #29203: functools.lru_cache() now respects PEP 468Raymond Hettinger2017-01-091-0/+4
* | | Issue #29034: Merge 3.6.Xiang Zhang2017-01-081-0/+2
|\ \ \ | |/ /
| * | Issue #29034: Fix memory leak and use-after-free in path_converter.Xiang Zhang2017-01-081-0/+2
* | | Merge 3.6Victor Stinner2017-01-061-0/+3
|\ \ \ | |/ /
| * | Fix unittest.mock._Call: don't ignore nameVictor Stinner2017-01-061-0/+3
* | | Merge 3.6INADA Naoki2017-01-061-0/+2
|\ \ \ | |/ /
| * | Issue #29159: Fix regression in bytes(x) when x.__index__() raises Exception.INADA Naoki2017-01-061-0/+2
* | | Issue #26851: Merge 3.6.Xavier de Gaye2017-01-041-0/+2
|\ \ \ | |/ /
| * | Issue #26851: Set Android compilation and link flags.Xavier de Gaye2017-01-041-0/+2
* | | Issue #24932: Use proper command line parsing in _testembedSteve Dower2017-01-021-0/+2
* | | Issue #15812: Merge from 3.6Berker Peksag2017-01-021-0/+3
|\ \ \ | |/ /
| * | Issue #15812: Merge from 3.5Berker Peksag2017-01-021-0/+3
| |\ \ | | |/
| | * Issue #15812: inspect.getframeinfo() now correctly shows the first line of a ...Berker Peksag2017-01-021-0/+3
* | | Issue #28985: Update authorizer constants in sqlite3 moduleBerker Peksag2017-01-021-0/+3
* | | Issue #29094: Offsets in a ZIP file created with extern file object and modesSerhiy Storchaka2017-01-011-0/+3
|\ \ \ | |/ /
| * | Issue #29094: Offsets in a ZIP file created with extern file object and modesSerhiy Storchaka2017-01-011-0/+3
| |\ \ | | |/
| | * Issue #29094: Offsets in a ZIP file created with extern file object and modesSerhiy Storchaka2017-01-011-0/+3
* | | mergeRaymond Hettinger2016-12-311-0/+1
|\ \ \ | |/ /
| * | Issue #29119: Merge in ACK from 3.5 branchRaymond Hettinger2016-12-311-0/+1
| * | mergeRaymond Hettinger2016-12-311-0/+4
| |\ \ | | |/
| | * Issue #29119: Fix weakref in OrderedDict.move_to_end(). Work by Andra Bogildea.Raymond Hettinger2016-12-312-0/+5
* | | mergeRaymond Hettinger2016-12-301-0/+1
|\ \ \ | |/ /
| * | Issue #29061: secrets.randbelow() would hang with a negative inputRaymond Hettinger2016-12-302-0/+4
* | | Merge 3.6Victor Stinner2016-12-301-0/+1
|\ \ \ | |/ /
| * | Merge 3.5Victor Stinner2016-12-301-0/+1
| |\ \ | | |/
| | * Issue #29109: Enhance tracemalloc documentationVictor Stinner2016-12-301-0/+1
* | | merge 3.6 (#29085)Benjamin Peterson2016-12-291-0/+3
|\ \ \ | |/ /
| * | fix error check, so that Random.seed actually uses OS randomness (closes #29085)Benjamin Peterson2016-12-291-0/+3
* | | Issue #29079: Prevent infinite loop in pathlib.resolve() on WindowsSteve Dower2016-12-291-0/+2
|\ \ \ | |/ /
| * | Issue #29079: Prevent infinite loop in pathlib.resolve() on WindowsSteve Dower2016-12-291-0/+2
* | | Issue #29080: Fixes Misc/NEWS entrySteve Dower2016-12-281-1/+1
|\ \ \ | |/ /
| * | Issue #29080: Fixes Misc/NEWS entrySteve Dower2016-12-281-1/+1
| |\ \ | | |/
| | * Issue #29080: Fixes Misc/NEWS entrySteve Dower2016-12-281-1/+1
* | | Issue #28768: Fix implicit declaration of function _setmode. Patch by Masayuk...Steve Dower2016-12-281-0/+3
|\ \ \ | |/ /
| * | Issue #28768: Fix implicit declaration of function _setmode. Patch by Masayuk...Steve Dower2016-12-281-0/+3
* | | Issue #29080: Removes hard dependency on hg.exe from PC/build.batSteve Dower2016-12-281-0/+2
|\ \ \ | |/ /
| * | Issue #29080: Removes hard dependency on hg.exe from PC/build.batSteve Dower2016-12-281-0/+2
| |\ \ | | |/
| | * Issue #29080: Removes hard dependency on hg.exe from PC/build.batSteve Dower2016-12-281-0/+2
* | | Issue #13051: Fixed recursion errors in large or resized curses.textpad.Textbox.Serhiy Storchaka2016-12-282-0/+4
|\ \ \ | |/ /
| * | Issue #13051: Fixed recursion errors in large or resized curses.textpad.Textbox.Serhiy Storchaka2016-12-282-0/+4
| |\ \ | | |/
| | * Issue #13051: Fixed recursion errors in large or resized curses.textpad.Textbox.Serhiy Storchaka2016-12-282-0/+4
* | | Issue #9770: curses.ascii predicates now work correctly with negative integers.Serhiy Storchaka2016-12-281-0/+3
|\ \ \ | |/ /
| * | Issue #9770: curses.ascii predicates now work correctly with negative integers.Serhiy Storchaka2016-12-281-0/+3
| |\ \ | | |/
| | * Issue #9770: curses.ascii predicates now work correctly with negative integers.Serhiy Storchaka2016-12-281-0/+3
| | * Issue #29073: bytearray formatting no longer truncates on first null byte.Serhiy Storchaka2016-12-281-0/+2
* | | Issue #28427: old keys should not remove new values fromAntoine Pitrou2016-12-271-0/+3
|\ \ \ | |/ /