rocky
|
1bcf0d54f7
|
Get ready for release 3.2.4
|
2018-10-27 11:04:26 -04:00 |
|
rocky
|
4c6bdd58ab
|
Fix indentation iftrue_stmt24
Fixes #187
|
2018-10-17 15:35:51 -04:00 |
|
rocky
|
7898fa157b
|
extend Python 2.6- lastc grammar-rule
Fixes #192
|
2018-10-05 12:37:16 -04:00 |
|
rocky
|
bbdb238ddb
|
Note that bytecode should be provided.
|
2018-10-01 23:59:06 -04:00 |
|
rocky
|
ec42ee540c
|
Small typos
|
2018-09-20 17:40:23 -04:00 |
|
rocky
|
616e5c82f6
|
Reinstat expr32 and expr1024 rules...
to speed up handling long literal lists. See also issue #188
Update issue forms to simplfy via putting instructions as comments.
|
2018-09-19 20:14:42 -04:00 |
|
rocky
|
1cb31a85fd
|
decompile bytecode_version defaults to Python intepreter version
Fixes #189
|
2018-09-19 15:20:23 -04:00 |
|
rocky
|
7d1ecf957c
|
Not sure why this is here, but fix it so it works.
|
2018-09-19 08:41:02 -04:00 |
|
rocky
|
c96e796ff5
|
Handle Python 2.4 if true
|
2018-08-12 02:24:13 -04:00 |
|
rocky
|
f14e1dd62f
|
Update bug report template
|
2018-08-02 12:32:50 -04:00 |
|
rocky
|
5f1667988f
|
Guidleines for reporting bugs and openning feature requests
|
2018-08-02 12:28:58 -04:00 |
|
rocky
|
19ec52eb63
|
Change AST to SyntaxTree in many places
|
2018-07-15 12:37:50 -04:00 |
|
rocky
|
c3e722ad51
|
Python 3.7 is too new for TravisCI
|
2018-07-13 10:39:48 -04:00 |
|
rocky
|
31de342528
|
Try 3.7.0 on travis
|
2018-07-13 10:32:10 -04:00 |
|
rocky
|
70f25d5f8d
|
Merge branch 'master' of github.com:rocky/python-uncompyle6
|
2018-07-05 21:48:53 -04:00 |
|
rocky
|
1b71cfef07
|
3.6 omit END_FINALLY sometimes
Fixes #182
|
2018-07-05 21:47:36 -04:00 |
|
R. Bernstein
|
e7845ed2e4
|
Update HOW-TO-REPORT-A-BUG.md
|
2018-07-05 07:19:33 -04:00 |
|
rocky
|
f4a1e9e40f
|
Skip botched 3.8.5 release
|
2018-07-03 16:32:23 -04:00 |
|
rocky
|
b9e8e619f6
|
Add a 3.0 test
|
2018-07-03 15:45:27 -04:00 |
|
rocky
|
5c88f804c1
|
Remove CircleCI 1.1
|
2018-06-26 22:36:51 -04:00 |
|
rocky
|
35834b06d4
|
Generalize stdlib test
|
2018-06-25 16:43:06 -04:00 |
|
rocky
|
27febca918
|
Another CircleCI 2.0 try
|
2018-06-25 13:18:14 -04:00 |
|
rocky
|
37b917ed7c
|
Convert to CircleCI 2.0
|
2018-06-25 13:12:46 -04:00 |
|
rocky
|
82499b50bb
|
Small typo
|
2018-06-24 18:24:53 -04:00 |
|
rocky
|
c6b3e20b47
|
Remove some of the 3.0 3.x instruction hackiness
|
2018-06-24 18:23:38 -04:00 |
|
rocky
|
93e889e82a
|
Python 3.0 comprehensions are a snowflake
|
2018-06-24 16:46:56 -04:00 |
|
rocky
|
4cbd136635
|
Make Python 3.0 control flow more like 3.x
|
2018-06-24 12:56:43 -04:00 |
|
rocky
|
488a14488c
|
Python 3.0 compare-chained2 grammar rule
|
2018-06-24 11:19:10 -04:00 |
|
rocky
|
44321fcedf
|
Extend Python 3.0 "or" grammar rule
|
2018-06-24 11:07:37 -04:00 |
|
rocky
|
1e0a6d528e
|
Expand 3.0 while grammar rule
|
2018-06-24 07:42:36 -04:00 |
|
rocky
|
40fa379fd9
|
Add 3.0 comp_if_not grammar rule
|
2018-06-24 07:28:58 -04:00 |
|
rocky
|
34ec41f274
|
Improve 3.0 list comprehensions
|
2018-06-24 06:56:30 -04:00 |
|
rocky
|
3daf3732c3
|
Fix Python 3.0 "and" parse rule
|
2018-06-23 23:04:17 -04:00 |
|
rocky
|
988efa3693
|
Had botched 2.6 grammar
|
2018-06-23 13:48:01 -04:00 |
|
rocky
|
bc16cc93d6
|
More Python 3.0 parse errors
|
2018-06-23 13:31:16 -04:00 |
|
rocky
|
8d1bd6d5b5
|
Fix one more Python 3.0 parse bug
|
2018-06-23 12:24:22 -04:00 |
|
rocky
|
c148e49670
|
Python 3.0 chained comparisions
|
2018-06-23 07:38:34 -04:00 |
|
rocky
|
fb31fe1f35
|
Another Python 3.0 (while) parse bug
|
2018-06-23 05:48:14 -04:00 |
|
rocky
|
fa5da2b1ef
|
Fix 3.0 try except bug
|
2018-06-23 00:06:35 -04:00 |
|
rocky
|
f331deb864
|
2nd attempt to get check_grammar working on 3.x
|
2018-06-22 21:27:46 -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
|
6fd8d2556b
|
Fix another 3.0 bug
|
2018-06-22 14:32:52 -04:00 |
|
rocky
|
276fb77e71
|
Fix two Python 3.0 bugs...
* don't add _[0] list comprehension variables
* add POP_TOP in _ifstmts_jmp; c_stmst for now isn't optional
|
2018-06-22 09:58:28 -04:00 |
|
rocky
|
f547ec9291
|
Better is_pypy defaults
|
2018-06-19 12:26:22 -04:00 |
|
rocky
|
4f994b4cae
|
Merge branch 'master' of github.com:rocky/python-uncompyle6
|
2018-06-19 04:08:58 -04:00 |
|
rocky
|
98cd06d6e0
|
Remove a use of deparse_code.
|
2018-06-19 04:08:20 -04:00 |
|
rocky
|
a3b6806c33
|
Omit another test on gcc110
|
2018-06-18 11:19:51 -04:00 |
|
rocky
|
66ebb15d42
|
Previous two releases botched iterated list comprehensions
|
2018-06-14 10:32:54 -04:00 |
|
rocky
|
8955788990
|
Add first 3.0 run test
|
2018-06-13 18:47:36 -04:00 |
|
rocky
|
9415ad34ff
|
One last grammar typo
release-3.2.3
|
2018-06-13 13:37:21 -04:00 |
|