Python 3.8 end of life
  1. 6d4927a [3.8] gh-93065: Fix HAMT to iterate correctly over 7-level deep trees (GH-93066) (#93148) by Łukasz Langa · 3 years, 3 months ago
  2. 8ab272f bpo-42800: Add audit events for f_code and tb_frame (GH-24182) by Miss Islington (bot) · 4 years, 4 months ago
  3. b29d0a5 [3.8] bpo-41100: Support macOS 11 Big Sur and Apple Silicon Macs (#25806) by Ned Deily · 4 years, 4 months ago
  4. 10ad7eb [3.8] bpo-28577: Special case added to IP v4 and v6 hosts for /32 and /128 networks (GH-18757) (#25536) by Pete Wicken · 4 years, 4 months ago
  5. 081bfe4 bpo-43938: improve dataclasses.FrozenInstanceError documentation (GH-25603) (GH-25636) by Miss Islington (bot) · 4 years, 4 months ago
  6. c1079cd bpo-43399: Fix ElementTree.extend not working on iterators (GH-24751) by Miss Islington (bot) · 4 years, 5 months ago
  7. f9d7c12 bpo-42819, readline: Disable bracketed paste (GH-24108) by Miss Islington (bot) · 4 years, 6 months ago
  8. b863607 [3.8] bpo-39068: Fix race condition in base64 (GH-17627) (GH-24022) by Serhiy Storchaka · 4 years, 8 months ago
  9. 81f706d bpo-42669: Document that `except` rejects nested tuples (GH-23822) (GH-23871) by Miss Islington (bot) · 4 years, 8 months ago
  10. f6d1520 bpo-40084: [Enum] dir() includes member attributes (GH-19219) (GH-22853) by Miss Islington (bot) · 4 years, 8 months ago
  11. 60bef61 bpo-29981: Add examples and update index for set, dict, and generator comprehensions'(GH-20272) by Miss Skeleton (bot) · 4 years, 10 months ago
  12. e866f33 bpo-41316: Make tarfile follow specs for FNAME (GH-21511) by Miss Skeleton (bot) · 4 years, 10 months ago
  13. 3faef63 bpo-38912: fix close before connect callback in test_asyncio SSL tests (GH-22691) by Miss Skeleton (bot) · 4 years, 10 months ago
  14. 1040299 bpo-41966: Fix pickling pure datetime.time subclasses (GH-22731) (GH-22748) by Miss Skeleton (bot) · 4 years, 10 months ago
  15. 5acc1b5 bpo-37062: Enum: add extended AutoNumber example (GH-22349) (GH-22369) by Miss Islington (bot) · 5 years ago
  16. 5efb1a7 [3.8] bpo-39728: Enum: fix duplicate `ValueError` (GH-22277) (GH-22283) by Ethan Furman · 5 years ago
  17. 38c8d39 [3.8] bpo-37479: Enum - use correct __format__ (GH-14545) by Ethan Furman · 5 years ago
  18. 7731139 bpo-41048: mimetypes should read the rule file using UTF-8, not the locale encoding (GH-20998) by Miss Islington (bot) · 5 years ago
  19. a1d3be4 bpo-40448: ensurepip: Do not use cache (GH-19812) by Miss Islington (bot) · 5 years ago
  20. b5ecbf0 bpo-40025: Require _generate_next_value_ to be defined before members(GH-19763) by Miss Islington (bot) · 5 years ago
  21. e058280 [3.8] bpo-39435: Fix docs for pickle.loads (GH-18160) (GH-19843) by Antoine Pitrou · 5 years ago
  22. b05fbe9 bpo-1812: Fix newline conversion when doctest.testfile loads from a package whose loader has a get_data method (GH-17385) by Miss Islington (bot) · 5 years ago
  23. 96686c7 bpo-39879: Update datamodel docs to include dict ordering (GH-19006) by Miss Islington (bot) · 5 years ago
  24. 12b7143 [3.8] bpo-39815: add cached_property to all (GH-18726) (GH-18728) by Pablo Galindo · 5 years ago
  25. 0c1827e bpo-39382: Avoid dangling object use in abstract_issubclass() (GH-18530) by Miss Islington (bot) · 5 years ago
  26. e412cbb [3.8] bpo-39546: argparse: Honor allow_abbrev=False for specified prefix_chars (GH-18337) (GH-18543) by Miss Islington (bot) · 6 years ago
  27. 9ee1b15 Reorder entries in Misc/ACKS (GH-17663) (GH-17673) by Éric Araujo · 6 years ago
  28. 859767d bpo-39002: Fix simple typo: tranlation -> translation (GH-17517) (GH-17538) by Miss Islington (bot) · 6 years ago
  29. 836cf31 bpo-37931: Fix crash on OSX re-initializing os.environ (GH-15428) by Miss Islington (bot) · 6 years ago
  30. a1e1be4 bpo-38804: Fix REDoS in http.cookiejar (GH-17157) by Miss Islington (bot) · 6 years ago
  31. e5125f7 Add Ilya Kulakov to Misc/ACKS. (GH-17130) by Miss Islington (bot) · 6 years ago
  32. c0acc0e Improve clarity of try-return-finally-return (GH-15677) (GH-15981) by Miss Islington (bot) · 6 years ago
  33. 0a6693a [3.8] bpo-37409: fix relative import with no parent (GH-14956) (GH-15913) by Brett Cannon · 6 years ago
  34. dafbe32 bpo-36324: Apply review comments from Allen Downey (GH-15693) (GH-15694) by Miss Islington (bot) · 6 years ago
  35. 9c2654d bpo-37902: IDLE: Add scrolling for IDLE browsers. (GH-15368) by Miss Islington (bot) · 6 years ago
  36. 6ad0a2c [3.8] bpo-37764: Fix infinite loop when parsing unstructured email headers. (GH-15239) (GH-15686) by Abhilash Raj · 6 years ago
  37. d1d42bf bpo-37372: Fix error unpickling datetime.time objects from Python 2 with seconds>=24. (GH-14307) by Miss Islington (bot) · 6 years ago
  38. 2cb82d2 bpo-36582: Make collections.UserString.encode() return bytes, not str (GH-13138) (GH-15557) by Miss Islington (bot) · 6 years ago
  39. 27b38b9 bpo-37642: Update acceptable offsets in timezone (GH-14878) (#15227) by Paul Ganssle · 6 years ago
  40. 123f6c4 bpo-37811: FreeBSD, OSX: fix poll(2) usage in sockets module (GH-15202) by Miss Islington (bot) · 6 years ago
  41. 1cc7032 bpo-16970: Adding error message for invalid args (GH-14844) by Miss Islington (bot) · 6 years ago
  42. 77fcccb bpo-37723: Fix performance regression on regular expression parsing. (GH-15030) by Miss Islington (bot) · 6 years ago
  43. d8b914a bpo-37085: Expose SocketCAN bcm_msg_head flags (GH-13646) by Miss Islington (bot) · 6 years ago
  44. 52ee929 bpo-37627: Add acknowledgment (GH-14883) by Miss Islington (bot) · 6 years ago
  45. b1e4d1b bpo-26967: fix flag grouping with allow_abbrev=False (GH-14316) (GH-14759) by Miss Islington (bot) · 6 years ago
  46. b815669 bpo-30088: Document that existing dir structure isn't verified by mailbox.Maildir (GH-1163) by Miss Islington (bot) · 6 years ago
  47. 36101c2 closes bpo-37347: Fix refcount problem in sqlite3. (GH-14268) by Miss Islington (bot) · 6 years ago
  48. c7be35c bpo-18374: fix wrong col_offset of some ast.BinOp instances (GH-14607) by Miss Islington (bot) · 6 years ago
  49. aca273e bpo-37014: Update docstring and Documentation of fileinput.FileInput(). (GH-13545) by Michele Angrisano · 6 years ago
  50. 608876b bpo-23395: Fix PyErr_SetInterrupt if the SIGINT signal is ignored or not handled (GH-7778) by Matěj Cepl · 6 years ago
  51. 933e150 bpo-36878: Track extra text added to 'type: ignore' in the AST (GH-13479) by Michael J. Sullivan · 6 years ago
  52. 4c7a46e bpo-36972: Add SupportsIndex (GH-13448) by Paul Dagnelie · 6 years ago
  53. ccb7ca7 bpo-36929: Modify io/re tests to allow for missing mod name (#13392) by Max Bernstein · 6 years ago
  54. 4011d86 bpo-23896: Add a grammar where exec isn't a stmt (#13272) by Batuhan Taşkaya · 6 years ago
  55. 522ccef bpo-22865: Expand on documentation for the pty.spawn function (GH-11980) by Geoff Shannon · 6 years ago
  56. 9932fd9 bpo-35721: Close socket pair if Popen in _UnixSubprocessTransport fails (GH-11553) by Niklas Fiekas · 6 years ago
  57. 98ff4d5 bpo-36782: Created C API wrappers and added missing tests for functions in the PyDateTimeAPI. (#13088) by Edison A · 6 years ago
  58. fb7e750 bpo-35926: Add support for OpenSSL 1.1.1b on Windows (GH-11779) by Paul Monson · 6 years ago
  59. c981ad1 bpo-26707: Enable plistlib to read UID keys. (GH-12153) by Jon Janzen · 6 years ago
  60. 5e48e3d bpo-36845: validate integer network prefix when constructing IP networks (GH-13298) by Nicolai Moore · 6 years ago
  61. 79efbb7 bpo-24538: Fix bug in shutil involving the copying of xattrs to read-only files. (PR-13212) by Olexa Bilaniuk · 6 years ago
  62. 50fed0b bpo-32424: Improve test coverage for xml.etree.ElementTree (GH-12891) by Gordon P. Hemsley · 6 years ago
  63. a9a2880 bpo-36625: Remove obsolete comments from docstrings in fractions module (GH-12822) by Jakub Molinski · 6 years ago
  64. 1e2ad6c bpo-33922: Adding documentation for new "-64" suffix of Python launcher (GH-7849) by mrh1997 · 6 years ago
  65. b7eec94 bpo-36503: remove references to 'aix3' and 'aix4' (GH-12658) by Michael Felt · 6 years ago
  66. 9d7b2c0 bpo-35936: Updates to modulefinder (GH-11787) by Brandt Bucher · 6 years ago
  67. 06e1e68 bpo-34160: Update news entry for XML order attributes (#12335) by Diego Rojas · 6 years ago
  68. 410aea1 canonicalize "Inada Naoki" in ACKS and 3.8 News (GH-12286) by Inada Naoki · 6 years ago
  69. 1fd06f1 bpo-35717: Fix KeyError exception raised when using enums and compile (GH-11523) by Rémi Lapeyre · 7 years ago
  70. 995d9b9 bpo-16806: Fix `lineno` and `col_offset` for multi-line string tokens (GH-10021) by Anthony Sottile · 7 years ago
  71. ab54b9a bpo-35641: IDLE - format calltip properly when no docstring (GH-11415) by Emmanuel Arias · 7 years ago
  72. 92330c0 bpo-35497: add versionadded tag for EPOLLEXCLUSIVE (GH-11162) by Manjusaka · 7 years ago
  73. 637a33b bpo-2504: Add pgettext() and variants to gettext. (GH-7253) by Cheryl Sabella · 7 years ago
  74. 0e7497c bpo-34898: Add mtime parameter to gzip.compress(). (GH-9704) by guoci · 7 years ago
  75. 59668aa bpo-21263: Skip test_gdb when python has been compiled with LLVM clang (GH-10318) by Lysandros Nikolaou · 7 years ago
  76. ac22f6a bpo-33578: Add getstate/setstate for CJK codec (GH-6984) by Christopher Thorne · 7 years ago
  77. 47d9424 bpo-35047, unittest.mock: Better error messages on assert_called_xxx failures (GH-10090) by Petter Strandmark · 7 years ago
  78. af5658a bpo-34829: Add missing selection_ methods to the Tkinter Spinbox. (GH-9617) by Juliette Monsel · 7 years ago
  79. a0fd7f1 Migrate datetime.date.fromtimestamp to Argument Clinic (GH-8535) by Tim Hoffmann · 7 years ago
  80. 4ba3b50 bpo-34472: Add data descriptor signature to zipfile (GH-8871) by Silas Sewell · 7 years ago
  81. 5ac7043 bpo-33073: Adding as_integer_ratio to ints. (GH-8750) by Lisa Roach · 7 years ago
  82. 0fb9fad bpo-34282: Fix Enum._convert shadowing members named _convert (GH-8568) by orlnub123 · 7 years ago
  83. f522374 bpo-33437: add __new__ vs __init__ example (GH-9145) by Ethan Furman · 7 years ago
  84. d5fbe9b bpo-34246: Use no mutable default args in smtplib (GH-8554) by Pablo Aguiar · 7 years ago
  85. 393f1ff bpo-32968: Make modulo and floor division involving Fraction and float consistent with other operations (#5956) by Elias Zamaria · 7 years ago
  86. cca4eec bpo-34270: Make it possible to name asyncio tasks (GH-8547) by Alex Grönholm · 7 years ago
  87. 20678fd Add docstrings to public methods from context.c (GH-8531) by Peter Lamut · 7 years ago
  88. 3f8c691 bpo-34035: Fix several AttributeError in zipfile seek() methods. (GH-8527) by Mickaël Schoentgen · 7 years ago
  89. b91a3a0 bpo-33648: Remove PY_WARN_ON_C_LOCALE (GH-7114) by Eitan Adler · 7 years ago
  90. 9c5ba09 closes bpo-34050: Fix link in SSL docs (GH-8173) by Marcin Niemira · 7 years ago
  91. d134809 bpo-29456: Fix bugs in unicodedata.normalize: u1176, u11a7 and u11c3 (GH-1958) by Wonsup Yoon · 7 years ago
  92. 2487f30 bpo-30167: Prevent site.main() exception if PYTHONSTARTUP is set. (GH-6731) by Steve Weber · 7 years ago
  93. 3a5b0d8 bpo-33504: Migrate configparser from OrderedDict to dict. (#6819) by John Reese · 7 years ago
  94. c651275 bpo-32380: Create functools.singledispatchmethod (#6306) by Ethan Smith · 7 years ago
  95. 4054b17 bpo-26103: Fix inspect.isdatadescriptor() and a data descriptor definition. (GH-1959) by Aaron Hall, MBA · 7 years ago
  96. c66c342 bpo-33542: Ignore DUID in uuid.get_node on Windows. (GH-6922) by CtrlZvi · 7 years ago
  97. c2f082e bpo-13631: Fix the order of initialization for readline libedit on macOS. (GH-6915) by Zvezdan Petkovic · 7 years ago
  98. 5db5c06 bpo-21475: Support the Sitemap extension in robotparser (GH-6883) by Christopher Beacham · 7 years ago
  99. d063b84 bpo-33497: Add NEWS and ACKS entries. (GH-6838) by Ned Deily · 7 years ago
  100. 69a013e bpo-33281: NEWS and ACK (GH-6681) by Ned Deily · 7 years ago