summaryrefslogtreecommitdiffstats
path: root/Misc/ACKS
Commit message (Expand)AuthorAgeFilesLines
* [3.13] gh-132354: document return value for `asyncio.Task.cancel` (GH-132374)...Miss Islington (bot)2025-04-131-0/+1
* [3.13] gh-130814: Enhance documentation for Python C API type objects (GH-130...Miss Islington (bot)2025-03-141-0/+1
* [3.13] gh-124927: Fix conversion issue between coordinates and position in RE...Miss Islington (bot)2025-03-101-0/+1
* [3.13] gh-115514: Fix incomplete writes after close while using ssl in asynci...Miss Islington (bot)2025-02-021-0/+1
* [3.13] gh-98188: Fix EmailMessage.get_payload to decode data when CTE value h...Miss Islington (bot)2025-01-071-0/+1
* [3.13] gh-127303: Add docs for token.EXACT_TOKEN_TYPES (GH-127304) (#127390)Miss Islington (bot)2024-11-301-0/+1
* [3.13] gh-71936: Fix race condition in multiprocessing.Pool (GH-124973) (GH-1...Miss Islington (bot)2024-11-151-0/+1
* [3.13] gh-126451: Revert backports of ABC registrations for `contextvars.Cont...Alex Waygood2024-11-121-1/+0
* [3.13] gh-126417: Register multiprocessing proxy types to an appropriate coll...Alex Waygood2024-11-051-0/+1
* [3.13] gh-61011: Fix inheritance of nested mutually exclusive groups in argpa...Miss Islington (bot)2024-10-111-0/+1
* [3.13] gh-124248: Fix crash in struct when processing 0p fields (GH-124251) (...Miss Islington (bot)2024-09-301-0/+1
* [3.13] gh-124609: Fix _Py_ThreadId for Windows builds using MinGW (GH-124663)...Miss Islington (bot)2024-09-271-0/+1
* [3.13] gh-116622: Complete Android documentation (GH-124259) (#124395)Miss Islington (bot)2024-09-241-0/+1
* [3.13] gh-100256: Skip inaccessible registry keys in the WinAPI mimetype impl...Miss Islington (bot)2024-09-021-0/+1
* [3.13] gh-119189: Fix the power operator for Fraction (GH-119242) (GH-119836)Miss Islington (bot)2024-07-161-0/+1
* [3.13] gh-121746: Bind Alt+Enter to "accept" in the REPL (GH-121754) (GH-121803)Miss Islington (bot)2024-07-151-0/+1
* [3.13] gh-120868: Fix breaking change in `logging.config` when using `QueueHa...Miss Islington (bot)2024-06-271-0/+1
* [3.13] gh-120495: Fix incorrect exception handling in Tab Nanny (GH-120498) (...Miss Islington (bot)2024-06-151-0/+1
* [3.13] Fix typos in HISTORY documentation (GH-119453) (#119597)Miss Islington (bot)2024-05-271-0/+1
* gh-114099: Formalize Tier 3 status of iOS (GH-118020)Russell Keith-Magee2024-04-211-0/+1
* gh-115178: Add Counts of UOp Pairs to pystats (GH-115181)Jeff Glass2024-04-161-0/+1
* gh-117534: Add checking for input parameter in iso_to_ymd (#117543)Vlad48962024-04-091-0/+1
* gh-117349: Micro-optimize a few `os.path` functions (#117350)Nice Zombies2024-04-021-0/+1
* gh-89547: Support for nesting special forms like Final (#116096)Mehdi Drissi2024-03-121-0/+1
* gh-100985: Consistently wrap IPv6 IP address during CONNECT (GH-100986)Derek Higgins2024-02-171-0/+1
* Add Peter L to ACKS (GH-115222)Peter Lazorchak2024-02-091-0/+1
* gh-95649: Document that asyncio contains uvloop code (#107536)Alois Klink2024-01-121-0/+1
* gh-111488: Changed error message in case of no 'in' keyword after 'for' in cm...Grigoriev Semyon2024-01-061-0/+1
* gh-113637: Let c_annotations.py to handle the spacing of Limited/Unstable API...Ege Akman2024-01-031-0/+1
* add Ujan to ACKS for work on enum docs (GH-113301)Ethan Furman2023-12-201-0/+1
* gh-102130: Support tab completion in cmd for Libedit. (GH-107748)Constantin Hong2023-12-051-0/+1
* gh-111699: Move smtpd note to dedicated section in What's New Python 3.12 doc...Matt Prodani2023-11-301-0/+1
* gh-63284: Add support for TLS-PSK (pre-shared key) to the ssl module (#103181)Grant Ramsay2023-11-271-0/+1
* gh-90890: New methods to access mailbox.Maildir message info and flags (#103905)Stephen Gildea2023-11-111-0/+1
* GH-94438: Restore ability to jump over None tests (GH-111237)Savannah Ostrowski2023-10-241-0/+1
* gh-82367: Use `FindFirstFile` Win32 API in `ntpath.realpath()` (GH-110298)박문식2023-10-051-0/+1
* gh-109812: Fix phrasing for `collections.Counter` (gh-109813)Jacob Coffee2023-09-281-0/+1
* Docs: Update Donghee Na's name (#109743)Hugo van Kemenade2023-09-221-1/+1
* ACKS: Fix ordering; Correct Itamar Oren's surname; Add Adam Turner (#109737)Adam Turner2023-09-221-3/+3
* gh-109375: Fix bug where pdb registers an alias without an associated command...buermarc2023-09-141-0/+1
* gh-107932: Fix dis module for bytecode that does not have an associated sourc...Corvin2023-08-251-0/+1
* gh-108111: Flush gzip write buffer before seeking, fixing bad writes (#108341)Chris Markiewicz2023-08-241-0/+1
* gh-107995: Fix doctest collection of functools.cached_property objects (#107996)Tyler Smart2023-08-181-0/+1
* gh-107089: Improve Shelf.clear method performance (gh-107090)James Cave2023-07-291-0/+1
* gh-69714: Make `calendar` module fully tested (#93655)Bart Skowron2023-07-221-0/+1
* gh-106634: Corrected minor asyncio doc issues (#106671)Chris Brett2023-07-131-0/+1
* gh-106503: asyncio._SelectorSocketTransport: fix cyclic reference on close()....Andrew Geng2023-07-071-0/+1
* gh-106075: add `asyncio.taskgroups.__all__` to `asyncio.__all__` (#106090)James Webber2023-06-261-0/+1
* gh-96522: Fix deadlock in pty.spawn (#96639)Youfu Zhang2023-05-191-0/+1
* Update name in acknowledgements and add mailmap (#103696)Amethyst Reese2023-04-301-1/+1