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
|
3120de0c02
|
Go over older 2.4 runtests failures
|
2020-02-04 22:01:49 -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
|
83e27bc427
|
Reinstate some 3.0 tests
|
2020-02-02 17:45:17 -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
|
e4a196278a
|
More control-flow testing based on past failures...
Some of these still cause problems. Sigh.
|
2020-02-02 06:08:19 -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
|
16a51961c3
|
Add tests based on recent runtests.sh failures...
These run quicker and are distilled to simple examples.
|
2020-02-01 20:32:23 -05:00 |
|
rocky
|
0798078d7e
|
See previous commit msg
|
2020-02-01 12:30:51 -05:00 |
|
rocky
|
db3c687784
|
See previous commit msg
|
2020-02-01 12:27:06 -05:00 |
|
rocky
|
0fafb38d35
|
Typo
|
2020-02-01 12:14:34 -05:00 |
|
rocky
|
f426101000
|
Another runtests.sh exclude for now
|
2020-02-01 12:11:51 -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 |
|
rocky
|
89c2805c27
|
Start to clean up parse3 reduction rule checks...
A lot more work is needed, but this is a start.
|
2020-01-31 13:10:35 -05:00 |
|
rocky
|
e639a30157
|
Add some decompyle reduction-check goodness here
|
2020-01-31 12:20:12 -05:00 |
|
rocky
|
ee2a1f62c6
|
runtests exclude found recently in 3.6
|
2020-01-31 04:46:25 -05:00 |
|
rocky
|
db46e096b4
|
See previous commit message
|
2020-01-31 03:53:35 -05:00 |
|
rocky
|
ea48944fff
|
reinstate a test fixed recently
|
2020-01-31 03:08:36 -05:00 |
|
rocky
|
31714d3420
|
compile-file.py: preserve source file location
|
2020-01-30 21:09:34 -05:00 |
|
rocky
|
6466d30e2e
|
Adjust "ifelsestmt" rule
Fixes #305
|
2020-01-30 19:45:32 -05:00 |
|
rocky
|
ef61f3a92a
|
Add a 3.6 runtest exclude due to bad control flow
|
2020-01-30 18:02:44 -05:00 |
|
rocky
|
fdf4496a2d
|
Track grammar "stmt" simplifications class ...
* NAME_MODULE constant
* QUAL_NAME constant
|
2020-01-29 15:37:58 -05:00 |
|
rocky
|
b548910e57
|
IMPORT_NAME -> IMPORT_NAME_ATTR
Fixes #304
|
2020-01-28 01:43:20 -05:00 |
|
R. Bernstein
|
c5f939e90d
|
Merge pull request #302 from hjung4/spell
fix spelling errors
|
2020-01-27 20:33:01 -05:00 |
|
comet
|
6bbafcc8dd
|
fix spelling errors
|
2020-01-27 18:41:55 -06:00 |
|
rocky
|
7fc4ccf75a
|
Get ready for release 3.6.3
3.6.3
|
2020-01-26 12:11:22 -05:00 |
|