rocky
|
9d150e0707
|
Update copyright
|
2024-07-12 12:10:31 -04:00 |
|
rocky
|
156188f8bb
|
withasstmt -> with_as
This matches Python's AST naamae better. Some linting and
sorting of dictionary keys done as well.
|
2024-03-08 04:10:33 -05:00 |
|
rocky
|
e8d4d383c6
|
pycharm lint, isort & black
|
2022-12-01 17:36:00 -05:00 |
|
rocky
|
9f1514a2dd
|
Update copyrights
|
2022-11-27 05:18:45 -05:00 |
|
James Hilliard
|
ab508e1ec9
|
Fix ImportError: cannot import name PYTHON_VERSION
|
2022-11-05 17:17:24 -04:00 |
|
rocky
|
8879708da7
|
del_stmt -> delete to match Python AST better
|
2020-09-02 07:14:56 -04:00 |
|
rocky
|
a616e1e1c7
|
"withstmt" -> "with" and fix async for
|
2020-04-01 09:48:34 -04:00 |
|
rocky
|
2987d6a72b
|
Go over some 3.0 and 3.1 tests
|
2019-11-18 22:46:27 -05:00 |
|
rocky
|
daa424cf0c
|
Some grammar cleanup based on coverage info
|
2019-11-17 01:01:52 -05:00 |
|
rocky
|
f82edae5a1
|
add_custom_rules -> customize_grammar_rules
|
2017-12-13 17:25:19 -05:00 |
|
rocky
|
3705f6d096
|
Start to handle CALL_FUNCTION_EX more accurately
|
2017-12-11 08:24:27 -05:00 |
|
rocky
|
43c3154a55
|
NT designatore -> store to match AST
|
2017-11-29 05:05:15 -05:00 |
|
rocky
|
c81b4df8b7
|
NT binary_subscr -> subscript to match AST
|
2017-11-29 00:08:08 -05:00 |
|
rocky
|
99fce6dfd7
|
Fix some errors in deparsing Python 3 annotations
|
2017-01-07 03:03:53 -05:00 |
|
rocky
|
63e4c9343f
|
Clean up annotation grammar a little
|
2016-11-01 15:50:19 -04:00 |
|
rocky
|
ccdd37611c
|
More complete annotate handling
Still have a bit of work to do though.
|
2016-10-28 19:55:17 -04:00 |
|
rocky
|
9849f06ff6
|
Expand annotate handling to 3.3
(and possibly 3.2)
- DRY Python 3.1-3.3 grammar a little
|
2016-10-28 09:01:41 -04:00 |
|
rocky
|
0e7da031b2
|
Split out 3.1-3.3 parsers from parser3.py
This is anticipation of extending annotation to Python 3.2+
|
2016-10-28 07:07:18 -04:00 |
|
rocky
|
25dd67a135
|
Clean and fix Python 3 annotate arg return
|
2016-10-27 13:52:07 -04:00 |
|
rocky
|
7daec3352c
|
Start to attack Python 3.1 def() -> xx construct
Start to localize make_function routines by Python version
|
2016-10-26 08:20:19 -04:00 |
|
rocky
|
8feb472d51
|
Split out Python 3.1 parser from rest.
__pkginfo__.py: use Python 3.1 bytecode fixes
|
2016-10-25 21:47:02 -04:00 |
|