rocky
|
c504bb2491
|
2.5-2.7 relative import fixes
|
2022-05-14 19:25:26 -04:00 |
|
rocky
|
5753f8114c
|
Merge branch 'master' into python-2.4
|
2020-06-12 21:18:55 -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
|
0e0c5b91fc
|
Merge branch 'master' into python-2.4
|
2020-04-20 23:11:19 -04:00 |
|
rocky
|
ea81ac7202
|
Reinstate previously failing tests
|
2020-04-16 17:16:38 -04:00 |
|
rocky
|
f5bcdeec95
|
Merge branch 'master' into python-2.4
|
2020-04-16 13:09:07 -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
|
28ef04d141
|
More bugs found via sre_parse.py decompilation
|
2020-02-15 05:10:11 -05:00 |
|
rocky
|
d4381ef73f
|
More bugs found via sre_parse.py decompilation
|
2020-02-15 05:04:42 -05:00 |
|
rocky
|
fd36c77d2d
|
Bugs found in 2.4 branch testing
|
2020-02-14 10:54:37 -05:00 |
|
rocky
|
a37ae1be0d
|
Fix parsing bug in 2.3 and 2.4 from sre.py
|
2020-02-14 10:45:06 -05:00 |
|
rocky
|
2c608c7909
|
Merge branch 'master' into python-2.4
|
2020-01-21 06:50:49 -05:00 |
|
rocky
|
3c2dafe74c
|
Fix a 2.6 bug found in pyenvlib testing
|
2020-01-14 22:30:48 -05:00 |
|
rocky
|
5a089c311a
|
Merge branch 'master' into python-2.4
|
2019-04-19 06:03:07 -04:00 |
|
rocky
|
e6e60cb49d
|
3.6 Chained compare
|
2019-04-17 15:44:33 -04:00 |
|
rocky
|
adc7e5242c
|
More run tests
|
2019-04-10 12:32:34 -04:00 |
|
rocky
|
343f01cb8f
|
Merge branch 'master' into python-2.4
|
2018-10-27 11:31:32 -04:00 |
|
rocky
|
7898fa157b
|
extend Python 2.6- lastc grammar-rule
Fixes #192
|
2018-10-05 12:37:16 -04:00 |
|
rocky
|
8880568045
|
Merge branch 'master' into python-2.4
|
2018-04-29 10:09:03 -04:00 |
|
rocky
|
41a50b5e46
|
Handle if not else in lambdas...
Fixes #170
|
2018-04-25 12:57:09 -04:00 |
|
rocky
|
f8fd474b55
|
Merge branch 'master' into python-2.4
|
2018-03-07 07:36:41 -05:00 |
|
rocky
|
ca3f822c81
|
More 2.6 while-loop control flow parsing
|
2018-03-06 13:16:22 -05:00 |
|
rocky
|
bc5f43ab05
|
Merge branch 'master' into python-2.4
|
2018-03-06 09:55:15 -05:00 |
|
rocky
|
8278c72a6f
|
Python 2.6 while1 if/and handling
|
2018-03-06 09:39:13 -05:00 |
|
rocky
|
67e8f5d1a7
|
Merge branch 'master' into python-2.4
|
2018-03-05 07:55:17 -05:00 |
|
rocky
|
fac5d31f34
|
Adjust that 2.2-2.6 "while" may not have COME_FROM
|
2018-03-05 00:21:54 -05:00 |
|
rocky
|
162bb0a85f
|
Merge branch 'master' into python-2.4
|
2018-01-13 01:05:38 -05:00 |
|
rocky
|
185ec4e306
|
Fix 2.6 IF/THEN misclassification..
with an exception condition
|
2018-01-13 00:58:16 -05:00 |
|
rocky
|
7efbd55b69
|
Merge branch 'master' into python-2.4
|
2018-01-11 21:55:43 -05:00 |
|
rocky
|
c6e20e4444
|
Fix whileelse bug
|
2018-01-11 21:52:33 -05:00 |
|
rocky
|
0487f2fb7a
|
Merge branch 'master' into python-2.4
|
2018-01-09 08:40:31 -05:00 |
|
rocky
|
abcb769fdf
|
Fix 2.6- parsing of "for .. try/else" ...
with "continue" inside
|
2018-01-09 08:36:21 -05:00 |
|
rocky
|
5ef2d5cd9f
|
Merge branch 'master' into python-2.4
|
2017-12-13 08:58:18 -05:00 |
|
rocky
|
acc3e441ac
|
Fix "or" bug in 2.6- seen via chained comparisons
|
2017-12-13 07:27:10 -05:00 |
|
rocky
|
fcceda72db
|
Another ternary compare fix...
More is need in 2.6-
|
2017-12-12 17:10:40 -05:00 |
|
rocky
|
733e0ebf9d
|
Fix 2.6- chained compare in lambda
|
2017-12-12 14:29:47 -05:00 |
|
rocky
|
e064791870
|
Fix 10_del.py syntax
|
2017-12-05 22:50:21 -05:00 |
|
rocky
|
a2054fb7dd
|
Merge branch 'master' into python-2.4
|
2017-12-05 18:14:03 -05:00 |
|
rocky
|
2599b94786
|
Start to handle FUTURE_UNICODE_LITERALS flag
|
2017-12-05 13:28:26 -05:00 |
|
rocky
|
f07c9c6dcf
|
Merge branch 'master' into python-2.4
|
2017-12-05 08:32:31 -05:00 |
|
rocky
|
bbaa3e6602
|
Fix bug in single param **arg
|
2017-12-05 07:50:22 -05:00 |
|
rocky
|
5fc33aeef5
|
Merge branch 'master' into python-2.4
|
2017-12-04 09:41:49 -05:00 |
|
rocky
|
6ecaa16cd5
|
More weirdness testing
|
2017-12-03 20:29:55 -05:00 |
|
rocky
|
987b5a2290
|
Merge branch 'master' into python-2.4
|
2017-12-03 19:57:26 -05:00 |
|
rocky
|
c791a45aae
|
Handle a wierd 2.6 conditional false expression...
from 2.6. test_grammar
|
2017-12-03 19:56:14 -05:00 |
|
rocky
|
0df29f344e
|
Fix some really weird Python 2.6 constructs
From 2.6's test grammar.
|
2017-12-03 18:41:31 -05:00 |
|
rocky
|
13ab06ecb1
|
Fix bug in 2.6- except_cond3
|
2017-12-03 06:10:37 -05:00 |
|
rocky
|
21a8726a47
|
Merge branch 'master' into python-2.4
|
2017-12-03 03:34:50 -05:00 |
|
rocky
|
de594ce7f2
|
Remove 3-arg raise in 3.x and..
add tests in 2.x
|
2017-12-02 22:07:44 -05:00 |
|