summaryrefslogtreecommitdiff
path: root/Doc/tools
Commit message (Expand)AuthorAgeFilesLines
* Update doc switcher list for 3.8.0 (GH-16809) (GH-16812)Miss Islington (bot)2019-10-151-1/+1
* Doc: 3.8 is now stable. (GH-16790) (GH-16793)Miss Islington (bot)2019-10-141-1/+1
* Fix 3.6 documentation build for sphinx<1.6 (GH-14576)Anthony Sottile2019-07-031-1/+7
* Doc: Remove an ugly space before a dot. (GH-14123) (GH-14130)Miss Islington (bot)2019-06-161-1/+1
* [3.6] Doc: Add an optional obsolete header. (GH-13638). (GH-13657)Julien Palard2019-06-151-0/+11
* Stop using deprecated logging API in Sphinx suspicious checker (GH-9875) (GH-...Miss Islington (bot)2019-06-081-4/+6
* Doc: Python 3.9 in sidebar and version switcher. (GH-13824) (GH-13827)Miss Islington (bot)2019-06-042-2/+4
* Doc sidebar: 3.6 has moved to security-fix mode. (GH-11810) (GH-11812)Miss Islington (bot)2019-02-101-1/+1
* [3.6] bpo-35605: Fix documentation build for sphinx<1.6 (GH-11368)Anthony Sottile2019-02-032-2/+9
* bpo-35482: Fixes HTML escaping in CHM index and build location of NEWS file (...Steve Dower2018-12-202-3/+23
* bpo-31146: Don't fallback switcher to english on not-yet pusblished languages...Miss Islington (bot)2018-11-211-0/+6
* [3.6] bpo-32613: Update window FAQ (GH-5552). (GH-10545)Julien Palard2018-11-141-1/+1
* [3.6] Doc: Make all versions sidebars the same for consistency. (GH-10288) (G...Miss Islington (bot)2018-11-091-2/+3
* bpo-35075: Fix broken url in the pprint documentation (GH-10201)Miss Islington (bot)2018-11-011-1/+9
* bpo-34967: Sphinx is deprecating add_description_unit, use add_object_type (G...Miss Islington (bot)2018-10-151-5/+3
* bpo-32174: Let .chm document display non-ASCII characters properly (GH-9758)Miss Islington (bot)2018-10-081-0/+39
* 3.6.6 finalv3.6.6Ned Deily2018-06-262-3/+3
* bpo-33378: Add Korean to the language switcher. (GH-6627)Miss Islington (bot)2018-05-011-0/+1
* fix pydoc-topics to work with Sphinx 1.7 (GH-6475)Miss Islington (bot)2018-04-161-4/+8
* bpo-32087: Doc: Make "deprecated-removed" directive translatable (GH-4473)Miss Islington (bot)2018-02-232-5/+8
* Update Doc build for split off of 3.7 branchNed Deily2018-02-032-2/+4
* bpo-31766: restore 3.5 to docs version switchers (#3970)Ned Deily2017-10-122-1/+3
* Remove retired and security branches from active docs (#3880)Ned Deily2017-10-032-4/+0
* [3.6] Docs: correct hashlib.blake2 keyed hashing example (bpo-31560)Miss Islington (bot)2017-09-231-3/+0
* Blurbify 3.6. (#3287)larryhastings2017-09-041-1/+0
* Fix broken `Show Source` links on documentation pages (GH-3113) (GH-3125)Mariatta2017-08-181-1/+1
* Update the language selection in the docs language switch. (GH-3114) (#3115)Julien Palard2017-08-171-1/+1
* bpo-31159: fix language switch regex on unknown yet built languages. … (#3051)Julien Palard2017-08-101-2/+3
* bpo-31045: Language switch (#2652) (#3023)Julien Palard2017-08-083-69/+149
* Update doc download files size estimates. (#2771) (#2772)Ned Deily2017-07-201-9/+9
* bpo-30939: Avoid Sphinx deprecation warning in docs build. (#2721) (#2722)Ned Deily2017-07-151-1/+1
* [3.6] bpo-30380: Fix Sphinx 1.6.1 warnings. (GH-1613) (#1614)Serhiy Storchaka2017-05-171-4/+3
* bpo-30021: Add examples for re.escape(). (#1048) (#1115)Serhiy Storchaka2017-04-131-0/+2
* Treat Sphinx warnings as errors (GH-832) (GH-834)Zachary Ware2017-03-261-2/+0
* bpo-29888: Fix the link referring to the "Python download page" (GH-824) (GH-...Ned Deily2017-03-261-1/+1
* bpo-28331: fix impl-detail label is removed when content is translated. (GH-769)INADA Naoki2017-03-222-2/+18
* bpo-29520: doc: fix deprecation warning from 'defindex' template (GH-178)INADA Naoki2017-02-201-2/+9
* [backport to 3.6] bpo-28929: Link the documentation to its source file on Git...Mariatta2017-02-121-2/+5
* [backport to 3.6] Support "bpo-" in Misc/NEWS (#42)Mariatta2017-02-121-4/+4
* Merge issue #26355 fix from Python 3.5Nick Coghlan2017-02-091-0/+1
|\
| * Issue #26355: Specify canonical URLs in docs pagesNick Coghlan2017-02-091-0/+1
* | Issues #29349: Merge Py 2.6+ compatibility from 3.5Martin Panter2017-01-291-0/+2
|\ \ | |/
| * Issue #29349: Use __future__ print_function; Sphinx may use Python 2.6+Martin Panter2017-01-291-0/+2
* | Issues #29349: Merge Py 2 fix 3.5Martin Panter2017-01-291-2/+2
|\ \ | |/
| * Issue #29349: Fix Python 2 syntax in documentation build codeMartin Panter2017-01-291-2/+2
| * Update documentation index sidebar for 3.6.0 release.Ned Deily2016-12-231-1/+1
* | Issue #29062: Doc: Fix make suspiciousINADA Naoki2017-01-141-4/+4
* | Issue #28900: Update documentation sidebar for 3.6.0rc.Ned Deily2016-12-071-1/+2
|\ \ | |/
| * Issue #28900: Update documentation sidebar for 3.6.0rc.Ned Deily2016-12-071-1/+2
* | Ignore newly added suspicious lineZachary Ware2016-11-171-0/+1