Commit graph

9 commits

Author SHA1 Message Date
adam
1505525bfd py-asttokens: updated to 2.0.2
v2.0.2:
Bump patch version

v2.0.1:
Bump patch version

v2.0.0:
Bump major version, for non-backward-compatible changes.
- There is a parsing difference in that tuple nodes now include
  surrounding parentheses (when present).
2019-10-26 23:01:41 +00:00
adam
d5e147913a py-asttokens: updated to 1.1.15
1.1.15:
Unknown changes
2019-10-07 20:28:13 +00:00
adam
c67d697428 py-asttokens: updated to 1.1.13
1.1.13:
Bug fixes.
2018-11-05 18:05:47 +00:00
adam
239008576c py-asttokens: updated to 1.1.12
v1.1.12:
fix up Makefile
2018-11-01 18:02:35 +00:00
adam
6f38c277f9 py-asttokens: updated to 1.1.11
1.1.11:
Bug fixes.
2018-07-08 09:36:19 +00:00
adam
b5006d1161 py-asttokens: updated to 1.1.10
1.1.10:
Unknown changes.
2018-02-22 10:07:59 +00:00
adam
d737c2aab6 py-asttokens: updated to 1.1.8
1.1.8:
Bug fixes.
2018-01-19 09:16:16 +00:00
adam
0e1d4d9e3c py-asttokens: updated to 1.1.7
1.1.7:
Bump patch version, silence some pylint warnings
2017-11-15 08:16:14 +00:00
adam
8957e8df39 py-asttokens: added version 1.1.6
The asttokens module annotates Python abstract syntax trees (ASTs) with the
positions of tokens and text in the source code that generated them.

It makes it possible for tools that work with logical AST nodes to find the
particular text that resulted in those nodes, for example for automated
refactoring or highlighting.
2017-10-28 07:38:07 +00:00