rocky
|
7799819cad
|
Add another 3.7 stdlib exclusion test
|
2020-06-17 05:42:10 -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
|
299fd93125
|
One more excluded test
|
2020-02-16 21:55:47 -05:00 |
|
rocky
|
76085a3040
|
Better runtsts BATCH variable handling
|
2020-02-15 09:26:45 -05:00 |
|
rocky
|
874d196e5c
|
3.x ifelsestmtc reduction rule fix
|
2020-02-13 05:41:15 -05:00 |
|
rocky
|
e90455dcb8
|
transform ifelseif bugs
|
2020-02-13 04:31:16 -05:00 |
|
rocky
|
7b3c91d23a
|
Another 3.7 runtest exclude
|
2020-02-10 20:21:58 -05:00 |
|
rocky
|
6cbb631aa6
|
In lambda code we, no stinking bogus yield
|
2020-02-09 07:32:06 -05:00 |
|
rocky
|
5355cb5404
|
async with rules back to 3.5 and ...
add precidence on cascaded "await" expressions
|
2020-02-08 20:31:06 -05:00 |
|
rocky
|
bd7d74fa5d
|
3.7 excludes again
|
2020-02-07 19:44:24 -05:00 |
|
rocky
|
c93a7a728b
|
Add decompyle3 ifelsestmt reduction rule...
and Go over 3.3 and 3.7 runtests excludes
|
2020-02-07 19:22:23 -05:00 |
|
rocky
|
e41cd9be84
|
hide __qualname__ and name modules again...
due to recent grammar change
|
2020-02-06 03:19:56 -05:00 |
|
rocky
|
ee2a1f62c6
|
runtests exclude found recently in 3.6
|
2020-01-31 04:46:25 -05:00 |
|
rocky
|
db46e096b4
|
See previous commit message
|
2020-01-31 03:53:35 -05:00 |
|
rocky
|
ea48944fff
|
reinstate a test fixed recently
|
2020-01-31 03:08:36 -05:00 |
|
rocky
|
fdf4496a2d
|
Track grammar "stmt" simplifications class ...
* NAME_MODULE constant
* QUAL_NAME constant
|
2020-01-29 15:37:58 -05:00 |
|
rocky
|
dff3611d16
|
Tidy runtests.sh more.
|
2020-01-26 11:52:35 -05:00 |
|
rocky
|
49df216c67
|
Need to exclude fstring test
|
2020-01-26 03:54:55 -05:00 |
|
rocky
|
f3228162dd
|
scale back on tests until grammar refactor done...
and that will come in the next release
|
2020-01-25 12:45:01 -05:00 |
|
rocky
|
5616f56442
|
Remove unreachable code from make_function36.py...
with respect to picking out MAKE_FUNCTION attributes.
Fill in runtests.sh exclude lists
|
2020-01-24 05:05:56 -05:00 |
|
rocky
|
dab7915404
|
Go over runtests 3.7 excludes
|
2020-01-24 03:49:12 -05:00 |
|
rocky
|
4067a30573
|
Fix bug introduced by a recent refactoring
|
2020-01-24 03:11:51 -05:00 |
|
rocky
|
7e91daf043
|
3.7 "if" body tweak .
|
2020-01-23 21:38:47 -05:00 |
|
rocky
|
0f4b791502
|
Exclue 3.7 test_binascii.py for now
|
2020-01-23 11:44:31 -05:00 |
|
rocky
|
e07f799cdd
|
3.7 runtest exclusion update
|
2020-01-22 05:36:22 -05:00 |
|
rocky
|
bc50825460
|
Conditional jumps to extended-arg JUMP_BACK...
this is a major reworking. But it leads the way forward to a
simpler grammar.
|
2020-01-22 05:32:27 -05:00 |
|
rocky
|
c6069eb7f8
|
Go over 3.7 test exclusions. Some tests now work.
|
2020-01-21 22:08:57 -05:00 |
|
rocky
|
03b5fbaeab
|
Split out 2.7 runtest exclusions...
Note why test_compile.py will always fail.
|
2020-01-21 20:37:42 -05:00 |
|
rocky
|
73eab178ae
|
Towards syncing with decompyle3
|
2020-01-21 06:36:54 -05:00 |
|
rocky
|
beac1d3567
|
Fix a bug in 3.6+ keyword-only argument passing
|
2020-01-21 04:37:58 -05:00 |
|
rocky
|
549c33113b
|
Exclude recently broken 3.3, and 3.7 tests for now.
|
2020-01-16 14:12:50 -05:00 |
|
rocky
|
546269271f
|
go over POWER exclusion tests
|
2020-01-15 04:54:41 -05:00 |
|
rocky
|
968f86011b
|
3.6+ if/else in loops where jump offsets are "large"
|
2020-01-15 04:43:53 -05:00 |
|
rocky
|
5cdf057a47
|
Correct handling "if" in dictcomp in semantic actions for 3.x
|
2020-01-15 02:36:19 -05:00 |
|
rocky
|
585dcfb8ce
|
Start allowing runtests for 3.7.x
|
2020-01-14 19:16:19 -05:00 |
|
rocky
|
84e9b75e78
|
Attempt to fix runtests.sh again
|
2020-01-14 18:51:40 -05:00 |
|
rocky
|
5f230fa177
|
Add 3.7 "testfalsel" for looping conditions
|
2020-01-14 18:41:39 -05:00 |
|
rocky
|
bb8c5ac5a0
|
Sync 3.7+ n_call code with decompyle6
|
2020-01-14 12:45:02 -05:00 |
|
rocky
|
0706f18b1d
|
3.7 test_fstring now works.
|
2020-01-14 00:09:04 -05:00 |
|
rocky
|
cbd8b6d458
|
Start clean up runtest.sh exclusions
|
2020-01-13 09:11:22 -05:00 |
|