rocky
|
047e27c966
|
3.0 assert2...
Not like other 3.x due to the lack of POP_JUMP_IF
|
2019-11-16 09:10:14 -05:00 |
|
rocky
|
6a81a752a7
|
Adjust 3.0 iflastsmtl rule
|
2019-11-16 00:59:58 -05:00 |
|
rocky
|
44f0ba0efb
|
Add 3.0 try/except rule
|
2019-11-15 23:39:36 -05:00 |
|
rocky
|
bc8907e752
|
Guard again improper assert transform...
we see this happen in getheader() from 3.0.1/lib/python3.0/http/client.pyc
|
2019-11-15 22:19:17 -05:00 |
|
rocky
|
4e9d8783d1
|
Add Python 3.0.1 list_comp rule
|
2019-11-15 21:32:31 -05:00 |
|
rocky
|
47c847644e
|
Modify 3.0 _ifstmts_jump rule
|
2019-11-15 19:23:08 -05:00 |
|
rocky
|
af2ed31871
|
Add 3.0 whilestmt rule
|
2019-11-15 15:14:33 -05:00 |
|
rocky
|
49de5b5c9d
|
add 3.0 iflaststmt rule
|
2019-11-15 14:07:37 -05:00 |
|
rocky
|
c8252ca9cb
|
3.0 import_from rule
|
2019-11-15 09:27:47 -05:00 |
|
rocky
|
0441fbc616
|
3.0.1 "ret_or", "ret_and", and "or" rules
|
2019-11-15 09:12:53 -05:00 |
|
rocky
|
1b4335edf1
|
Add 3.0.1 while loop rule
|
2019-11-15 07:48:23 -05:00 |
|
rocky
|
2e36551c02
|
Remove more 3.0 parse errors...
However this doesn't mean that some wrong rules still don't
kid in. We still have control-flow "if/and/else" vs "if/if/else" problems.
|
2019-11-14 18:32:52 -05:00 |
|
rocky
|
fff6f82dd7
|
expand 3.0 jump_except rule
|
2019-11-14 10:11:28 -05:00 |
|
rocky
|
7c8f3cc9ec
|
Two 3.0 rules ...
- ifstmtlastl
- ifnotstmt30
|
2019-11-14 03:57:41 -05:00 |
|
rocky
|
78a595c8cf
|
Bang on 3.0.1 control flow...
more word is needed though
|
2019-11-13 20:35:44 -05:00 |
|
rocky
|
cda0154594
|
Pypy 3.6.9 tolerance
|
2019-11-12 23:33:36 -05:00 |
|
rocky
|
d852f23962
|
3.3 "yield from" semantic action fix
|
2019-11-12 17:48:16 -05:00 |
|
rocky
|
065fd13b81
|
Small tweaks
|
2019-11-12 17:04:35 -05:00 |
|
rocky
|
659f37585b
|
Bug in 3.0 rule in "jump_absolute_else" ...
and disallowing "else" to the wrong place.
|
2019-11-12 16:31:43 -05:00 |
|
rocky
|
bc18fcf7fa
|
3.0 tweak in iflastsmtl reduction validation
|
2019-11-12 06:37:43 -05:00 |
|
rocky
|
144f52da8e
|
More 3.0 control flow pattern fixups
|
2019-11-12 06:08:30 -05:00 |
|
rocky
|
9f250b49ee
|
Cope more JUMP/POP_IF not being in 3.0...
more is probably needed though.
|
2019-11-11 19:58:35 -05:00 |
|
rocky
|
4abdffecb9
|
More 3.0 control-flow rules...
Much more is needed though
|
2019-11-11 19:07:58 -05:00 |
|
rocky
|
1419acf019
|
More Python 3.0 for JUMP elimination ...
here, in except blocks.
|
2019-11-11 13:50:48 -05:00 |
|
rocky
|
bdc24d7f51
|
Add 3.0 gen_comp_body rule.
|
2019-11-11 05:10:54 -05:00 |
|
rocky
|
07ec8fa1fb
|
More Python 3.0 custom "if" statment handling.
|
2019-11-10 18:44:43 -05:00 |
|
rocky
|
04c2240d63
|
Python 3.0 if/else handling
|
2019-11-10 17:23:33 -05:00 |
|
rocky
|
96dcdfd744
|
Last change but closer...
|
2019-11-10 16:09:17 -05:00 |
|
rocky
|
82ea77c592
|
Python 3.0 bytecode decoding
|
2019-11-10 15:56:04 -05:00 |
|
rocky
|
4f0e580438
|
Update testenv pypy 3.6
|
2019-11-10 13:44:52 -05:00 |
|
rocky
|
09cc0d775a
|
Pypy 3.3 tolerance and ...
Remove some duplicate grammar rules
|
2019-11-10 13:34:51 -05:00 |
|
rocky
|
2da5a5649f
|
Python 3.5 tolerance
|
2019-11-10 12:04:21 -05:00 |
|
rocky
|
373916f57c
|
Pypy 3.5 tolerance
|
2019-11-09 21:56:36 -05:00 |
|
rocky
|
1c0c54991e
|
Backend some buffers
|
2019-11-09 18:49:40 -05:00 |
|
rocky
|
5de5d2357f
|
Update test_grammar for Python 3.8
|
2019-11-09 17:55:58 -05:00 |
|
rocky
|
6d296f11c9
|
Add another 3.8 test
|
2019-10-31 07:13:41 -04:00 |
|
rocky
|
0ae4acff9e
|
Remove extraneous iter() in "for" of list comp...
Fixes #272
|
2019-10-30 21:58:14 -04:00 |
|
rocky
|
40c2f2962c
|
Try expanding 3.8 testing
|
2019-10-30 19:36:42 -04:00 |
|
rocky
|
dae195e36e
|
Expand 3.8 testing
|
2019-10-30 19:11:19 -04:00 |
|
rocky
|
2c503d5a14
|
Bump xdis ...
to handle pypy3.6 from Python 2
|
2019-10-30 11:58:39 -04:00 |
|
rocky
|
eed4c1025b
|
Pypy 3.6 tolerance
|
2019-10-30 11:44:04 -04:00 |
|
rocky
|
86c1d12e69
|
Pypy 3.6 tolerance
|
2019-10-29 18:12:06 -04:00 |
|
rocky
|
61a367b0ae
|
Don't test 3.8 except on 3.8 for now
|
2019-10-29 13:46:04 -04:00 |
|
rocky
|
dba6d24361
|
3.8 for block without a POP_BLOCK ...
and confusing JUMP_BACK for CONTINUE. Expect more like this.
Fixes #293
|
2019-10-29 13:32:43 -04:00 |
|
R. Bernstein
|
0b111f1568
|
Merge pull request #263 from rocky/pypy3.6
pypy3.6 handling
|
2019-10-29 12:55:30 -04:00 |
|
rocky
|
c666e2dc3d
|
Remove pypy 3.6 testing for now
|
2019-10-29 12:08:00 -04:00 |
|
rocky
|
0a5fcc51d8
|
Pypy 3.6 fixes and tests
|
2019-10-29 11:43:09 -04:00 |
|
rocky
|
ade9f7a182
|
Add Pypy 3.6 file for showing unmarshal problem
|
2019-10-28 20:58:42 -04:00 |
|
rocky
|
d41ef3e5dc
|
Pypy 3.6 tolerance
|
2019-10-28 14:46:45 -04:00 |
|
rocky
|
ebb0342b38
|
WIP pypy3.6 handling
|
2019-10-28 13:20:51 -04:00 |
|