summaryrefslogtreecommitdiffstats
path: root/Misc/ACKS
Commit message (Expand)AuthorAgeFilesLines
* bpo-30101: Add support for curses.A_ITALIC. (#1015)Eijebong2017-04-261-0/+1
* bpo-29751: add Cheryl Sabella to Misc/ACKS (GH-1268)Mariatta2017-04-241-0/+1
* bpo-29960 _random.Random corrupted on exception in setstate(). (#1019)bladebryan2017-04-221-0/+1
* bpo-12414: Update code_sizeof() to take in account co_extra memory. (#1168)Dong-hee Na2017-04-201-0/+1
* bpo-29738: Add Olivier Vielpeau to Misc/ACKS (GH-1146)Mariatta2017-04-151-0/+1
* bpo-29869: Add Nevada Sanchez to Misc/ACKS (GH-1125)Mariatta2017-04-141-1/+2
* bpo-29692: Add missing ACKS entry (#1079)Nick Coghlan2017-04-111-0/+1
* bpo-29506: Clarify deep copy note in copy moduleSanyam Khurana2017-04-091-0/+1
* bpo-28837: Fix lib2to3 handling of map/zip/filter calls when followed with a ...Stuart Berg2017-04-061-0/+1
* bpo-19225: Add a table of warning names and missed exception names in C API d...cocoatomo2017-04-021-0/+1
* bpo-29957: change LBYL key lookup to dict.setdefault (#938)Michael Selik2017-04-021-0/+1
* bpo-29913: deprecate compare_networks() in documentation (GH-865)s-sanjay2017-03-301-0/+1
* faulthandler: Restore the old sigaltstack during teardown (#777)Christophe Zeitouny2017-03-231-0/+1
* bpo-29800: Fix crashes in partial.__repr__ if the keys of partial.keywords ar...Michael Seifert2017-03-151-0/+1
* bpo-28624: Add a test that checks that cwd parameter of Popen() accepts PathL...Sayan Chowdhury2017-02-261-0/+1
* bpo-26128: Added __init__to subprocess.STARTUPINFO (#171)Subhendu Ghosh2017-02-251-0/+1
* bpo-16285: Update urllib quoting to RFC 3986 (#173)Ratnadeep Debnath2017-02-251-1/+3
* bpo-24241: Improve preferred webbrowser handling (#85)David Steele2017-02-251-0/+1
* bpo-29521 update Misc/ACKS (#106)Mariatta2017-02-151-0/+1
* Issue #29534: move Misc/NEWS entry to correct section; add Misc/ACS entry for...Mark Dickinson2017-02-141-0/+1
* 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
| |\ \ | | |/