1. 6fbc610 [3.11] gh-100985: Consistently wrap IPv6 IP address during CONNECT (GH-100986) (GH-115606) by Serhiy Storchaka · 1 year, 6 months ago
  2. 0d12a64 [3.11] gh-95649: Document that asyncio contains uvloop code (GH-107536) (#114045) by Alois Klink · 1 year, 8 months ago
  3. d4a28ec [3.11] gh-113637: Let c_annotations.py to handle the spacing of Limited/Unstable API & Stable ABI translation strings (#113638) (#113679) by Ege Akman · 1 year, 8 months ago
  4. 12c7e50 [3.11] GH-94438: Restore ability to jump over None tests (GH-111338) by Savannah Ostrowski · 1 year, 10 months ago
  5. cbe153e [3.11] Docs: Update Donghee Na's name (GH-109743) (#109759) by Hugo van Kemenade · 2 years ago
  6. 567c3e8 [3.11] ACKS: Fix ordering; Correct Itamar Oren's surname; Add Adam Turner (GH-109737) (#109742) by Miss Islington (bot) · 2 years ago
  7. 43ff8fc [3.11] gh-109375: Fix bug where pdb registers an alias without an associated command (GH-109376) (#109430) by Miss Islington (bot) · 2 years ago
  8. ddccdbf [3.11] gh-106634: Corrected minor asyncio doc issues (GH-106671) (#106711) by Miss Islington (bot) · 2 years, 1 month ago
  9. e95ca78 [3.11] gh-102978: Fix mock.patch function signatures for class and staticmethod decorators (GH-103228) (#103499) by Miss Islington (bot) · 2 years, 3 months ago
  10. 702ce87 [3.11] gh-96522: Fix deadlock in pty.spawn (GH-96639) (#104655) by Łukasz Langa · 2 years, 3 months ago
  11. ba16324 [3.11] Update name in acknowledgements and add mailmap (GH-103696) (#104002) by Miss Islington (bot) · 2 years, 4 months ago
  12. b80e4c8 [3.11] gh-103059: Clarify gc.freeze documentation (GH-103058) (#103416) by Miss Islington (bot) · 2 years, 5 months ago
  13. 0560fe3 gh-94440: Fix issue of ProcessPoolExecutor shutdown hanging (GH-94468) by Miss Islington (bot) · 2 years, 6 months ago
  14. 63fd954 gh-102356: Add thrashcan macros to filter object dealloc (GH-102426) by Miss Islington (bot) · 2 years, 6 months ago
  15. 9da3e7f [3.11] gh-95675: fix uid and gid at test_add_dir_getmember (gh-102207) (gh-102231) by Miss Islington (bot) · 2 years, 6 months ago
  16. edbde8f [3.11] gh-101936: Update the default value of fp from io.StringIO to io.BytesIO (gh-102100) (gh-102117) by Miss Islington (bot) · 2 years, 6 months ago
  17. 5d47150 [3.11] gh-95672 fix typo SkitTest to SkipTest (gh-102119) (#102121) by Miss Islington (bot) · 2 years, 6 months ago
  18. 5bc6927 [3.11] gh-101961 fileinput.hookcompressed should not set the encoding value for the binary mode (gh-102068) (#102098) by Miss Islington (bot) · 2 years, 6 months ago
  19. 9e7acaf gh-101562: typing: add tests for inheritance with NotRequired & Required in parent fields (GH-101563) by Miss Islington (bot) · 2 years, 7 months ago
  20. 861cdef gh-95882: fix regression in the traceback of exceptions propagated from inside a contextlib context manager (GH-95883) by Miss Islington (bot) · 2 years, 8 months ago
  21. 126ec34 gh-90467: StreamReaderProtocol - add strong reference to created task (GH-96323) (#96344) by Miss Islington (bot) · 3 years ago
  22. d02e8fb GH-96179: Fix misleading example on the bisect documentation (GH-96228) by Miss Islington (bot) · 3 years ago
  23. 1016df0 gh-95423: Update winreg.DeleteKeyEx documentation and remove dynamic function load (GH-95521) by Steve Dower · 3 years, 1 month ago
  24. 5abe4cb gh-79009: sqlite3.iterdump now correctly handles tables with autoincrement (GH-9621) by Miss Islington (bot) · 3 years, 2 months ago
  25. faf0cf7 gh-57539: Increase calendar test coverage (GH-93468) (GH-93564) by Miss Islington (bot) · 3 years, 3 months ago
  26. c771cbe gh-93065: Fix HAMT to iterate correctly over 7-level deep trees (GH-93066) (GH-93145) by Miss Islington (bot) · 3 years, 3 months ago
  27. 93364f9 gh-78157: [Enum] nested classes will not be members in 3.13 (GH-92366) by Ethan Furman · 3 years, 4 months ago
  28. 9a0a7b4 gh-91996: Add an HTTPMethod StrEnum to http (GH-91997) by cibofo · 3 years, 4 months ago
  29. 42fee93 bpo-43827: Make arguments to abc.ABCMeta.__new__ pos-only (#25385) by Vlad Hoi · 3 years, 4 months ago
  30. 48c6165 gh-91928: Add `datetime.UTC` alias for `datetime.timezone.utc` (GH-91973) by Kabir Kwatra · 3 years, 4 months ago
  31. 78e70be gh-70363: Implement `io.IOBase` interface for `SpooledTemporaryFile` (GH-29560) by Carey Metcalfe · 3 years, 4 months ago
  32. 39e6b8a bpo-46785: Fix race condition between os.stat() and unlink on Windows (GH-31858) by Itai Steinherz · 3 years, 4 months ago
  33. c77953b Revert "gh-85567: Register a cleanup function to close files for FileType objects in argparse (#32257)" (#91771) by Victor Stinner · 3 years, 4 months ago
  34. 328dbc0 gh-85567: Register a cleanup function to close files for FileType objects in argparse (#32257) by achhina · 3 years, 4 months ago
  35. a74892c bpo-41233: Add links to errnos referenced in exceptions docs (GH-21380) by yyyyyyyan · 3 years, 5 months ago
  36. 48269ea bpo-46484:Add test for Calendar.iterweekdays (GH-30825) by 180909 · 3 years, 5 months ago
  37. 755be9b bpo-14265: Adds fully qualified test name to unittest output (GH-32138) by Sam Ezeh · 3 years, 5 months ago
  38. c62b944 bpo-31582: Created a new documentation section describing sys.path initialization (GH-31082) by Russel Webber · 3 years, 5 months ago
  39. 345b390 bpo-433030: Add support of atomic grouping in regular expressions (GH-31982) by Serhiy Storchaka · 3 years, 5 months ago
  40. a0db11b bpo-46421: Fix unittest filename evaluation when called as a module (GH-30654) by Bader Zaidan · 3 years, 5 months ago
  41. 2153daf bpo-39829: Fix `__len__()` is called twice in list() constructor (GH-31816) by Crowthebird · 3 years, 6 months ago
  42. 32bf359 bpo-46581: Propagate private vars via _GenericAlias.copy_with (GH-31061) by Matt Bogosian · 3 years, 6 months ago
  43. 496c428 bpo-43292: Fix file leak in `ET.iterparse()` when not exhausted (GH-31696) by Jacob Walls · 3 years, 6 months ago
  44. e466faa bpo-45735: Promise the long-time truth that `args=list` works (GH-30982) by Charlie Zhao · 3 years, 6 months ago
  45. b77158b bpo-39327: Close file descriptors as soon as possible in shutil.rmtree (GH-31384) by Lital Natan · 3 years, 6 months ago
  46. 6e7b813 bpo-46333: Honor `module` parameter in ForwardRef (GH-30536) by aha79 · 3 years, 6 months ago
  47. de6043e bpo-46066: Deprecate kwargs syntax for TypedDict definitions (GH-31126) by 97littleleaf11 · 3 years, 6 months ago
  48. 0cb765b bpo-46730: Add more info to @property AttributeError messages (GH-31311) by Alex-Blade · 3 years, 6 months ago
  49. f10dafc bpo-46407: Optimizing some modulo operations (GH-30653) by Crowthebird · 3 years, 7 months ago
  50. 60705cf bpo-46434: Handle missing docstrings in pdb help (GH-30705) by Tom Sparrow · 3 years, 7 months ago
  51. 3852269 bpo-45554: Document multiprocessing.Process.exitcode values (GH-30142) by John Marshall · 3 years, 7 months ago
  52. c9dc1f4 bpo-46297: Fix interpreter crash on startup with multiple PythonPaths set in registry (GH-30466) by Daniel · 3 years, 8 months ago
  53. 3581c7a bpo-46055: Speed up binary shifting operators (GH-30044) by Xinhang Xu · 3 years, 8 months ago
  54. 6266e4a bpo-45917: Add math.exp2() method - return 2 raised to the power of x (GH-29829) by Gideon · 3 years, 9 months ago
  55. b1302ab bpo-44904: Fix classmethod property bug in doctest module (GH-28838) by Alex Waygood · 3 years, 10 months ago
  56. 9dc363e bpo-45012: Release GIL around stat in os.scandir (GH-28085) by Stanisław Skonieczny · 4 years ago
  57. 8ca6b61 bpo-45034: Fix how upper limit is formatted for `struct.pack("H", ...)` (GH-28178) by Nikita Sobolev · 4 years ago
  58. 3331fd2 Update ACKS (GH-27988) by Soumendra Ganguly · 4 years ago
  59. ad0a8a9 bpo-16580: [doc] Add examples to int.to_bytes and int.from_bytes (GH-27760) by Gautam Chaudhuri · 4 years ago
  60. 81ab8db bpo-26228: Fix pty EOF handling (GH-12049) by Zephyr Shannon · 4 years, 1 month ago
  61. 83ca46b closes bpo-39091: Fix segfault when Exception constructor returns non-exception for gen.throw. (#17658) by Noah · 4 years, 1 month ago
  62. 28b6dc9 bpo-44792: Improve syntax errors for if expressions (GH-27506) by Miguel Brito · 4 years, 1 month ago
  63. 80f0707 bpo-44666: Use default encoding as fallback for compile_file (GH-27236) by Stefan Hoelzl · 4 years, 1 month ago
  64. cb2014f [Enum] improve test, add andrei kulakov to ACKS (GH-26726) by Ethan Furman · 4 years, 3 months ago
  65. ac867f1 bpo-44357:Add `math.cbrt()` function: Cube Root (GH-26622) by Ajith Ramachandran · 4 years, 3 months ago
  66. 4846ea9 Add bpo-42914 to What's New (GH-25124) by Wm. Keith van der Meulen · 4 years, 3 months ago
  67. 2a03172 bpo-43558: Add note about base class initialization to dataclasses doc (GH-25967) by dhoekstra2000 · 4 years, 4 months ago
  68. 329a47f bpo-44059: Register the SerenityOS Browser in the webbrowser module (GH-25947) by Linus Groh · 4 years, 4 months ago
  69. a0b9915 bpo-32822: Add finally with return/break/continue to the tutorial (#25600) by Roberto Hueso · 4 years, 4 months ago
  70. 518f8b5 bpo-41100: Update Misc/ACKS (GH-25808) by Ned Deily · 4 years, 4 months ago
  71. 9a2c2a9 bpo-42800: add audit hooks for f_code and tb_frame (GH-24182) by Ryan Hileman · 4 years, 4 months ago
  72. 8a307e4 bpo-43938: improve dataclasses.FrozenInstanceError documentation (GH-25603) by Llandy Riveron Del Risco · 4 years, 4 months ago
  73. 09aa6f9 bpo-38490: statistics: Add covariance, Pearson's correlation, and simple linear regression (#16813) by Tymoteusz Wołodźko · 4 years, 4 months ago
  74. 14092b5 bpo-43917: Fix pure python equivalent for classmethod (GH-25544) by Raymond Hettinger · 4 years, 4 months ago
  75. 64d9752 bpo-40849: Expose X509_V_FLAG_PARTIAL_CHAIN ssl flag (GH-20463) by l0x · 4 years, 4 months ago
  76. 49fdf11 bpo-36076: Add SNI support to ssl.get_server_certificate. (GH-16820) by juhovh · 4 years, 4 months ago
  77. e692f55 Update ACKS (GH-25423) by Ethan Furman · 4 years, 5 months ago
  78. 333d10c bpo-43712 : fileinput: Add encoding parameter (GH-25272) by Inada Naoki · 4 years, 5 months ago
  79. 51a85dd bpo-43399: Fix ElementTree.extend not working on iterators (GH-24751) by Alex Prengère · 4 years, 5 months ago
  80. 690aca7 bpo-43420: Simple optimizations for Fraction's arithmetics (GH-24779) by Sergey B Kirpichev · 4 years, 5 months ago
  81. a65b050 bpo-42603: Add whatsnew and ACKS entries. (GH-24675) by Ned Deily · 4 years, 6 months ago
  82. 755f3c1 bpo-42819, readline: Disable bracketed paste (GH-24108) by Dustin Rodrigues · 4 years, 6 months ago
  83. 7aaeb2a bpo-38250: [Enum] single-bit flags are canonical (GH-24215) by Ethan Furman · 4 years, 7 months ago
  84. fb35fa4 bpo-42870: Document change in argparse help output. (GH-24190) by Tomáš Hrnčiar · 4 years, 8 months ago
  85. 9655434 bpo-39068: Fix race condition in base64 (GH-17627) by Brandon Stansbury · 4 years, 8 months ago
  86. c95f8bc bpo-42669: Document that `except` rejects nested tuples (GH-23822) by Colin Watson · 4 years, 8 months ago
  87. e009612 Fixed typo in itertools documentation (GH-23816) by Casper Smet · 4 years, 8 months ago
  88. c71581c bpo-42615: Delete redundant jump instructions that only bypass empty blocks (GH-23733) by Om G · 4 years, 9 months ago
  89. 79d2e62 Added support for negative indexes to PurePath.parents (GH-21799) by Yaroslav Pankovych · 4 years, 9 months ago
  90. 2f2f9d0 bpo-15450: Allow subclassing of dircmp (GH-23424) (#23424) by Nick Crews · 4 years, 9 months ago
  91. 4520584 bpo-35498: Added slice support to PathLib parents attribute. (GH-11165) by Joshua Cannon · 4 years, 9 months ago
  92. f03d318 bpo-42345: Fix three issues with typing.Literal parameters (GH-23294) by Yurii Karabas · 4 years, 10 months ago
  93. bfc6b63 bpo-36310: Allow pygettext.py to detect calls to gettext in f-strings. (GH-19875) by jack1142 · 4 years, 10 months ago
  94. 2d55aa9 bpo-29981: Add examples and update index for set, dict, and generator comprehensions'(GH-20272) by Florian Dahlitz · 4 years, 10 months ago
  95. ec42789 bpo-39693: mention KeyError in tarfile extractfile documentation (GH-18639) by Andrey Doroschenko · 4 years, 10 months ago
  96. de73d43 bpo-38912: fix close before connect callback in test_asyncio SSL tests (GH-22691) by Justin Turner Arthur · 4 years, 10 months ago
  97. 23c0fb8 bpo-41586: Add pipesize parameter to subprocess & F_GETPIPE_SZ and F_SETPIPE_SZ to fcntl. (GH-21921) by Ruben Vorderman · 4 years, 10 months ago
  98. c304c9a bpo-41966: Fix pickling pure datetime.time subclasses (GH-22731) by scaramallion · 4 years, 11 months ago
  99. b4d8953 bpo-41876: Overload __repr__ for tkinter Font objects (GH-22450) by Anatoliy Platonov · 4 years, 11 months ago
  100. 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