1. aee5df5 Forward port 3.7.0 final changes by Ned Deily · 6 years ago
  2. c2f082e bpo-13631: Fix the order of initialization for readline libedit on macOS. (GH-6915) by Zvezdan Petkovic · 6 years ago
  3. 5779483 bpo-33378: Add Korean to the language switcher. (GH-6627) by Dong-hee Na · 6 years ago
  4. acfb087 fix pydoc-topics to work with Sphinx 1.7 (GH-6475) by Benjamin Peterson · 6 years ago
  5. bf63e8d bpo-30607: Use external python-doc-theme (GH-2017) by Jon Wayne Parrott · 6 years ago
  6. 0febc05 bpo-32087: Doc: Make "deprecated-removed" directive translatable (GH-4473) by cocoatomo · 6 years ago
  7. 07a1892 Update Doc build to 3.8 by Ned Deily · 7 years ago
  8. 9b99747 bpo-31975 (PEP 565): Show DeprecationWarning in __main__ (GH-4458) by Nick Coghlan · 7 years ago
  9. 747f48e bpo-32230: Set sys.warnoptions with -X dev (#4820) by Victor Stinner · 7 years ago
  10. 05cb728 bpo-30349: Raise FutureWarning for nested sets and set operations (#1553) by Serhiy Storchaka · 7 years ago
  11. 8c663fd Replace KB unit with KiB (#4293) by Victor Stinner · 7 years ago
  12. b7cbfe4 bpo-31766: restore 3.5 to docs version switchers (#3969) by Ned Deily · 7 years ago
  13. ac31770 bpo-30406: Make async and await proper keywords (#1669) by Jelle Zijlstra · 7 years ago
  14. e2d0dd2 Remove retired and security branches from active docs (#3879) by Ned Deily · 7 years ago
  15. aecc08a Docs: correct hashlib.blake2 keyed hashing example (bpo-31560) by Dmitry Chestnykh · 7 years ago
  16. 52451fb Prevent a few make suspicious warnings. (#3341) by Ned Deily · 7 years ago
  17. f9f1734 Blurbify master branch. (#3298) by larryhastings · 7 years ago
  18. b9ff498 Fix broken `Show Source` links on documentation pages (GH-3113) by Elmar Ritsch · 7 years ago
  19. b616b97 Update the language selection in the docs language switch. (GH-3114) by Julien Palard · 7 years ago
  20. 122081d bpo-31159: fix language switch regex on unknown yet built languages. (#3039) by Julien Palard · 7 years ago
  21. c82b7f3 bpo-31149: Doc: Add Japanese to the language switcher. (#3028) by Julien Palard · 7 years ago
  22. dff9b5f bpo-31045: Language switch (#2652) by Julien · 7 years ago
  23. 5bffcf3 Update doc download files size estimates. (#2771) by Ned Deily · 7 years ago
  24. 50f5816 bpo-30939: Avoid Sphinx deprecation warning in docs build. (#2721) by Ned Deily · 7 years ago
  25. 272d888 bpo-29783: Replace codecs.open() with io.open() (#599) by Victor Stinner · 7 years ago
  26. d97b7dc bpo-30380: Fix Sphinx 1.6.1 warnings. (#1613) by Serhiy Storchaka · 7 years ago
  27. 13f1f42 bpo-30103: Allow Uuencode in Python using backtick as zero instead of space (#1326) by Xiang Zhang · 7 years ago
  28. 5908300 bpo-29995: re.escape() now escapes only special characters. (#1007) by Serhiy Storchaka · 7 years ago
  29. 8fc7bc2 bpo-30021: Add examples for re.escape(). (#1048) by Serhiy Storchaka · 7 years ago
  30. f8beb98 bpo-29888: Fix the link referring to the "Python download page" (GH-824) by cocoatomo · 7 years ago
  31. c351ce6 bpo-28331: fix impl-detail label is removed when content is translated. (GH-195) by INADA Naoki · 7 years ago
  32. e395c4d bpo-29520: doc: add missing dot (GH-182) by INADA Naoki · 7 years ago
  33. 3eea8c6 bpo-29520: doc: fix deprecation warning from 'defindex' template (GH-165) by INADA Naoki · 7 years ago
  34. d4a97d8 bpo-28929: Link the documentation to its source file on GitHub (#35) by Mariatta · 7 years ago
  35. 79ab8be Support "bpo-" in Misc/NEWS (#1) by Brett Cannon · 7 years ago
  36. c7a24a7 Merge issue #26355 fix from 3.6 by Nick Coghlan · 8 years ago
  37. e185757 Merge issue #26355 fix from Python 3.5 by Nick Coghlan · 8 years ago
  38. e662445 Issue #26355: Specify canonical URLs in docs pages by Nick Coghlan · 8 years ago
  39. f24bccc Issue #28822: Add susp-ignored entry for NEWS; fix grammar by Martin Panter · 8 years ago
  40. ba964cc Issues #29349: Merge Py 2.6+ compatibility from 3.6 by Martin Panter · 8 years ago
  41. b154113 Issues #29349: Merge Py 2.6+ compatibility from 3.5 by Martin Panter · 8 years ago
  42. 9a45402 Issue #29349: Use __future__ print_function; Sphinx may use Python 2.6+ by Martin Panter · 8 years ago
  43. c654f0a Issues #29349: Add NEWS for 3.7; use “with” statement by Martin Panter · 8 years ago
  44. 3a6dc19 Issues #29349: Merge Py 2 fix 3.6 by Martin Panter · 8 years ago
  45. e61592e Issues #29349: Merge Py 2 fix 3.5 by Martin Panter · 8 years ago
  46. 8f3fb72 Issue #29349: Fix Python 2 syntax in documentation build code by Martin Panter · 8 years ago
  47. f25dec9 Issue #29062: Doc: Fix make suspicious by INADA Naoki · 8 years ago
  48. 2e1b6ea Issue #29062: Doc: Fix make suspicious by INADA Naoki · 8 years ago
  49. 9800686 Update documentation index sidebar for 3.6.0 release. by Ned Deily · 8 years ago
  50. e31b15c Update documentation index sidebar for 3.6.0 release. by Ned Deily · 8 years ago
  51. 864a78e Issue #28900: Update documentation sidebar for 3.6.0rc. by Ned Deily · 8 years ago
  52. 098f85b Issue #28900: Update documentation sidebar for 3.6.0rc. by Ned Deily · 8 years ago
  53. 932d40a Issue #28900: Update documentation sidebar for 3.6.0rc. by Ned Deily · 8 years ago
  54. 3d1caab Merge with 3.6 by Zachary Ware · 8 years ago
  55. d23881e Ignore newly added suspicious line by Zachary Ware · 8 years ago
  56. 6743999 Remove unused suspicious rules by Zachary Ware · 8 years ago
  57. ec9357b Ignore harmless suspicious markup by Zachary Ware · 8 years ago
  58. 7652853 Issue #28251: Improvements to help manuals on Windows. by Steve Dower · 8 years ago
  59. fb4a96a Issue #28251: Improvements to help manuals on Windows. by Steve Dower · 8 years ago
  60. 7582bca Make 3.7 the current dev version in the html version of the docs. by Ned Deily · 8 years ago
  61. a327331 Make 3.7 the current dev version in the html version of the docs. by Ned Deily · 8 years ago
  62. 0112625 Change SOURCE_URI for pydoc source URLs to point to 3.6 branch by Ned Deily · 8 years ago
  63. ef71d20 Add some additional suspicious exemption rules for recent doc changes. by Ned Deily · 8 years ago
  64. b44aceb Actually fix suspicious markup, I ignored it too readily by Zachary Ware · 8 years ago
  65. 39b42ae Remove line numbers from suspicious rules by Zachary Ware · 8 years ago
  66. 12aeb78 Fix suspicious markup by Zachary Ware · 8 years ago
  67. 9539963 Remove unused suspicious rules by Zachary Ware · 8 years ago
  68. 9c85828 Closes #19489: Merge with 3.5 by Zachary Ware · 8 years ago
  69. a3090a4 Issue #19489: Move the search box from sidebar to header and footer. by Zachary Ware · 8 years ago
  70. a68c1bc Remove legacy "from __future__ import with_statement" lines. by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 8 years ago
  71. dfc853c shut up some perfectly innocent reST in hashlib-blake2 by Benjamin Peterson · 8 years ago
  72. d2fe862 Issue #27285: Cleanup leftover susp-ignored entry after text was changed by Martin Panter · 8 years ago
  73. 538f5c4 Issue #27285: Cleanup "suspicious" warnings. by Ned Deily · 8 years ago
  74. 590dcab Merge spelling fixes from 3.5 by Martin Panter · 8 years ago
  75. 2275e62 Fix spelling errors in code comments by Martin Panter · 8 years ago
  76. d1f5340 Merge from 3.5 by Berker Peksag · 8 years ago
  77. 3261960 Silence 'make suspicious' warnings by Berker Peksag · 8 years ago
  78. b198c42 Fix RST conflicts with Idle news entries by Martin Panter · 8 years ago
  79. 3791736 Issue #23806: Merge susp-ignored.csv from 3.5 by Martin Panter · 8 years ago
  80. 887bc96 Issue #23806: Update susp-ignored.csv by Martin Panter · 8 years ago
  81. 4c9375b #24918: merge with 3.5. by Ezio Melotti · 8 years ago
  82. f2b9a39 #24918: fix CSS for code blocks when a side box is present. Patch by Manvi B. by Ezio Melotti · 8 years ago
  83. 998f7d7 Issue #26246: Set initial value of the hidden attr when creating copy button. by Berker Peksag · 8 years ago
  84. ff47cfb Issue #26246: Set initial value of the hidden attr when creating copy button. by Berker Peksag · 8 years ago
  85. 25c0ef5 Issue #26246: Set initial value of the hidden attr when creating copy button. by Berker Peksag · 8 years ago
  86. d047c2f merge with 3.5 by Georg Brandl · 8 years ago
  87. 96421d6 Update susp-ignore file (#25910). by Georg Brandl · 8 years ago
  88. b8d7503 #26246: merge with 3.5. by Ezio Melotti · 8 years ago
  89. 738f88f #26246: merge with 3.4. by Ezio Melotti · 8 years ago
  90. 90ba2ca #26246: update copybutton.js after JQuery update. Patch by Liang-Bo Wang. by Ezio Melotti · 8 years ago
  91. 057ab49 merge with 3.5 by Georg Brandl · 8 years ago
  92. 2305b3c Fix rstlint to also look for indented comments that should be directives. by Georg Brandl · 8 years ago
  93. 46988d3 Merge string formatting doc fixes from 3.5 by Martin Panter · 9 years ago
  94. d5db147 Issue #25179: Preparatory cleanup of existing docs on string formatting by Martin Panter · 9 years ago
  95. bf98079 Merge 3.5 (i18n doc, issue #25907) by Victor Stinner · 9 years ago
  96. 875f29a doc: i18n HTML templates by Victor Stinner · 9 years ago
  97. e45abae merge 3.5 (#26172) by Benjamin Peterson · 9 years ago
  98. b57eaea merge 3.4 (#26172) by Benjamin Peterson · 9 years ago
  99. c836f71 remove script from epub (closes #26172) by Benjamin Peterson · 9 years ago
  100. 2e7fca8 Issue #21240: Add an abstractmethod directive to mark abstract methods in the docs more explicitly by Berker Peksag · 9 years ago