summaryrefslogtreecommitdiffstats
path: root/Misc/ACKS
Commit message (Expand)AuthorAgeFilesLines
* Merge issue #26355 fix from 3.6Nick Coghlan2017-02-091-0/+1
|\
| * Merge issue #26355 fix from Python 3.5Nick Coghlan2017-02-091-0/+1
| |\
| | * Issue #26355: Specify canonical URLs in docs pagesNick Coghlan2017-02-091-0/+1
| | * Issue #29119: Fix weakref in OrderedDict.move_to_end(). Work by Andra Bogildea.Raymond Hettinger2016-12-311-0/+1
* | | Issue #29326: Ignores blank lines in ._pth files (Patch by Alexey Izbyshev)Steve Dower2017-02-041-0/+1
|\ \ \ | |/ /
| * | Issue #29326: Ignores blank lines in ._pth files (Patch by Alexey Izbyshev)Steve Dower2017-02-041-0/+1
* | | mergeRaymond Hettinger2016-12-311-0/+1
|\ \ \ | |/ /
| * | Issue #29119: Merge in ACK from 3.5 branchRaymond Hettinger2016-12-311-0/+1
* | | mergeRaymond Hettinger2016-12-301-0/+1
|\ \ \ | |/ /
| * | Issue #29061: secrets.randbelow() would hang with a negative inputRaymond Hettinger2016-12-301-0/+1
* | | 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
* | | Issue #13051: Fixed recursion errors in large or resized curses.textpad.Textbox.Serhiy Storchaka2016-12-281-0/+1
|\ \ \ | |/ /
| * | Issue #13051: Fixed recursion errors in large or resized curses.textpad.Textbox.Serhiy Storchaka2016-12-281-0/+1
| |\ \ | | |/
| | * Issue #13051: Fixed recursion errors in large or resized curses.textpad.Textbox.Serhiy Storchaka2016-12-281-0/+1
* | | Issue #29078: Merge 3.6.Xiang Zhang2016-12-271-1/+1
|\ \ \ | |/ /
| * | Issue #29078: Merge 3.5.Xiang Zhang2016-12-271-1/+1
| |\ \ | | |/
| | * Issue #29078: Add the missing import in datetime.time doc example.Xiang Zhang2016-12-271-1/+1
* | | Issue #25677: Merge SyntaxError caret positioning from 3.6Martin Panter2016-12-191-0/+1
|\ \ \ | |/ /
| * | Issue #25677: Merge SyntaxError caret positioning from 3.5Martin Panter2016-12-191-0/+1
| |\ \ | | |/
| | * Issue #25677: Correct syntax error caret for indented blocks.Martin Panter2016-12-111-0/+1
* | | Merge #28407 Improve test coverage of make_msgid.R David Murray2016-12-181-0/+1
|\ \ \ | |/ /
| * | Merge #28407 Improve test coverage of make_msgid.R David Murray2016-12-181-0/+1
| |\ \ | | |/
| | * #28407 Improve test coverage of make_msgid.R David Murray2016-12-181-0/+1
* | | Merge 3.6, fix for #24142Łukasz Langa2016-11-261-0/+1
|\ \ \ | |/ /
| * | Merge 3.5, fix for #24142Łukasz Langa2016-11-261-0/+1
| |\ \ | | |/
| | * Fixes #24142: [configparser] always join multiline values to not leave the pa...Łukasz Langa2016-11-261-0/+1
* | | Issue #10656: Merge AIX build fix from 3.6Martin Panter2016-11-201-0/+2
|\ \ \ | |/ /
| * | Issue #10656: Merge AIX build fix from 3.5Martin Panter2016-11-201-0/+2
| |\ \ | | |/
| | * Issue #10656: Fix out-of-tree building on AIXMartin Panter2016-11-201-0/+2
* | | Merge AIX fixes from 3.6Martin Panter2016-11-141-0/+1
|\ \ \ | |/ /
| * | Merge AIX fixes from 3.5 into 3.6Martin Panter2016-11-141-0/+1
| |\ \ | | |/
| | * Issue #28000: Fix gethostbyname_r() usage on AIX with _LINUX_SOURCE_COMPATMartin Panter2016-11-141-0/+1
* | | Issue #28616: merge from 3.6Ned Deily2016-11-041-0/+1
|\ \ \ | |/ /
| * | Issue #28616: merge from 3.5Ned Deily2016-11-041-0/+1
| |\ \ | | |/
| | * Issue #28616: Correct help for sys.version_info releaselevel component.Ned Deily2016-11-041-0/+1
* | | Issue #28387: Fixed possible crash in _io.TextIOWrapper deallocator whenSerhiy Storchaka2016-11-031-0/+1
|\ \ \ | |/ /
| * | Issue #28387: Fixed possible crash in _io.TextIOWrapper deallocator whenSerhiy Storchaka2016-11-031-0/+1
| |\ \ | | |/
| | * Issue #28387: Fixed possible crash in _io.TextIOWrapper deallocator whenSerhiy Storchaka2016-11-031-0/+1
* | | Issue #27517: LZMA compressor and decompressor no longer raise exceptions ifSerhiy Storchaka2016-10-311-0/+1
|\ \ \ | |/ /
| * | Issue #27517: LZMA compressor and decompressor no longer raise exceptions ifSerhiy Storchaka2016-10-311-0/+1
| |\ \ | | |/
| | * Issue #27517: LZMA compressor and decompressor no longer raise exceptions ifSerhiy Storchaka2016-10-311-0/+1
* | | Issue #26240: Merge subprocess doc string from 3.6Martin Panter2016-10-261-0/+1
|\ \ \ | |/ /
| * | Issue #26240: Merge subprocess doc string from 3.5 into 3.6Martin Panter2016-10-251-0/+1
| |\ \ | | |/
| | * Issue #26240: Clean up the subprocess module doc stringMartin Panter2016-10-251-0/+1
* | | Issue #28435: Merge urllib test fixes from 3.6Martin Panter2016-10-221-0/+1
|\ \ \ | |/ /
| * | Issue #28435: Merge urllib test fixes from 3.5 into 3.6Martin Panter2016-10-221-0/+1
| |\ \ | | |/
| | * Issue #28435: Avoid no_proxy environment variable interfering with testsMartin Panter2016-10-221-0/+1
* | | Issue #18287: PyType_Ready() now checks that tp_name is not NULL.Serhiy Storchaka2016-10-071-0/+1
|\ \ \ | |/ /