rocky
|
203139eafa
|
Add tests, comment what's up with change..
and use isinstance()
|
2021-12-31 11:27:15 -05:00 |
|
rocky
|
96b1e435c2
|
Fixes #360
|
2021-06-15 22:42:55 -04:00 |
|
rocky
|
10695d882e
|
Fix bug in 3.7 chained comparison semantic action
|
2020-01-24 06:14:28 -05:00 |
|
rocky
|
0677ddc8fb
|
Constrain ifelsestmt on 2.6 more.
|
2020-01-15 21:32:39 -05:00 |
|
rocky
|
3c2dafe74c
|
Fix a 2.6 bug found in pyenvlib testing
|
2020-01-14 22:30:48 -05:00 |
|
rocky
|
8f4343ef22
|
Fix bug 3.5+ in handling nested decorators
|
2019-12-21 22:57:59 -05:00 |
|
rocky
|
a5e7eb19c6
|
Reinstate some tests
|
2019-11-18 06:59:27 -05:00 |
|
Grigory Trenin
|
31f7d14eab
|
Test case for #284
|
2019-08-12 02:09:51 +03:00 |
|
rocky
|
fd580f3c60
|
Python 2.6 generator rule with 'and' conditional
Fixes #283.
|
2019-08-05 10:36:08 -04:00 |
|
rocky
|
b57ca392a2
|
2.7 confusion around "and" vs comprehension "if"
Fixes #225
|
2019-05-08 16:27:41 -04:00 |
|
rocky
|
393e5c9303
|
IfExp precidence handling in 2.6...
2.7 still has a bug
|
2019-05-05 09:48:20 -04:00 |
|
rocky
|
efa964f7c9
|
del handling in 3.0 and add tests
|
2019-04-23 19:12:12 -04:00 |
|
rocky
|
e6e60cb49d
|
3.6 Chained compare
|
2019-04-17 15:44:33 -04:00 |
|
rocky
|
8a4189bc0e
|
Python 2.6-2.7ish generator handling
|
2019-04-15 20:32:15 -04:00 |
|
rocky
|
f0176add7a
|
More bugs - note and disable tests for them
|
2018-06-04 15:29:04 -04:00 |
|
rocky
|
80b68af2d3
|
More 2.6 control flow logix futzing
|
2018-05-09 11:12:16 -04:00 |
|
rocky
|
269f4f2e1b
|
2.6, 2.7 Parse if else inside list comprehension
Fixes #171
|
2018-04-28 20:44:09 -04:00 |
|
rocky
|
41a50b5e46
|
Handle if not else in lambdas...
Fixes #170
|
2018-04-25 12:57:09 -04:00 |
|
rocky
|
8734608929
|
Small doc typos
|
2018-04-09 01:36:42 -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 |
|
rocky
|
fbda3ca695
|
try/else on 2.6 fixup
|
2018-01-07 21:24:35 -05:00 |
|