This website requires JavaScript.
Explore
Help
Sign In
VimPlug
/
parso
Watch
1
Star
0
Fork
0
You've already forked parso
mirror of
https://github.com/davidhalter/parso.git
synced
2026-01-11 14:08:42 +08:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
Files
d6c624bd346f2d4f3c8de80d2ad3b0b1d2bfd14d
parso
/
test
/
normalizer_issue_files
History
Dave Halter
5fbbb225dd
Refactor a bit for Python 2.
2017-07-31 10:27:57 +02:00
..
allowed_syntax_python3.5.py
Handling of star_expr and some async issues.
2017-07-21 17:23:25 +02:00
allowed_syntax_python3.6.py
Refactor a bit for Python 2.
2017-07-31 10:27:57 +02:00
allowed_syntax.py
Refactor a bit for Python 2.
2017-07-31 10:27:57 +02:00
E10.py
…
E11.py
…
E12_first.py
…
E12_not_first.py
Add error code for return outside function.
2017-07-20 00:20:22 +02:00
E12_not_second.py
…
E12_second.py
Add error code for return outside function.
2017-07-20 00:20:22 +02:00
E12_third.py
…
E20.py
…
E21.py
…
E22.py
…
E23.py
…
E25.py
…
E26.py
…
E27.py
…
E29.py
…
E30.py
…
E30not.py
…
E40.py
…
E50.py
…
E70.py
Add error code for return outside function.
2017-07-20 00:20:22 +02:00
E71.py
…
E72.py
…
E73.py
…
E101.py
Add error code for return outside function.
2017-07-20 00:20:22 +02:00
latin-1.py
…
LICENSE
…
python2.7.py
…
python3.py
Add 'named arguments must follow bare *' issue and a few conftest tweaks.
2017-07-22 19:00:35 +02:00
utf-8-bom.py
…
utf-8.py
…