rocky
476eb50868
Handle PyPy JUMP_IF_NOT_DEBUG
...
Update README.rst to note PyPY and reorganize a little
2016-07-25 09:18:03 -04:00
rocky
d1ef0bf21b
Update HISTORY and add link to it in README.md
2016-07-20 12:02:58 -04:00
rocky
69e65463b7
More explicit usage info
2016-07-16 10:49:36 -04:00
rocky
cd8cbf9200
Add 3.5 matrix mult ops
...
We now run 3.5 verifycation so we need to remove some
of the tests that fail to verify pending fixing.
2016-07-15 12:12:19 -04:00
rocky
accc959b71
Get ready for release 2.7.0
2016-07-15 02:54:00 -04:00
rocky
4e6e38358d
3.x list comprehenions list_if_not, comp_ifnot bug
...
Saw only list_if_not bug, but might also be applicable
to comp_ifnot
2016-07-14 11:30:42 -04:00
rocky
55b269f744
Get ready for release 2.6.2
2016-07-11 19:33:51 -04:00
rocky
7fdb4d3e68
Get ready for release 2.6.1
2016-07-08 12:16:42 -04:00
rocky
170244181f
Revise decompilation quality estimate
2016-07-08 07:10:46 -04:00
rocky
04698f45cc
Update history. Note 2.5-2.6 deficiencies
...
Note Eloi Vanderbeken's contribution
2016-07-03 11:32:20 -04:00
rocky
9a251b239e
Doc fixes
2016-06-22 23:42:33 -04:00
rocky
e2917590fc
Update README
2016-06-22 22:31:19 -04:00
rocky
d4006abf15
Typos
2016-06-03 10:59:29 -04:00
rocky
6bdddb6a58
For Python 3.3 verification
...
README.rst: reflow paragraph
2016-06-03 04:33:58 -04:00
rocky
167f5af5e6
Misc refactorings
2016-06-02 16:58:42 -04:00
rocky
3bd41b68ec
Remove things we don't do here anymore.
...
For those other things see xdis.
2016-06-01 13:51:08 -04:00
rocky
544cb334e8
pydisassemble is in pyxdis now
...
Some small ReST tag fixes
2016-05-22 18:12:42 -04:00
rocky
06edeeeb46
Get ready for release 2.4.0
2016-05-18 12:46:23 -04:00
rocky
163dfd888d
Minor tweaks
2016-05-05 22:09:22 -04:00
rocky
72ac7eb27c
Be more explicit that we need Python 2.6 or later
2016-05-02 21:32:44 -04:00
rocky
c5f359f9be
Note relation to other uncompyle forks
...
Add some other minor corrections and additions as well.
2016-05-02 12:19:57 -04:00
rocky
fa48c9fc61
Get ready for release 2.3.1
2016-04-30 11:33:50 -04:00
rocky
34a582b64c
Administrivia
2016-04-27 23:26:31 -04:00
rocky
40badefe9d
Use external spark now.
2016-04-27 23:04:31 -04:00
rocky
7b3c7e83ec
Remove link to Mysterie uncompyle2 per request
2016-04-19 04:05:05 -04:00
rocky
17b0caa4f0
Another typo
2016-04-18 05:58:35 -04:00
rocky
b0d3a4e47b
Doc typo
2016-04-18 05:43:14 -04:00
rocky
9f7d36f8fb
Handle Ternary "or". Remove mention of uncompyle3
...
uncompyle3 removed per Mysterie's request
[Fixes Issue #5 ]
2016-04-07 07:18:46 -04:00
rocky
66739752d8
Regularize spelling of bytecode
2016-01-02 15:55:48 -05:00
rocky
716ee6d361
Add download shield. Add check-rst target
2016-01-02 15:54:24 -05:00
R. Bernstein
ca00e433b7
Update README.rst
2016-01-02 13:32:32 -05:00
rocky
0533bbb758
Note Python 3.5
2015-12-30 23:48:27 -05:00
rocky
34841abe14
scanner3: Python 2.6 compatibility: change set initializations. Get rid
...
of * import
opcode_*: only a little of the much-needed larger cleanup
Makefile: remove 3.x bytecode checking from Python 2.x for now. DRY
Makefile a little bit (but more is needed)
2015-12-29 08:30:49 -05:00
rocky
f859758aff
Get ready for release 2.1.1
2015-12-27 12:55:52 -05:00
rocky
44cd349cc7
DRY Python3 scanner code. Some cross version handling fixed.
...
Some Python 3.2 and 3.3 deparse fixes.
2015-12-27 04:43:35 -05:00
rocky
5e3b5ce786
README.rst typos
2015-12-25 00:35:11 -05:00
rocky
d3d375d954
grammar
2015-12-21 21:58:33 -05:00
rocky
15e3b44d63
Add meat to CI tag
2015-12-21 21:53:20 -05:00
rocky
db58a63e73
Use travis badge for now
2015-12-21 21:39:46 -05:00
rocky
ce3c653b40
Make README.rst reflect current situation better
2015-12-21 21:36:35 -05:00
rocky
7880e0d7b1
Go over makefiles to make "make check" work. walker, deparser: use zip_longest
2015-12-20 12:07:49 -05:00
rocky
0459b3cdc7
rSt-style linking
2015-12-19 17:54:37 -05:00
rocky
3b3d1c17ca
Update what this is about
2015-12-19 17:52:04 -05:00
rocky
c0fcb5fc52
Docs
2015-12-19 03:14:48 -05:00
rocky
347219a009
Python3 postional arguments. Clean up code more along the lines of uncompyle3.
2015-12-18 17:07:35 -05:00
R. Bernstein
237f6731d9
Update README.rst
2015-12-15 02:18:12 -05:00
R. Bernstein
bf244ebe1a
Update README.rst
2015-12-15 02:06:21 -05:00
rocky
34ecd54e2c
README.rst: note addition of pydisassemble
...
Remove duplicate disassembly printing from scanners and
put common code in caller(s). Show source-code line numbers in disassembly output
and fix alignment of byte offsets.
disas.py: workaround Python 2/3 different layouts before we get to
bytecodes in a code object.
2015-12-15 01:42:07 -05:00
rocky
ae42f61ef0
Add a standalone disassemble utility. __init__.py: Shun using 0, 1 for booleans
2015-12-14 22:01:58 -05:00
rocky
d71164df7f
Correct MANIFEST->MANIFEST.in more lint
2015-12-13 02:28:05 -05:00