rocky
3c6e378cc4
Spelling corrections
2024-07-10 13:31:39 -04:00
R. Bernstein
9b5d953614
Merge pull request #364 from rocky/PYTHON3-move
...
use xdis.PYTHON3 not uncompyle.PYTHON3
2021-11-03 01:24:47 -04:00
Markus Elfring
05761b0d46
Issue #363 : Convert 14 statements to the usage of augmented assignments
...
Augmented assignment statements became available with Python 2.
https://docs.python.org/3/whatsnew/2.0.html#augmented-assignment
Thus adjust 14 source code places accordingly.
Signed-off-by: Markus Elfring <elfring@users.sourceforge.net >
2021-11-02 11:25:04 +01:00
rocky
e713169bdf
Administrivia: go over tests...
...
Some tests were deferred and are not now
update Python 2.7 standard library tests
2019-11-18 12:30:48 -05:00
rocky
abecb21671
2.7 grammar bug workaround. Fix docstring bug
2016-11-24 21:57:39 -05:00
rocky
80df5dcc95
Back off a test.
...
That means bugs in 2.7 still not fixed. Sigh.
2016-11-20 11:37:19 -05:00
rocky
478602bfa5
Add decompyle's 2.1 tests
...
Update README.rst to note new pythons supported since last update
2016-10-08 05:54:35 -04:00
rocky
f571f6dfce
Revert recent 2.x code which fail verification
2016-07-10 20:06:05 -04:00
rocky
663e724788
Remove 2.7 asynchat verifcation for now
2016-07-07 13:56:04 -04:00
rocky
3e5876dd03
Back of some of the last disasm changes
...
Was failing test_disasm and I don't want to deal with that now.
Add more 2.7 bytecode tests
2016-05-30 00:23:51 -04:00
rocky
b6a0c5a704
Remove bytecode that doesn't exist on CircleCI
2016-05-25 20:08:12 -04:00
rocky
79f4893cd9
final RETURN removal bug
...
We want to remove a final return from a module, but otherwise not.
Note we'll no lonager be able to verify functools.pyc as there
is now a return after a raise statement. That will have to be
delt with separately.
May address Issue #17 .
2016-05-23 22:41:46 -04:00
rocky
38a5180e02
Add more Python 2.7 verify tests
2016-05-15 04:24:29 -04:00
rocky
4aa703d727
Test optimized Python code and Python 3.2
2016-04-30 06:54:01 -04:00
rocky
5a813621cb
Test administrivia
2016-04-10 21:27:41 -04:00
rocky
4d5a3bc449
Add a few tests from Python 2.7 standard library
2015-12-31 10:57:59 -05:00
rocky
9d8f1cbf65
Remove 2.7 lib testfile pending further resolution
2015-12-17 21:03:20 -05:00
rocky
a309a77ea7
Python3: remove "return None" at end of main for uncompyle. Fix up verify for Python3. First automated Python 3.4 tests via "makecheck-3.4" in test directory.
2015-12-17 18:53:30 -05:00