summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_symbol.py
Commit message (Collapse)AuthorAgeFilesLines
* bpo-35683: Improve Azure Pipelines steps (GH-11493)Steve Dower2019-01-221-2/+3
|
* bpo-30455: Generate all token related code and docs from Grammar/Tokens. ↵Serhiy Storchaka2018-12-221-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 Storchaka2016-04-241-1/+0
|
* Issue 24297: Fix test_symbol on WindowsVictor Stinner2015-09-021-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 Hettinger2015-08-171-1/+4
|
* Issue 24297: Add a unittest that Lib/symbol.py is in sync with GrammarYury Selivanov2015-05-281-0/+45