summaryrefslogtreecommitdiffstats
path: root/Doc/tools
Commit message (Expand)AuthorAgeFilesLines
* bpo-44106: Improve sqlite3 example database contents (GH-26027)Erlend Egeberg Aasland2021-05-191-2/+1
* bpo-43795: PEP 652 user documentation (GH-25668)Petr Viktorin2021-05-111-22/+88
* Update references to master to point to main in customsourcelink.html (GH-25993)Pablo Galindo2021-05-081-1/+1
* Update the SOURCE_URI in pyspecific.py to point to the new branch (GH-25977)Pablo Galindo2021-05-081-1/+1
* bpo-36384: Leading zeros in IPv4 addresses are no longer tolerated (GH-25099)Christian Heimes2021-05-021-2/+2
* bpo-43766: Fix TypeGuard docs (#25660)Ken Jin2021-04-271-0/+4
* Fix type group capture in the PEG highlight tool (GH-25464)Pablo Galindo2021-04-171-2/+7
* bpo-43862: Enhance -W cmdline option documentation (GH-25439)Victor Stinner2021-04-161-1/+5
* bpo-20364: Improve sqlite3 placeholder docs (GH-25003)Erlend Egeberg Aasland2021-04-141-2/+2
* Fix Sphinx errors in the documentation and re-activate the suspicious check (...Pablo Galindo2021-04-121-0/+1
* bpo-43778: Fix Sphinx glossary_search extension (GH-25286)Victor Stinner2021-04-081-5/+11
* Fixed linenumber missing when audit hook has an error (GH-24692)Jules Lasne2021-03-011-0/+1
* Remove unused suspicious rule in the docsv3.10.0a6Pablo Galindo2021-03-011-1/+0
* bpo-42128: Structural Pattern Matching (PEP 634) (GH-22917)Brandt Bucher2021-02-261-0/+1
* bpo-42997: Improve error message for missing : before suites (GH-24292)Pablo Galindo2021-02-021-0/+6
* Fix 'make suspicious' for the itertools module (GH-24097)Pablo Galindo2021-01-041-0/+1
* bpo-34398: Allow glossary results to show up on search page (GH-8773)Ammar Askar2020-12-182-0/+105
* bpo-42238: Check Misc/NEWS.d/next/ for reStructuredText issues. (GH-23802)Julien Palard2020-12-181-0/+76
* bpo-42579: Make workaround for various versions of Sphinx more robust (GH-23662)Matěj Cepl2020-12-071-1/+6
* bpo-42042: Use ids attribute instead of names attribute (GH-22739)Dong-hee Na2020-11-131-2/+2
* bpo-41028: Doc: Move switchers to docsbuild-scripts. (GH-20969)Julien Palard2020-11-074-171/+12
* Expand and clarify the "Invoking Descriptors" section of the Descriptor HowTo...Raymond Hettinger2020-11-011-1/+1
* bpo-42061: Document __format__ for IP addresses (GH-23018)Teugea Ioan-Teodor2020-10-291-2/+4
* Create a primer section for the descriptor howto guide (GH-22906)Raymond Hettinger2020-10-231-0/+3
* Remove 3.5 from Doc version switcher in master. (#22886)larryhastings2020-10-222-2/+0
* Doc: Do not suggest `s[::-1]` for reversed order (GH-22457)Andre Delfino2020-10-211-1/+0
* bpo-4356: Add key function support to the bisect module (GH-20556)Raymond Hettinger2020-10-201-2/+0
* bpo-35293: Remove RemovedInSphinx40Warning (GH-22198)Dong-hee Na2020-09-181-15/+21
* bpo-41746: Add type information to asdl_seq objects (GH-22223)Pablo Galindo2020-09-161-1/+1
* Fix invalid escape sequences in the peg_highlight Sphinx extension (GH-22047)Pablo Galindo2020-09-021-1/+1
* bpo-40939: Use the new grammar for the grammar specification documentation (G...Pablo Galindo2020-07-271-0/+75
* Doc: fix import of asdl.py when called from outside Doc/. (GH-21529)Julien Palard2020-07-201-1/+4
* bpo-40742: Doc: fix parallel build. (GH-21237)Julien Palard2020-07-061-0/+35
* bpo-40798: Generate a different message for already removed elements (GH-20483)Florian Dahlitz2020-05-302-2/+12
* Doc: Python 3.10 in sidebar and version switcher. (GH-20209)Julien Palard2020-05-192-2/+4
* bpo-40517: Implement syntax highlighting support for ASDL (GH-19967)Batuhan Taskaya2020-05-071-0/+51
* Revert "bpo-40517: Implement syntax highlighting support for ASDL (#19928)" (...Raymond Hettinger2020-05-061-51/+0
* bpo-40517: Implement syntax highlighting support for ASDL (#19928)Batuhan Taskaya2020-05-061-0/+51
* Fix download.html (GH-18902)Inada Naoki2020-03-111-1/+1
* bpo-34822: Simplify AST for subscription. (GH-9605)Serhiy Storchaka2020-03-101-0/+2
* bpo-34788: Add support for scoped IPv6 addresses (GH-13772)opavlyuk2020-02-261-0/+2
* 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