1. 289842a bpo-39435: Fix docs for pickle.loads (GH-18160) by Shantanu · 4 years, 2 months ago
  2. 3209cbd bpo-40394 - difflib.SequenceMatched.find_longest_match default args (GH-19742) by lrjball · 4 years, 3 months ago
  3. f7bbf58 bpo-38880: List interpreters associated with a channel end (GH-17323) by Lewis Gaul · 4 years, 3 months ago
  4. d9a43e2 bpo-40025: Require _generate_next_value_ to be defined before members (GH-19098) by Ethan Onstott · 4 years, 3 months ago
  5. a81849b bpo-39939: Add str.removeprefix and str.removesuffix (GH-18939) by sweeneyde · 4 years, 3 months ago
  6. 97e0de0 bpo-25780: Expose CAN_RAW_JOIN_FILTERS in the socket module (GH-19190) by Zackery Spytz · 4 years, 3 months ago
  7. 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 · 4 years, 4 months ago
  8. 59c644e bpo-39879: Update datamodel docs to include dict ordering (GH-19006) by Lahfa Samy · 4 years, 4 months ago
  9. cb6534e bpo-40067: Improve error messages for multiple star expressions in assignments (GH-19168) by Furkan Önder · 4 years, 4 months ago
  10. f393b2c bpo-36144: Add PEP 584 operators to collections.ChainMap (#18832) by Curtis Bucher · 4 years, 4 months ago
  11. d648ef1 bpo-36144: Update os.environ and os.environb for PEP 584 (#18911) by Charles Burkland · 4 years, 4 months ago
  12. 8e9c47a bpo-28577: Special case added to IP v4 and v6 hosts for /32 and /128 networks (GH-18757) by Pete Wicken · 4 years, 4 months ago
  13. 217dce9 bpo-39815: add cached_property to all (GH-18726) by Hakan Çelik · 4 years, 4 months ago
  14. 768d739 bpo-38641: Add lib2to3 support for starred expressions in return/yield statements (GH-16994) by Vlad Emelianov · 4 years, 4 months ago
  15. dc04a05 bpo-37534: Allow adding Standalone Document Declaration when generating XML documents (GH-14912) by Henry Harutyunyan · 4 years, 5 months ago
  16. 1c56f8f bpo-39382: Avoid dangling object use in abstract_issubclass() (GH-18530) by Yonatan Goldschmidt · 4 years, 5 months ago
  17. c2ac4cf bpo-35727: Use exit code 0 on sys.exit() in multiprocessing.Process. (GH-11538) by Christopher Hunt · 4 years, 5 months ago
  18. d4331c5 bpo-9495: avoid confusing chained exception in argparse test (GH-17120) by alclarks · 4 years, 5 months ago
  19. f2ee21d bpo-39479:Add math.lcm() function: Least Common Multiple (#18547) by ananthan-123 · 4 years, 5 months ago
  20. 8edfc47 bpo-39546: argparse: Honor allow_abbrev=False for specified prefix_chars (GH-18337) by Kyle Meyer · 4 years, 5 months ago
  21. 674935b bpo-18819: tarfile: only set device fields for device files (GH-18080) by William Chargin · 4 years, 5 months ago
  22. 29b3fc0 bpo-39586: Deprecate distutils bdist_msi command (GH-18415) by Hugo van Kemenade · 4 years, 5 months ago
  23. d07d9f4 bpo-36051: Drop GIL during large bytes.join() (GH-17757) by Bruce Merry · 4 years, 6 months ago
  24. dd754ca bpo-29435: Allow is_tarfile to take a filelike obj (GH-18090) by William Woodruff · 4 years, 6 months ago
  25. 1d1b97a bpo-39048: Look up __aenter__ before __aexit__ in async with (GH-17609) by Géry Ogam · 4 years, 6 months ago
  26. 5b90771 bpo-13601: always use line-buffering for sys.stderr (GH-17646) by Jendrik Seipp · 4 years, 6 months ago
  27. cbd0408 links in importlib.metadata.rst replaced with sphinx references (GH-17730) by Oleg Höfling · 4 years, 7 months ago
  28. 3c75f31 Add comment to avoid ACKS losing order (GH-17678) by Éric Araujo · 4 years, 7 months ago
  29. dd1a20f reorder entries in Misc/ACKS (#17663) by Éric Araujo · 4 years, 7 months ago
  30. 79f02fe bpo-39033: Fix NameError in zipimport during hash validation (GH-17588) by Xtreak · 4 years, 7 months ago
  31. c18b805 bpo-39002: Fix simple typo: tranlation -> translation (GH-17517) by Tim Gates · 4 years, 7 months ago
  32. 4443450 bpo-38652: Remove provisional note for asyncio.BufferedProtocol (GH-17047) by Anj-A · 4 years, 7 months ago
  33. 723f71a bpo-37931: Fix crash on OSX re-initializing os.environ (GH-15428) by Benoit Hudson · 4 years, 7 months ago
  34. 1b779bf bpo-38804: Fix REDoS in http.cookiejar (GH-17157) by bcaller · 4 years, 8 months ago
  35. d6d6e2a Add Ilya Kulakov to Misc/ACKS. (GH-17130) by Ilya Kulakov · 4 years, 8 months ago
  36. f548a3e bpo-38303: Make audioop extension module PEP-384 compatible (GH-16497) by Tyler Kieft · 4 years, 9 months ago
  37. 822922a bpo-35800: Deprecate smtpd.MailmanProxy (GH-11675) by Samuel Colvin · 4 years, 9 months ago
  38. d6a9d17 bpo-37555: Update _CallList.__contains__ to respect ANY (#14700) by Elizabeth Uselton · 4 years, 10 months ago
  39. 0cc2741 Improve clarity of try-return-finally-return (GH-15677) by toonarmycaptain · 4 years, 10 months ago
  40. 92420b3 bpo-37409: fix relative import with no parent (#14956) by Ben Lewis · 4 years, 10 months ago
  41. e4810b2 bpo-36324: Apply review comments from Allen Downey (GH-15693) by Raymond Hettinger · 4 years, 10 months ago
  42. 2cd9025 bpo-37902: IDLE: Add scrolling for IDLE browsers. (#15368) by GeeTransit · 4 years, 10 months ago
  43. c5b242f bpo-37764: Fix infinite loop when parsing unstructured email headers. (GH-15239) by Ashwin Ramaswami · 4 years, 11 months ago
  44. 122376d bpo-37372: Fix error unpickling datetime.time objects from Python 2 with seconds>=24. (GH-14307) by Justin Blanchard · 4 years, 11 months ago
  45. 2a16eea bpo-36582: Make collections.UserString.encode() return bytes, not str (GH-13138) by Daniel Fortunov · 4 years, 11 months ago
  46. 3224e1a Add Florian Ernst to ACKS (GH-15524) by Ethan Furman · 4 years, 11 months ago
  47. d3c8d73 Minor documentation fixes on library/enum (GH-15234) by Antoine · 5 years ago
  48. 2814620 bpo-37811: FreeBSD, OSX: fix poll(2) usage in sockets module (GH-15202) by Artem Khramov · 5 years ago
  49. 92c7e30 bpo-37642: Update acceptable offsets in timezone (GH-14878) by Ngalim Siregar · 5 years ago
  50. d748a80 Adds Tim Hopper and Dan Lidral-Porter to ACKS (GH-15101) by Timothy Hopper · 5 years ago
  51. 4b3e975 bpo-16970: Adding error message for invalid args (GH-14844) by tmblweed · 5 years ago
  52. 9f55551 bpo-37723: Fix performance regression on regular expression parsing. (GH-15030) by yannvgn · 5 years ago
  53. 31c4fd2 bpo-37085: Expose SocketCAN bcm_msg_head flags (#13646) by karl ding · 5 years ago
  54. 76b6451 bpo-29446: tkinter 'import *' only imports what it should (GH-14864) by Flavian Hautbois · 5 years ago
  55. 4214f1e bpo-37627: Add acknowledgment (#14883) by Terry Jan Reedy · 5 years ago
  56. dffca9e bpo-26967: fix flag grouping with allow_abbrev=False (GH-14316) by Zac Hatfield-Dodds · 5 years ago
  57. e441847 bpo-30088: Document that existing dir structure isn't verified by mailbox.Maildir (GH-1163) by Sviatoslav Sydorenko · 5 years ago
  58. dc3f99f bpo-37548: Document range of atan, acos and asin (GH-14717) by Giovanni Cappellotto · 5 years ago
  59. b9a0376 closes bpo-37347: Fix refcount problem in sqlite3. (GH-14268) by gescheit · 5 years ago
  60. 110a47c bpo-18374: fix wrong col_offset of some ast.BinOp instances (GH-14607) by Carl Friedrich Bolz-Tereick · 5 years ago
  61. 2f19e82 bpo-37479: on Enum subclasses with mixins, __format__ uses overridden __str__ (GH-14545) by thatneat · 5 years ago
  62. 56ec4f1 bpo-19696: Replace deprecated method in "test_import_pkg.py" (GH-14466) by Kyle Stanley · 5 years ago
  63. 06a8916 bpo-37376: pprint support for SimpleNamespace (GH-14318) by Carl Bordum Hansen · 5 years ago
  64. d287215 Add pganssle to CODEOWNERS and ACKS (GH-14138) by Paul Ganssle · 5 years ago
  65. aca273e bpo-37014: Update docstring and Documentation of fileinput.FileInput(). (GH-13545) by Michele Angrisano · 5 years ago
  66. 608876b bpo-23395: Fix PyErr_SetInterrupt if the SIGINT signal is ignored or not handled (GH-7778) by Matěj Cepl · 5 years ago
  67. 933e150 bpo-36878: Track extra text added to 'type: ignore' in the AST (GH-13479) by Michael J. Sullivan · 5 years ago
  68. 4c7a46e bpo-36972: Add SupportsIndex (GH-13448) by Paul Dagnelie · 5 years ago
  69. ccb7ca7 bpo-36929: Modify io/re tests to allow for missing mod name (#13392) by Max Bernstein · 5 years ago
  70. 4011d86 bpo-23896: Add a grammar where exec isn't a stmt (#13272) by Batuhan Taşkaya · 5 years ago
  71. 522ccef bpo-22865: Expand on documentation for the pty.spawn function (GH-11980) by Geoff Shannon · 5 years ago
  72. 9932fd9 bpo-35721: Close socket pair if Popen in _UnixSubprocessTransport fails (GH-11553) by Niklas Fiekas · 5 years ago
  73. 98ff4d5 bpo-36782: Created C API wrappers and added missing tests for functions in the PyDateTimeAPI. (#13088) by Edison A · 5 years ago
  74. fb7e750 bpo-35926: Add support for OpenSSL 1.1.1b on Windows (GH-11779) by Paul Monson · 5 years ago
  75. c981ad1 bpo-26707: Enable plistlib to read UID keys. (GH-12153) by Jon Janzen · 5 years ago
  76. 5e48e3d bpo-36845: validate integer network prefix when constructing IP networks (GH-13298) by Nicolai Moore · 5 years ago
  77. 79efbb7 bpo-24538: Fix bug in shutil involving the copying of xattrs to read-only files. (PR-13212) by Olexa Bilaniuk · 5 years ago
  78. 50fed0b bpo-32424: Improve test coverage for xml.etree.ElementTree (GH-12891) by Gordon P. Hemsley · 5 years ago
  79. a9a2880 bpo-36625: Remove obsolete comments from docstrings in fractions module (GH-12822) by Jakub Molinski · 5 years ago
  80. 1e2ad6c bpo-33922: Adding documentation for new "-64" suffix of Python launcher (GH-7849) by mrh1997 · 5 years ago
  81. b7eec94 bpo-36503: remove references to 'aix3' and 'aix4' (GH-12658) by Michael Felt · 5 years ago
  82. 9d7b2c0 bpo-35936: Updates to modulefinder (GH-11787) by Brandt Bucher · 5 years ago
  83. 06e1e68 bpo-34160: Update news entry for XML order attributes (#12335) by Diego Rojas · 5 years ago
  84. 410aea1 canonicalize "Inada Naoki" in ACKS and 3.8 News (GH-12286) by Inada Naoki · 5 years ago
  85. 1fd06f1 bpo-35717: Fix KeyError exception raised when using enums and compile (GH-11523) by Rémi Lapeyre · 5 years ago
  86. 995d9b9 bpo-16806: Fix `lineno` and `col_offset` for multi-line string tokens (GH-10021) by Anthony Sottile · 6 years ago
  87. ab54b9a bpo-35641: IDLE - format calltip properly when no docstring (GH-11415) by Emmanuel Arias · 6 years ago
  88. 92330c0 bpo-35497: add versionadded tag for EPOLLEXCLUSIVE (GH-11162) by Manjusaka · 6 years ago
  89. 637a33b bpo-2504: Add pgettext() and variants to gettext. (GH-7253) by Cheryl Sabella · 6 years ago
  90. 0e7497c bpo-34898: Add mtime parameter to gzip.compress(). (GH-9704) by guoci · 6 years ago
  91. 59668aa bpo-21263: Skip test_gdb when python has been compiled with LLVM clang (GH-10318) by Lysandros Nikolaou · 6 years ago
  92. ac22f6a bpo-33578: Add getstate/setstate for CJK codec (GH-6984) by Christopher Thorne · 6 years ago
  93. 47d9424 bpo-35047, unittest.mock: Better error messages on assert_called_xxx failures (GH-10090) by Petter Strandmark · 6 years ago
  94. af5658a bpo-34829: Add missing selection_ methods to the Tkinter Spinbox. (GH-9617) by Juliette Monsel · 6 years ago
  95. a0fd7f1 Migrate datetime.date.fromtimestamp to Argument Clinic (GH-8535) by Tim Hoffmann · 6 years ago
  96. 4ba3b50 bpo-34472: Add data descriptor signature to zipfile (GH-8871) by Silas Sewell · 6 years ago
  97. 5ac7043 bpo-33073: Adding as_integer_ratio to ints. (GH-8750) by Lisa Roach · 6 years ago
  98. 0fb9fad bpo-34282: Fix Enum._convert shadowing members named _convert (GH-8568) by orlnub123 · 6 years ago
  99. f522374 bpo-33437: add __new__ vs __init__ example (GH-9145) by Ethan Furman · 6 years ago
  100. d5fbe9b bpo-34246: Use no mutable default args in smtplib (GH-8554) by Pablo Aguiar · 6 years ago