summaryrefslogtreecommitdiffstats
path: root/Doc/tools
Commit message (Expand)AuthorAgeFilesLines
* bpo-36797: Prune more legacy distutils documentation (GH-13092)Nick Coghlan2019-05-141-1/+1
* Fix sphinx deprecation warning about env.note_versionchange() (GH-13236)Pablo Galindo2019-05-101-1/+1
* Clarify the download unit in the download section (GH-13122)Stéphane Wirtel2019-05-061-2/+1
* bpo-33043: Add a Contributing to Docs link and Update the Found a Bug Page (#...Susan Su2019-03-291-0/+1
* bpo-36425: Add Simplified Chinese to the language switcher (GH-12537)zhsj2019-03-281-0/+1
* bpo-30670: Add pp function to the pprint module (GH-11769)Rémi Lapeyre2019-03-221-9/+9
* Document actual string.punctuation value. (GH-12270)Andre Delfino2019-03-141-0/+1
* Doc sidebar: 3.6 has moved to security-fix mode. (GH-11810)Julien Palard2019-02-101-1/+1
* bpo-18085: Update refcounts.dat. (GH-11247)Serhiy Storchaka2018-12-201-1/+1
* 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...Julien Palard2018-11-201-0/+6
* bpo-32613: Update window FAQ (GH-5552)Julien Palard2018-11-141-1/+1
* Doc: Make all versions sidebars the same for consistency. (GH-10288)Julien Palard2018-11-071-2/+3
* bpo-35015: Doc: Fix internationalisation of the availability directive. (GH-1...Julien Palard2018-11-071-3/+4
* bpo-35159: Add a link to the devguide in the sidebar of the index (Doc/) (GH-...Stéphane Wirtel2018-11-041-0/+1
* bpo-35075: Fix broken url in the pprint documentation (GH-10201)Pablo Galindo2018-11-011-1/+9
* bpo-35036: Remove empty log line in the suspicious.py tool (GH-10024)Xtreak2018-10-211-1/+0
* Stop using deprecated logging API in Sphinx suspicious checker (GH-9875)Pablo Galindo2018-10-151-4/+6
* bpo-34967: Sphinx is deprecating add_description_unit, use add_object_type (G...Stéphane Wirtel2018-10-131-5/+3
* bpo-11233: Create availability directive for documentation (GH-9692)Cheryl Sabella2018-10-122-11/+32
* bpo-32174: Let .chm document display non-ASCII characters properly (GH-9758)animalize2018-10-081-0/+39
* bpo-24937: Replace the extension module porting HOWTO by links to external pr...Petr Viktorin2018-09-241-2/+0
* bpo-33649: Add a high-level section about Futures; few quick fixes (GH-9403)Yury Selivanov2018-09-181-0/+21
* bpo-33649: Add low-level APIs index. (GH-9364)Yury Selivanov2018-09-171-0/+9
* Forward port 3.7.0 final changesNed Deily2018-06-272-3/+3
* bpo-13631: Fix the order of initialization for readline libedit on macOS. (GH...Zvezdan Petkovic2018-05-171-0/+2
* bpo-33378: Add Korean to the language switcher. (GH-6627)Dong-hee Na2018-04-281-0/+1
* fix pydoc-topics to work with Sphinx 1.7 (GH-6475)Benjamin Peterson2018-04-171-4/+8
* bpo-30607: Use external python-doc-theme (GH-2017)Jon Wayne Parrott2018-03-017-580/+68
* bpo-32087: Doc: Make "deprecated-removed" directive translatable (GH-4473)cocoatomo2018-02-232-5/+8
* Update Doc build to 3.8Ned Deily2018-01-312-1/+3
* bpo-31975 (PEP 565): Show DeprecationWarning in __main__ (GH-4458)Nick Coghlan2018-01-081-4/+15
* bpo-32230: Set sys.warnoptions with -X dev (#4820)Victor Stinner2017-12-121-0/+3
* bpo-30349: Raise FutureWarning for nested sets and set operations (#1553)Serhiy Storchaka2017-11-161-1/+1
* Replace KB unit with KiB (#4293)Victor Stinner2017-11-081-9/+9
* bpo-31766: restore 3.5 to docs version switchers (#3969)Ned Deily2017-10-122-1/+3
* bpo-30406: Make async and await proper keywords (#1669)Jelle Zijlstra2017-10-061-3/+3
* Remove retired and security branches from active docs (#3879)Ned Deily2017-10-042-4/+0
* Docs: correct hashlib.blake2 keyed hashing example (bpo-31560)Dmitry Chestnykh2017-09-231-3/+0
* Prevent a few make suspicious warnings. (#3341)Ned Deily2017-09-051-0/+2
* Blurbify master branch. (#3298)larryhastings2017-09-041-3/+0
* Fix broken `Show Source` links on documentation pages (GH-3113)Elmar Ritsch2017-08-181-1/+1
* Update the language selection in the docs language switch. (GH-3114)Julien Palard2017-08-171-1/+1
* bpo-31159: fix language switch regex on unknown yet built languages. (#3039)Julien Palard2017-08-091-2/+2
* bpo-31149: Doc: Add Japanese to the language switcher. (#3028)Julien Palard2017-08-081-0/+1
* bpo-31045: Language switch (#2652)Julien2017-08-073-69/+149
* Update doc download files size estimates. (#2771)Ned Deily2017-07-201-9/+9
* bpo-30939: Avoid Sphinx deprecation warning in docs build. (#2721)Ned Deily2017-07-151-1/+1
* bpo-29783: Replace codecs.open() with io.open() (#599)Victor Stinner2017-06-161-5/+2
* bpo-30380: Fix Sphinx 1.6.1 warnings. (#1613)Serhiy Storchaka2017-05-161-4/+3