2019-10-07 22:28:13 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message: py-asttokens: updated to 1.1.15 1.1.15: Unknown changes |
2018-11-05 19:05:47 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message: py-asttokens: updated to 1.1.13 1.1.13: Bug fixes. |
2018-11-01 19:02:35 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message: py-asttokens: updated to 1.1.12 v1.1.12: fix up Makefile |
2018-07-08 11:36:19 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message: py-asttokens: updated to 1.1.11 1.1.11: Bug fixes. |
2018-02-22 11:07:59 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message: py-asttokens: updated to 1.1.10 1.1.10: Unknown changes. |
2018-01-19 10:16:17 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message: py-asttokens: updated to 1.1.8 1.1.8: Bug fixes. |
2017-11-15 09:16:15 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message: py-asttokens: updated to 1.1.7 1.1.7: Bump patch version, silence some pylint warnings |
2017-10-28 09:38:07 by Adam Ciarcinski | Files touched by this commit (4) |
Log message: 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. |