Final head of the former 3.7 branch
  1. d5fe995 bpo-35036: Remove empty log line in the suspicious.py tool (GH-10024) (GH-96498) by Gregory P. Smith · 3 years ago
  2. aebbd75 gh-92448: Update the documentation builder to render the GitHub issue (GH-92600) by Ned Deily · 3 years, 3 months ago
  3. 73317e3 [3.7] gh-91888: add a `:gh:` role to the documentation (GH-91889) (GH-91937) by Ezio Melotti · 3 years, 3 months ago
  4. 5da1197 Add redirects to Misc/NEWS bpo links (GH-91454) (GH-91894) by Miss Islington (bot) · 3 years, 3 months ago
  5. 6fd61c9 [3.7] Update Sphinx bpo role to use redirect URI. (GH-91893) by Ezio Melotti · 3 years, 3 months ago
  6. 811f65b bpo-41028: use generic version links in Docs index. by Ned Deily · 3 years, 8 months ago
  7. dd28047 [3.7] Remove 3.5 from Doc version switcher in master. (GH-22886) (#22890) by larryhastings · 4 years, 10 months ago
  8. a9dbae4 bpo-40798: Generate a different message for already removed elements (GH-20483) by Miss Islington (bot) · 5 years ago
  9. 547d0bb [3.7] Doc: Python 3.10 in sidebar and version switcher. (GH-20209) (GH-20223) by Miss Islington (bot) · 5 years ago
  10. 76a69dd Fix download.html (GH-18902) by Miss Islington (bot) · 5 years ago
  11. 3218520 Doc: Change Python 2 status to EOL. (GH-17885) by Miss Islington (bot) · 6 years ago
  12. 1f86401 Remove use of deprecated `array.fromstring` method (GH-17332) by Miss Islington (bot) · 6 years ago
  13. 42b619a [3.7] bpo-38738: Fix formatting of True and False. (GH-17083) (GH-17128) by Serhiy Storchaka · 6 years ago
  14. 155a9dc bpo-38592 Add pt-br switcher to Python Docs website (GH-16924) (GH-16954) by Miss Skeleton (bot) · 6 years ago
  15. 334fc92 bpo-38557: Improve documentation for list and tuple C API. (GH-16925) by Miss Skeleton (bot) · 6 years ago
  16. 5ff8e2d Update doc switcher list for 3.8.0 (GH-16809) by Miss Islington (bot) · 6 years ago
  17. 796e8c8 Doc: 3.8 is now stable. (GH-16790) (GH-16792) by Miss Islington (bot) · 6 years ago
  18. 43f5c0c [3.7] bpo-38294: Add list of no-longer-escaped chars to re.escape documentation. (GH-16442) (GH-16647) by Ricardo Bánffy · 6 years ago
  19. 195dc14 bpo-33187: Document ElementInclude (XInclude) support in ElementTree (GH-8861) (GH-15972) by Miss Islington (bot) · 6 years ago
  20. ebe709d bpo-36853: Fix suspicious.py to actually print the unused rules (#13579) (#15653) by Anthony Sottile · 6 years ago
  21. c289588 Doc: Remove an ugly space before a dot. (GH-14123) by Miss Islington (bot) · 6 years ago
  22. 159ae24 [3.7] Doc: Add an optional obsolete header. (GH-13638). (GH-13655) by Julien Palard · 6 years ago
  23. 3621bf2 Stop using deprecated logging API in Sphinx suspicious checker (GH-9875) by Miss Islington (bot) · 6 years ago
  24. beba8c7 Doc: Python 3.9 in sidebar and version switcher. (GH-13824) by Miss Islington (bot) · 6 years ago
  25. 88a2074 [3.7] Clarify the download unit in the download section (GH-13122) (GH-13130) by Miss Islington (bot) · 6 years ago
  26. 1d9f1a0 bpo-36425: Add Simplified Chinese to the language switcher (GH-12537) by Miss Islington (bot) · 6 years ago
  27. cb9a1c7 Doc sidebar: 3.6 has moved to security-fix mode. (GH-11810) by Miss Islington (bot) · 7 years ago
  28. aae2e85 bpo-35482: Fixes HTML escaping in CHM index and build location of NEWS file (GH-11224) by Miss Islington (bot) · 7 years ago
  29. 73fc14d bpo-18085: Update refcounts.dat. (GH-11247) by Miss Islington (bot) · 7 years ago
  30. df6374e bpo-31146: Don't fallback switcher to english on not-yet pusblished languages. (GH-10558) by Miss Islington (bot) · 7 years ago
  31. 9053d2f [3.7] bpo-32613: Update window FAQ (GH-5552). (GH-10544) by Julien Palard · 7 years ago
  32. 732f745 [3.7] Doc: Make all versions sidebars the same for consistency. (GH-10288) (GH-10409) by Julien Palard · 7 years ago
  33. 363839c bpo-35015: Doc: Fix internationalisation of the availability directive. (GH-10360) by Miss Islington (bot) · 7 years ago
  34. 7d35553 bpo-35075: Fix broken url in the pprint documentation (GH-10201) by Miss Islington (bot) · 7 years ago
  35. 514bbfc bpo-34967: Sphinx is deprecating add_description_unit, use add_object_type (GH-9827) by Miss Islington (bot) · 7 years ago
  36. b248a8c [3.7] bpo-11233: Create availability directive for documentation (GH-9692) (GH-9830) by Cheryl Sabella · 7 years ago
  37. c4c86fa bpo-32174: Let .chm document display non-ASCII characters properly (GH-9758) by Miss Islington (bot) · 7 years ago
  38. 581890c bpo-34733: Return of the docs search bar (GH-9431) by Yury Selivanov · 7 years ago
  39. 73c0006 bpo-33649: Add a high-level section about Futures; few quick fixes (GH-9403) by Miss Islington (bot) · 7 years ago
  40. 512d710 bpo-33649: Backport asyncio docs from 'master' to 3.7 (GH-9377) by Yury Selivanov · 7 years ago
  41. 1bf9cc5 3.7.0 final by Ned Deily · 7 years ago v3.7.0
  42. d504108 bpo-13631: Fix the order of initialization for readline libedit on macOS. (GH-6915) (GH-6928) by Miss Islington (bot) · 7 years ago
  43. 1487c37 bpo-33378: Add Korean to the language switcher. (GH-6627) by Miss Islington (bot) · 7 years ago
  44. 7899153 fix pydoc-topics to work with Sphinx 1.7 (GH-6475) by Miss Islington (bot) · 7 years ago
  45. 079d75d bpo-32924: Fix the Show Source url in the docs. (GH-5835) by Mariatta · 7 years ago
  46. c673a62 bpo-32087: Doc: Make "deprecated-removed" directive translatable (GH-4473) by Miss Islington (bot) · 7 years ago
  47. 7f38637 Update Doc build for split off of 3.7 branch by Ned Deily · 8 years ago
  48. 9b99747 bpo-31975 (PEP 565): Show DeprecationWarning in __main__ (GH-4458) by Nick Coghlan · 8 years ago
  49. 747f48e bpo-32230: Set sys.warnoptions with -X dev (#4820) by Victor Stinner · 8 years ago
  50. 05cb728 bpo-30349: Raise FutureWarning for nested sets and set operations (#1553) by Serhiy Storchaka · 8 years ago
  51. 8c663fd Replace KB unit with KiB (#4293) by Victor Stinner · 8 years ago
  52. b7cbfe4 bpo-31766: restore 3.5 to docs version switchers (#3969) by Ned Deily · 8 years ago
  53. ac31770 bpo-30406: Make async and await proper keywords (#1669) by Jelle Zijlstra · 8 years ago
  54. e2d0dd2 Remove retired and security branches from active docs (#3879) by Ned Deily · 8 years ago
  55. aecc08a Docs: correct hashlib.blake2 keyed hashing example (bpo-31560) by Dmitry Chestnykh · 8 years ago
  56. 52451fb Prevent a few make suspicious warnings. (#3341) by Ned Deily · 8 years ago
  57. f9f1734 Blurbify master branch. (#3298) by larryhastings · 8 years ago
  58. b9ff498 Fix broken `Show Source` links on documentation pages (GH-3113) by Elmar Ritsch · 8 years ago
  59. b616b97 Update the language selection in the docs language switch. (GH-3114) by Julien Palard · 8 years ago
  60. 122081d bpo-31159: fix language switch regex on unknown yet built languages. (#3039) by Julien Palard · 8 years ago
  61. c82b7f3 bpo-31149: Doc: Add Japanese to the language switcher. (#3028) by Julien Palard · 8 years ago
  62. dff9b5f bpo-31045: Language switch (#2652) by Julien · 8 years ago
  63. 5bffcf3 Update doc download files size estimates. (#2771) by Ned Deily · 8 years ago
  64. 50f5816 bpo-30939: Avoid Sphinx deprecation warning in docs build. (#2721) by Ned Deily · 8 years ago
  65. 272d888 bpo-29783: Replace codecs.open() with io.open() (#599) by Victor Stinner · 8 years ago
  66. d97b7dc bpo-30380: Fix Sphinx 1.6.1 warnings. (#1613) by Serhiy Storchaka · 8 years ago
  67. 13f1f42 bpo-30103: Allow Uuencode in Python using backtick as zero instead of space (#1326) by Xiang Zhang · 8 years ago
  68. 5908300 bpo-29995: re.escape() now escapes only special characters. (#1007) by Serhiy Storchaka · 8 years ago
  69. 8fc7bc2 bpo-30021: Add examples for re.escape(). (#1048) by Serhiy Storchaka · 8 years ago
  70. f8beb98 bpo-29888: Fix the link referring to the "Python download page" (GH-824) by cocoatomo · 8 years ago
  71. c351ce6 bpo-28331: fix impl-detail label is removed when content is translated. (GH-195) by INADA Naoki · 8 years ago
  72. e395c4d bpo-29520: doc: add missing dot (GH-182) by INADA Naoki · 8 years ago
  73. 3eea8c6 bpo-29520: doc: fix deprecation warning from 'defindex' template (GH-165) by INADA Naoki · 8 years ago
  74. d4a97d8 bpo-28929: Link the documentation to its source file on GitHub (#35) by Mariatta · 9 years ago
  75. 79ab8be Support "bpo-" in Misc/NEWS (#1) by Brett Cannon · 9 years ago
  76. c7a24a7 Merge issue #26355 fix from 3.6 by Nick Coghlan · 9 years ago
  77. e185757 Merge issue #26355 fix from Python 3.5 by Nick Coghlan · 9 years ago
  78. e662445 Issue #26355: Specify canonical URLs in docs pages by Nick Coghlan · 9 years ago
  79. f24bccc Issue #28822: Add susp-ignored entry for NEWS; fix grammar by Martin Panter · 9 years ago
  80. ba964cc Issues #29349: Merge Py 2.6+ compatibility from 3.6 by Martin Panter · 9 years ago
  81. b154113 Issues #29349: Merge Py 2.6+ compatibility from 3.5 by Martin Panter · 9 years ago
  82. 9a45402 Issue #29349: Use __future__ print_function; Sphinx may use Python 2.6+ by Martin Panter · 9 years ago
  83. c654f0a Issues #29349: Add NEWS for 3.7; use “with” statement by Martin Panter · 9 years ago
  84. 3a6dc19 Issues #29349: Merge Py 2 fix 3.6 by Martin Panter · 9 years ago
  85. e61592e Issues #29349: Merge Py 2 fix 3.5 by Martin Panter · 9 years ago
  86. 8f3fb72 Issue #29349: Fix Python 2 syntax in documentation build code by Martin Panter · 9 years ago
  87. f25dec9 Issue #29062: Doc: Fix make suspicious by INADA Naoki · 9 years ago
  88. 2e1b6ea Issue #29062: Doc: Fix make suspicious by INADA Naoki · 9 years ago
  89. 9800686 Update documentation index sidebar for 3.6.0 release. by Ned Deily · 9 years ago
  90. e31b15c Update documentation index sidebar for 3.6.0 release. by Ned Deily · 9 years ago
  91. 864a78e Issue #28900: Update documentation sidebar for 3.6.0rc. by Ned Deily · 9 years ago
  92. 098f85b Issue #28900: Update documentation sidebar for 3.6.0rc. by Ned Deily · 9 years ago
  93. 932d40a Issue #28900: Update documentation sidebar for 3.6.0rc. by Ned Deily · 9 years ago
  94. 3d1caab Merge with 3.6 by Zachary Ware · 9 years ago
  95. d23881e Ignore newly added suspicious line by Zachary Ware · 9 years ago
  96. 6743999 Remove unused suspicious rules by Zachary Ware · 9 years ago
  97. ec9357b Ignore harmless suspicious markup by Zachary Ware · 9 years ago
  98. 7652853 Issue #28251: Improvements to help manuals on Windows. by Steve Dower · 9 years ago
  99. fb4a96a Issue #28251: Improvements to help manuals on Windows. by Steve Dower · 9 years ago
  100. 7582bca Make 3.7 the current dev version in the html version of the docs. by Ned Deily · 9 years ago