R. Bernstein
f34375ba99
Create FUNDING.yml
2020-05-14 12:12:18 -04:00
rocky
81b704f597
Simpify an import, blacken a file.
2020-05-09 09:32:44 -04:00
rocky
5233a0716b
Correct wong class names in super()
2020-05-08 05:59:20 -04:00
rocky
a810ed1280
Merge branch 'master' of github.com:rocky/python-uncompyle6
2020-05-05 22:18:22 -04:00
rocky
ab54caae34
Runtest.sh improvements
2020-05-05 22:18:15 -04:00
rocky
d3cf87e2d9
Start marking test suite since this is going to be copied
2020-05-04 11:43:16 -04:00
rocky
c5228dbdc4
Small test doc typo
2020-05-01 23:19:31 -04:00
rocky
a72163f6f9
lint
2020-04-30 18:00:04 -04:00
rocky
3e1300eb23
Bugs in nested async for...
...
* Generalize asyc_for rule
Fix bug in picking out comprehension iterator in async for
* fix bug in getting expression in such a comprehension
* Add %[n]{%x} pattern to template_engine()
2020-04-29 10:12:54 -04:00
rocky
a4eaeea5b2
See above.
3.6.7
2020-04-27 23:05:05 -04:00
rocky
1141dfefc2
Typo in appveyor config
2020-04-27 23:03:46 -04:00
rocky
302a5d53d4
Get ready for release 3.6.7
2020-04-27 22:52:39 -04:00
R. Bernstein
698a3073d0
Merge pull request #313 from rocky/task/separate-dis
...
Task/separate dis
2020-04-24 02:29:52 -04:00
rocky
e6adf822cc
Bump xdis version now that this is released
2020-04-24 02:25:07 -04:00
rocky
8c5acef792
Appveyor needs to install xdis from github
2020-04-21 23:03:00 -04:00
rocky
7578253f7d
CI from xdis *branch*
2020-04-21 22:49:14 -04:00
rocky
9e193fd7cb
Track branch changes in xdis
2020-04-21 22:42:57 -04:00
rocky
ab6b12be56
Small fixes in fragment parser
2020-04-21 19:58:03 -04:00
rocky
5bd97aa756
lint
2020-04-21 13:49:05 -04:00
rocky
5237d704fa
Remove stray debug stmt
2020-04-20 23:13:06 -04:00
rocky
a01285e4a9
Get ready for release 3.6.6
2020-04-20 22:23:58 -04:00
rocky
1d7e8f1617
Update to use xdis 4.4.0 ...
...
with more correct SipHash and other needed bug fixes.
2020-04-20 10:47:34 -04:00
rocky
ced33a8f0b
3.8 "and" detection is failing. Works on decompyle3 though
2020-04-18 23:47:32 -04:00
rocky
dc7f1ed0cc
Final remnants of xdis fixes?
...
Restore the last of the excluded bytecode.
2020-04-18 23:24:56 -04:00
rocky
fc00d394ec
And restore a 3.7 test
2020-04-18 23:21:00 -04:00
rocky
e2baccb4e5
Reinstate 3.5 tests
2020-04-18 23:18:24 -04:00
rocky
c99cf7a653
Try reinstating one more bytecode file
2020-04-18 23:11:42 -04:00
rocky
999eee4b5f
More xdis upgrade fixes...
...
LOAD_CONST of unicode in 2.7- is the same thing as LOAD_STR.
I guess previously there was no unicode.
2020-04-18 22:26:24 -04:00
rocky
9ca94717e0
Yet another workaround
2020-04-18 19:53:04 -04:00
rocky
b77efec36c
git commit -m'Adjust "or" offset check ...
...
for Python < 3.6 hopefully it doesn't break Python 3.6+
2020-04-18 19:21:59 -04:00
rocky
17d07eaf00
continuing xdis refactor aftermath...
...
Both 2.7 bytecode broken from the refactor have now been reinstated, but
two 3.5 and 3.6 bytecode have moved into the "todo" category.
2020-04-18 18:47:06 -04:00
rocky
538c2e7efd
More regressions with some fixes
2020-04-17 00:06:39 -04:00
rocky
ebc22e32e6
TravisCI: try to get xdis from github
2020-04-16 23:53:44 -04:00
rocky
4796fb9e70
"or" rule regularization + regressions from xdis
2020-04-16 23:45:39 -04:00
rocky
ea81ac7202
Reinstate previously failing tests
2020-04-16 17:16:38 -04:00
rocky
2fd61b1016
Add 3.7ish "or" check
2020-04-16 16:35:27 -04:00
rocky
ebd0eaa609
Bug minimum xdis version
2020-04-16 15:48:28 -04:00
rocky
badfe5456f
Track "or" grammar changes...
...
Remove re deprecation warning
2020-04-16 15:25:42 -04:00
rocky
f117feb585
Use new xdis...
...
Sadly there are some regressions that need to be fixed.
Deal with later.
2020-04-16 11:01:12 -04:00
rocky
204b07c996
Bump for botched xdis release
2020-04-16 10:10:54 -04:00
rocky
869e48877c
Convert to use xdis 4.3.0 or greater
2020-04-16 08:41:53 -04:00
rocky
7ed40d5f6e
Adjust _mklambda vs. yield precedence
2020-04-11 09:54:03 -04:00
rocky
5c6365d8a1
Go over "yield" and other precedence
2020-04-09 20:27:07 -04:00
rocky
42d3c4db61
3.8 Excludes
2020-04-05 12:09:48 -04:00
rocky
f3b102600e
Linging bug from HEAD~ changes
2020-04-04 10:33:21 -04:00
rocky
f6a13302fb
Bugs introduced in last commit
2020-04-04 10:26:46 -04:00
rocky
e8e7d2086d
whileelse in 3.6 sometimes has come froms...
...
also remove extra "L. " in token printing
2020-04-04 10:12:12 -04:00
rocky
1367709399
Scale back 3.6.10 pyenvlib testing...
...
fails on _pyio.cpython-36.opt-1.pyc
2020-04-04 05:21:24 -04:00
rocky
3dcc20f6d7
Small spelling typo...
...
Fixes #311
2020-04-04 02:38:32 -04:00
rocky
5c83de830f
Merge branch 'master' of github.com:rocky/python-uncompyle6
2020-04-04 02:34:08 -04:00