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-06-21 08:30:37 +08:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
Files
b08b61b578a0077f00481cd9f635ba2a3e54bddc
parso
/
parso
T
History
Saiyang Gou
b08b61b578
Allow some unparenthesized syntactic structures in f-string expression part (
#159
)
...
Resolves
#157
,
#158
2020-11-19 16:32:59 +03:00
..
pgen2
Fix some last mypy issues
2020-07-25 18:16:01 +02:00
python
Allow some unparenthesized syntactic structures in f-string expression part (
#159
)
2020-11-19 16:32:59 +03:00
__init__.py
Prepare the 0.8.0 release
2020-08-05 00:51:16 +02:00
_compatibility.py
Remove some Python 3.5/3.4 references
2020-07-25 02:04:58 +02:00
cache.py
Simplify a cache path
2020-07-26 13:03:58 +02:00
file_io.py
Use pathlib.Path instead of strings
2020-07-26 01:19:41 +02:00
grammar.py
Remove support for multiple languages, which was never used
2020-07-26 13:16:41 +02:00
normalizer.py
Remove super arguments
2020-07-25 23:54:21 +02:00
parser.py
Remove object inheritance
2020-07-25 18:20:56 +02:00
py.typed
Let consumers know that we have type annotations
2020-07-21 22:33:39 +01:00
tree.py
Remove super arguments
2020-07-25 23:54:21 +02:00
utils.py
Remove super arguments
2020-07-25 23:54:21 +02:00