Commit graph

13 commits

Author SHA1 Message Date
joerg
e617aa95b7 Needs py-pip and py-setuptools_scm 2020-04-15 22:54:57 +00:00
wiz
9f8b7ea5cf py-asttokens: update to 2.0.4.
Changes not found.
2020-04-12 21:12:21 +00:00
rillig
a39bef8362 lang/py-asttokens: fix build dependencies for Python 2.7 2020-03-22 11:02:14 +00:00
wiz
39dca87e38 py-asttokens: update to 2.0.3.
Changes not found. Commit history here:
https://github.com/gristlabs/asttokens/commits/master
2020-01-14 22:37:07 +00:00
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