Files
cpython/Include
Albert-Jan Nijburg fc354f0785 bpo-25324: copy tok_name before changing it (#1608)
* add test to check if were modifying token

* copy list so import tokenize doesnt have side effects on token

* shorten line

* add tokenize tokens to token.h to get them to show up in token

* move ERRORTOKEN back to its previous location, and fix nitpick

* copy comments from token.h automatically

* fix whitespace and make more pythonic

* change to fix comments from @haypo

* update token.rst and Misc/NEWS

* change wording

* some more wording changes
2017-05-31 16:00:21 +02:00
..
2016-01-26 00:40:57 +01:00
2016-09-09 12:36:44 -07:00
2016-09-18 18:00:25 -07:00
2016-09-19 22:16:36 -07:00
2016-08-20 08:03:06 +00:00
2017-03-31 09:14:41 -07:00