rocky
f088ded236
Merge branch 'master' into python-2.4
2018-06-23 05:48:49 -04:00
rocky
fb31fe1f35
Another Python 3.0 (while) parse bug
2018-06-23 05:48:14 -04:00
rocky
f331deb864
2nd attempt to get check_grammar working on 3.x
2018-06-22 21:27:46 -04:00
rocky
beaedc7ca1
Merge branch 'master' into python-2.4
2018-06-22 21:10:20 -04:00
rocky
1350f4c899
Some bugs...
...
Python 3 compiling Python 2 tolerance. Fixes issue #180 .
pytest test_grammar.py and validate.py fixes for 3.6 testing
2018-06-22 21:06:54 -04:00
rocky
eb30181e51
Merge branch 'master' into python-2.4
2018-06-19 12:28:58 -04:00
rocky
98cd06d6e0
Remove a use of deparse_code.
2018-06-19 04:08:20 -04:00
rocky
53b471a3df
Merge branch 'master' into python-2.4
2018-06-12 15:05:40 -04:00
rocky
201e5b18b1
Administrivia: Remove six dependency..
...
add version of hypothesis known to work
2018-06-12 14:44:08 -04:00
rocky
ac2bbfc65a
Disable hypothesis on 2.6.9
2018-06-12 14:34:54 -04:00
rocky
ee3f2446f9
Merge branch 'master' into python-2.4
2018-04-16 13:10:16 -04:00
rocky
ab5303f504
Administrivia
2018-04-16 13:06:16 -04:00
rocky
6c6d62edb8
python 2.6 grammar test tweak
2018-04-16 13:00:30 -04:00
rocky
245deb0931
Get ready for release 3.8.1 ...
...
and more 3.7 grammar customization
2018-04-16 12:53:35 -04:00
rocky
3116ac8323
Merge branch 'master' into python-2.4
2018-04-08 05:27:16 -04:00
rocky
3f26589bf1
More testing
2018-04-04 22:43:19 -04:00
rocky
35c41f8065
Merge branch 'master' into python-2.4
2018-04-03 10:55:51 -04:00
rocky
1cd2d1e915
DRY scanner code more...
...
Expand 2.6 testing
2018-04-03 10:35:02 -04:00
rocky
fad43feb3d
DRY instruction building code...
...
There is a little more that could be done with self.offset2inst_index
2018-04-03 04:41:36 -04:00
rocky
75f3624f31
Merge branch 'master' into python-2.4
2018-04-01 13:48:16 -04:00
rocky
bf0f5715a3
Adjust grammar-checking test
2018-03-27 19:47:08 -04:00
rocky
661bfd4e52
Merge branch 'master' into python-2.4
2018-03-26 08:04:32 -04:00
rocky
d2c8e4e12c
Adjust test_grammar for recent changes
2018-03-25 20:52:28 -04:00
rocky
b2c832e19f
Merge branch 'master' into python-2.4
2018-03-24 10:55:43 -04:00
rocky
0d327ab0ce
Fix bug introduced in last commit
2018-03-24 06:29:35 -04:00
rocky
8d1c454376
small test tweak..
...
Allow it to run not under pytest
2018-03-01 17:23:58 -05:00
rocky
fb333f1505
Merge branch 'master' into python-2.4
2018-03-01 17:22:45 -05:00
rocky
2edc757b6f
more deparse_code -> code_deparse API additions
2018-03-01 16:55:45 -05:00
rocky
e23315b2e6
Fallout from more precise token attributes
2018-02-28 23:35:52 -05:00
rocky
413df51dfa
Token.format(), shows CONST values better...
...
We were not showing the proper value for None, or False.
Start a unit test for Token().
I think this cleans the Token class up a little more.
More work is needed for MAKE_FUNCTION...
Note: Some debug stuff is commented out in make_funciton.py for upcoming work.
2018-02-28 22:05:12 -05:00
rocky
a1532bbfea
Merge branch 'master' into python-2.4
2018-02-27 10:40:40 -05:00
rocky
98394d18bb
pytest adjust: 2.7 should have be unchanged
2018-02-25 21:31:30 -05:00
rocky
493835b8cd
bild_lines API changed. Adjust test for change
2018-02-25 21:27:09 -05:00
rocky
832f04a486
Merge branch 'master' into python-2.4
2018-02-15 10:47:14 -05:00
rocky
083ae5f3fd
Add deparsed_find() used by the trepan debuggers
2018-02-15 10:42:00 -05:00
rocky
b74662cf3d
Merge branch 'master' into python-2.4
2018-02-05 06:27:33 -05:00
rocky
296fcd89ce
Add self.offset2inst_index and document more
2018-02-04 09:13:49 -05:00
rocky
576ab98319
List comprehension fragment bugs in 3.4
2018-02-01 09:08:46 -05:00
rocky
75755c8cfc
Merge branch 'master' into python-2.4
2018-01-31 16:46:04 -05:00
rocky
a753e2c08f
fragments gen_ast more like pysource gen_ast
...
Skip deparse test for now
2018-01-30 10:28:32 -05:00
rocky
0a12dfb422
Add uncompyle6 option to show fragments
2018-01-29 21:14:34 -05:00
rocky
eb7484c671
Merge branch 'master' into python-2.4
2018-01-27 11:47:57 -05:00
rocky
0d32ec028c
Add deparse_code_with_fragments_and_map and simplify
2018-01-24 04:23:14 -05:00
rocky
f381211291
Merge branch 'master' into python-2.4
2018-01-08 22:13:05 -05:00
rocky
0692727605
Stronger while 1 testing...
...
Make instructions available in reduce tests.
Back off of a while test that was semantically different.
2018-01-08 21:54:28 -05:00
rocky
01ef3b774f
Merge branch 'master' into python-2.4
2018-01-08 11:44:11 -05:00
rocky
f59174575e
Fix 3.5+ bug in if's with pass bodies
...
Fixes #104 in a somewhat hacky way.
2018-01-08 10:21:53 -05:00
rocky
9041dead7f
Merge branch 'master' into python-2.4
2018-01-07 21:36:19 -05:00
rocky
4ea308f75a
Fix another 2.5- try/else bug (in a loop)
2018-01-07 08:36:17 -05:00
rocky
c2ccff4e38
Change disassembly to make offsets in COME_FROMs
2018-01-06 22:26:49 -05:00