rocky
|
6cef42f6c7
|
3.7+ "or" disambiguation and assert2 handling
|
2020-01-10 20:44:28 -05:00 |
|
rocky
|
eba8f04e29
|
DRY reducecheck code
|
2020-01-10 15:36:24 -05:00 |
|
rocky
|
d1bc30e2f1
|
3.7 testtrue with asserts
|
2020-01-10 14:04:47 -05:00 |
|
rocky
|
fd2b551661
|
Forgot to add testtrue check
|
2020-01-10 10:29:24 -05:00 |
|
rocky
|
505946d747
|
Add "testtrue" reduction rule...
only for 3.7 for now.
|
2020-01-10 10:26:40 -05:00 |
|
rocky
|
07f16fa040
|
need to relax node checking on tryelsesmtl3...
now that except_handler_else is derived from except_handler.
|
2020-01-09 23:24:42 -05:00 |
|
rocky
|
5a3aaa9688
|
test_grammar again
|
2020-01-09 23:19:20 -05:00 |
|
rocky
|
69105825bd
|
Administrivia: adjust python grammar check
|
2020-01-09 23:00:49 -05:00 |
|
rocky
|
ef437d191d
|
3.5 test_buffer now works
|
2020-01-09 22:39:35 -05:00 |
|
rocky
|
fedd5e0ba5
|
Better "try" vs. "try"/"else" disambiguation ...
via reduction check that was originally only in 2.7
|
2020-01-09 22:37:02 -05:00 |
|
rocky
|
7bcebf8656
|
Move some parse2 reduction rules into reducecheck
|
2020-01-09 21:24:04 -05:00 |
|
rocky
|
8b74d8f855
|
Fix bug in handling 3.5- complex annotation return...
Go over runtests.sh for 3.5
|
2020-01-09 19:55:22 -05:00 |
|
rocky
|
fee02e0aa0
|
Go over runtests.sh for 3.5
|
2020-01-09 18:56:10 -05:00 |
|
rocky
|
a99a4cead4
|
Go over runtests.sh for 3.6
|
2020-01-09 17:30:26 -05:00 |
|
rocky
|
d31478f56a
|
Go over 3.6 runtest exceptions
|
2020-01-09 17:17:55 -05:00 |
|
rocky
|
788cd8dc80
|
Merge hell
|
2020-01-09 15:19:37 -05:00 |
|
rocky
|
508331e743
|
Merge hell
|
2020-01-09 15:19:00 -05:00 |
|
rocky
|
68c82f9d4e
|
Merge branch 'master' of github.com:rocky/python-uncompyle6
|
2020-01-09 14:28:57 -05:00 |
|
rocky
|
e0e4aed591
|
More runtest exclusions
|
2020-01-09 14:28:35 -05:00 |
|
rocky
|
158b145394
|
Make runtests.sh more version robust
|
2020-01-09 12:58:27 -05:00 |
|
rocky
|
d1d9219d48
|
runtest exclusions
|
2020-01-09 09:16:03 -05:00 |
|
rocky
|
778c8d6003
|
Forgot to add this file.
|
2020-01-09 04:39:27 -05:00 |
|
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 |
|