aboutsummaryrefslogtreecommitdiff
path: root/Misc/ACKS
Commit message (Expand)AuthorAgeFilesLines
* bpo-42819, readline: Disable bracketed paste (GH-24108) (GH-24545)3.9Miss 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-241-0/+1
* bpo-41316: Make tarfile follow specs for FNAME (GH-21511)Miss Skeleton (bot)2020-10-201-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-191-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-221-0/+1
* [3.9] bpo-39728: Enum: fix duplicate `ValueError` (GH-22277) (GH-22282)Ethan Furman2020-09-161-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-291-0/+1
* bpo-38880: List interpreters associated with a channel end (GH-17323)Lewis Gaul2020-04-281-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
* bpo-40067: Improve error messages for multiple star expressions in assignment...Furkan Önder2020-03-261-0/+1
* bpo-36144: Add PEP 584 operators to collections.ChainMap (#18832)Curtis Bucher2020-03-231-0/+1
* bpo-36144: Update os.environ and os.environb for PEP 584 (#18911)Charles Burkland2020-03-131-0/+1
* bpo-28577: Special case added to IP v4 and v6 hosts for /32 and /128 networks...Pete Wicken2020-03-091-0/+1
* bpo-39815: add cached_property to all (GH-18726)Hakan Çelik2020-03-011-0/+1
* bpo-38641: Add lib2to3 support for starred expressions in return/yield statem...Vlad Emelianov2020-03-011-0/+1
* bpo-37534: Allow adding Standalone Document Declaration when generating XML d...Henry Harutyunyan2020-02-291-0/+1
* bpo-39382: Avoid dangling object use in abstract_issubclass() (GH-18530)Yonatan Goldschmidt2020-02-221-0/+1
* bpo-35727: Use exit code 0 on sys.exit() in multiprocessing.Process. (GH-11538)Christopher Hunt2020-02-211-0/+1
* bpo-9495: avoid confusing chained exception in argparse test (GH-17120)alclarks2020-02-211-0/+1
* bpo-39479:Add math.lcm() function: Least Common Multiple (#18547)ananthan-1232020-02-191-0/+1
* bpo-39546: argparse: Honor allow_abbrev=False for specified prefix_chars (GH-...Kyle Meyer2020-02-181-0/+1
* bpo-18819: tarfile: only set device fields for device files (GH-18080)William Chargin2020-02-121-0/+1
* 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-221-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