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 |
|
rocky
|
68c9de60a5
|
Adjust assert transform for new "if_and" rule
|
2020-02-04 21:28:08 -05:00 |
|
rocky
|
621bc96e8a
|
Ensure offset is an int in offset test
|
2020-02-04 20:20:40 -05:00 |
|
rocky
|
6f4ec21ae2
|
__modname__ and __qualname__ detection...
since grammar has simplified.
May still need work for Python < 3.0
|
2020-02-02 19:09:50 -05:00 |
|
rocky
|
9aae8f85c7
|
Bug introduced by last commit
|
2020-02-02 13:11:03 -05:00 |
|
rocky
|
04f8619cf1
|
Better docstring recognition
|
2020-02-02 13:02:37 -05:00 |
|
rocky
|
610994277c
|
2.7 ifelsestmt reduction rule futzing
|
2020-02-02 07:52:08 -05:00 |
|
rocky
|
6fff0fc5a2
|
More assert transform opportunities
|
2020-02-02 06:46:48 -05:00 |
|
rocky
|
6e5666c001
|
Merge branch 'master' of github.com:rocky/python-uncompyle6
|
2020-02-02 05:37:37 -05:00 |
|
rocky
|
38e2b8a10b
|
Go over docstring handling
|
2020-02-02 05:37:07 -05:00 |
|
rocky
|
5d1bf2dd9b
|
adjust "assert" transformation due to grammar ...
simplification
|
2020-02-01 22:27:17 -05:00 |
|
rocky
|
de1e7d423c
|
A more correct offset2inst_index update.
|
2020-02-01 21:02:45 -05:00 |
|
rocky
|
cf505545c0
|
3.6 iflastlstmt rule checking again
|
2020-02-01 12:00:08 -05:00 |
|
rocky
|
45c725feae
|
3.6 iflaststmtl doesn't follow ifstmt rules...
like iflaststmt does. test_dbm_dumb.py shows this
|
2020-02-01 11:20:58 -05:00 |
|
rocky
|
4dc64063d1
|
Small change
|
2020-02-01 11:14:19 -05:00 |
|
rocky
|
cdc5642715
|
More reduction checks...
Those in reduce check as well as those listed in parse{2,3}.
3.6 iflastsmtl needs ifstmt checking.
|
2020-02-01 07:10:30 -05:00 |
|
rocky
|
4f4850d9f7
|
Restrict "and" reduction checking to Python 3.6
|
2020-02-01 04:42:46 -05:00 |
|
rocky
|
451b18ee57
|
2.7 tryelse rule check disambiguation.
|
2020-02-01 04:05:50 -05:00 |
|
rocky
|
2d1ea6b02b
|
See previous commit
|
2020-01-31 21:12:59 -05:00 |
|
rocky
|
f279cc2d70
|
ifelsesmt for 2.7 yet again
|
2020-01-31 21:10:24 -05:00 |
|
rocky
|
cb1b2a8759
|
Typo in last commit
|
2020-01-31 19:11:13 -05:00 |
|
rocky
|
d64158b299
|
No iflastlstmt reduce check for python < 3.6...
just yet
|
2020-01-31 19:07:28 -05:00 |
|
rocky
|
2ea8a2ef7f
|
was getting testlastl reduce rule from wrong place
|
2020-01-31 17:37:47 -05:00 |
|
rocky
|
258fac3201
|
limit 3.x scope of ifelstmt reduction check to 3.6
at least for now. Again, we need major cleanup of this stuff, but that
will be done later.
|
2020-01-31 16:22:32 -05:00 |
|
rocky
|
7c012ebdfc
|
Remove duplicate stmt
|
2020-01-31 15:50:46 -05:00 |
|
rocky
|
f27b72ab05
|
Work around 2.7 phony come-froms in ifelsesmt
|
2020-01-31 15:49:29 -05:00 |
|
rocky
|
be022b3416
|
Start ifelsestmt reduce checks in Python 2.7
|
2020-01-31 13:58:06 -05:00 |
|
rocky
|
41f1d1ec09
|
Remove dup statement
|
2020-01-31 13:18:23 -05:00 |
|