rocky
|
967a44c587
|
Merge branch 'python-3.0-to-3.2' into python-2.4-to-2.7
|
2024-07-11 18:37:37 -04:00 |
|
rocky
|
6fe8a1d2ba
|
Address long-standing Python 2.6 try/except bug
Fixes #405
|
2024-07-11 14:01:50 -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
|
f425db33b7
|
except_cond3 needs to be in 2.x
|
2019-07-03 19:16:09 -04:00 |
|
rocky
|
adc7e5242c
|
More run tests
|
2019-04-10 12:32:34 -04:00 |
|
rocky
|
663b6ca50f
|
Merge branch 'master' into python-2.4
|
2018-08-12 06:48:10 -04:00 |
|
rocky
|
c96e796ff5
|
Handle Python 2.4 if true
|
2018-08-12 02:24:13 -04:00 |
|
rocky
|
128963d2e9
|
yield before 2.4 may need "None"
|
2018-02-22 22:23:57 -05:00 |
|
rocky
|
731c5a2092
|
Merge branch 'master' into python-2.4
|
2018-01-12 09:57:17 -05:00 |
|
rocky
|
c4f12e9b22
|
2.4 whileelse test
|
2018-01-11 22:00:12 -05:00 |
|
rocky
|
5b71cee487
|
Add decorator tests
|
2018-01-10 11:15:03 -05:00 |
|
rocky
|
49a71819a1
|
Correct Python 2.5- decorator parsing
|
2018-01-10 11:02:54 -05:00 |
|
rocky
|
78d5d281a8
|
Handle 2.4- try/finally properly
|
2017-12-14 19:26:27 -05:00 |
|
rocky
|
6305023219
|
Handl 2.4- try/finally properly
|
2017-12-14 19:20:57 -05:00 |
|
rocky
|
f432f4f698
|
Update runtest failures
|
2017-12-13 09:24:59 -05:00 |
|
rocky
|
e064791870
|
Fix 10_del.py syntax
|
2017-12-05 22:50:21 -05:00 |
|
rocky
|
d756548ac3
|
Correct 10_del.py syntax
|
2017-12-05 22:44:33 -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
|
13ab06ecb1
|
Fix bug in 2.6- except_cond3
|
2017-12-03 06:10:37 -05:00 |
|
rocky
|
7b15e54b7d
|
Add "global" in functions that just read
|
2017-12-02 19:11:11 -05:00 |
|
rocky
|
0b9fca2263
|
Sync with master
|
2017-12-02 09:51:15 -05:00 |
|
rocky
|
acb4ffb758
|
Better grammar coverage; reduce 3.x mklambda rules
|
2017-11-29 16:39:32 -05:00 |
|
rocky
|
f2eaa09e96
|
Fix import and 3.x class bugs...
import x.y as z was failing across all Python versions
class decorators for Python 3.0..3.3 was failing
reduce 3.x while grammar rules
|
2017-11-29 06:59:05 -05:00 |
|
rocky
|
3c8f38f8a6
|
More tests
|
2017-11-28 10:07:46 -05:00 |
|
rocky
|
fcdc3f67af
|
Python 2.4 doesn't do "with"
|
2017-11-28 09:55:25 -05:00 |
|
rocky
|
299936e554
|
Merge branch 'master' into python-2.4
|
2017-11-28 09:22:24 -05:00 |
|
rocky
|
b5cd160ebb
|
Python 2.4 grammar reduction...
while increasing 2.4 increase test coverage
|
2017-11-28 09:17:27 -05:00 |
|
rocky
|
f51e40a1de
|
Merge branch 'master' into python-2.4
|
2017-11-27 21:41:01 -05:00 |
|
rocky
|
ea9e3ab3f5
|
Group coverage Makefile targets
|
2017-02-10 01:00:26 -05:00 |
|
rocky
|
52a35e6c62
|
Fix Python 2.4-2.6 comp_for text generation...
Makefile: tolerate pypy 5.3.x
Rest: fix semantic action rule for comp_for and test this
|
2016-09-03 00:30:48 -04:00 |
|
rocky
|
65b9ecee31
|
Fix some 2.3 bugs; add more 2.3-6. tests
|
2016-07-09 17:33:54 -04:00 |
|
rocky
|
11eddb7940
|
Add more 2.4 and 2.6 tests
|
2016-07-08 18:24:14 -04:00 |
|
rocky
|
62e60817f6
|
Start handling Pyton 2.4 bytecodes
|
2016-07-08 15:00:23 -04:00 |
|