summaryrefslogtreecommitdiffstats
path: root/Doc/tools
Commit message (Expand)AuthorAgeFilesLines
* [3.9] gh-92448: Update the documentation builder to render the GitHub issue. ...Dong-hee Na2022-05-081-4/+5
* [3.9] gh-91888: add a `:gh:` role to the documentation (GH-91889) (#91935)Ezio Melotti2022-04-261-0/+24
* [3.9] Update Sphinx bpo role to use redirect URI. (#91891)Ezio Melotti2022-04-241-1/+1
* Add redirects to Misc/NEWS bpo links (GH-91454) (GH-91536)Miss Islington (bot)2022-04-141-1/+2
* [3.9] bpo-46769: Fix backticks in typing.rst to appease rstlint (GH-32375)Ken Jin2022-04-061-1/+1
* [3.9] bpo-46769: Improve documentation for `typing.TypeVar` (GH-31712) (GH-31...Jelle Zijlstra2022-03-231-0/+1
* bpo-46463: Fixes escape4chm.py script used when building the CHM documentatio...Miss Islington (bot)2022-01-211-4/+5
* bpo-46231: Remove invalid_* rules preceded by more tokens from the grammar do...Miss Islington (bot)2022-01-191-2/+2
* [3.9] bpo-46402: Promote SQLite URI tricks in sqlite3 docs (GH-30660) (#30672)Erlend Egeberg Aasland2022-01-181-1/+4
* bpo-41028: Doc: Move switchers to docsbuild-scripts. (GH-20969) (GH-30343)Miss Islington (bot)2022-01-024-171/+12
* [3.9] [doc] bpo-45680: Disambiguate ``__getitem__`` and ``__class_getitem__``...Miss Islington (bot)2021-11-181-0/+1
* docs: add the word 'official' (GH-26849)Miss Islington (bot)2021-07-081-1/+1
* bpo-44106: Improve sqlite3 example database contents (GH-26027)Miss Islington (bot)2021-05-191-2/+1
* bpo-32924: Fix the Show Source url in the documentation (GH-25994)Miss Islington (bot)2021-05-081-1/+1
* bpo-36384: Leading zeros in IPv4 addresses are no longer tolerated (GH-25099)...Miss Islington (bot)2021-05-021-2/+2
* bpo-20364: Improve sqlite3 placeholder docs (GH-25003)Miss Islington (bot)2021-04-141-2/+2
* Fixed linenumber missing when audit hook has an error (GH-24692)Miss Islington (bot)2021-03-011-0/+1
* [3.9] Minor improvements to the convolve() recipe (GH-24520)Pablo Galindo2021-02-151-0/+1
* [3.9] bpo-42042: Use ids attribute instead of names attribute (GH-22739) (GH-...Dong-hee Na2020-11-131-2/+2
* Expand and clarify the "Invoking Descriptors" section of the Descriptor HowTo...Miss Skeleton (bot)2020-11-011-1/+1
* bpo-42061: Document __format__ for IP addresses (GH-23018)Miss Skeleton (bot)2020-10-291-2/+4
* Create a primer section for the descriptor howto guide (GH-22906) (GH0-22918)Miss Skeleton (bot)2020-10-231-0/+3
* [3.9] Remove 3.5 from Doc version switcher in master. (GH-22886) (#22888)larryhastings2020-10-222-2/+0
* Doc: Do not suggest `s[::-1]` for reversed order (GH-22457)Miss Skeleton (bot)2020-10-211-1/+0
* bpo-35293: Remove RemovedInSphinx40Warning (GH-22198)Miss Islington (bot)2020-09-181-15/+21
* Fix invalid escape sequences in the peg_highlight Sphinx extension (GH-22047)...Miss Islington (bot)2020-09-021-1/+1
* [3.9] bpo-40939: Use the new grammar for the grammar specification documentat...Guido van Rossum2020-07-271-0/+75
* Doc: fix import of asdl.py when called from outside Doc/. (GH-21529) (#21567)Miss Islington (bot)2020-07-201-1/+4
* bpo-40798: Generate a different message for already removed elements (GH-20483)Miss Islington (bot)2020-05-302-2/+12
* [3.9] Doc: Python 3.10 in sidebar and version switcher. (GH-20209) (GH-20221)Miss Islington (bot)2020-05-192-2/+4
* Python 3.9.0b1v3.9.0b1Łukasz Langa2020-05-181-1/+1
* 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
* 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