rocky
b3ddf95d7a
comprehension in lambda for 3.0 & 3.1
2023-08-12 07:12:10 -04:00
rocky
bc71bf7acd
Shorten 10_complex.py
...
Runtime testing took too long because ranges were larger than needed
Also use newer convention for marking runable codes
2022-04-03 06:41:58 -04:00
rocky
0f80c38530
Better doc string detection
...
A bug in 2.7 test_descr.py revealed a problem with the way we were
detecting docstrings.
__doc__ = DocDescr()
was getting confused with a docstring.
This program also reveals other bugs in 3.2+ but we'll deal with that
in another commit.
2020-07-19 20:31:50 -04:00
rocky
5cdf057a47
Correct handling "if" in dictcomp in semantic actions for 3.x
2020-01-15 02:36:19 -05:00
rocky
8470bded59
Bugs found in test_complex.py
...
list comprehensions from 3.x closures didn't handle nested for's
before 3.6.
Handle nanj and infj.
2019-12-17 18:27:43 -05:00
rocky
01b2b46757
Handle named parameters in 3.0..3.3 lambdas
...
What a pain. Thank you, Python!
2019-12-17 09:36:10 -05:00
rocky
8c879c02de
Small logic correction in run-time test.
2019-12-09 04:09:44 -05:00
rocky
7609165967
Revise mixed expressions
2019-11-18 18:22:16 -05:00
rocky
655162a05e
One more test
2019-11-18 18:15:30 -05:00
rocky
4c76931807
Update tests related to branch
2019-06-30 18:20:40 -04:00
rocky
8a4189bc0e
Python 2.6-2.7ish generator handling
2019-04-15 20:32:15 -04:00
rocky
e5f3d803a8
Start Python 1.4 decompilation ...
...
Tidy up test code for issue 162 and comments for some disassembly massaging.
2018-05-19 07:14:00 -04:00
rocky
8734608929
Small doc typos
2018-04-09 01:36:42 -04:00
rocky
1bbb72a6ce
Handle class with one kwarg subclass
2018-04-07 07:13:49 -04:00
rocky
cb27f244dc
Go over verification routines again
...
Add meager verify-run tests for those versions. More tests will follow
2018-01-24 06:20:38 -05:00