summaryrefslogtreecommitdiffstats
path: root/Misc/ACKS
Commit message (Expand)AuthorAgeFilesLines
* bpo-40448: ensurepip: Do not use cache (GH-19812)Miss Islington (bot)2020-06-151-0/+1
* bpo-40025: Require _generate_next_value_ to be defined before members (GH-19762)Miss Islington (bot)2020-06-111-0/+1
* [3.7] bpo-39435: Fix docs for pickle.loads (GH-18160). (GH-19844)Antoine Pitrou2020-05-011-0/+1
* bpo-1812: Fix newline conversion when doctest.testfile loads from a package w...Miss Islington (bot)2020-03-261-0/+1
* bpo-39879: Update datamodel docs to include dict ordering (GH-19006)Miss Islington (bot)2020-03-261-0/+1
* bpo-39382: Avoid dangling object use in abstract_issubclass() (GH-18530)Miss Islington (bot)2020-02-221-0/+1
* Reorder entries in Misc/ACKS (GH-17663) (GH-17672)Éric Araujo2019-12-281-3/+4
* bpo-38804: Fix REDoS in http.cookiejar (GH-17157)Miss Islington (bot)2019-11-221-0/+1
* Improve clarity of try-return-finally-return (GH-15677) (GH-15982)Miss Islington (bot)2019-09-111-0/+1
* [3.8] bpo-37409: fix relative import with no parent (GH-14956) (GH-15913)Miss Islington (bot)2019-09-111-0/+1
* bpo-37902: IDLE: Add scrolling for IDLE browsers. (GH-15368)Miss Islington (bot)2019-09-051-0/+1
* [3.7] bpo-37764: Fix infinite loop when parsing unstructured email headers. (...Ashwin Ramaswami2019-09-031-0/+1
* bpo-37372: Fix error unpickling datetime.time objects from Python 2 with seco...Miss Islington (bot)2019-08-291-0/+1
* bpo-37642: Update acceptable offsets in timezone (GH-14878) (#15226)Paul Ganssle2019-08-151-0/+1
* bpo-37811: FreeBSD, OSX: fix poll(2) usage in sockets module (GH-15202)Miss Islington (bot)2019-08-141-0/+1
* bpo-37723: Fix performance regression on regular expression parsing. (GH-15030)Miss Islington (bot)2019-07-311-0/+1
* bpo-37627: Add acknowledgment (GH-14883)Miss Islington (bot)2019-07-211-0/+1
* bpo-30088: Document that existing dir structure isn't verified by mailbox.Mai...Miss Islington (bot)2019-07-131-0/+1
* 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-111-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-021-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-171-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-041-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