.. |
00_future_divide.py
|
Better docstring recognition
|
2020-02-02 13:02:37 -05:00 |
01_if_while_return.py
|
Test case for #284
|
2019-08-12 02:09:51 +03:00 |
01_ifelse_listcomp.py
|
2.7 confusion around "and" vs comprehension "if"
|
2019-05-08 16:27:41 -04:00 |
02_except_as.py
|
Fix bug in 2.6- except_cond3
|
2017-12-03 06:16:29 -05:00 |
02_while1_if_and.py
|
More 2.6 while-loop control flow parsing
|
2018-03-06 13:16:22 -05:00 |
03_complex_and.py
|
Reinstate some tests
|
2019-11-18 06:59:27 -05:00 |
03_double_equals.py
|
Predidence of cmp_list: x == y == z
|
2017-02-28 01:25:33 -05:00 |
03_elif_vs_continue.py
|
Misc changes
|
2016-11-26 21:41:45 -05:00 |
03_if_vs_and.py
|
More AST checking
|
2016-11-16 07:28:19 -05:00 |
03_loop_if_cf.py
|
Loops in Python 2.4-2.6 loop come_from
|
2017-07-05 06:12:14 -04:00 |
03_raise_from.py
|
Handle Python 2 vs 3 raise syntax change
|
2016-08-30 00:42:24 -04:00 |
03_tryelse_continue.py
|
Another 2.6 try parse bug
|
2018-03-06 18:19:01 -05:00 |
03_weird26.py
|
conditional -> if_exp ...
|
2020-02-07 16:17:47 -05:00 |
04_comp_for.py
|
Fix Python 2.4-2.6 comp_for text generation...
|
2016-09-03 00:30:48 -04:00 |
04_if_and_bug.py
|
Constrain ifelsestmt on 2.6 more.
|
2020-01-15 21:32:39 -05:00 |
04_ifelse_parens.py
|
IfExp precidence handling in 2.6...
|
2019-05-05 09:48:20 -04:00 |
04_lastc_with_loops.py
|
extend Python 2.6- lastc grammar-rule
|
2018-10-05 12:37:16 -04:00 |
04_while_and_stmt_one_line.py
|
2.6- bug: while..and: stmt - on one line
|
2016-09-01 20:44:17 -04:00 |
05_generator.py
|
Python 2.5-2.6 generator bug
|
2016-09-03 21:37:32 -04:00 |
05-ret-or.py
|
Python packaging - yet again.
|
2016-05-13 22:59:15 -04:00 |
06_return_pop.py
|
Python 2.6- bug: RETURN_ENDIF, POP_TOP ..
|
2016-09-02 21:08:44 -04:00 |
06_setif_comprehension.py
|
NT funcdef -> function_def to match AST
|
2017-12-01 21:36:23 -05:00 |
07_generator_return.py
|
A couple more 2.6 (and below) bugs fixed
|
2016-09-04 04:10:08 -04:00 |
08_distbug.py
|
Adjust that 2.2-2.6 "while" may not have COME_FROM
|
2018-03-05 00:21:54 -05:00 |
08_triple_equals.py
|
Python 2.2..2.6 bug in a == b == c == d
|
2016-09-03 10:05:55 -04:00 |