rocky
|
c6c50b5dfb
|
Disable compile-farm 3.8.3 checking
|
2020-06-17 05:29:04 -04:00 |
|
rocky
|
e14675c2dc
|
Handle 3.7+ "else" branch removal...
As seen in _cmp() of python3.8/distutils/version.py with optimization -O2
|
2020-06-12 13:18:33 -04:00 |
|
rocky
|
acdd025162
|
ast-check "for" is a loop; sync "withas" test ..
with decompyle3.
|
2020-06-04 05:34:19 -04:00 |
|
rocky
|
9acb3cf068
|
Fix bug in 3.8 with .. as
|
2020-06-04 05:24:22 -04:00 |
|
rocky
|
3ac3979535
|
With a newer xdis, some stdlib test work now
|
2020-05-31 03:10:52 -04:00 |
|
rocky
|
7eba933cfa
|
More excludes
|
2020-05-24 21:25:07 -04:00 |
|
rocky
|
ad5d3333da
|
A regression regarding "and"/"or" with "continue"
|
2020-05-19 10:20:08 -04:00 |
|
rocky
|
5a83c7c643
|
Simplify imports again using xdis 4.6.0
|
2020-05-19 00:53:53 -04:00 |
|
rocky
|
7fa851765d
|
Regularize "or" so args are in 1..2 and ...
correct "return None" semantic action
|
2020-05-18 22:55:26 -04:00 |
|
rocky
|
4365022f40
|
Adapt decompyle3's 3.8 try/return grammar rules
|
2020-05-17 10:18:10 -04:00 |
|
rocky
|
d343384db7
|
A runnable "async" and "async with" test
|
2020-05-16 07:55:51 -04:00 |
|
rocky
|
87a891ca54
|
Skip 2.6 test until I can get around to it.
|
2020-05-14 23:50:55 -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
|
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
|
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
|
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
|
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
|
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
|
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
|
a5704cd462
|
3.8 excludes
|
2020-04-01 12:43:28 -04:00 |
|
rocky
|
9ec1c420e7
|
Merge branch 'master' of github.com:rocky/python-uncompyle6
|
2020-04-01 09:49:11 -04:00 |
|
rocky
|
a616e1e1c7
|
"withstmt" -> "with" and fix async for
|
2020-04-01 09:48:34 -04:00 |
|
rocky
|
b839abcfe7
|
run-and-email.sh seemed borked
|
2020-04-01 09:33:18 -04:00 |
|
rocky
|
e2d349f781
|
Handle nested async for in for...
and Better async comprehension detection.
Still more work is needed. See commented-out section in
test/simple_source/bug37/02_async_for_generator.py
|
2020-03-31 12:05:39 -04:00 |
|
rocky
|
af8add9df4
|
Bug in finding annotation in fn with docstring
|
2020-03-31 11:13:12 -04:00 |
|
rocky
|
b030a5ac2b
|
pypy 3.6 7.3.0 tolerance...
more work is need on the tests though
|
2020-03-28 19:53:07 -04:00 |
|
rocky
|
2448f24764
|
Exclude a test on POWER7
|
2020-02-20 10:46:32 -05:00 |
|
rocky
|
299fd93125
|
One more excluded test
|
2020-02-16 21:55:47 -05:00 |
|
rocky
|
d9b2d66843
|
Runtests tweak
|
2020-02-16 19:53:03 -05:00 |
|
rocky
|
d070a28635
|
More run-and-email.sh tweaks
|
2020-02-16 18:26:21 -05:00 |
|
rocky
|
092874f8b5
|
Go over runtests.sh excludes
|
2020-02-16 17:49:56 -05:00 |
|
rocky
|
5a6a41a608
|
run-and-email tweaks
|
2020-02-16 17:35:57 -05:00 |
|
rocky
|
201635de7b
|
run-and-email message tweak
|
2020-02-16 12:06:42 -05:00 |
|
rocky
|
81899a82c3
|
Allow inverted test names in "stdlib/runtests.sh"
|
2020-02-15 12:00:38 -05:00 |
|
rocky
|
76085a3040
|
Better runtsts BATCH variable handling
|
2020-02-15 09:26:45 -05:00 |
|
rocky
|
35127452f5
|
Bug found by 2.4 sre_parse.py testing
|
2020-02-15 08:06:58 -05:00 |
|
rocky
|
970cad7cc7
|
More 3.x runtests excludes
|
2020-02-15 06:01:57 -05:00 |
|
rocky
|
69064f4c23
|
runtests.sh exclude test_cmath.py in 3.x for now
|
2020-02-15 05:26:49 -05:00 |
|