summaryrefslogtreecommitdiffstats
path: root/Misc/ACKS
Commit message (Expand)AuthorAgeFilesLines
* bpo-39586: Deprecate distutils bdist_msi command (GH-18415)Hugo van Kemenade2020-02-101-0/+1
* bpo-36051: Drop GIL during large bytes.join() (GH-17757)Bruce Merry2020-01-291-0/+1
* bpo-29435: Allow is_tarfile to take a filelike obj (GH-18090)William Woodruff2020-01-231-0/+1
* bpo-39048: Look up __aenter__ before __aexit__ in async with (GH-17609)Géry Ogam2020-01-141-0/+1
* bpo-13601: always use line-buffering for sys.stderr (GH-17646)Jendrik Seipp2020-01-011-0/+1
* links in importlib.metadata.rst replaced with sphinx references (GH-17730)Oleg Höfling2019-12-291-0/+1
* Add comment to avoid ACKS losing order (GH-17678)Éric Araujo2019-12-231-0/+2
* reorder entries in Misc/ACKS (#17663)Éric Araujo2019-12-201-14/+13
* bpo-39033: Fix NameError in zipimport during hash validation (GH-17588)Xtreak2019-12-151-0/+1
* bpo-39002: Fix simple typo: tranlation -> translation (GH-17517)Tim Gates2019-12-091-0/+1
* bpo-38652: Remove provisional note for asyncio.BufferedProtocol (GH-17047)Anj-A2019-12-071-0/+1
* bpo-37931: Fix crash on OSX re-initializing os.environ (GH-15428)Benoit Hudson2019-12-061-0/+1
* bpo-38804: Fix REDoS in http.cookiejar (GH-17157)bcaller2019-11-221-0/+1
* Add Ilya Kulakov to Misc/ACKS. (GH-17130)Ilya Kulakov2019-11-131-0/+1
* bpo-38303: Make audioop extension module PEP-384 compatible (GH-16497)Tyler Kieft2019-10-221-0/+1
* bpo-35800: Deprecate smtpd.MailmanProxy (GH-11675)Samuel Colvin2019-10-121-0/+1
* bpo-37555: Update _CallList.__contains__ to respect ANY (#14700)Elizabeth Uselton2019-09-131-0/+2
* Improve clarity of try-return-finally-return (GH-15677)toonarmycaptain2019-09-111-0/+1
* bpo-37409: fix relative import with no parent (#14956)Ben Lewis2019-09-111-0/+1
* bpo-36324: Apply review comments from Allen Downey (GH-15693)Raymond Hettinger2019-09-051-0/+1
* bpo-37902: IDLE: Add scrolling for IDLE browsers. (#15368)GeeTransit2019-09-051-0/+1
* bpo-37764: Fix infinite loop when parsing unstructured email headers. (GH-15239)Ashwin Ramaswami2019-08-311-0/+1
* bpo-37372: Fix error unpickling datetime.time objects from Python 2 with seco...Justin Blanchard2019-08-291-0/+1
* bpo-36582: Make collections.UserString.encode() return bytes, not str (GH-13138)Daniel Fortunov2019-08-281-0/+1
* Add Florian Ernst to ACKS (GH-15524)Ethan Furman2019-08-271-0/+1
* Minor documentation fixes on library/enum (GH-15234)Antoine2019-08-201-0/+1
* bpo-37811: FreeBSD, OSX: fix poll(2) usage in sockets module (GH-15202)Artem Khramov2019-08-141-0/+1
* bpo-37642: Update acceptable offsets in timezone (GH-14878)Ngalim Siregar2019-08-091-0/+1
* Adds Tim Hopper and Dan Lidral-Porter to ACKS (GH-15101)Timothy Hopper2019-08-041-0/+2
* bpo-16970: Adding error message for invalid args (GH-14844)tmblweed2019-08-021-0/+1
* bpo-37723: Fix performance regression on regular expression parsing. (GH-15030)yannvgn2019-07-311-0/+1
* bpo-37085: Expose SocketCAN bcm_msg_head flags (#13646)karl ding2019-07-311-0/+1
* bpo-29446: tkinter 'import *' only imports what it should (GH-14864)Flavian Hautbois2019-07-261-0/+1
* bpo-37627: Add acknowledgment (#14883)Terry Jan Reedy2019-07-211-0/+1
* bpo-26967: fix flag grouping with allow_abbrev=False (GH-14316)Zac Hatfield-Dodds2019-07-141-0/+1
* bpo-30088: Document that existing dir structure isn't verified by mailbox.Mai...Sviatoslav Sydorenko2019-07-131-0/+1
* bpo-37548: Document range of atan, acos and asin (GH-14717)Giovanni Cappellotto2019-07-131-0/+1
* closes bpo-37347: Fix refcount problem in sqlite3. (GH-14268)gescheit2019-07-131-0/+1
* bpo-18374: fix wrong col_offset of some ast.BinOp instances (GH-14607)Carl Friedrich Bolz-Tereick2019-07-081-0/+1
* bpo-37479: on Enum subclasses with mixins, __format__ uses overridden __str__...thatneat2019-07-041-0/+1
* bpo-19696: Replace deprecated method in "test_import_pkg.py" (GH-14466)Kyle Stanley2019-07-031-0/+1
* bpo-37376: pprint support for SimpleNamespace (GH-14318)Carl Bordum Hansen2019-06-261-0/+1
* Add pganssle to CODEOWNERS and ACKS (GH-14138)Paul Ganssle2019-06-181-0/+1
* bpo-37014: Update docstring and Documentation of fileinput.FileInput(). (GH-1...Michele Angrisano2019-06-021-0/+1
* bpo-23395: Fix PyErr_SetInterrupt if the SIGINT signal is ignored or not hand...Matěj Cepl2019-05-231-1/+1
* bpo-36878: Track extra text added to 'type: ignore' in the AST (GH-13479)Michael J. Sullivan2019-05-221-0/+1
* bpo-36972: Add SupportsIndex (GH-13448)Paul Dagnelie2019-05-221-0/+1
* bpo-36929: Modify io/re tests to allow for missing mod name (#13392)Max Bernstein2019-05-211-0/+1
* bpo-23896: Add a grammar where exec isn't a stmt (#13272)Batuhan Taşkaya2019-05-201-0/+1
* bpo-22865: Expand on documentation for the pty.spawn function (GH-11980)Geoff Shannon2019-05-201-0/+1