issues
search
gristlabs
/
asttokens
Annotate Python AST trees with source text and token information
Apache License 2.0
172
stars
34
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
failures with cpython master
#55
tacaswell
closed
4 years ago
5
Respect semicolons when finding ends of statements
#54
dsagal
closed
4 years ago
0
Statements with semicolons
#53
alexmojaki
closed
4 years ago
1
Fixing issues in my PR.
#52
KOLANICH
closed
4 years ago
3
Moved the metadata into setup.cfg
#51
KOLANICH
closed
4 years ago
3
Surrounding parentheses in generator expressions
#50
alexmojaki
closed
1 day ago
3
Fix docstring of util.replace
#49
alexmojaki
closed
4 years ago
2
Misannotation of comma token type as 54 not 53 when running Python 3.8
#48
lmmx
closed
4 years ago
3
elif node will start in elif keyword in next Python versions
#47
aivarannamaa
closed
4 years ago
2
Increase test coverage
#46
alexmojaki
closed
4 years ago
2
Update setup.py classifiers
#45
alexmojaki
closed
5 years ago
0
Coveralls parallel builds
#44
alexmojaki
closed
5 years ago
0
Automatically call verify_all_nodes by default
#43
alexmojaki
closed
5 years ago
3
Coveralls, pytest, and faster astroid tests
#42
alexmojaki
closed
5 years ago
2
Test sys.modules
#41
alexmojaki
closed
5 years ago
6
Have tuples include parentheses when present, and support Python 3.8.
#40
dsagal
closed
5 years ago
5
Find parentheses in tuples, fully supporting 3.8
#39
alexmojaki
closed
5 years ago
6
Support pypy
#38
alexmojaki
closed
5 years ago
0
Remove _iter_non_child_tokens and just use all tokens to find matching pairs
#37
alexmojaki
closed
5 years ago
0
Python 3.8 fixes
#36
alexmojaki
closed
5 years ago
2
IndexError on f((x)[:, 0])
#35
ssbr
closed
5 years ago
0
Update README to remove link to astroid
#34
evelynmitchell
closed
5 years ago
0
Iterate over dict AST children in source order.
#33
ssbr
closed
5 years ago
0
List comprehensions with numpy-like indexing raises ValueError
#32
Varal7
closed
5 years ago
3
asttokens doesn't include the trailing paren in a call like `f({1: (2), 3: 4}, object())`
#31
ssbr
closed
5 years ago
2
tests: use Constant for Num, Str, NameConstant node names
#30
keszybz
closed
5 years ago
1
Fix some Python 3.8 issues
#29
vstinner
closed
5 years ago
3
Astroid 2.2 and Python 3.8 test failures
#28
hroncok
closed
5 years ago
13
Strange behavior with tokens of import nodes
#27
jrfaller
opened
5 years ago
2
Debian package
#26
aivarannamaa
closed
5 years ago
2
Fix detection of function calls, esp when function is wrapped in an extra pair of parens
#25
dsagal
closed
6 years ago
0
get_text returns wrong result for `(lambda: 0)()`
#24
alexmojaki
closed
6 years ago
5
tests fail again on Fedora 30 with python 3.7.1
#23
keszybz
closed
5 years ago
2
Per issue #21, delay decoding the source code until _after_ parsing.
#22
ssbr
closed
6 years ago
3
ASTTokens won't parse strings with coding declarations in Python 2
#21
ssbr
closed
5 years ago
3
Two patches from #17 and emacs-mode-line cleanup
#20
keszybz
closed
6 years ago
0
Fixes to make asttokens work with Python3.7 and astroid 2.0.
#19
dsagal
closed
6 years ago
1
Additional test failures with python 3.7
#18
keszybz
closed
6 years ago
2
Astroid 2 support
#17
keszybz
closed
6 years ago
1
Tests fail with astroid 2.0.0 (needed for Python 3.7)
#16
hroncok
closed
6 years ago
2
Adjust With nodes to include the "with" text.
#15
dsagal
closed
6 years ago
0
Adjust With nodes to include the "with " text
#14
FuegoFro
closed
6 years ago
2
Handle JoinedStr nodes (f-strings in Python 3)
#13
FuegoFro
closed
6 years ago
3
Add include_extra parameter to find_token() method
#12
dsagal
closed
6 years ago
0
Include parentheses around expressions in token range
#11
yurikhan
opened
6 years ago
27
find_token() skips comments
#10
abulka
closed
6 years ago
8
Add filename param to main interface
#9
LiraNuna
closed
7 years ago
3
Inability to set source filename
#8
LiraNuna
closed
7 years ago
1
Not work properly on non-ascii source code
#7
fyrestone
closed
6 years ago
4
Nodes that come from f-string parents lack token information
#6
LiraNuna
opened
7 years ago
4
Previous
Next