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
/
extensions
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-46463: Fixes escape4chm.py script used when building the CHM documentatio...
Steve Dower
2022-01-21
1
-4/+5
*
bpo-46231: Remove invalid_* rules preceded by more tokens from the grammar do...
Pablo Galindo Salgado
2022-01-04
1
-2/+2
*
bpo-42238: [doc] remove unused, and deduplicate, suspicious ignore rules. (GH...
Julien Palard
2021-09-06
1
-1/+1
*
bpo-43795: PEP 652 user documentation (GH-25668)
Petr Viktorin
2021-05-11
1
-22/+88
*
Update the SOURCE_URI in pyspecific.py to point to the new branch (GH-25977)
Pablo Galindo
2021-05-08
1
-1/+1
*
Fix type group capture in the PEG highlight tool (GH-25464)
Pablo Galindo
2021-04-17
1
-2/+7
*
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
*
bpo-42997: Improve error message for missing : before suites (GH-24292)
Pablo Galindo
2021-02-02
1
-0/+6
*
bpo-34398: Allow glossary results to show up on search page (GH-8773)
Ammar Askar
2020-12-18
1
-0/+57
*
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-35293: Remove RemovedInSphinx40Warning (GH-22198)
Dong-hee Na
2020-09-18
1
-15/+21
*
bpo-41746: Add type information to asdl_seq objects (GH-22223)
Pablo Galindo
2020-09-16
1
-1/+1
*
Fix invalid escape sequences in the peg_highlight Sphinx extension (GH-22047)
Pablo Galindo
2020-09-02
1
-1/+1
*
bpo-40939: Use the new grammar for the grammar specification documentation (G...
Pablo Galindo
2020-07-27
1
-0/+75
*
Doc: fix import of asdl.py when called from outside Doc/. (GH-21529)
Julien Palard
2020-07-20
1
-1/+4
*
bpo-40742: Doc: fix parallel build. (GH-21237)
Julien Palard
2020-07-06
1
-0/+35
*
bpo-40798: Generate a different message for already removed elements (GH-20483)
Florian Dahlitz
2020-05-30
1
-2/+11
*
bpo-40517: Implement syntax highlighting support for ASDL (GH-19967)
Batuhan Taskaya
2020-05-07
1
-0/+51
*
Revert "bpo-40517: Implement syntax highlighting support for ASDL (#19928)" (...
Raymond Hettinger
2020-05-06
1
-51/+0
*
bpo-40517: Implement syntax highlighting support for ASDL (#19928)
Batuhan Taskaya
2020-05-06
1
-0/+51
*
bpo-36675: Remove obsolete code. (GH-16024)
Julien Palard
2019-09-12
1
-32/+0
*
bpo-37504: Fix documentation build with texinfo builder (GH-14606)
Dmitry Shachnev
2019-09-10
1
-0/+1
*
Doc: Fix PDF build (NoUri). (GH-15739)
Julien Palard
2019-09-09
1
-4/+11
*
bpo-36853: Fix suspicious.py to actually print the unused rules (#13579)
Anthony Sottile
2019-09-02
1
-11/+14
*
bpo-37363: Add audit events on startup for the run commands (GH-14524)
Steve Dower
2019-07-01
1
-8/+14
*
bpo-37390: Add audit event table to documentations (GH-14406)
Steve Dower
2019-06-27
1
-11/+131
*
bpo-37363: Add audit events for a range of modules (GH-14301)
Steve Dower
2019-06-24
1
-5/+5
*
Bump to 3.9.0a0
Łukasz Langa
2019-06-04
1
-1/+1
*
Python 3.8.0b1
v3.8.0b1
Łukasz Langa
2019-06-04
1
-1/+1
*
bpo-36842: Implement PEP 578 (GH-12613)
Steve Dower
2019-05-23
1
-0/+40
*
Fix sphinx deprecation warning about env.note_versionchange() (GH-13236)
Pablo Galindo
2019-05-10
1
-1/+1
*
bpo-18085: Update refcounts.dat. (GH-11247)
Serhiy Storchaka
2018-12-20
1
-1/+1
*
bpo-35482: Fixes HTML escaping in CHM index and build location of NEWS file (...
Steve Dower
2018-12-20
2
-3/+23
*
bpo-35015: Doc: Fix internationalisation of the availability directive. (GH-1...
Julien Palard
2018-11-07
1
-3/+4
*
bpo-35036: Remove empty log line in the suspicious.py tool (GH-10024)
Xtreak
2018-10-21
1
-1/+0
*
Stop using deprecated logging API in Sphinx suspicious checker (GH-9875)
Pablo Galindo
2018-10-15
1
-4/+6
*
bpo-34967: Sphinx is deprecating add_description_unit, use add_object_type (G...
Stéphane Wirtel
2018-10-13
1
-5/+3
*
bpo-11233: Create availability directive for documentation (GH-9692)
Cheryl Sabella
2018-10-12
1
-0/+20
*
bpo-32174: Let .chm document display non-ASCII characters properly (GH-9758)
animalize
2018-10-08
1
-0/+39
*
bpo-33649: Add a high-level section about Futures; few quick fixes (GH-9403)
Yury Selivanov
2018-09-18
1
-0/+21
*
fix pydoc-topics to work with Sphinx 1.7 (GH-6475)
Benjamin Peterson
2018-04-17
1
-4/+8
*
bpo-32087: Doc: Make "deprecated-removed" directive translatable (GH-4473)
cocoatomo
2018-02-23
1
-5/+7
*
bpo-30406: Make async and await proper keywords (#1669)
Jelle Zijlstra
2017-10-06
1
-3/+3
*
bpo-30939: Avoid Sphinx deprecation warning in docs build. (#2721)
Ned Deily
2017-07-15
1
-1/+1
*
bpo-29783: Replace codecs.open() with io.open() (#599)
Victor Stinner
2017-06-16
1
-5/+2
*
bpo-28331: fix impl-detail label is removed when content is translated. (GH-195)
INADA Naoki
2017-03-08
1
-2/+12
*
Support "bpo-" in Misc/NEWS (#1)
Brett Cannon
2017-02-10
1
-4/+4
*
Issues #29349: Merge Py 2.6+ compatibility from 3.6
Martin Panter
2017-01-29
1
-0/+2
|
\
[next]