.. |
reducecheck
|
Correct some Python 2.6 chain compare bugs
|
2022-03-05 04:03:27 -05:00 |
__init__.py
|
Some reorg and Lame attempt to disasmbiguate "and" and "if .. if"...
|
2020-01-08 10:31:19 -05:00 |
parse2.py
|
ret_expr -> return_expr
|
2022-01-03 21:56:07 -05:00 |
parse3.py
|
Start handling BUILD_MAP (a class of dict)
|
2022-04-26 15:37:42 -04:00 |
parse10.py
|
Correct wong class names in super()
|
2020-05-08 05:59:20 -04:00 |
parse11.py
|
Correct wong class names in super()
|
2020-05-08 05:59:20 -04:00 |
parse12.py
|
Get ready for release 3.5.0
|
2019-10-12 19:53:17 -04:00 |
parse13.py
|
Add Python 1.3 decompilation ..
|
2018-06-13 12:26:21 -04:00 |
parse14.py
|
Add Python 1.3 decompilation ..
|
2018-06-13 12:26:21 -04:00 |
parse15.py
|
Fix Python 1.5- bug in handling unpack list
|
2018-06-04 10:49:20 -04:00 |
parse16.py
|
Get ready for release 3.5.0
|
2019-10-12 19:53:17 -04:00 |
parse21.py
|
Correct wong class names in super()
|
2020-05-08 05:59:20 -04:00 |
parse22.py
|
Correct wong class names in super()
|
2020-05-08 05:59:20 -04:00 |
parse23.py
|
del_stmt -> delete to match Python AST better
|
2020-09-02 07:14:56 -04:00 |
parse24.py
|
More Python version tuple comparison conversion
|
2021-10-16 11:41:22 -04:00 |
parse25.py
|
Reduce check type for 2.5 and update bug reporting
|
2022-03-05 04:55:11 -05:00 |
parse26.py
|
Correct some Python 2.6 chain compare bugs
|
2022-03-05 04:03:27 -05:00 |
parse27.py
|
ret_expr -> return_expr
|
2022-01-03 21:56:07 -05:00 |
parse30.py
|
ret_expr -> return_expr
|
2022-01-03 21:56:07 -05:00 |
parse31.py
|
del_stmt -> delete to match Python AST better
|
2020-09-02 07:14:56 -04:00 |
parse32.py
|
conditional -> if_exp ...
|
2020-02-07 16:17:47 -05:00 |
parse33.py
|
Pypy 3.3 tolerance and ...
|
2019-11-10 13:34:51 -05:00 |
parse34.py
|
3.0 return_if_stmt and...
|
2019-11-16 17:32:48 -05:00 |
parse35.py
|
ret_expr -> return_expr
|
2022-01-03 21:56:07 -05:00 |
parse36.py
|
MAKE_FUNCTION_8 -> MAKE_FUNCTION_CLOSURE
|
2022-02-27 10:29:53 -05:00 |
parse37.py
|
Correct 3.7 "impor"t and "from .. import"
|
2022-04-20 20:03:28 -04:00 |
parse37base.py
|
handle long literal constants faster
|
2022-04-24 13:11:20 -04:00 |
parse38.py
|
Partial 3.8 async "for" fixes
|
2022-01-18 13:08:17 -05:00 |
treenode.py
|
Add "transfrormd_by" param to SyntaxTree
|
2022-04-21 05:25:14 -04:00 |