rocky
|
527d1b4163
|
Merge branch 'master' into python-2.4
|
2020-05-18 23:25:53 -04:00 |
|
rocky
|
3fb8d90407
|
Revise for xdis 3.6.0 ...
Simplify xdis imports where we can.
Blacken (most) of those buffers too
|
2020-05-18 21:49:16 -04:00 |
|
rocky
|
fe5cea7042
|
Merge branch 'master' into python-2.4
|
2020-04-27 23:01:53 -04:00 |
|
rocky
|
ab6b12be56
|
Small fixes in fragment parser
|
2020-04-21 19:58:03 -04:00 |
|
rocky
|
f5bcdeec95
|
Merge branch 'master' into python-2.4
|
2020-04-16 13:09:07 -04:00 |
|
rocky
|
869e48877c
|
Convert to use xdis 4.3.0 or greater
|
2020-04-16 08:41:53 -04:00 |
|
rocky
|
0cb0de53ae
|
Merge branch 'master' into python-2.4
|
2020-04-01 11:29:10 -04:00 |
|
rocky
|
a616e1e1c7
|
"withstmt" -> "with" and fix async for
|
2020-04-01 09:48:34 -04:00 |
|
rocky
|
3afc5a599a
|
Fix one more call to ParseError
|
2020-03-31 10:46:00 -04:00 |
|
rocky
|
663bc06bb9
|
Fix one more call to ParseError
|
2020-03-31 10:44:52 -04:00 |
|
rocky
|
bac3fea8cd
|
Merge branch 'master' into python-2.4
|
2020-02-09 09:55:41 -05:00 |
|
rocky
|
cb35ad906c
|
One more if_exp use (ret_cond)
|
2020-02-07 16:34:48 -05:00 |
|
rocky
|
278af38df6
|
conditional -> if_exp ...
to match Python IfExp AST
|
2020-02-07 16:17:47 -05:00 |
|
rocky
|
e30051b460
|
Merge branch 'master' into python-2.4
|
2020-01-26 12:00:11 -05:00 |
|
rocky
|
33918bd9d2
|
More 3.x "if" checking. Abbreviate stmts->sstmt
|
2020-01-26 02:58:33 -05:00 |
|
rocky
|
58f2e19539
|
Hack around grammar weakness in 3.5..3.6 for now
|
2020-01-25 10:12:18 -05:00 |
|
rocky
|
f6f2d8dd05
|
Start to disambiguate stmts in a loop
|
2020-01-25 09:14:55 -05:00 |
|
rocky
|
2c608c7909
|
Merge branch 'master' into python-2.4
|
2020-01-21 06:50:49 -05:00 |
|
rocky
|
eacc3f5cc7
|
blacken (reformat) a parser.py
|
2020-01-18 05:23:16 -05:00 |
|
rocky
|
b333d7afc2
|
If statement in loop isolation
|
2020-01-17 10:47:38 -05:00 |
|
rocky
|
b842189d8a
|
Merge branch 'master' into python-2.4
|
2020-01-05 18:06:57 -05:00 |
|
rocky
|
d5df411c7a
|
3.7+ multiple imports of dotted path
|
2020-01-03 23:22:28 -05:00 |
|
rocky
|
a3932c7aec
|
Merge branch 'master' into python-2.4
|
2019-12-23 11:11:00 -05:00 |
|
rocky
|
bffbd0b352
|
3.6+ lambda params; add semantic rule customizing for lambdas
|
2019-12-23 07:19:40 -05:00 |
|
rocky
|
bc21e3163f
|
Merge branch 'master' into python-2.4
|
2019-12-14 11:03:51 -05:00 |
|
rocky
|
56bf3e3125
|
unary_expr -> unary_op
|
2019-12-14 10:57:19 -05:00 |
|
rocky
|
668141662e
|
unary_expr -> unary_op to match Python AST
former unary_op is now unary_operator
|
2019-12-11 15:47:46 -05:00 |
|
rocky
|
cc55fa1de1
|
binary_expr -> bin_op to match Python AST
I know binary_expr is more natural, but as with things Python we
sometimes sacrifice elegance and clarity for Python Fascism.
|
2019-12-11 13:35:21 -05:00 |
|
rocky
|
914369bd36
|
Merge branch 'master' into python-2.4
|
2019-10-12 20:06:04 -04:00 |
|
rocky
|
0b3d6b8add
|
Get ready for release 3.5.0
|
2019-10-12 19:53:17 -04:00 |
|
rocky
|
c0e8ce22af
|
Merge branch 'master' into python-2.4
|
2019-06-23 17:51:21 -04:00 |
|
rocky
|
24afe072b7
|
LOAD_CONST -> LOAD_CODE where appropriate
|
2019-06-19 14:43:07 -04:00 |
|
rocky
|
7f46d8bb2a
|
Merge branch 'master' into python-2.4
|
2019-05-24 10:37:51 -04:00 |
|
rocky
|
436260dc9a
|
Small tweak
|
2019-05-21 17:02:24 -04:00 |
|
rocky
|
60d96b6a5a
|
Merge branch 'master' into python-2.4
|
2019-05-19 17:11:30 -04:00 |
|
rocky
|
b94cce7b12
|
Revise format string handling
fstring_single{1,2} -> format_value{1,2} to match Python AST names
better
|
2019-05-13 09:40:32 -04:00 |
|
rocky
|
76c2883f62
|
Merge branch 'master' into python-2.4
|
2019-05-03 23:14:28 -04:00 |
|
rocky
|
293e7b0367
|
store_subscript precedence fix and...
Allow format specifier "%p" to indicate a nonterminal name,
like "%c" allows.
store_subscr -> store_subscript to match Python AST a little closer.
|
2019-05-02 06:43:53 -04:00 |
|
rocky
|
612a813c7c
|
Merge branch 'master' into python-2.4
|
2019-04-10 12:03:39 -04:00 |
|
rocky
|
820283827f
|
3.8 "for" block ...
pysource: Tag older semantics for blocks with "expr" and "for_block"
|
2019-04-10 06:00:16 -04:00 |
|
rocky
|
83773846d6
|
Merge branch 'master' into python-2.4
|
2019-03-10 14:12:23 -04:00 |
|
rocky
|
dcad6cf6ce
|
Fix if return boundary in 3.6+
Fixes #209
|
2019-03-10 05:59:15 -04:00 |
|
rocky
|
87d0b6e3fb
|
Merge branch 'master' into python-2.4
|
2018-09-20 17:40:46 -04:00 |
|
rocky
|
ec42ee540c
|
Small typos
|
2018-09-20 17:40:23 -04:00 |
|
rocky
|
616e5c82f6
|
Reinstat expr32 and expr1024 rules...
to speed up handling long literal lists. See also issue #188
Update issue forms to simplfy via putting instructions as comments.
|
2018-09-19 20:14:42 -04:00 |
|
rocky
|
908dea4a23
|
Merge branch 'master' into python-2.4
|
2018-07-15 12:40:27 -04:00 |
|
rocky
|
19ec52eb63
|
Change AST to SyntaxTree in many places
|
2018-07-15 12:37:50 -04:00 |
|
rocky
|
214f5f32a3
|
Merge branch 'master' into python-2.4
|
2018-06-13 13:13:05 -04:00 |
|
rocky
|
b7942bc5f2
|
Add Python 1.3 decompilation ..
Reduced checking via "make check-short"
|
2018-06-13 12:26:21 -04:00 |
|
rocky
|
7272ac4a60
|
Merge branch 'master' into python-2.4
|
2018-06-04 10:59:56 -04:00 |
|