summaryrefslogtreecommitdiffstats
path: root/Misc/ACKS
Commit message (Expand)AuthorAgeFilesLines
* gh-93065: Fix HAMT to iterate correctly over 7-level deep trees (GH-93066) (#...Miss Islington (bot)2022-05-241-0/+1
* bpo-46785: Fix race condition between os.stat() and unlink on Windows (GH-31858)Itai Steinherz2022-05-091-0/+1
* bpo-41233: Add links to errnos referenced in exceptions docs (GH-21380)Miss Islington (bot)2022-04-051-0/+1
* bpo-46484:Add test for Calendar.iterweekdays (GH-30825)Miss Islington (bot)2022-04-041-0/+1
* [3.9] bpo-46421: Fix unittest filename evaluation when called as a module (GH...Miss Islington (bot)2022-03-181-0/+1
* [3.9] bpo-43292: Fix file leak in `ET.iterparse()` when not exhausted (GH-316...Miss Islington (bot)2022-03-071-0/+1
* bpo-39327: Close file descriptors as soon as possible in shutil.rmtree (GH-31...Miss Islington (bot)2022-02-211-0/+1
* bpo-46333: Honor `module` parameter in ForwardRef (GH-30536)Miss Islington (bot)2022-02-171-0/+1
* bpo-46434: Handle missing docstrings in pdb help (GH-30705)Miss Islington (bot)2022-01-211-0/+1
* [3.9] bpo-45554: Document multiprocessing.Process.exitcode values (GH-30142) ...Miss Islington (bot)2022-01-181-0/+1
* bpo-44904: Fix classmethod property bug in doctest module (GH-28838)Miss Islington (bot)2021-10-281-0/+1
* bpo-39091: Fix segfault when Exception constructor returns non-exception for ...Miss Islington (bot)2021-08-031-0/+1
* bpo-44666: Use default encoding as fallback for compile_file (GH-27236) (GH-2...Miss Islington (bot)2021-07-301-0/+1
* bpo-43558: Add note about base class initialization to dataclasses doc (GH-25...Miss Islington (bot)2021-05-101-0/+1
* bpo-32822: Add finally with return/break/continue to the tutorial (GH-25600) ...Miss Islington (bot)2021-05-041-0/+1
* bpo-42800: Add audit events for f_code and tb_frame (GH-24182)Steve Dower2021-05-031-0/+1
* bpo-41100: Update Misc/ACKS (GH-25808) (GH-25809)Miss Islington (bot)2021-05-021-0/+4
* bpo-43938: improve dataclasses.FrozenInstanceError documentation (GH-25603) (...Miss Islington (bot)2021-04-261-0/+1
* bpo-43917: Fix pure python equivalent for classmethod (GH-25544) (GH-25546)Miss Islington (bot)2021-04-231-1/+2
* bpo-43399: Fix ElementTree.extend not working on iterators (GH-24751)Miss Islington (bot)2021-03-301-0/+1
* bpo-42819, readline: Disable bracketed paste (GH-24108) (GH-24545)Miss Islington (bot)2021-02-161-0/+1
* bpo-39068: Fix race condition in base64 (GH-17627)Miss Islington (bot)2021-01-011-0/+1
* bpo-42669: Document that `except` rejects nested tuples (GH-23822) (GH-23870)Miss Islington (bot)2020-12-201-0/+1
* bpo-40084: Enum - dir() includes member attributes (GH-19219)Miss Islington (bot)2020-12-141-0/+1
* [3.9] bpo-42345: Fix three issues with typing.Literal parameters (GH-23294) (...Yurii Karabas2020-11-171-0/+1
* bpo-29981: Add examples and update index for set, dict, and generator compreh...Miss Skeleton (bot)2020-10-251-0/+1
* bpo-41316: Make tarfile follow specs for FNAME (GH-21511)Miss Skeleton (bot)2020-10-211-0/+1
* bpo-39693: mention KeyError in tarfile extractfile documentation (GH-18639) Miss Skeleton (bot)2020-10-201-0/+1
* bpo-38912: fix close before connect callback in test_asyncio SSL tests (GH-22...Miss Skeleton (bot)2020-10-201-0/+1
* bpo-41966: Fix pickling pure datetime.time subclasses (GH-22731) (GH-22747)Miss Skeleton (bot)2020-10-181-0/+1
* bpo-37062: Enum: add extended AutoNumber example (GH-22349) (GH-22370)Miss Islington (bot)2020-09-231-0/+1
* [3.9] bpo-39728: Enum: fix duplicate `ValueError` (GH-22277) (GH-22282)Ethan Furman2020-09-171-0/+1
* bpo-41048: mimetypes should read the rule file using UTF-8, not the locale en...Miss Islington (bot)2020-06-291-0/+1
* bpo-40448: ensurepip: Do not use cache (GH-19812)Miss Islington (bot)2020-06-151-0/+1
* [3.9] bpo-40630: Add tracemalloc.reset_peak (GH-20102) (GH-20545)Huon Wilson2020-06-011-0/+1
* Revert "bpo-26317: Support OBJC and OBJCXX configure command line variables (...Ned Deily2020-05-181-1/+0
* bpo-26317: Support OBJC and OBJCXX configure command line variables (GH-20176)Ned Deily2020-05-181-0/+1
* bpo-35569: add Erlend to Misc/ACKS (GH-20146)Ned Deily2020-05-171-0/+1
* Add Andrew York to ACKS for GH-19622. (GH-20105)Chris Jerdonek2020-05-151-0/+1
* bpo-40607: Reraise exception during task cancelation in asyncio.wait_for() (G...romasku2020-05-151-0/+1
* bpo-40495: compileall option to hardlink duplicate pyc files (GH-19901)Lumír 'Frenzy' Balhar2020-05-141-0/+1
* bpo-40499: Mention that asyncio.wait() needs a non-empty aws set (GH-19900)Joel Rosdahl2020-05-041-0/+1
* bpo-39435: Fix docs for pickle.loads (GH-18160)Shantanu2020-05-011-0/+1
* bpo-40394 - difflib.SequenceMatched.find_longest_match default args (GH-19742)lrjball2020-04-301-0/+1
* bpo-38880: List interpreters associated with a channel end (GH-17323)Lewis Gaul2020-04-291-0/+2
* bpo-40025: Require _generate_next_value_ to be defined before members (GH-19098)Ethan Onstott2020-04-281-0/+1
* bpo-39939: Add str.removeprefix and str.removesuffix (GH-18939)sweeneyde2020-04-221-0/+1
* bpo-25780: Expose CAN_RAW_JOIN_FILTERS in the socket module (GH-19190)Zackery Spytz2020-04-091-0/+1
* bpo-1812: Fix newline conversion when doctest.testfile loads from a package w...Peter Donis2020-03-261-0/+1
* bpo-39879: Update datamodel docs to include dict ordering (GH-19006)Lahfa Samy2020-03-261-0/+1