index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Doc
/
tools
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add gettext support to tools/extensions/c_annotations.py (GH-101989)
Miss Islington (bot)
2023-03-06
2
-3/+9
*
gh-98366: use sphinx.locale._ as gettext() in pyspecific.py (GH-98437)
Miss Islington (bot)
2022-11-11
1
-4/+4
*
[3.10] gh-97709: Included newline separator in Mandelbrot set (GH-97737) (#97...
Miss Islington (bot)
2022-10-04
1
-1/+1
*
gh-97607: Fix content parsing in the impl-detail reST directive (GH-97652)
Miss Islington (bot)
2022-10-02
1
-16/+7
*
[3.10] gh-96414: Inline code examples in sqlite3 docs (GH-96442). (#96453)
Erlend E. Aasland
2022-08-31
1
-1/+1
*
[3.10] gh-95432: Add doctests for the sqlite3 docs (GH-96225) (#96379)
Erlend E. Aasland
2022-08-29
1
-4/+3
*
gh-91271: Document which parts of structs are in limited API/stable ABI (GH-3...
Petr Viktorin
2022-08-05
1
-3/+22
*
[3.10] gh-93851: Fix all broken links in Doc/ (GH-93853) (GH-94078)
Łukasz Langa
2022-06-21
1
-0/+4
*
gh-86986: Drop compatibility support for Sphinx 2 (GH-93737)
Miss Islington (bot)
2022-06-21
2
-40/+8
*
[3.10] Improve logging documentation with example and additional cookbook re...
Miss Islington (bot)
2022-06-10
1
-0/+2
*
[3.10] gh-92448: Update the documentation builder to render the GitHub issue ...
Dong-hee Na
2022-05-08
1
-4/+5
*
[3.10] gh-91888: add a :gh: role to the documentation (GH-91889) (#91934)
Ezio Melotti
2022-04-26
1
-0/+24
*
[3.10] Update Sphinx bpo role to use redirect URI. (#91890)
Ezio Melotti
2022-04-24
1
-1/+1
*
Add redirects to Misc/NEWS bpo links (GH-91454) (GH-91535)
Miss Islington (bot)
2022-04-14
1
-1/+2
*
[3.10] bpo-46769: Fix backticks in typing.rst to appease rstlint (GH-32374)
Ken Jin
2022-04-06
1
-1/+1
*
[3.10] bpo-46769: Improve documentation for `typing.TypeVar` (GH-31712) (GH-3...
Alex Waygood
2022-03-23
1
-0/+1
*
bpo-46463: Fixes escape4chm.py script used when building the CHM documentatio...
Miss Islington (bot)
2022-01-21
1
-4/+5
*
[3.10] bpo-46402: Promote SQLite URI tricks in sqlite3 docs (GH-30660) (GH-30...
Erlend Egeberg Aasland
2022-01-18
1
-1/+4
*
bpo-46231: Remove invalid_* rules preceded by more tokens from the grammar do...
Miss Islington (bot)
2022-01-04
1
-2/+2
*
[3.10] [doc] bpo-45680: Disambiguate ``__getitem__`` and ``__class_getitem__`...
Miss Islington (bot)
2021-11-18
1
-0/+1
*
[3.10] bo-45655: Add "relevant PEPs" section to typing documentation (GH-29302)
Alex Waygood
2021-10-29
1
-4/+4
*
[3.10] [doc] Fix typos found using codespell (GH-28744) (GH-28758)
Christian Clauss
2021-10-06
1
-1/+1
*
bpo-39452: Rewrite and expand __main__.rst (GH-26883)
Miss Islington (bot)
2021-08-24
1
-0/+1
*
Update susp-ignored.csv line numbers
Miss Islington (bot)
2021-08-23
1
-0/+6
*
Move susp-ignored locations
Miss Islington (bot)
2021-08-22
1
-4/+4
*
docs: add the word 'official' (GH-26849)
Miss Islington (bot)
2021-07-08
1
-1/+1
*
bpo-44106: Improve sqlite3 example database contents (GH-26027)
Miss Islington (bot)
2021-05-19
1
-2/+1
*
bpo-43795: PEP 652 user documentation (GH-25668) (GH-26034)
Miss Islington (bot)
2021-05-14
1
-22/+88
*
bpo-32924: Fix the Show Source url in the documentation (GH-25994)
Pablo Galindo
2021-05-08
1
-1/+1
*
Update the SOURCE_URI in pyspecific.py to point to the new branch (GH-25978)
Pablo Galindo
2021-05-08
1
-1/+1
*
bpo-36384: Leading zeros in IPv4 addresses are no longer tolerated (GH-25099)
Christian Heimes
2021-05-02
1
-2/+2
*
bpo-43766: Fix TypeGuard docs (#25660)
Ken Jin
2021-04-27
1
-0/+4
*
Fix type group capture in the PEG highlight tool (GH-25464)
Pablo Galindo
2021-04-17
1
-2/+7
*
bpo-43862: Enhance -W cmdline option documentation (GH-25439)
Victor Stinner
2021-04-16
1
-1/+5
*
bpo-20364: Improve sqlite3 placeholder docs (GH-25003)
Erlend Egeberg Aasland
2021-04-14
1
-2/+2
*
Fix Sphinx errors in the documentation and re-activate the suspicious check (...
Pablo Galindo
2021-04-12
1
-0/+1
*
bpo-43778: Fix Sphinx glossary_search extension (GH-25286)
Victor Stinner
2021-04-08
1
-5/+11
*
Fixed linenumber missing when audit hook has an error (GH-24692)
Jules Lasne
2021-03-01
1
-0/+1
*
Remove unused suspicious rule in the docs
v3.10.0a6
Pablo Galindo
2021-03-01
1
-1/+0
*
bpo-42128: Structural Pattern Matching (PEP 634) (GH-22917)
Brandt Bucher
2021-02-26
1
-0/+1
*
bpo-42997: Improve error message for missing : before suites (GH-24292)
Pablo Galindo
2021-02-02
1
-0/+6
*
Fix 'make suspicious' for the itertools module (GH-24097)
Pablo Galindo
2021-01-04
1
-0/+1
*
bpo-34398: Allow glossary results to show up on search page (GH-8773)
Ammar Askar
2020-12-18
2
-0/+105
*
bpo-42238: Check Misc/NEWS.d/next/ for reStructuredText issues. (GH-23802)
Julien Palard
2020-12-18
1
-0/+76
*
bpo-42579: Make workaround for various versions of Sphinx more robust (GH-23662)
Matěj Cepl
2020-12-07
1
-1/+6
*
bpo-42042: Use ids attribute instead of names attribute (GH-22739)
Dong-hee Na
2020-11-13
1
-2/+2
*
bpo-41028: Doc: Move switchers to docsbuild-scripts. (GH-20969)
Julien Palard
2020-11-07
4
-171/+12
*
Expand and clarify the "Invoking Descriptors" section of the Descriptor HowTo...
Raymond Hettinger
2020-11-01
1
-1/+1
*
bpo-42061: Document __format__ for IP addresses (GH-23018)
Teugea Ioan-Teodor
2020-10-29
1
-2/+4
*
Create a primer section for the descriptor howto guide (GH-22906)
Raymond Hettinger
2020-10-23
1
-0/+3
[next]