summaryrefslogtreecommitdiffstats
path: root/Misc/ACKS
Commit message (Expand)AuthorAgeFilesLines
* [3.11] gh-95649: Document that asyncio contains uvloop code (GH-107536) (#114...Alois Klink2024-01-141-0/+1
* [3.11] gh-113637: Let c_annotations.py to handle the spacing of Limited/Unsta...Ege Akman2024-01-031-0/+1
* [3.11] GH-94438: Restore ability to jump over None tests (GH-111338)Savannah Ostrowski2023-10-251-0/+1
* [3.11] Docs: Update Donghee Na's name (GH-109743) (#109759)Hugo van Kemenade2023-09-231-1/+1
* [3.11] ACKS: Fix ordering; Correct Itamar Oren's surname; Add Adam Turner (G...Miss Islington (bot)2023-09-221-2/+3
* [3.11] gh-109375: Fix bug where pdb registers an alias without an associated ...Miss Islington (bot)2023-09-221-0/+1
* [3.11] gh-106634: Corrected minor asyncio doc issues (GH-106671) (#106711)Miss Islington (bot)2023-07-291-0/+1
* [3.11] gh-102978: Fix mock.patch function signatures for class and staticmeth...Miss Islington (bot)2023-05-221-0/+1
* [3.11] gh-96522: Fix deadlock in pty.spawn (GH-96639) (#104655)Ɓukasz Langa2023-05-191-0/+1
* [3.11] Update name in acknowledgements and add mailmap (GH-103696) (#104002)Miss Islington (bot)2023-04-301-1/+1
* [3.11] gh-103059: Clarify gc.freeze documentation (GH-103058) (#103416)Miss Islington (bot)2023-04-101-0/+1
* gh-94440: Fix issue of ProcessPoolExecutor shutdown hanging (GH-94468)Miss Islington (bot)2023-03-161-0/+1
* gh-102356: Add thrashcan macros to filter object dealloc (GH-102426)Miss Islington (bot)2023-03-051-0/+1
* [3.11] gh-95675: fix uid and gid at test_add_dir_getmember (gh-102207) (gh-10...Miss Islington (bot)2023-02-251-0/+1
* [3.11] gh-101936: Update the default value of fp from io.StringIO to io.Bytes...Miss Islington (bot)2023-02-221-0/+1
* [3.11] gh-95672 fix typo SkitTest to SkipTest (gh-102119) (#102121)Miss Islington (bot)2023-02-221-0/+1
* [3.11] gh-101961 fileinput.hookcompressed should not set the encoding value f...Miss Islington (bot)2023-02-211-0/+1
* gh-101562: typing: add tests for inheritance with NotRequired & Required in p...Miss Islington (bot)2023-02-061-0/+1
* gh-95882: fix regression in the traceback of exceptions propagated from insid...Miss Islington (bot)2023-01-031-0/+1
* gh-90467: StreamReaderProtocol - add strong reference to created task (GH-963...Miss Islington (bot)2022-08-301-0/+2
* GH-96179: Fix misleading example on the bisect documentation (GH-96228)Miss Islington (bot)2022-08-241-0/+1
* gh-95423: Update winreg.DeleteKeyEx documentation and remove dynamic function...Steve Dower2022-08-031-0/+1
* gh-79009: sqlite3.iterdump now correctly handles tables with autoincrement (G...Miss Islington (bot)2022-06-191-0/+1
* gh-57539: Increase calendar test coverage (GH-93468) (GH-93564)Miss Islington (bot)2022-06-071-0/+1
* gh-93065: Fix HAMT to iterate correctly over 7-level deep trees (GH-93066) (G...Miss Islington (bot)2022-05-241-0/+1
* gh-78157: [Enum] nested classes will not be members in 3.13 (GH-92366)Ethan Furman2022-05-061-0/+1
* gh-91996: Add an HTTPMethod StrEnum to http (GH-91997)cibofo2022-05-051-0/+1
* bpo-43827: Make arguments to abc.ABCMeta.__new__ pos-only (#25385)Vlad Hoi2022-05-051-0/+1
* gh-91928: Add `datetime.UTC` alias for `datetime.timezone.utc` (GH-91973)Kabir Kwatra2022-05-031-0/+1
* gh-70363: Implement `io.IOBase` interface for `SpooledTemporaryFile` (GH-29560)Carey Metcalfe2022-05-031-0/+1
* bpo-46785: Fix race condition between os.stat() and unlink on Windows (GH-31858)Itai Steinherz2022-05-021-0/+1
* Revert "gh-85567: Register a cleanup function to close files for FileType obj...Victor Stinner2022-04-211-1/+0
* gh-85567: Register a cleanup function to close files for FileType objects in ...achhina2022-04-181-0/+1
* bpo-41233: Add links to errnos referenced in exceptions docs (GH-21380)yyyyyyyan2022-04-051-0/+1
* bpo-46484:Add test for Calendar.iterweekdays (GH-30825)1809092022-04-041-0/+1
* bpo-14265: Adds fully qualified test name to unittest output (GH-32138)Sam Ezeh2022-03-291-0/+1
* bpo-31582: Created a new documentation section describing sys.path initializa...Russel Webber2022-03-231-0/+1
* bpo-433030: Add support of atomic grouping in regular expressions (GH-31982)Serhiy Storchaka2022-03-211-0/+1
* bpo-46421: Fix unittest filename evaluation when called as a module (GH-30654)Bader Zaidan2022-03-171-0/+1
* bpo-39829: Fix `__len__()` is called twice in list() constructor (GH-31816)Crowthebird2022-03-141-1/+1
* bpo-46581: Propagate private vars via _GenericAlias.copy_with (GH-31061)Matt Bogosian2022-03-101-0/+1
* bpo-43292: Fix file leak in `ET.iterparse()` when not exhausted (GH-31696)Jacob Walls2022-03-071-0/+1
* bpo-45735: Promise the long-time truth that `args=list` works (GH-30982)Charlie Zhao2022-02-261-0/+1
* bpo-39327: Close file descriptors as soon as possible in shutil.rmtree (GH-31...Lital Natan2022-02-201-0/+1
* bpo-46333: Honor `module` parameter in ForwardRef (GH-30536)aha792022-02-171-0/+1
* bpo-46066: Deprecate kwargs syntax for TypedDict definitions (GH-31126)97littleleaf112022-02-171-0/+1
* bpo-46730: Add more info to @property AttributeError messages (GH-31311)Alex-Blade2022-02-161-0/+1
* bpo-46407: Optimizing some modulo operations (GH-30653)Crowthebird2022-01-281-0/+1
* bpo-46434: Handle missing docstrings in pdb help (GH-30705)Tom Sparrow2022-01-211-0/+1
* bpo-45554: Document multiprocessing.Process.exitcode values (GH-30142)John Marshall2022-01-181-0/+1