Python 3.8 end of life
  1. 4d069d5 [3.8] [CVE-2023-27043] gh-102988: Reject malformed addresses in email.parseaddr() (GH-111116) (#123770) by Petr Viktorin · 12 months ago
  2. b158a76 [3.8] gh-121650: Encode newlines in headers, and verify headers are sound (GH-122233) (#122611) by Łukasz Langa · 12 months ago
  3. 1fb69b3 [3.8] gh-121957: Emit audit events for python -i and python -m asyncio (GH-122121) by Łukasz Langa · 1 year, 1 month ago
  4. 91e3669 [3.8] gh-118486: Support mkdir(mode=0o700) on Windows (GH-118488) (GH-118742) by Steve Dower · 1 year, 3 months ago
  5. 895f7e2 [3.8] gh-113171: gh-65056: Fix "private" (non-global) IP address ranges (GH-113179) (GH-113186) (GH-118177) (GH-118479) by Petr Viktorin · 1 year, 3 months ago
  6. 14ac620 [3.8] gh-114539: Clarify implicit launching of shells by subprocess (GH-117996) (GH-118006) by Miss Islington (bot) · 1 year, 3 months ago
  7. 854f645 [3.8] gh-115398: Expose Expat >=2.6.0 reparse deferral API (CVE-2023-52425) (GH-115623) (GH-116275) by Sebastian Pipping · 1 year, 5 months ago
  8. 1e7f79a [3.8] gh-115399: Document CVE-2023-52425 under "XML vulnerabilities" (GH-115400) (GH-115764) by Miss Islington (bot) · 1 year, 6 months ago
  9. a21c0c7 [3.8] gh-115349: Pin theme to fix code snippets (GH-115351) (#115404) by Łukasz Langa · 1 year, 6 months ago
  10. a911516 [3.8] gh-114021: Pin various sphinxcontrib extensions to older versions (GH-114022) (GH-114040) by Adam Turner · 1 year, 7 months ago
  11. fb57c39 [3.8] Fix documentation build by pinning Alabaster version to 0.7.13 (GH-113815) (#113899) by Miss Islington (bot) · 1 year, 7 months ago
  12. b4368b5 [3.8] gh-107845: Fix symlink handling for tarfile.data_filter (GH-107846) (#108279) by Petr Viktorin · 2 years ago
  13. db42de4 [3.8] [3.11] Add single value `agen.athrow(value)` signature to the 3.11 docs gh-105269 (GH-105468) (#105478) by Miss Islington (bot) · 2 years, 1 month ago
  14. 9c2ff15 [3.8] gh-102153: Start stripping C0 control and space chars in `urlsplit` (GH-102508) (GH-104575) (GH-104592) (#104593) (#104895) by stratakis · 2 years, 2 months ago
  15. c43c50e [3.8] gh-105184: document that marshal functions can fail and need to be checked with PyErr_Occurred (GH-105185) (#105222) by Miss Islington (bot) · 2 years, 2 months ago
  16. d958960 [3.8] gh-68966: fix versionchanged in docs (GH-105299) by Ned Deily · 2 years, 2 months ago
  17. 79e63e5 [3.8] gh-102950: Implement PEP 706 – Filter for tarfile.extractall (GH-102953) (#104548) by Petr Viktorin · 2 years, 3 months ago
  18. 045b252 [3.8] gh-102627: Replace address pointing toward malicious web page (GH-102630) (GH-102667) by Miss Islington (bot) · 2 years, 5 months ago
  19. 32a1a61 [3.8] gh-101283: Improved fallback logic for subprocess with shell=True on Windows (GH-101286) (#101710) by Miss Islington (bot) · 2 years, 6 months ago
  20. db924a4 gh-101422: (docs) TarFile default errorlevel argument is 1, not 0 (GH-101424) by Miss Islington (bot) · 2 years, 7 months ago
  21. 594ba19 [3.8] Correct CVE-2020-10735 documentation (GH-100306) (#100698) by Gregory P. Smith · 2 years, 7 months ago
  22. 30afa75 [3.8] Update copyright years to 2023. (gh-100852) by Benjamin Peterson · 2 years, 7 months ago
  23. e43393a [3.8] gh-100001: Omit control characters in http.server stderr logs. (GH-100002) (#100033) by Miss Islington (bot) · 2 years, 9 months ago
  24. 0a4f650 [3.8] gh-68966: Make mailcap refuse to match unsafe filenames/types/params (GH-91993) (#98192) by Miss Islington (bot) · 2 years, 10 months ago
  25. dca2fd2 [3.8] gh-95778: Mention sys.set_int_max_str_digits() in error message (GH-96874) (GH-96877) (GH-97835) by Miss Islington (bot) · 2 years, 11 months ago
  26. 246a044 [3.8] Update bugs URL references in README and Docs/bugs.rst from bpo to gh issues (GH-96728) by Ned Deily · 3 years ago
  27. b5e331f [3.8] gh-95778: CVE-2020-10735: Prevent DoS by very large int() (#96503) by Gregory P. Smith · 3 years ago
  28. 4f100fe [3.8] gh-90359: Update documentation to follow PEP 495. (gh-94800). (GH-94834) by Dong-hee Na · 3 years, 1 month ago
  29. bd0f2a1 [3.8] gh-81054: Document that SimpleHTTPRequestHandler follows symbolic links (GH-94416) (GH-94495) by Łukasz Langa · 3 years, 2 months ago
  30. 5776f72 gh-83728: Add hmac.new default parameter deprecation (GH-91939) (GH-93547) by Miss Islington (bot) · 3 years, 2 months ago
  31. a5ed894 [3.8] gh-92448: Update the documentation builder to render the GitHub… (GH-92605) by Dong-hee Na · 3 years, 3 months ago
  32. b3b1ff1 Add redirects to Misc/NEWS bpo links (GH-91454) (#91895) by Miss Islington (bot) · 3 years, 3 months ago
  33. 0638941 [3.8] gh-91888: add a `:gh:` role to the documentation (GH-91889) (#91936) by Ezio Melotti · 3 years, 3 months ago
  34. bf54487 bpo-47138: Ensure Windows docs build uses the same pinned version as other platforms (GH-32161) (#32183) by Steve Dower · 3 years, 3 months ago
  35. d35af52 [3.8] bpo-47138: Fix documentation build by pinning Jinja version to 3.0.3 (GH-32109) by m-aciek · 3 years, 4 months ago
  36. 4d8e08b bpo-31327: Update time documentation to reflect possible errors (GH-31460) (GH-31827) by Miss Islington (bot) · 3 years, 5 months ago
  37. 28ad79e Update copyright year to 2022. (GH-30335) (GH-31478) by Miss Islington (bot) · 3 years, 5 months ago
  38. 4c48cac bpo-41028: Doc: Move switchers to docsbuild-scripts. (GH-20969) (GH-30344) by Miss Islington (bot) · 3 years, 6 months ago
  39. c37a0d9 bpo-45792: Fix contextvar.Token's intersphinx FQN (GH-29533) (GH-29537) by Miss Islington (bot) · 3 years, 9 months ago
  40. 76658e5 bpo-45583: Correct datamodel documentation of int() (GH-29182) (GH-29287) by Miss Islington (bot) · 3 years, 10 months ago
  41. f240714 [3.9] bpo-45618: Fix documentation build by pinning Docutils version to 0.17.1 (GH-29230) (GH-29241) (GH-29245) by Ned Deily · 3 years, 10 months ago
  42. 8344fef [docs] Update documentation for `multiprocessing.get_start_method` (GH-18170) (GH-28535) by Miss Islington (bot) · 3 years, 11 months ago
  43. 5a42a49 bpo-45104: Clarify when __init__ is called (GH-28210) (GH-28213) by Miss Islington (bot) · 4 years ago
  44. c9c2a0b bpo-44394: Update libexpat copy to 2.4.1 (GH-26945) (GH-28033) by Miss Islington (bot) · 4 years ago
  45. 6ebfe8d [3.8] bpo-36384: [doc] Correct typos in CVE-2021-29921 fix description (GH-27825) by Łukasz Langa · 4 years ago
  46. 03dd89d [3.8] bpo-36384: Leading zeros in IPv4 addresses are no longer tolerated (GH-25099) (GH-27801) by achraf-mer · 4 years ago
  47. af441df Spell out 's.pop() or s.pop(i)' (GH-27398) (GH-27414) by Miss Islington (bot) · 4 years, 1 month ago
  48. 54d3871 bpo-30511: Add note on thread safety to shutil.make_archive() (GH-26933) (#27276) by Miss Islington (bot) · 4 years, 1 month ago
  49. 634da2d [3.8] bpo-43882 - Mention urllib.parse changes in Whats new section. (#26277) by Senthil Kumaran · 4 years, 2 months ago
  50. 515a7bc [3.8] bpo-43882 - urllib.parse should sanitize urls containing ASCII newline and tabs. (GH-25595) (#25726) by Miss Islington (bot) · 4 years, 4 months ago
  51. 8ab272f bpo-42800: Add audit events for f_code and tb_frame (GH-24182) by Miss Islington (bot) · 4 years, 4 months ago
  52. b29d0a5 [3.8] bpo-41100: Support macOS 11 Big Sur and Apple Silicon Macs (#25806) by Ned Deily · 4 years, 4 months ago
  53. ce081fb Fix exceptions mentioned in os.setxattr() docs (GH-25742) (GH-25795) by Miss Islington (bot) · 4 years, 4 months ago
  54. 3519ac4 Fixing doc for callback for lambda (GH-25779) (GH-25789) by Miss Islington (bot) · 4 years, 4 months ago
  55. 606bb1c bpo-43971: Add spaces around annotated arg default '=' (GH-25702) by Miss Islington (bot) · 4 years, 4 months ago
  56. ea6ec96 [3.8] bpo-42589: Change URL for 'from' link when used in a raised exc… (GH-25755) by sblondon · 4 years, 4 months ago
  57. e010031 [doc] Be more clear on super() regarding multiple base classes methods (GH-21789) (GH-25707) by Miss Islington (bot) · 4 years, 4 months ago
  58. cc1dcb6 [doc] Do some polishing in IDEs section (GH-22070) (GH-25704) by Miss Islington (bot) · 4 years, 4 months ago
  59. ff7266e bpo-43959: clarify the documentation of the PyContextVar C-API (GH-25671) (GH-25690) by Miss Islington (bot) · 4 years, 4 months ago
  60. 1d7a537 [doc] Remove duplicated operator.itemgetter example (GH-24178) (#25647) by Miss Islington (bot) · 4 years, 4 months ago
  61. a808aab Use the zero argument form of super() in examples for Python3 docs. (GH-22314) (GH-25639) by Miss Islington (bot) · 4 years, 4 months ago
  62. 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
  63. b570fea bpo-41661: Document os.path.relpath() exception on Windows with different drives (GH-25346) (#25367) by Miss Islington (bot) · 4 years, 4 months ago
  64. 2760a67 bpo-17305: Link to the third-party idna package. (GH-25208) (#25211) by Miss Islington (bot) · 4 years, 4 months ago
  65. 081bfe4 bpo-43938: improve dataclasses.FrozenInstanceError documentation (GH-25603) (GH-25636) by Miss Islington (bot) · 4 years, 4 months ago
  66. 9b5f30e Doc: Fix the array.fromfile method doc (GH-22037) (GH-25631) by Miss Islington (bot) · 4 years, 4 months ago
  67. 7b30348 Update asyncio-subprocess.rst (GH-21680) (GH-25622) by Miss Islington (bot) · 4 years, 4 months ago
  68. c5ce186 documentation: clarification about the function remove in os library (GH-19024) (GH-25618) by Miss Islington (bot) · 4 years, 4 months ago
  69. f28a59c Fix broken links and improve stand-alone tools list in FAQ GH-25610 by Miss Islington (bot) · 4 years, 4 months ago
  70. 28d3f7a Fix id of 'Internet Message Format' RFC in email doc GH-25614 by Miss Islington (bot) · 4 years, 4 months ago
  71. 62e7646 Fix copy.Error casing in documentation GH-22004 (#25612) by Miss Islington (bot) · 4 years, 4 months ago
  72. ff22c1b Remove mention of dst parameter from description of os.lstat() (GH-24704) by Miss Islington (bot) · 4 years, 4 months ago
  73. c3b63a5c Fix a typo in datamodel reference document (GH-24930) by Miss Islington (bot) · 4 years, 4 months ago
  74. d6322c9c BaseHTTPRequestHandler, that path includes query (GH-25597) by Miss Islington (bot) · 4 years, 4 months ago
  75. faad2bd bpo-43856: Add a versionadded directive to the importlib.metadata docs (GH-25445) by Jason R. Coombs · 4 years, 4 months ago
  76. ef63328 bpo-43284: Update platform.win32_ver to use _syscmd_ver instead of sys.getwindowsversion() (GH-25500) by Miss Islington (bot) · 4 years, 4 months ago
  77. 602eefe bpo-43472: Ensure PyInterpreterState_New audit events are raised when called through _xxsubinterpreters module (GH-25506) by Miss Islington (bot) · 4 years, 4 months ago
  78. f77ca86 [3.8] bpo-43522: Fix SSLContext.hostname_checks_common_name (GH-24899) (GH-25452) by Christian Heimes · 4 years, 4 months ago
  79. b405647 [3.8] bpo-43723: Backport IDLE doc change (GH-25174) by Terry Jan Reedy · 4 years, 4 months ago
  80. a746fce bpo-37741: make importlib.metadata docs discoverable through a module directive. (GH-25415) by Miss Islington (bot) · 4 years, 4 months ago
  81. 6ac1ea2 bpo-43777: Drop description of "pip search" command from tutorial (GH-25287) by Miss Islington (bot) · 4 years, 4 months ago
  82. 328d66c Fix description of behaviour of an exception class in 'from' clause (GH-24303) (GH-25342) by Miss Islington (bot) · 4 years, 4 months ago
  83. 3a3c046 bpo-43739: Add type declaration Doc/extending/extending.rst example (GH-25332) by Miss Islington (bot) · 4 years, 4 months ago
  84. 291d38d Add ignore file for the abidump check (GH-25322) by Pablo Galindo · 4 years, 4 months ago
  85. ffb05bb bpo-38820: OpenSSL 3.0.0: Use supported hashing algos in doc test (GH-25319) by Miss Islington (bot) · 4 years, 4 months ago
  86. e18ebd9 bpo-43794: OpenSSL 3.0.0: set OP_IGNORE_UNEXPECTED_EOF by default (GH-25309) by Miss Islington (bot) · 4 years, 4 months ago
  87. 49b7ab1 Add CI step to check changes in the exported ABI (GH-25232) by Pablo Galindo · 4 years, 4 months ago
  88. 754dc35 [3.8] bpo-43087: Fix error in ctypes "Incomplete Types" doc (GH-24404) by Miss Islington (bot) · 4 years, 4 months ago
  89. 4554ab4 [3.8] bpo-36540: Improve doc of function definition regarding positional-only arguments (GH-25235) (GH-25260) by Saiyang Gou · 4 years, 4 months ago
  90. 9f57873 bpo-42999: Expand and clarify pathlib.Path.link_to() documentation. (GH-24294) by Steve Dower · 4 years, 4 months ago
  91. 06653f8 bpo-43705: Document that SyntaxError's offsets are 1-indexed (GH-25153) by Miss Islington (bot) · 4 years, 5 months ago
  92. 4ea8b24 Doc: io: Remove "In-memory streams" section (GH-24927) by Miss Islington (bot) · 4 years, 5 months ago
  93. a2fb286 Fix grammar in enum documentation. (GH-24689) by Miss Islington (bot) · 4 years, 5 months ago
  94. e92923b bpo-42225: IDLE - document two unix-related problems. (GH-25078) by Miss Islington (bot) · 4 years, 5 months ago
  95. 24ba0ea [3.8] bpo-31907: [doc] clarify that str.format() does not support arbitrary expressions (GH-25053) (GH-25056) by Miss Islington (bot) · 4 years, 5 months ago
  96. 6fcebbb bpo-39231: correct tutorial annotations section (GH-25029) by Miss Islington (bot) · 4 years, 5 months ago
  97. 9de6451 bpo-39616: clarify SSLContext.check_hostname effect (GH-18484) by Miss Islington (bot) · 4 years, 5 months ago
  98. 455583b bpo-43620: Remove reference to os.sep from os.path.join() doc (GH-25025, GH-5030) by Miss Islington (bot) · 4 years, 5 months ago
  99. 14a5db1 Clarify attribute docs on types.ModuleType (GH-24974) by Miss Islington (bot) · 4 years, 5 months ago
  100. 9bdb580 bpo-43353: Document that logging.getLevelName() accepts string representation of logging level. (GH-24693) (#24825) by Mariusz Felisiak · 4 years, 5 months ago