Python 3.8 end of life
  1. 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
  2. a5ed894 [3.8] gh-92448: Update the documentation builder to render the GitHub… (GH-92605) by Dong-hee Na · 3 years, 3 months ago
  3. b3b1ff1 Add redirects to Misc/NEWS bpo links (GH-91454) (#91895) by Miss Islington (bot) · 3 years, 3 months ago
  4. 0638941 [3.8] gh-91888: add a `:gh:` role to the documentation (GH-91889) (#91936) by Ezio Melotti · 3 years, 3 months ago
  5. 4c48cac bpo-41028: Doc: Move switchers to docsbuild-scripts. (GH-20969) (GH-30344) by Miss Islington (bot) · 3 years, 6 months ago
  6. 5ad468d bpo-42042: Use ids attribute instead of names attribute (GH-22739) by Miss Islington (bot) · 4 years, 9 months ago
  7. 6a5c70a [3.8] Remove 3.5 from Doc version switcher in master. (GH-22886) (#22889) by larryhastings · 4 years, 10 months ago
  8. 62eb403 Doc: Do not suggest `s[::-1]` for reversed order (GH-22457) by Miss Skeleton (bot) · 4 years, 10 months ago
  9. b7cdea8 bpo-35293: Remove RemovedInSphinx40Warning (GH-22198) by Miss Islington (bot) · 5 years ago
  10. ba1c2c8 bpo-40798: Generate a different message for already removed elements (GH-20483) by Miss Islington (bot) · 5 years ago
  11. b5279c1 Doc: Python 3.10 in sidebar and version switcher. (GH-20209) by Miss Islington (bot) · 5 years ago
  12. 6ce36ed Fix download.html (GH-18902) by Miss Islington (bot) · 5 years ago
  13. 6a8284d Doc: Change Python 2 status to EOL. (GH-17885) by Miss Islington (bot) · 6 years ago
  14. dadff6f Remove use of deprecated `array.fromstring` method (GH-17332) by Miss Islington (bot) · 6 years ago
  15. d360346 [3.8] bpo-38738: Fix formatting of True and False. (GH-17083) (GH-17125) by Serhiy Storchaka · 6 years ago
  16. 955f96f bpo-38592 Add pt-br switcher to Python Docs website (GH-16924) (GH-16953) by Miss Skeleton (bot) · 6 years ago
  17. 4992dc6 bpo-38557: Improve documentation for list and tuple C API. (GH-16925) by Miss Skeleton (bot) · 6 years ago
  18. 2d647c0 Update doc switcher list for 3.8.0 (GH-16809) by Miss Islington (bot) · 6 years ago
  19. 6fa79f9 Doc: 3.8 is now stable. (GH-16790) by Miss Islington (bot) · 6 years ago
  20. b731fc5 bpo-38294: Add list of no-longer-escaped chars to re.escape documentation. (GH-16442) by Miss Islington (bot) · 6 years ago
  21. 94a6847 bpo-36675: Remove obsolete code. (GH-16024) by Miss Islington (bot) · 6 years ago
  22. 6cf0ba8 bpo-33187: Document ElementInclude (XInclude) support in ElementTree (GH-8861) (GH-15958) by Miss Islington (bot) · 6 years ago
  23. 97c2f68 [3.8] bpo-38086: Sync importlib.metadata with importlib_metadata 0.21. (GH-15840) (#15861) by Jason R. Coombs · 6 years ago
  24. 313f801 bpo-37504: Fix documentation build with texinfo builder (GH-14606) by Miss Islington (bot) · 6 years ago
  25. 2522679 [3.8] Doc: Fix PDF build (NoUri). (GH-15739) (GH-15754) by Miss Islington (bot) · 6 years ago
  26. b365cfa bpo-36853: Fix suspicious.py to actually print the unused rules (GH-13579) (GH-15649) by Miss Islington (bot) · 6 years ago
  27. 8f50164 Bpo-37644: update suspicious.csv for distutils/examples (GH-14885) by Miss Islington (bot) · 6 years ago
  28. 86742d4 Replace backquote with command substitution in subprocess doc example (GH-13941) by Miss Islington (bot) · 6 years ago
  29. 746992c bpo-37363: Add audit events on startup for the run commands (GH-14524) by Miss Islington (bot) · 6 years ago
  30. 4fee28a bpo-37390: Add audit event table to documentations (GH-14406) by Miss Islington (bot) · 6 years ago
  31. 8763d43 bpo-37363: Add audit events for a range of modules (GH-14301) by Miss Islington (bot) · 6 years ago
  32. 52c4a4f [3.8] bpo-32924: Fix the Show Source url in 3.8 documentation. (GH-14282) by Mariatta · 6 years ago
  33. b0cb988 Doc: Remove an ugly space before a dot. (GH-14123) by Miss Islington (bot) · 6 years ago
  34. a8e7ebe Doc: Deprecation header: More precise wording. (GH-14109) by Miss Islington (bot) · 6 years ago
  35. 99a5178c Doc: Python 3.9 in sidebar and version switcher. (GH-13824) by Miss Islington (bot) · 6 years ago
  36. 3b5deb0 Python 3.8.0b1 by Łukasz Langa · 6 years ago v3.8.0b1
  37. 46ed90d Doc: Add an optional obsolete header. (GH-13638) by Julien Palard · 6 years ago
  38. 3880f26 bpo-36933: Remove sys.set_coroutine_wrapper (marked for removal in 3.8) (GH-13577) by Matthias Bussonnier · 6 years ago
  39. 674ee12 bpo-35397: Remove deprecation and document urllib.parse.unwrap (GH-11481) by Rémi Lapeyre · 6 years ago
  40. 22ccb0b Fix highlighting in importlib.metadata docs (GH-13575) by Anthony Sottile · 6 years ago
  41. 1bbf7b6 bpo-34632: Add importlib.metadata (GH-12547) by Jason R. Coombs · 6 years ago
  42. b82e17e bpo-36842: Implement PEP 578 (GH-12613) by Steve Dower · 6 years ago
  43. dae1229 bpo-36797: Prune more legacy distutils documentation (GH-13092) by Nick Coghlan · 6 years ago
  44. 960bb88 Fix sphinx deprecation warning about env.note_versionchange() (GH-13236) by Pablo Galindo · 6 years ago
  45. e9b49d1 Clarify the download unit in the download section (GH-13122) by Stéphane Wirtel · 6 years ago
  46. 081158e bpo-33043: Add a Contributing to Docs link and Update the Found a Bug Page (#12006) by Susan Su · 6 years ago
  47. 45a5fdb bpo-36425: Add Simplified Chinese to the language switcher (GH-12537) by zhsj · 6 years ago
  48. 96831c7 bpo-30670: Add pp function to the pprint module (GH-11769) by Rémi Lapeyre · 6 years ago
  49. b420428 Document actual string.punctuation value. (GH-12270) by Andre Delfino · 6 years ago
  50. 9db56fb Doc sidebar: 3.6 has moved to security-fix mode. (GH-11810) by Julien Palard · 7 years ago
  51. 83dd4e8 bpo-18085: Update refcounts.dat. (GH-11247) by Serhiy Storchaka · 7 years ago
  52. afe17a7 bpo-35482: Fixes HTML escaping in CHM index and build location of NEWS file (GH-11224) by Steve Dower · 7 years ago
  53. 6b73bb5 bpo-31146: Don't fallback switcher to english on not-yet pusblished languages. (GH-10558) by Julien Palard · 7 years ago
  54. 6431347 bpo-32613: Update window FAQ (GH-5552) by Julien Palard · 7 years ago
  55. 556d50d Doc: Make all versions sidebars the same for consistency. (GH-10288) by Julien Palard · 7 years ago
  56. beed84c bpo-35015: Doc: Fix internationalisation of the availability directive. (GH-10360) by Julien Palard · 7 years ago
  57. 0edc7b1 bpo-35159: Add a link to the devguide in the sidebar of the index (Doc/) (GH-10316) by Stéphane Wirtel · 7 years ago
  58. bf46a09 bpo-35075: Fix broken url in the pprint documentation (GH-10201) by Pablo Galindo · 7 years ago
  59. c3f52a5 bpo-35036: Remove empty log line in the suspicious.py tool (GH-10024) by Xtreak · 7 years ago
  60. ee171a2 Stop using deprecated logging API in Sphinx suspicious checker (GH-9875) by Pablo Galindo · 7 years ago
  61. e385d06 bpo-34967: Sphinx is deprecating add_description_unit, use add_object_type (GH-9827) by Stéphane Wirtel · 7 years ago
  62. 2d6097d bpo-11233: Create availability directive for documentation (GH-9692) by Cheryl Sabella · 7 years ago
  63. 6261ae9 bpo-32174: Let .chm document display non-ASCII characters properly (GH-9758) by animalize · 7 years ago
  64. 2d3ff2b bpo-24937: Replace the extension module porting HOWTO by links to external projects (GH-9317) by Petr Viktorin · 7 years ago
  65. 4715039 bpo-33649: Add a high-level section about Futures; few quick fixes (GH-9403) by Yury Selivanov · 7 years ago
  66. 394374e bpo-33649: Add low-level APIs index. (GH-9364) by Yury Selivanov · 7 years ago
  67. aee5df5 Forward port 3.7.0 final changes by Ned Deily · 7 years ago
  68. c2f082e bpo-13631: Fix the order of initialization for readline libedit on macOS. (GH-6915) by Zvezdan Petkovic · 7 years ago
  69. 5779483 bpo-33378: Add Korean to the language switcher. (GH-6627) by Dong-hee Na · 7 years ago
  70. acfb087 fix pydoc-topics to work with Sphinx 1.7 (GH-6475) by Benjamin Peterson · 7 years ago
  71. bf63e8d bpo-30607: Use external python-doc-theme (GH-2017) by Jon Wayne Parrott · 7 years ago
  72. 0febc05 bpo-32087: Doc: Make "deprecated-removed" directive translatable (GH-4473) by cocoatomo · 7 years ago
  73. 07a1892 Update Doc build to 3.8 by Ned Deily · 8 years ago
  74. 9b99747 bpo-31975 (PEP 565): Show DeprecationWarning in __main__ (GH-4458) by Nick Coghlan · 8 years ago
  75. 747f48e bpo-32230: Set sys.warnoptions with -X dev (#4820) by Victor Stinner · 8 years ago
  76. 05cb728 bpo-30349: Raise FutureWarning for nested sets and set operations (#1553) by Serhiy Storchaka · 8 years ago
  77. 8c663fd Replace KB unit with KiB (#4293) by Victor Stinner · 8 years ago
  78. b7cbfe4 bpo-31766: restore 3.5 to docs version switchers (#3969) by Ned Deily · 8 years ago
  79. ac31770 bpo-30406: Make async and await proper keywords (#1669) by Jelle Zijlstra · 8 years ago
  80. e2d0dd2 Remove retired and security branches from active docs (#3879) by Ned Deily · 8 years ago
  81. aecc08a Docs: correct hashlib.blake2 keyed hashing example (bpo-31560) by Dmitry Chestnykh · 8 years ago
  82. 52451fb Prevent a few make suspicious warnings. (#3341) by Ned Deily · 8 years ago
  83. f9f1734 Blurbify master branch. (#3298) by larryhastings · 8 years ago
  84. b9ff498 Fix broken `Show Source` links on documentation pages (GH-3113) by Elmar Ritsch · 8 years ago
  85. b616b97 Update the language selection in the docs language switch. (GH-3114) by Julien Palard · 8 years ago
  86. 122081d bpo-31159: fix language switch regex on unknown yet built languages. (#3039) by Julien Palard · 8 years ago
  87. c82b7f3 bpo-31149: Doc: Add Japanese to the language switcher. (#3028) by Julien Palard · 8 years ago
  88. dff9b5f bpo-31045: Language switch (#2652) by Julien · 8 years ago
  89. 5bffcf3 Update doc download files size estimates. (#2771) by Ned Deily · 8 years ago
  90. 50f5816 bpo-30939: Avoid Sphinx deprecation warning in docs build. (#2721) by Ned Deily · 8 years ago
  91. 272d888 bpo-29783: Replace codecs.open() with io.open() (#599) by Victor Stinner · 8 years ago
  92. d97b7dc bpo-30380: Fix Sphinx 1.6.1 warnings. (#1613) by Serhiy Storchaka · 8 years ago
  93. 13f1f42 bpo-30103: Allow Uuencode in Python using backtick as zero instead of space (#1326) by Xiang Zhang · 8 years ago
  94. 5908300 bpo-29995: re.escape() now escapes only special characters. (#1007) by Serhiy Storchaka · 8 years ago
  95. 8fc7bc2 bpo-30021: Add examples for re.escape(). (#1048) by Serhiy Storchaka · 8 years ago
  96. f8beb98 bpo-29888: Fix the link referring to the "Python download page" (GH-824) by cocoatomo · 8 years ago
  97. c351ce6 bpo-28331: fix impl-detail label is removed when content is translated. (GH-195) by INADA Naoki · 8 years ago
  98. e395c4d bpo-29520: doc: add missing dot (GH-182) by INADA Naoki · 8 years ago
  99. 3eea8c6 bpo-29520: doc: fix deprecation warning from 'defindex' template (GH-165) by INADA Naoki · 8 years ago
  100. d4a97d8 bpo-28929: Link the documentation to its source file on GitHub (#35) by Mariatta · 9 years ago