Guido van Rossum
|
351a971b1d
|
Add token.EXACT_TOKEN_TYPES for 3.8+
|
2020-08-23 15:42:01 -07:00 |
|
Shantanu
|
158bfc02d2
|
token: add TYPE_IGNORE, COLONEQUAL for py38 (#3761)
|
2020-02-21 20:38:01 -08:00 |
|
hauntsaninja
|
da9b7dd7c8
|
token: add TYPE_COMMENT, remove AWAIT, ASYNC for py37 (#3588)
flake8 is a little picky about how we do checks against
sys.version_info
|
2020-01-07 23:18:53 -08:00 |
|
Rebecca Chen
|
6f01493edc
|
Move some constants from tokenize to token in Python 3.7+. (#3175)
|
2019-08-08 08:45:08 +02:00 |
|
Michael Lee
|
efb67946f8
|
Use variable annotations everywhere (#2909)
|
2019-04-13 10:40:52 +02:00 |
|
David Euresti
|
6e75432504
|
Merge token module into 2and3 (#1146)
* Merge token module; add values from 3.5
* Move token to 2and3
* Switch to ellipsis for token
|
2017-04-06 18:46:14 -07:00 |
|