rocky
|
5fc54015e4
|
3.7+ or reduction rule again
|
2020-01-09 04:32:15 -05:00 |
|
rocky
|
14f889561b
|
3.7+ multiple "and" parser generalize
|
2020-01-09 03:37:17 -05:00 |
|
rocky
|
7dee584a46
|
3.7+ "or" handling in listcomp
|
2020-01-09 03:15:30 -05:00 |
|
rocky
|
7c03cc466d
|
More 2.7 compatibility
|
2020-01-09 01:35:50 -05:00 |
|
rocky
|
086ceaf176
|
More 2.7 compatibility
|
2020-01-09 01:34:41 -05:00 |
|
rocky
|
30d8830957
|
Fix 2.x compatibility
|
2020-01-09 01:32:15 -05:00 |
|
rocky
|
199fb532bf
|
Move code from parse37base to reducechecks
|
2020-01-08 22:24:41 -05:00 |
|
rocky
|
b0d931b760
|
Small changes
|
2020-01-08 20:43:32 -05:00 |
|
rocky
|
6f6ef19e0a
|
Start splitting out reduction checks
|
2020-01-08 20:25:59 -05:00 |
|
rocky
|
7b76d55e55
|
Start to fold in 3.7 reduction-rule goodness into 3.6
|
2020-01-08 19:50:05 -05:00 |
|
rocky
|
7d24910b3c
|
"with .. as" with tuples need parens in 3.0 so always add ().
|
2020-01-08 12:02:34 -05:00 |
|
rocky
|
a98bc444f7
|
Remove long suffix "L" on ints in bytecode for > 3.0
|
2020-01-08 11:54:45 -05:00 |
|
rocky
|
13d9bcaaa9
|
Some reorg and Lame attempt to disasmbiguate "and" and "if .. if"...
More work is needed.
|
2020-01-08 10:31:19 -05:00 |
|
rocky
|
24f59546fe
|
better output in batch testing
|
2020-01-07 21:14:35 -05:00 |
|
rocky
|
d8628e79fb
|
2.6 "if" vs "if/else" disambiguation via reduction rule.
|
2020-01-07 20:51:44 -05:00 |
|
rocky
|
c0a907f436
|
Variable name typo in run-and-email.sh
|
2020-01-07 18:13:30 -05:00 |
|
rocky
|
8afd9cdaf5
|
Limit run-and-email.sh for now
|
2020-01-07 15:57:48 -05:00 |
|
rocky
|
c65e5cde70
|
One more use of except_handler_else
|
2020-01-07 12:25:00 -05:00 |
|
rocky
|
95bc0f1fbc
|
Update batch runtests.sh
|
2020-01-07 10:49:14 -05:00 |
|
rocky
|
eb3dac062d
|
More Administrivia
|
2020-01-07 10:13:25 -05:00 |
|
rocky
|
65e3e5fe5b
|
Update runtests.sh again
|
2020-01-07 06:25:49 -05:00 |
|
rocky
|
8c5873333f
|
Reduce exceptions in runtest.sh for 2.7
|
2020-01-07 04:49:04 -05:00 |
|
rocky
|
9a77dfaf95
|
Use copysign() in 2.6 nuke -0.0 test if < 2.6
|
2020-01-07 04:39:34 -05:00 |
|
rocky
|
14468fe8c9
|
Go over 2.5 for reduction rules and tests
|
2020-01-06 23:34:18 -05:00 |
|
rocky
|
19cac525ee
|
Accomodate "return" in an except handler
|
2020-01-06 18:57:05 -05:00 |
|
rocky
|
8e2c290e96
|
Disambiguate 2.7 "try" and "try/else"
will expand to other 2.x versions later
|
2020-01-06 18:29:10 -05:00 |
|
rocky
|
a3beccc874
|
Another case where we need code to set the generator bit..
via a dead-code "yield".
|
2020-01-06 17:22:50 -05:00 |
|
rocky
|
839eb6fe0b
|
bogus "yield" insertion not needed in 2.x
|
2020-01-06 15:02:40 -05:00 |
|
rocky
|
078cca335a
|
Seomtiems we need to add "yield"...
in order to get the generator bit flag set, such as in 3.x where the
yield is optimized away.
|
2020-01-06 14:57:11 -05:00 |
|
rocky
|
63a88b8eea
|
Some Python 3.x lambda params are in reverse order
|
2020-01-06 10:54:14 -05:00 |
|
rocky
|
67c047df75
|
Python 2.4- doesn't have condition expresions
|
2020-01-06 04:43:52 -05:00 |
|
rocky
|
444bab760b
|
Update runtests.sh exception list
|
2020-01-05 21:25:34 -05:00 |
|
rocky
|
2e0c0f8245
|
What's up with test_generators.py
|
2020-01-05 21:17:28 -05:00 |
|
rocky
|
3c5ad58e25
|
Add 2.x if vs if/else reduction rule check
|
2020-01-05 21:07:24 -05:00 |
|
rocky
|
962c503133
|
Small typo
|
2020-01-05 18:57:04 -05:00 |
|
rocky
|
4f545c5bfa
|
Get ready for release 3.6.2
3.6.2
|
2020-01-05 18:40:07 -05:00 |
|
rocky
|
bbfdb814bf
|
Fix 3.4+ keyword-only parameter handling
|
2020-01-05 15:54:31 -05:00 |
|
rocky
|
d088e7ef11
|
Better 3.x if/else reduction rule checking
|
2020-01-05 13:27:50 -05:00 |
|
rocky
|
6646d18c7a
|
More complex complex test
|
2020-01-05 11:54:41 -05:00 |
|
rocky
|
716e097654
|
kwonly args in lambas for 3.3..3.5
|
2020-01-05 11:17:33 -05:00 |
|
rocky
|
dba95c5200
|
3.7+ imports yet again
|
2020-01-05 00:13:53 -05:00 |
|
rocky
|
d5df411c7a
|
3.7+ multiple imports of dotted path
|
2020-01-03 23:22:28 -05:00 |
|
rocky
|
077f192711
|
Improve 3.7+ dotted imports
|
2020-01-03 21:22:55 -05:00 |
|
rocky
|
498df35a6c
|
Update runtests.sh failures for 3.7
|
2020-01-03 09:31:11 -05:00 |
|
R. Bernstein
|
7e71ce3260
|
Merge pull request #301 from rocky/decompyle6-2020-merge
Decompyle6 2020 merge
|
2020-01-03 09:06:39 -05:00 |
|
rocky
|
825add1af7
|
3.7+ "if not" in list comprehension and other bug fixes
|
2020-01-03 09:01:48 -05:00 |
|
rocky
|
1a901bde8f
|
remove unused rule found by grammar check.
|
2020-01-03 01:02:31 -05:00 |
|
rocky
|
732b5165c2
|
Fix a 3.7+ chained compare bug...
others remain though.
|
2020-01-03 00:55:45 -05:00 |
|
rocky
|
7bd81efe9b
|
3.7+ "from import" vs "import as" disambiguation
|
2020-01-02 09:43:37 -05:00 |
|
rocky
|
c42e16fafe
|
Fix 3.7+ import as
|
2020-01-01 22:59:07 -05:00 |
|