summaryrefslogtreecommitdiff
path: root/Misc/ACKS
Commit message (Expand)AuthorAgeFilesLines
* bpo-37014: Update docstring and Documentation of fileinput.FileInput(). (GH-1...Miss Islington (bot)2019-06-021-0/+1
* bpo-23395: Fix PyErr_SetInterrupt if the SIGINT signal is ignored or not hand...Miss Islington (bot)2019-05-241-1/+1
* bpo-36929: Modify io/re tests to allow for missing mod name (GH-13392)Miss Islington (bot)2019-05-211-0/+1
* [3.7] bpo-22865: Expand on documentation for the pty.spawn function (GH-11980...Geoff Shannon2019-05-211-0/+1
* bpo-35721: Close socket pair if Popen in _UnixSubprocessTransport fails (GH-1...Miss Islington (bot)2019-05-201-0/+1
* bpo-35926: Add support for OpenSSL 1.1.1b on Windows (GH-11779)Steve Dower2019-05-161-0/+1
* bpo-36845: validate integer network prefix when constructing IP networks (GH-...Miss Islington (bot)2019-05-141-0/+1
* bpo-24538: Fix bug in shutil involving the copying of xattrs to read-only fil...Miss Islington (bot)2019-05-141-0/+1
* bpo-33922: Adding documentation for new "-64" suffix of Python launcher (GH-7...Miss Islington (bot)2019-04-121-0/+1
* bpo-35717: Fix KeyError exception raised when using enums and compile (GH-115...Miss Islington (bot)2019-01-301-0/+1
* bpo-35641: IDLE - format calltip properly when no docstring (GH-11415)Miss Islington (bot)2019-01-031-0/+1
* bpo-35497: add versionadded tag for EPOLLEXCLUSIVE (GH-11162)Miss Islington (bot)2018-12-191-0/+1
* bpo-21263: Skip test_gdb when python has been compiled with LLVM clang (GH-10...Miss Islington (bot)2018-11-041-0/+1
* bpo-34472: Add data descriptor signature to zipfile (GH-8871) (GH-9399)Miss Islington (bot)2018-09-221-0/+1
* bpo-34246: Use no mutable default args in smtplib (GH-8554)Miss Islington (bot)2018-09-071-0/+1
* bpo-34035: Fix several AttributeError in zipfile seek() methods. (GH-8527)Miss Islington (bot)2018-07-291-0/+1
* bpo-33648: Remove PY_WARN_ON_C_LOCALE (GH-7114)Miss Islington (bot)2018-07-111-0/+1
* closes bpo-34050: Fix link in SSL docs (GH-8173)Miss Islington (bot)2018-07-071-0/+1
* bpo-29456: Fix bugs in unicodedata.normalize: u1176, u11a7 and u11c3 (GH-1958)Miss Islington (bot)2018-06-151-0/+1
* bpo-30167: Prevent site.main() exception if PYTHONSTARTUP is set. (GH-6731) (...Miss Islington (bot)2018-06-101-0/+1
* bpo-33542: Ignore DUID in uuid.get_node on Windows. (GH-6922)Miss Islington (bot)2018-05-201-0/+1
* bpo-13631: Fix the order of initialization for readline libedit on macOS. (GH...Miss Islington (bot)2018-05-171-0/+1
* bpo-33497: Add NEWS and ACKS entries. (GH-6838) (GH-6840)Miss Islington (bot)2018-05-141-0/+1
* bpo-33281: NEWS and ACK (GH-6681) (GH-6682)Miss Islington (bot)2018-05-011-0/+1
* bpo-33256: Replace angle brackets around python object repr to display it in ...Miss Islington (bot)2018-04-291-0/+1
* acks += Zsolt Dollenstein (GH-6490) (GH-6492)Miss Islington (bot)2018-04-161-0/+1
* bpo-31920: Fixed handling directories as arguments in the ``pygettext`` scrip...Miss Islington (bot)2018-04-091-0/+1
* [3.7] bpo-29673: fix gdb scripts pystack and pystackv (GH-6126) (GH-6399)Miss Islington (bot)2018-04-061-0/+1
* bpo-32337: Update documentats about dict order (GH-4973)Miss Islington (bot)2018-04-031-0/+1
* bpo-33018: Improve issubclass() error checking and message. (GH-5944)Miss Islington (bot)2018-03-221-0/+1
* [3.7] bpo-32885: Tools/scripts/pathfix.py: Add -n option for no backup~ (GH-5...Miss Islington (bot)2018-03-141-0/+1
* bpo-32517: fix test_read_pty_output() hangs on macOS 10.13.2+ (GH-6037)Miss Islington (bot)2018-03-091-0/+1
* bpo-32981: Fix catastrophic backtracking vulns (GH-5955)Miss Islington (bot)2018-03-031-0/+1
* bpo-30028: make test.support.temp_cwd() fork-safe (GH-1066)Miss Islington (bot)2018-02-221-0/+1
* closes bpo-32898: Fix debug build crash with COUNT_ALLOCS (GH-5800)Miss Islington (bot)2018-02-211-0/+1
* bpo-31848: Fix broken error handling in Aifc_read.initfp() when the SSND chun...Miss Islington (bot)2018-02-201-0/+1
* bpo-30157: Fix csv.Sniffer.sniff() regex pattern. (GH-5601) (GH-5602)Miss Islington (bot)2018-02-101-0/+1
* bpo-32585: Add tkinter.ttk.Spinbox. (GH-5221) (GH-5592)Miss Islington (bot)2018-02-091-0/+1
* bpo-32734: Fix asyncio.Lock multiple acquire safety issue (GH-5466) (#5501)Miss Islington (bot)2018-02-021-0/+1
* bpo-32102 Add "capture_output=True" to subprocess.run (GH-5149)Bo Bayles2018-01-291-0/+1
* bpo-28685: Optimize sorted() list.sort() with type-specialized comparisons (#...embg2018-01-281-0/+1
* bpo-29237: Create enum for pstats sorting options (GH-5103)mwidjaja2018-01-251-0/+1
* bpo-32591: Add native coroutine origin tracking (#5250)Nathaniel J. Smith2018-01-211-0/+1
* bpo-29970: Add timeout for SSL handshake in asyncioNeil Aspinall2017-12-191-0/+1
* bpo-19764: Implemented support for subprocess.Popen(close_fds=True) on Window...Segev Finer2017-12-181-0/+1
* bpo-32255: Always quote a single empty field when write into a CSV file. (#4769)Licht Takeuchi2017-12-121-0/+1
* bpo-23033: Improve SSL Certificate handling (GH-937)Mandeep Singh2017-11-261-0/+1
* bpo-28334: netrc() now uses expanduser() to find .netrc file (GH-4537)Berker Peksag2017-11-251-0/+1
* bpo-30057: Fix potential missed signal in signal.signal(). (#4258)Antoine Pitrou2017-11-031-0/+1
* bpo-23699: Use a macro to reduce boilerplate code in rich comparison function...stratakis2017-11-021-1/+1