- 9781240 gh-94440: Fix issue of ProcessPoolExecutor shutdown hanging (GH-94468) by Miss Islington (bot) · 2 years, 6 months ago
- d4a04e5 gh-102356: Add thrashcan macros to filter object dealloc (GH-102426) by Miss Islington (bot) · 2 years, 6 months ago
- 3e80d21 [3.10] gh-95675: fix uid and gid at test_add_dir_getmember (gh-102207) (gh-102230) by Miss Islington (bot) · 2 years, 6 months ago
- 0f28af5 [3.10] gh-101936: Update the default value of fp from io.StringIO to io.BytesIO (gh-102100) (#102118) by Miss Islington (bot) · 2 years, 6 months ago
- bac3fe7 [3.10] gh-95672 fix typo SkitTest to SkipTest (gh-102119) (gh-102122) by Miss Islington (bot) · 2 years, 6 months ago
- d9dce23 [3.10] gh-101961 fileinput.hookcompressed should not set the encoding value for the binary mode (gh-102068) (#102099) by Miss Islington (bot) · 2 years, 6 months ago
- 280130f gh-90467: StreamReaderProtocol - add strong reference to created task (GH-96323) by Miss Islington (bot) · 3 years ago
- 41e8257 GH-96179: Fix misleading example on the bisect documentation (GH-96228) by Miss Islington (bot) · 3 years ago
- 76d29a8 gh-95423: Update winreg.DeleteKeyEx documentation and remove dynamic function load (GH-95521) by Steve Dower · 3 years, 1 month ago
- 8a1bade [3.10] gh-79009: sqlite3.iterdump now correctly handles tables with autoincrement (GH-9621) (#94015) by Miss Islington (bot) · 3 years, 2 months ago
- b4fdd8c gh-57539: Increase calendar test coverage (GH-93468) (GH-93565) by Miss Islington (bot) · 3 years, 3 months ago
- a4bea26 gh-93065: Fix HAMT to iterate correctly over 7-level deep trees (GH-93066) (GH-93146) by Miss Islington (bot) · 3 years, 3 months ago
- 009aeb6 bpo-39829: Fix `__len__()` is called twice in list() constructor (GH-31816) by Miss Islington (bot) · 3 years, 4 months ago
- 9be9b58 bpo-46785: Fix race condition between os.stat() and unlink on Windows (GH-31858) by Itai Steinherz · 3 years, 4 months ago
- 3fa800d bpo-41233: Add links to errnos referenced in exceptions docs (GH-21380) by Miss Islington (bot) · 3 years, 5 months ago
- 6b4b892 bpo-46484:Add test for Calendar.iterweekdays (GH-30825) by Miss Islington (bot) · 3 years, 5 months ago
- 0b5f99a bpo-46421: Fix unittest filename evaluation when called as a module (GH-30654) by Miss Islington (bot) · 3 years, 6 months ago
- 3bc8019 [3.10] bpo-46581: Propagate private vars via _GenericAlias.copy_with (GH-31061) (GH-31821) by Matt Bogosian · 3 years, 6 months ago
- 8acbb93 bpo-43292: Fix file leak in `ET.iterparse()` when not exhausted (GH-31696) by Miss Islington (bot) · 3 years, 6 months ago
- 95d6271 bpo-39327: Close file descriptors as soon as possible in shutil.rmtree (GH-31384) by Miss Islington (bot) · 3 years, 6 months ago
- a17d59a [3.10] bpo-46333: Honor `module` parameter in ForwardRef (GH-30536) (GH-31379) by Miss Islington (bot) · 3 years, 7 months ago
- 05063fa bpo-46434: Handle missing docstrings in pdb help (GH-30705) by Miss Islington (bot) · 3 years, 7 months ago
- 4449a16 bpo-45554: Document multiprocessing.Process.exitcode values (GH-30142) by Miss Islington (bot) · 3 years, 7 months ago
- 1f45cc0 bpo-44904: Fix classmethod property bug in doctest module (GH-28838) by Miss Islington (bot) · 3 years, 10 months ago
- 5d44443 bpo-26228: Fix pty EOF handling (GH-12049) (GH-27732) by Miss Islington (bot) · 4 years, 1 month ago
- 8ce7f2f bpo-39091: Fix segfault when Exception constructor returns non-exception for gen.throw. (GH-17658) (GH-27572) by Miss Islington (bot) · 4 years, 1 month ago
- 5671762 bpo-44792: Improve syntax errors for if expressions (GH-27506) (GH-27565) by Miss Islington (bot) · 4 years, 1 month ago
- 0db6c14 bpo-44666: Use default encoding as fallback for compile_file (GH-27236) (GH-27488) by Miss Islington (bot) · 4 years, 1 month ago
- 41c2a4a7 [3.10] bpo-44342: [Enum] improve test, add andrei kulakov to ACKS (GH-26726) by Ethan Furman · 4 years, 3 months ago
- 4131780 Add bpo-42914 to What's New (GH-25124) by Miss Islington (bot) · 4 years, 3 months ago
- f47305a bpo-43558: Add note about base class initialization to dataclasses doc (GH-25967) (GH-26018) by Miss Islington (bot) · 4 years, 4 months ago
- fbefdaf bpo-44059: Register the SerenityOS Browser in the webbrowser module (GH-25947) (GH-25950) by Miss Islington (bot) · 4 years, 4 months ago
- 8655521 bpo-32822: Add finally with return/break/continue to the tutorial (GH-25600) (#25893) by Miss Islington (bot) · 4 years, 4 months ago
- 518f8b5 bpo-41100: Update Misc/ACKS (GH-25808) by Ned Deily · 4 years, 4 months ago
- 9a2c2a9 bpo-42800: add audit hooks for f_code and tb_frame (GH-24182) by Ryan Hileman · 4 years, 4 months ago
- 8a307e4 bpo-43938: improve dataclasses.FrozenInstanceError documentation (GH-25603) by Llandy Riveron Del Risco · 4 years, 4 months ago
- 09aa6f9 bpo-38490: statistics: Add covariance, Pearson's correlation, and simple linear regression (#16813) by Tymoteusz Wołodźko · 4 years, 4 months ago
- 14092b5 bpo-43917: Fix pure python equivalent for classmethod (GH-25544) by Raymond Hettinger · 4 years, 4 months ago
- 64d9752 bpo-40849: Expose X509_V_FLAG_PARTIAL_CHAIN ssl flag (GH-20463) by l0x · 4 years, 4 months ago
- 49fdf11 bpo-36076: Add SNI support to ssl.get_server_certificate. (GH-16820) by juhovh · 4 years, 4 months ago
- e692f55 Update ACKS (GH-25423) by Ethan Furman · 4 years, 5 months ago
- 333d10c bpo-43712 : fileinput: Add encoding parameter (GH-25272) by Inada Naoki · 4 years, 5 months ago
- 51a85dd bpo-43399: Fix ElementTree.extend not working on iterators (GH-24751) by Alex Prengère · 4 years, 5 months ago
- 690aca7 bpo-43420: Simple optimizations for Fraction's arithmetics (GH-24779) by Sergey B Kirpichev · 4 years, 5 months ago
- a65b050 bpo-42603: Add whatsnew and ACKS entries. (GH-24675) by Ned Deily · 4 years, 6 months ago
- 755f3c1 bpo-42819, readline: Disable bracketed paste (GH-24108) by Dustin Rodrigues · 4 years, 7 months ago
- 7aaeb2a bpo-38250: [Enum] single-bit flags are canonical (GH-24215) by Ethan Furman · 4 years, 7 months ago
- fb35fa4 bpo-42870: Document change in argparse help output. (GH-24190) by Tomáš Hrnčiar · 4 years, 8 months ago
- 9655434 bpo-39068: Fix race condition in base64 (GH-17627) by Brandon Stansbury · 4 years, 8 months ago
- c95f8bc bpo-42669: Document that `except` rejects nested tuples (GH-23822) by Colin Watson · 4 years, 8 months ago
- e009612 Fixed typo in itertools documentation (GH-23816) by Casper Smet · 4 years, 9 months ago
- c71581c bpo-42615: Delete redundant jump instructions that only bypass empty blocks (GH-23733) by Om G · 4 years, 9 months ago
- 79d2e62 Added support for negative indexes to PurePath.parents (GH-21799) by Yaroslav Pankovych · 4 years, 9 months ago
- 2f2f9d0 bpo-15450: Allow subclassing of dircmp (GH-23424) (#23424) by Nick Crews · 4 years, 9 months ago
- 4520584 bpo-35498: Added slice support to PathLib parents attribute. (GH-11165) by Joshua Cannon · 4 years, 9 months ago
- f03d318 bpo-42345: Fix three issues with typing.Literal parameters (GH-23294) by Yurii Karabas · 4 years, 10 months ago
- bfc6b63 bpo-36310: Allow pygettext.py to detect calls to gettext in f-strings. (GH-19875) by jack1142 · 4 years, 10 months ago
- 2d55aa9 bpo-29981: Add examples and update index for set, dict, and generator comprehensions'(GH-20272) by Florian Dahlitz · 4 years, 10 months ago
- ec42789 bpo-39693: mention KeyError in tarfile extractfile documentation (GH-18639) by Andrey Doroschenko · 4 years, 10 months ago
- de73d43 bpo-38912: fix close before connect callback in test_asyncio SSL tests (GH-22691) by Justin Turner Arthur · 4 years, 11 months ago
- 23c0fb8 bpo-41586: Add pipesize parameter to subprocess & F_GETPIPE_SZ and F_SETPIPE_SZ to fcntl. (GH-21921) by Ruben Vorderman · 4 years, 11 months ago
- c304c9a bpo-41966: Fix pickling pure datetime.time subclasses (GH-22731) by scaramallion · 4 years, 11 months ago
- b4d8953 bpo-41876: Overload __repr__ for tkinter Font objects (GH-22450) by Anatoliy Platonov · 4 years, 11 months ago
- 4e0ce82 Revert "bpo-26680: Incorporate is_integer in all built-in and standard library numeric types (GH-6121)" (GH-22584) by Raymond Hettinger · 5 years ago
- 4f3c250 bpo-41923: PEP 613: Add TypeAlias to typing module (#22532) by Mikhail Golubev · 5 years ago
- 8e1dd55 bpo-41428: Documentation for PEP 604 (gh-22517) by Fidget-Spinner · 5 years ago
- 58a7da9 bpo-26680: Incorporate is_integer in all built-in and standard library numeric types (GH-6121) by Robert Smallshire · 5 years ago
- d332e7b bpo-41842: Add codecs.unregister() function (GH-22360) by Hai Shi · 5 years ago
- 0d0e9fe bpo-41810: Reintroduce `types.EllipsisType`, `.NoneType` & `.NotImplementedType` (GH-22336) by Bas van Beek · 5 years ago
- 62e40d8 Enum: add extended AutoNumber example (GH-22349) by Ethan Furman · 5 years ago
- 68526fe bpo-40084: Enum - dir() includes member attributes (GH-19219) by Angelin BOOZ · 5 years ago
- c8c70e7 Add missing whatsnew entry for TestCase.assertNoLogs (GH-22317) by Mark Dickinson · 5 years ago
- 5c1b46d acknowledge Weipeng Hong's contributions (GH-22284) by Ethan Furman · 5 years ago
- c95ad7a bpo-39728: Enum: fix duplicate `ValueError` (GH-22277) by Ethan Furman · 5 years ago
- 22748a8 bpo-41316: Make tarfile follow specs for FNAME (GH-21511) by Artem Bulgakov · 5 years ago
- 582f137 bpo-39994: Fix pprint handling of dict subclasses that override __repr__ (GH-21892) by Irit Katriel · 5 years ago
- da4e09f bpo-36982: Add support for extended color functions in ncurses 6.1 (GH-17536) by Hans Petter Jansson · 5 years ago
- daff390 bpo-38731: Add --quiet option to py_compile CLI (GH-17134) by Gregory Schevchenko · 5 years ago
- 1ee5dc1 Remove trailing >>> in enum docs (GH-21358) by E-Paine · 5 years ago
- 7f569c9 bpo-41048: mimetypes should read the rule file using UTF-8, not the locale encoding (GH-20998) by Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి) · 5 years ago
- 8666356 closes bpo-28557: error message for bad raw readinto (GH-7496) by David Szotten · 5 years ago
- 4a3a682 bpo-40448: ensurepip: Do not use cache (GH-19812) by Krzysztof Konopko · 5 years ago
- 8b62644 bpo-40630: Add tracemalloc.reset_peak (GH-20102) by Huon Wilson · 5 years ago
- 951ab58 Revert "bpo-26317: Support OBJC and OBJCXX configure command line variables (GH-20176)" (GH-20182) by Ned Deily · 5 years ago
- 0da5466 bpo-26317: Support OBJC and OBJCXX configure command line variables (GH-20176) by Ned Deily · 5 years ago
- fa098b6 bpo-35569: add Erlend to Misc/ACKS (GH-20146) by Ned Deily · 5 years ago
- fe1176e Add Andrew York to ACKS for GH-19622. (GH-20105) by Chris Jerdonek · 5 years ago
- 382a563 bpo-40607: Reraise exception during task cancelation in asyncio.wait_for() (GH-20054) by romasku · 5 years ago
- e77d428 bpo-40495: compileall option to hardlink duplicate pyc files (GH-19901) by Lumír 'Frenzy' Balhar · 5 years ago
- 9d74658 bpo-40499: Mention that asyncio.wait() needs a non-empty aws set (GH-19900) by Joel Rosdahl · 5 years ago
- 289842a bpo-39435: Fix docs for pickle.loads (GH-18160) by Shantanu · 5 years ago
- 3209cbd bpo-40394 - difflib.SequenceMatched.find_longest_match default args (GH-19742) by lrjball · 5 years ago
- f7bbf58 bpo-38880: List interpreters associated with a channel end (GH-17323) by Lewis Gaul · 5 years ago
- d9a43e2 bpo-40025: Require _generate_next_value_ to be defined before members (GH-19098) by Ethan Onstott · 5 years ago
- a81849b bpo-39939: Add str.removeprefix and str.removesuffix (GH-18939) by sweeneyde · 5 years ago
- 97e0de0 bpo-25780: Expose CAN_RAW_JOIN_FILTERS in the socket module (GH-19190) by Zackery Spytz · 5 years ago
- e0b8101 bpo-1812: Fix newline conversion when doctest.testfile loads from a package whose loader has a get_data method (GH-17385) by Peter Donis · 5 years ago
- 59c644e bpo-39879: Update datamodel docs to include dict ordering (GH-19006) by Lahfa Samy · 5 years ago
- cb6534e bpo-40067: Improve error messages for multiple star expressions in assignments (GH-19168) by Furkan Önder · 5 years ago
- f393b2c bpo-36144: Add PEP 584 operators to collections.ChainMap (#18832) by Curtis Bucher · 5 years ago