rocky
|
f117feb585
|
Use new xdis...
Sadly there are some regressions that need to be fixed.
Deal with later.
|
2020-04-16 11:01:12 -04:00 |
|
rocky
|
869e48877c
|
Convert to use xdis 4.3.0 or greater
|
2020-04-16 08:41:53 -04:00 |
|
rocky
|
7ed40d5f6e
|
Adjust _mklambda vs. yield precedence
|
2020-04-11 09:54:03 -04:00 |
|
rocky
|
5c6365d8a1
|
Go over "yield" and other precedence
|
2020-04-09 20:27:07 -04:00 |
|
rocky
|
f6a13302fb
|
Bugs introduced in last commit
|
2020-04-04 10:26:46 -04:00 |
|
rocky
|
e8e7d2086d
|
whileelse in 3.6 sometimes has come froms...
also remove extra "L. " in token printing
|
2020-04-04 10:12:12 -04:00 |
|
rocky
|
3dcc20f6d7
|
Small spelling typo...
Fixes #311
|
2020-04-04 02:38:32 -04:00 |
|
rocky
|
7b4059820f
|
Get ready for release 3.6.5
|
2020-04-01 11:18:20 -04:00 |
|
rocky
|
9caac7fc84
|
Small tweaks ...
* Remove unneeded Makefile
* sync n_ifelsesmt transform with decompyle3
|
2020-04-01 11:00:25 -04:00 |
|
rocky
|
ceb26d29fd
|
3.5- doesn't do format strings
|
2020-04-01 10:03:10 -04:00 |
|
rocky
|
a616e1e1c7
|
"withstmt" -> "with" and fix async for
|
2020-04-01 09:48:34 -04:00 |
|
rocky
|
e2d349f781
|
Handle nested async for in for...
and Better async comprehension detection.
Still more work is needed. See commented-out section in
test/simple_source/bug37/02_async_for_generator.py
|
2020-03-31 12:05:39 -04:00 |
|
rocky
|
af8add9df4
|
Bug in finding annotation in fn with docstring
|
2020-03-31 11:13:12 -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
|
63d6054640
|
One more ParserError() upgrade
|
2020-03-31 10:29:52 -04:00 |
|
rocky
|
5fde4f2e05
|
Show token number in parser error listing...
But only if -g is given
|
2020-03-31 10:12:52 -04:00 |
|
rocky
|
2b2e7d3242
|
Bump xdis and pyenv versions,
|
2020-03-16 16:44:34 -04:00 |
|
rocky
|
35127452f5
|
Bug found by 2.4 sre_parse.py testing
|
2020-02-15 08:06:58 -05:00 |
|
rocky
|
28ef04d141
|
More bugs found via sre_parse.py decompilation
|
2020-02-15 05:10:11 -05:00 |
|
rocky
|
fd36c77d2d
|
Bugs found in 2.4 branch testing
|
2020-02-14 10:54:37 -05:00 |
|
rocky
|
874d196e5c
|
3.x ifelsestmtc reduction rule fix
|
2020-02-13 05:41:15 -05:00 |
|
rocky
|
e90455dcb8
|
transform ifelseif bugs
|
2020-02-13 04:31:16 -05:00 |
|
rocky
|
bf288b1871
|
Fix bug introduced by ast "tranform" change
|
2020-02-10 16:13:57 -05:00 |
|
rocky
|
76287162da
|
Fix ifelif transformation for earlier Pythons
|
2020-02-10 11:16:32 -05:00 |
|
rocky
|
727dabff6a
|
is_docsting needs to test for sstmts
|
2020-02-10 09:19:03 -05:00 |
|
rocky
|
946d74ad36
|
Fix bug in 3.0 name module detection
|
2020-02-10 08:58:48 -05:00 |
|
rocky
|
e342ef89e3
|
Get ready for release 3.6.4
|
2020-02-09 13:26:53 -05:00 |
|
rocky
|
8ac35ad8ce
|
Need to back off ifelsetesting on 2.7...
until we can more fully untangle if stmts in loops.
Current tests break urllib2.pyc and cgi.pyc
|
2020-02-09 09:01:32 -05:00 |
|
rocky
|
8836444be2
|
Correct ifelsestmtc rules for 3.x
|
2020-02-09 08:14:44 -05:00 |
|
rocky
|
339b4c56ee
|
Typo
|
2020-02-09 07:38:32 -05:00 |
|
rocky
|
6cbb631aa6
|
In lambda code we, no stinking bogus yield
|
2020-02-09 07:32:06 -05:00 |
|
rocky
|
5355cb5404
|
async with rules back to 3.5 and ...
add precidence on cascaded "await" expressions
|
2020-02-08 20:31:06 -05:00 |
|
rocky
|
8495d208fb
|
3.7+ "async with" handling from decompyle3
|
2020-02-08 19:48:09 -05:00 |
|
rocky
|
e2504c2421
|
3.7 ifelstmtl reduction rule checking
|
2020-02-08 13:47:05 -05:00 |
|
rocky
|
65707fa0f8
|
FIx bug that snuck in last commit.
|
2020-02-08 12:01:56 -05:00 |
|
rocky
|
b0931275a2
|
Need more precise "assert" for 3.8...
Add rule for ifelsestmtl which is needed in 3.8
|
2020-02-08 11:46:19 -05:00 |
|
rocky
|
7c73536b4a
|
3.6 "assert" and "or" handling bugs
|
2020-02-08 07:27:31 -05:00 |
|
rocky
|
946d46a574
|
Fix Python 3.6 "if" parse failures in loops...
This fixes all the pyenv parse errors that were introduced in the last refactor.
|
2020-02-08 05:21:42 -05:00 |
|
rocky
|
c93a7a728b
|
Add decompyle3 ifelsestmt reduction rule...
and Go over 3.3 and 3.7 runtests excludes
|
2020-02-07 19:22:23 -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
|
7fb50918cd
|
Bug in "async for" indentation
|
2020-02-06 23:54:03 -05:00 |
|
rocky
|
6525ade805
|
Comment tweaks
|
2020-02-06 20:37:40 -05:00 |
|
rocky
|
73951840b6
|
Correct last commit
|
2020-02-06 20:19:29 -05:00 |
|
rocky
|
3438e76865
|
"return locals()" change to track grammar change
|
2020-02-06 20:08:00 -05:00 |
|
rocky
|
a99d8da0b4
|
Fix Recent CI bug
|
2020-02-06 05:10:57 -05:00 |
|
rocky
|
73e6409594
|
Fix recent CI bug
|
2020-02-06 05:09:17 -05:00 |
|
rocky
|
e41cd9be84
|
hide __qualname__ and name modules again...
due to recent grammar change
|
2020-02-06 03:19:56 -05:00 |
|
rocky
|
9166fb54a1
|
Adjust a couple of "assert"s
|
2020-02-04 22:06:48 -05:00 |
|