Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [3.12] Docs: Add label to grammar spec for linking from PEPs (GH-113235) ↵ | Miss Islington (bot) | 2023-12-17 | 1 | -0/+2 |
| | | | | | | (#113239) Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com> | ||||
* | doc: Formatting and typo fixes (#98974) | jmcb | 2022-11-07 | 1 | -1/+1 |
| | |||||
* | bpo-42485: [Doc] Link to PEP 617 from full grammar specification (GH-23532) | James Gerity | 2020-11-30 | 1 | -1/+2 |
| | | | Co-authored-by: Lysandros Nikolaou <lisandrosnik@gmail.com> | ||||
* | bpo-40939: Use the new grammar for the grammar specification documentation ↵ | Pablo Galindo | 2020-07-27 | 1 | -3/+15 |
| | | | | | | | (GH-19969) (We censor the heck out of actions and some other stuff using a custom "highlighter".) Co-authored-by: Guido van Rossum <guido@python.org> | ||||
* | Merged revisions 65378-65379,65430 via svnmerge from | Georg Brandl | 2008-08-03 | 1 | -0/+7 |
svn+ssh://pythondev@svn.python.org/python/trunk ........ r65378 | georg.brandl | 2008-08-01 22:04:43 +0200 (Fri, 01 Aug 2008) | 4 lines Add the grammar to the reference manual, since the new docs don't have the feature of putting all the small EBNF snippets together into one big file. ........ r65379 | georg.brandl | 2008-08-01 22:13:29 +0200 (Fri, 01 Aug 2008) | 2 lines This should really be a comment. ........ r65430 | georg.brandl | 2008-08-03 11:21:18 +0200 (Sun, 03 Aug 2008) | 2 lines #3495: use current version. ........ |