Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bpo-40939: Remove the old parser (Part 2) (GH-21005) | Lysandros Nikolaou | 2020-06-20 | 1 | -58/+0 |
| | | | Remove some remaining files and Makefile targets for the old parser | ||||
* | bpo-35683: Improve Azure Pipelines steps (GH-11493) | Steve Dower | 2019-01-22 | 1 | -2/+3 |
| | |||||
* | bpo-30455: Generate all token related code and docs from Grammar/Tokens. ↵ | Serhiy Storchaka | 2018-12-22 | 1 | -1/+4 |
| | | | | | | | | | | | | | | | | | | | (GH-10370) "Include/token.h", "Lib/token.py" (containing now some data moved from "Lib/tokenize.py") and new files "Parser/token.c" (containing the code moved from "Parser/tokenizer.c") and "Doc/library/token-list.inc" (included in "Doc/library/token.rst") are now generated from "Grammar/Tokens" by "Tools/scripts/generate_token.py". The script overwrites files only if needed and can be used on the read-only sources tree. "Lib/symbol.py" is now generated by "Tools/scripts/generate_symbol_py.py" instead of been executable itself. Added new make targets "regen-token" and "regen-symbol" which are now dependencies of "regen-all". The documentation contains now strings for operators and punctuation tokens. | ||||
* | Remove more unused imports in tests. | Serhiy Storchaka | 2016-04-24 | 1 | -1/+0 |
| | |||||
* | Issue 24297: Fix test_symbol on Windows | Victor Stinner | 2015-09-02 | 1 | -14/+21 |
| | | | | Don't rely on end of line. Open files in text mode, not in binary mode. | ||||
* | Add error information to a failing test to help diagnose a buildbot failure. | Raymond Hettinger | 2015-08-17 | 1 | -1/+4 |
| | |||||
* | Issue 24297: Add a unittest that Lib/symbol.py is in sync with Grammar | Yury Selivanov | 2015-05-28 | 1 | -0/+45 |