summaryrefslogtreecommitdiff
path: root/Doc/tools
Commit message (Expand)AuthorAgeFilesLines
* Doc: Change Python 2 status to EOL. (GH-17885)Inada Naoki2020-01-071-1/+1
* Remove use of deprecated `array.fromstring` method (GH-17332)David Coles2019-11-261-1/+1
* bpo-38738: Fix formatting of True and False. (GH-17083)Serhiy Storchaka2019-11-121-2/+2
* bpo-38592 Add pt-br switcher to Python Docs website (GH-16924)Marco Rougeth2019-10-271-0/+1
* bpo-38557: Improve documentation for list and tuple C API. (GH-16925)Serhiy Storchaka2019-10-261-0/+1
* Update doc switcher list for 3.8.0 (GH-16809)Ned Deily2019-10-151-1/+1
* Doc: 3.8 is now stable. (GH-16790)Julien Palard2019-10-141-1/+1
* bpo-38294: Add list of no-longer-escaped chars to re.escape documentation. (G...Ricardo Bánffy2019-10-071-0/+1
* bpo-36675: Remove obsolete code. (GH-16024)Julien Palard2019-09-121-32/+0
* bpo-33187: Document ElementInclude (XInclude) support in ElementTree (GH-8861)Anjali Bansal2019-09-111-0/+3
* bpo-37504: Fix documentation build with texinfo builder (GH-14606)Dmitry Shachnev2019-09-101-0/+1
* bpo-38086: Sync importlib.metadata with importlib_metadata 0.21. (GH-15840)Jason R. Coombs2019-09-101-1/+1
* Doc: Fix PDF build (NoUri). (GH-15739)Julien Palard2019-09-091-4/+11
* bpo-36853: Fix suspicious.py to actually print the unused rules (#13579)Anthony Sottile2019-09-021-11/+14
* Bpo-37644: update suspicious.csv for distutils/examples (GH-14885)Ned Deily2019-07-211-1/+1
* Replace backquote with command substitution in subprocess doc example (GH-13941)David Jones2019-07-161-2/+0
* bpo-37363: Add audit events on startup for the run commands (GH-14524)Steve Dower2019-07-011-8/+14
* bpo-37390: Add audit event table to documentations (GH-14406)Steve Dower2019-06-271-11/+131
* bpo-37363: Add audit events for a range of modules (GH-14301)Steve Dower2019-06-241-5/+5
* bpo-37111: Add 'encoding' and 'errors' parameters to logging.basicCon… (GH-...Vinay Sajip2019-06-171-0/+2
* Doc: Remove an ugly space before a dot. (GH-14123)Julien Palard2019-06-161-1/+1
* Doc: Deprecation header: More precise wording. (GH-14109)Julien Palard2019-06-151-1/+1
* Doc: Python 3.9 in sidebar and version switcher. (GH-13824)Julien Palard2019-06-042-2/+4
* Bump to 3.9.0a0Łukasz Langa2019-06-041-1/+1
* Python 3.8.0b1v3.8.0b1Łukasz Langa2019-06-041-1/+1
* Doc: Add an optional obsolete header. (GH-13638)Julien Palard2019-05-291-0/+10
* bpo-36933: Remove sys.set_coroutine_wrapper (marked for removal in 3.8) (GH-1...Matthias Bussonnier2019-05-281-1/+0
* bpo-35397: Remove deprecation and document urllib.parse.unwrap (GH-11481)Rémi Lapeyre2019-05-271-0/+2
* Fix highlighting in importlib.metadata docs (GH-13575)Anthony Sottile2019-05-261-1/+0
* bpo-34632: Add importlib.metadata (GH-12547)Jason R. Coombs2019-05-241-0/+3
* bpo-36842: Implement PEP 578 (GH-12613)Steve Dower2019-05-231-0/+40
* 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-281-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-192-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-081-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