summaryrefslogtreecommitdiffstats
path: root/Misc/ACKS
Commit message (Expand)AuthorAgeFilesLines
* bpo-32517: fix test_read_pty_output() hangs on macOS 10.13.2+ (GH-6037)Nathan Henrie2018-03-091-0/+1
* [3.6] bpo-32981: Fix catastrophic backtracking vulns (GH-5955)Benjamin Peterson2018-03-041-0/+1
* [3.6] bpo-30028: make test.support.temp_cwd() fork-safe (GH-1066) (GH-5826)Anselm Kruis2018-02-231-0/+1
* bpo-31848: Fix broken error handling in Aifc_read.initfp() when the SSND chun...Miss Islington (bot)2018-02-201-0/+1
* [3.6] bpo-30157: Fix csv.Sniffer.sniff() regex pattern. (GH-5601) (GH-5603)Serhiy Storchaka2018-02-091-0/+1
* [3.6] bpo-32734: Fix asyncio.Lock multiple acquire safety issue (GH-5466) (#5...Bar Harel2018-02-021-0/+1
* bpo-32255: Always quote a single empty field when write into a CSV file. (GH-...Miss Islington (bot)2017-12-121-0/+1
* bpo-30057: Fix potential missed signal in signal.signal(). (GH-4258) (#4261)Miss Islington (bot)2017-11-031-0/+1
* bpo-31632: fix set_protocol() in _SSLProtocolTransport (GH-3817) (GH-3817) (#...Miss Islington (bot)2017-10-191-0/+1
* [3.6] bpo-31334: Fix timeout in select.poll.poll() (GH-3277) (#4033)Miss Islington (bot)2017-10-181-0/+1
* [3.6] bpo-28603: Fix formatting tracebacks for unhashable exceptions (GH-4014...Miss Islington (bot)2017-10-171-0/+1
* [3.6] bpo-31294: Fix ZeroMQSocketListener and ZeroMQSocketHandler examples (G...Miss Islington (bot)2017-09-071-0/+1
* [3.6] bpo-30737: Update DevGuide links to new URL (GH-3228) (GH-3390)Miss Islington (bot)2017-09-061-0/+1
* [3.6] bpo-30983: [gdb] Fix py-bt, etc. for non-debug shared builds (GH-3153) ...Łukasz Langa2017-08-221-0/+1
* [3.6] bpo-31107: Fix copyreg mangled slot names calculation. (GH-2989) (#3003)Shane Harvey2017-08-051-0/+1
* [3.6] bpo-25684: ttk.OptionMenu radiobuttons weren't unique (GH-2276) (#2959)csabella2017-07-311-0/+1
* [3.6] bpo-30822: Fix testing of datetime module. (GH-2530) (GH-2783) (#2816)Utkarsh Upadhyay2017-07-261-0/+1
* [3.6] bpo-30964: Mention ensurepip in package installation docs (GH-2797)Nicholas2017-07-211-0/+1
* bpo-30532: Fix whitespace folding in certain cases (#2591)Joel Hillacre2017-07-061-0/+1
* [3.6] bpo-30441: Fix bug when modifying os.environ while iterating over it (G...Serhiy Storchaka2017-07-041-0/+1
* [3.6] bpo-30723: IDLE -- Enhance parenmatch; add style, flash, and help (GH-2...terryjreedy2017-06-281-0/+1
* [3.6] bpo-30769: Fix reference leak introduced in 77703942c59 (GH-2416) (#2425)Emily Morehouse2017-06-271-0/+1
* [3.6] bpo-30645: don't append to an inner loop path in imp.load_package() (GH...Brett Cannon2017-06-231-0/+1
* bpo-30500: urllib: Simplify splithost by calling into urlparse. (#1849) (#2289)Victor Stinner2017-06-201-0/+1
* [email] bpo-29478: Fix passing max_line_length=None from Compat32 policy (GH-...Mariatta2017-06-161-0/+1
* bpo-28837: Fix lib2to3 handling of map/zip/filter calls when followed with a ...Mariatta2017-06-161-0/+1
* [3.6] bpo-30605: Fix compiling binary regexs with BytesWarnings enabled. (GH-...Serhiy Storchaka2017-06-151-0/+1
* [3.6] bpo-30584: Fix test_os fails on non-English Windows (GH-1980) (#1999)Denis Osipov2017-06-081-0/+1
* bpo-30177: pathlib: include the full path in resolve(strict=False) (#1893) (#...Antoine Pietri2017-06-071-0/+1
* bpo-17188: DOC: Document 'from None' in raise statement (GH-1671) (GH-1867)csabella2017-05-301-0/+1
* [3.6] bpo-29960 _random.Random corrupted on exception in setstate(). … (#1287)Mariatta2017-05-271-0/+1
* [3.6] bpo-30395 _PyGILState_Reinit deadlock fix (GH-1734) (#1740)Łukasz Langa2017-05-231-0/+1
* [3.6] bpo-27945: Fixed various segfaults with dict. (GH-1657) (#1677)Serhiy Storchaka2017-05-201-0/+1
* bpo-30357: test_thread now uses threading_cleanup() (#1592) (#1622)Victor Stinner2017-05-171-0/+1
* [3.6] bpo-28787: Fix out of tree --with-dtrace builds (GH-135) (#1543)stratakis2017-05-111-0/+1
* [3.6] bpo-29243: Fix Makefile with respect to --enable-optimizations (GH-1478...torsava2017-05-091-0/+1
* [3.6] bpo-12414: Update code_sizeof() to take in account co_extra memory. (#1...Dong-hee Na2017-04-201-0/+1
* bpo-29506: Clarify deep copy note in copy moduleNick Coghlan2017-04-091-0/+1
* Keep the c-api exception doc up-to-date (#966)cocoatomo2017-04-031-0/+1
* faulthandler: Restore the old sigaltstack during teardown (GH-777) (GH-797)Christophe Zeitouny2017-03-241-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...Berker Peksag2017-02-261-0/+1
* bpo-29521 update Misc/ACKS (#110)Mariatta2017-02-151-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 #29119: Merge in ACK from 3.5 branchRaymond Hettinger2016-12-311-0/+1
* | Issue #29061: secrets.randbelow() would hang with a negative inputRaymond Hettinger2016-12-301-0/+1
* | Merge 3.5Victor Stinner2016-12-301-0/+1
|\ \ | |/