rocky
|
6f5dce342f
|
Start going over Python 2.5 bytecode
Fix 2.6 with bug
|
2016-07-08 07:01:48 -04:00 |
|
rocky
|
f865ecaa58
|
2.6.9 bug: multiple COME_FROMs via "or"/"assert"
|
2016-07-06 21:07:40 -04:00 |
|
rocky
|
14b4f8e2da
|
2.6.9 elif with multiple COME_FROMs
|
2016-07-06 20:56:29 -04:00 |
|
rocky
|
aa65b098a4
|
< 2.7 bug in not distinguishing raise from assert
|
2016-07-06 19:52:02 -04:00 |
|
rocky
|
12d22c055f
|
Python 2.6 with as stmt
|
2016-07-02 22:24:28 -04:00 |
|
rocky
|
4dff02b19c
|
2.6 ifelsestmt
|
2016-07-01 17:15:00 -04:00 |
|
rocky
|
261c60efd9
|
More 2.6.9 bugs fixed
* break loop parsing bug
* ifelsestmt semantic-action bug in handling else
|
2016-06-30 21:42:49 -04:00 |
|
rocky
|
d7f7748000
|
2.6.9 assert 2-arg bug
|
2016-06-29 22:28:52 -04:00 |
|
rocky
|
32ca0c4482
|
2.6 ifelse/while modifications
|
2016-06-29 12:46:02 -04:00 |
|
rocky
|
36432c7488
|
Add more come_from_pops
|
2016-06-28 14:43:58 -04:00 |
|
rocky
|
74c6b38fd8
|
2.6. with fn()
|
2016-06-28 10:54:01 -04:00 |
|
rocky
|
10b95cd9a8
|
Fix * in multi-target assignment
|
2016-06-19 02:31:19 -04:00 |
|
rocky
|
5babde61c4
|
Misc changes
Back off of some validation tests for now.
|
2016-05-12 11:22:00 -04:00 |
|
rocky
|
d823dfb5d3
|
Python 3 "while True" bug
|
2016-05-09 14:44:34 -04:00 |
|
rocky
|
c58481a9eb
|
More Python 2 and 3 deparsing bugs fixed
* while + if break
* try + finall /pass
|
2016-05-05 20:56:41 -04:00 |
|
rocky
|
c85496a92d
|
Handle 3.5 with [as]
scanner35.py: Fix a small variable-name typo
|
2016-05-04 22:15:03 -04:00 |
|
rocky
|
7c5b8d803c
|
More tests
|
2015-12-27 16:50:45 -05:00 |
|
rocky
|
7a2703634f
|
Fix up looping by reinstating JUMP_ABSOLUTE -> JUMP_BACK or CONTINUE
get jump offsets into jump attributes. Fix up 3.2 scanner paritally
and use that in 3.4 for in cross version disassembly.
|
2015-12-26 03:06:03 -05:00 |
|