x0ret
c7b20edba0
add annotations type test cases
2019-06-06 19:14:03 +04:30
rocky
64e35b09db
Small simplification
2019-06-06 09:10:44 -04:00
rocky
3436a3a256
Merge branch 'master' into python-2.4
2019-06-06 08:45:18 -04:00
rocky
a0d4daf5ff
Small typo
2019-06-06 08:44:19 -04:00
rocky
afa6a00db8
x0ret's code in decompile3 for annotation types
2019-06-06 06:39:02 -04:00
rocky
d634c5c17a
Merge branch 'master' into python-2.4
2019-06-06 02:53:55 -04:00
rocky
d8f0d31475
better name for call generator rule
2019-06-06 02:53:04 -04:00
R. Bernstein
dd76a6f253
Merge pull request #250 from rocky/extra-parenthesis-genexpr-dryer
...
Extra parenthesis genexpr dryer
2019-06-06 02:02:25 -04:00
rocky
cb40caa73c
DRY x0ret's code a little bit.
2019-06-05 20:35:06 -04:00
x0ret
fd59879510
feature #247 : handle extra parenthesis in generators
2019-06-05 20:18:05 -04:00
R. Bernstein
c9cae2d09e
Merge pull request #246 from rocky/async-await-generator
...
Bug in 3.5+ generator detection...
2019-06-05 20:16:24 -04:00
rocky
af209dc142
Bug in 3.5+ generator detection...
...
Also bug in 3.5 code detection for async attribute
2019-06-05 19:08:21 -04:00
rocky
f9fd63d5f5
Merge branch 'master' into python-2.4
2019-06-05 11:38:37 -04:00
R. Bernstein
ad419e0ed9
Merge pull request #243 from rocky/docstrings-again
...
Some docstring bugs fixed, some remain...
2019-05-31 08:37:41 -04:00
R. Bernstein
ee5c7da790
Merge pull request #244 from x0ret/docstrings-again
...
Fix unicode docstring again
2019-05-28 15:57:01 -04:00
x0ret
39c12704a8
fix unicode docstring again, handling unicode string in py2, fix docstring indentation
2019-05-28 15:11:44 +04:30
rocky
3b3fc09b60
Reinstate more docstring tests
...
But 3.{6,7} are stil broken
2019-05-27 20:59:29 -04:00
rocky
f7697ccd7b
Some docstring bugs fixed, some remain...
...
I had broken escaping the tail quote by inadvertently switching from """
by default to '''.
Some additional tests have been added to 00_docstring.py for
this. However...
Unicode decoding is still broken. For now I've added errors="ignore" to
.decode("utf-8", ...) until a better fix is found. Sigh.
2019-05-27 18:01:08 -04:00
R. Bernstein
e364499bb9
Merge pull request #242 from x0ret/master
...
Towards supporting unicode
2019-05-27 12:10:09 -04:00
x0ret
9db59f1b80
add support for generated source encoding
2019-05-27 17:19:10 +04:30
x0ret
a5cdb50154
towards supporting unicode: docstring
2019-05-27 17:00:08 +04:30
rocky
792ef5b5b8
Simplfy - TODO fix unicode in docstrings
2019-05-24 11:03:44 -04:00
rocky
123be56e5d
Simplify docstrings...
...
main.py: 2.7ism creaped in.
2019-05-24 10:45:29 -04:00
rocky
7f46d8bb2a
Merge branch 'master' into python-2.4
2019-05-24 10:37:51 -04:00
rocky
47ed0795b2
3.x docsting escaping works differently?
2019-05-24 09:53:56 -04:00
rocky
cccf33573b
A runnable docstring test...
...
TODO: fix up the code! so this doesn't throw an assert error!
2019-05-24 02:29:23 -04:00
rocky
3c3e5c82fc
Another small tweak
2019-05-21 17:04:09 -04:00
rocky
436260dc9a
Small tweak
2019-05-21 17:02:24 -04:00
rocky
8f0674706b
Grammar simplification
2019-05-21 16:10:12 -04:00
rocky
01cc184716
dict grammar rule cleanup
2019-05-21 15:09:40 -04:00
rocky
2771cb46ab
short option -T for --tree+
2019-05-21 11:38:43 -04:00
rocky
9ed4326f7e
Administrivia
2019-05-21 08:29:03 -04:00
rocky
e3b10b62d7
Remove debug stmt
2019-05-21 07:19:08 -04:00
rocky
59b8f18486
Fix 3.7 list comprehension bug
2019-05-21 07:01:27 -04:00
rocky
bcf6939312
Merge branch 'master' of github.com:rocky/python-uncompyle6
2019-05-20 13:06:33 -04:00
rocky
3b7f49c01d
Status area update and ...
...
Handle bytecode mismatch errors
2019-05-20 13:05:41 -04:00
R. Bernstein
ae976e991a
Update README.rst
2019-05-20 09:14:46 -04:00
rocky
60d96b6a5a
Merge branch 'master' into python-2.4
release-python-2.4-3.3.3
2019-05-19 17:11:30 -04:00
rocky
8fe6309650
Get ready for release 3.3.3
3.3.3
2019-05-19 16:55:52 -04:00
R. Bernstein
4c4aa393df
Update HISTORY.md
2019-05-17 10:24:13 -04:00
R. Bernstein
a8b8c2908c
Update README.rst
2019-05-15 03:25:06 -04:00
R. Bernstein
cb406e2581
Update README.rst
2019-05-15 03:24:33 -04:00
R. Bernstein
20b16c44ff
Update README.rst
2019-05-15 03:22:05 -04:00
rocky
3abe8d11d3
3.7 handling of 4-level attribute import
...
Fixes #239
2019-05-14 12:09:38 -04:00
R. Bernstein
26140934da
Merge pull request #237 from rocky/for-iter-come-from
...
Less dishonest COME_FROMs in 3.6+ code
2019-05-14 09:31:27 -04:00
x0ret
b62752eca1
2 more 3.7 chained comparison rule
2019-05-14 17:51:51 +04:30
rocky
9db446d928
Another 3.7 chained comparison rule
2019-05-14 07:26:18 -04:00
rocky
46acb74745
Only add forward-jumping COME_FROM in 3.6+
...
Is this a repeat commit?
2019-05-14 06:28:29 -04:00
rocky
44e1288e2f
Less dishonest COME_FROMs
...
Addresses all of the problems seen in 3.7 datetime.py.
However we limit COME_FROMs only to forward jumps, not back (which in the case of Python code right now means looping) jumps.
2019-05-13 23:15:55 -04:00
R. Bernstein
ce9270dda0
Merge pull request #236 from x0ret/master
...
Python 3.7 decompiling full 3.7.3 library without error #235
2019-05-13 11:53:07 -04:00