| .. |
|
async_def.txt
|
Support 'yield from' (Python 3.3) and await (Python 3.5) expressions.
|
2019-10-10 10:59:10 -07:00 |
|
async_for.txt
|
Modify async for test to avoid known try-except problem with trailing unnecessary continue when the try-except is not followed by any other statements.
|
2020-10-22 15:35:59 +11:00 |
|
binary_ops.txt
|
Reduce code duplication for pre-3.11 binary ops, based on #348
|
2023-06-01 13:55:17 -07:00 |
|
binary_slice.txt
|
Support SLICE opcodes
|
2025-07-01 09:24:53 +05:30 |
|
build_const_key_map.txt
|
Adds support for BUILD_CONST_KEY_MAP opcode
|
2020-10-20 01:46:38 -04:00 |
|
chain_assignment.txt
|
Support chained assignment statements, e.g. a = b = c.
|
2020-10-23 21:19:01 +11:00 |
|
class_NODE_BINARY.txt
|
fix #396 Unsupported Node type: 27 (#397)
|
2023-11-11 10:22:49 -08:00 |
|
conditional_expressions.txt
|
Support for conditonal expression (if-expression) - review findings
|
2022-04-02 13:57:10 +02:00 |
|
conditional_expressions_py2.txt
|
Add additional versions of conditional_expressions test
|
2022-04-26 13:11:40 -07:00 |
|
contains_op.txt
|
Adds support for CONTAINS_OP opcode
|
2021-10-10 00:40:39 -04:00 |
|
f-string.txt
|
Fix FORMAT_VALUE for values that have both a conversion and a format_spec.
|
2024-08-01 13:28:43 -07:00 |
|
GEN_START.txt
|
Add GEN_START support (#392)
|
2023-10-20 13:43:14 -07:00 |
|
if_elif_else.txt
|
Migrate additional tests which previously didn't have reference source to
|
2019-10-07 17:06:08 -07:00 |
|
is_op.txt
|
Adds support for IS_OP opcode
|
2021-10-07 20:29:18 -04:00 |
|
iter_unpack.txt
|
Migrate additional tests which previously didn't have reference source to
|
2019-10-07 17:06:08 -07:00 |
|
lambdas_assignment.txt
|
Migrate additional tests which previously didn't have reference source to
|
2019-10-07 17:06:08 -07:00 |
|
list_extend.txt
|
Adds an extra test case
|
2021-10-07 02:02:00 -04:00 |
|
load_classderef.txt
|
Added support for LOAD_CLASSDEREF
|
2024-02-26 16:52:31 +02:00 |
|
load_method.txt
|
Support LOAD_METHOD and CALL_METHOD from Python 3.7+
|
2021-04-12 09:55:52 -07:00 |
|
loadbuild_class.txt
|
Migrate additional tests which previously didn't have reference source to
|
2019-10-07 17:06:08 -07:00 |
|
loop_try_except.txt
|
Modify async for test to avoid known try-except problem with trailing unnecessary continue when the try-except is not followed by any other statements.
|
2020-10-22 15:35:59 +11:00 |
|
matrix_mult_oper.txt
|
Migrate additional tests which previously didn't have reference source to
|
2019-10-07 17:06:08 -07:00 |
|
nan_inf.txt
|
Handle NaN and infinity values
|
2020-10-15 21:04:57 -04:00 |
|
op_precedence.txt
|
Add test case for #437
|
2024-02-14 21:36:27 -08:00 |
|
print_to.txt
|
Migrate additional tests which previously didn't have reference source to
|
2019-10-07 17:06:08 -07:00 |
|
private_name.txt
|
Unmangle private names ('__' prefix) in class declarations.
|
2019-10-10 14:47:48 -07:00 |
|
simple_const.txt
|
Add a new unit test framework that actually checks the output of
|
2019-10-03 15:33:52 -07:00 |
|
store_slice.txt
|
Support SLICE opcodes
|
2025-07-01 09:24:53 +05:30 |
|
swap.txt
|
Add support for swap bytecode and simple WITH_EXCEPT_START bytecode support. (#488)
|
2024-06-23 11:59:30 -07:00 |
|
test_applyEquiv.txt
|
Move more tests into the new framework, including current xfails.
|
2019-10-07 13:38:19 -07:00 |
|
test_augmentedAssign.txt
|
Move more tests into the new framework, including current xfails.
|
2019-10-07 13:38:19 -07:00 |
|
test_calls.txt
|
Add unit test for basic function calls (py3)
|
2023-02-27 11:59:01 -08:00 |
|
test_class.txt
|
Move test_class.pyc to the new test framwork, and fix tokenization
|
2019-10-03 17:12:52 -07:00 |
|
test_class_method.txt
|
Move more tests into the new framework, including current xfails.
|
2019-10-07 13:38:19 -07:00 |
|
test_class_method_py3.txt
|
Update tests to show that #39 is resolved, and add dummy support for
|
2020-10-22 09:06:57 -07:00 |
|
test_class_py3.txt
|
Update tests to show that #39 is resolved, and add dummy support for
|
2020-10-22 09:06:57 -07:00 |
|
test_decorators.txt
|
Migrate additional tests which previously didn't have reference source to
|
2019-10-07 17:06:08 -07:00 |
|
test_del.txt
|
Migrate a couple more passing tests, and handle end-of-line comments
|
2019-10-03 20:56:52 -07:00 |
|
test_dict.txt
|
Migrate additional tests which previously didn't have reference source to
|
2019-10-07 17:06:08 -07:00 |
|
test_divide_future.txt
|
Move more tests into the new framework, including current xfails.
|
2019-10-07 13:38:19 -07:00 |
|
test_divide_no_future.txt
|
Move more tests into the new framework, including current xfails.
|
2019-10-07 13:38:19 -07:00 |
|
test_docstring.txt
|
Migrate additional tests which previously didn't have reference source to
|
2019-10-07 17:06:08 -07:00 |
|
test_empty.txt
|
Add support for expected test failures
|
2019-10-07 11:36:09 -07:00 |
|
test_exceptions.txt
|
Move more tests into the new framework, including current xfails.
|
2019-10-07 13:38:19 -07:00 |
|
test_exec.txt
|
Migrate several more passing tests to new test framework
|
2019-10-04 11:05:52 -07:00 |
|
test_expressions.txt
|
Migrate several more passing tests to new test framework
|
2019-10-04 11:05:52 -07:00 |
|
test_extendedImport.txt
|
Don't write parens around for loop value tuples
|
2019-10-04 14:08:47 -07:00 |
|
test_extendedPrint.txt
|
Merge print nodes in the AST rather than attempting to manage it during
|
2019-10-09 14:20:46 -07:00 |
|
test_finally.txt
|
Migrate additional tests which previously didn't have reference source to
|
2019-10-07 17:06:08 -07:00 |
|
test_for_loop_py3.8.txt
|
add a test
|
2022-07-30 00:02:47 -05:00 |
|
test_functions.txt
|
Move more tests into the new framework, including current xfails.
|
2019-10-07 13:38:19 -07:00 |
|
test_functions_py3.txt
|
Support Python 3.x kw-only arguments.
|
2019-10-08 11:36:12 -07:00 |
|
test_global.txt
|
Migrate several more passing tests to new test framework
|
2019-10-04 11:05:52 -07:00 |
|
test_globals.txt
|
Migrate several more passing tests to new test framework
|
2019-10-04 11:05:52 -07:00 |
|
test_import.txt
|
Move more tests into the new framework, including current xfails.
|
2019-10-07 13:38:19 -07:00 |
|
test_import_as.txt
|
Don't write parens around for loop value tuples
|
2019-10-04 14:08:47 -07:00 |
|
test_integers.txt
|
Move more tests into the new framework, including current xfails.
|
2019-10-07 13:38:19 -07:00 |
|
test_integers_py3.txt
|
Add some tests for #492
|
2024-06-23 11:36:20 -07:00 |
|
test_iterators.txt
|
Migrate several more passing tests to new test framework
|
2019-10-04 11:05:52 -07:00 |
|
test_kwnames.txt
|
Added support for opcodes: (in DESC)
|
2023-07-18 18:33:03 +03:00 |
|
test_lambda.txt
|
Move more tests into the new framework, including current xfails.
|
2019-10-07 13:38:19 -07:00 |
|
test_listComprehensions.txt
|
Port Python 2.7 list comprehension fixes by @ReDucTor from #78
|
2019-10-04 16:35:58 -07:00 |
|
test_loops.txt
|
Move more tests into the new framework, including current xfails.
|
2019-10-07 13:38:19 -07:00 |
|
test_loops2.txt
|
Move more tests into the new framework, including current xfails.
|
2019-10-07 13:38:19 -07:00 |
|
test_loops3.txt
|
Add new loop tests
|
2025-07-01 09:22:57 +05:30 |
|
test_misc.txt
|
Migrate several more passing tests to new test framework
|
2019-10-04 11:05:52 -07:00 |
|
test_nested_elif.txt
|
Migrate several more passing tests to new test framework
|
2019-10-04 11:05:52 -07:00 |
|
test_nested_ifs.txt
|
Migrate several more passing tests to new test framework
|
2019-10-04 11:05:52 -07:00 |
|
test_nested_scopes.txt
|
Move more tests into the new framework, including current xfails.
|
2019-10-07 13:38:19 -07:00 |
|
test_pop_jump_forward_if_false.txt
|
Added support for opcodes: (in DESC)
|
2023-07-18 18:33:03 +03:00 |
|
test_pop_jump_forward_if_true.txt
|
Added support for opcodes: (in DESC)
|
2023-07-18 18:33:03 +03:00 |
|
test_prettyprint.txt
|
Unify test_prettyprint variations and add to passing tests.
|
2019-10-07 13:42:39 -07:00 |
|
test_print.txt
|
Migrate several more passing tests to new test framework
|
2019-10-04 11:05:52 -07:00 |
|
test_print_to.txt
|
Merge print nodes in the AST rather than attempting to manage it during
|
2019-10-09 14:20:46 -07:00 |
|
test_raise_varargs.txt
|
Fix RAISE_VARARGS bug
|
2025-07-04 19:16:04 +05:30 |
|
test_sets.txt
|
Keep PycSet objects marshalled from files in order too
|
2023-02-16 22:01:31 -08:00 |
|
test_single_stmt.txt
|
Migrate several more passing tests to new test framework
|
2019-10-04 11:05:52 -07:00 |
|
test_slices.txt
|
Move more tests into the new framework, including current xfails.
|
2019-10-07 13:38:19 -07:00 |
|
test_tuple_params.txt
|
Migrate test_tuple_params to new test framework.
|
2019-10-07 13:54:46 -07:00 |
|
test_tuples.txt
|
Move more tests into the new framework, including current xfails.
|
2019-10-07 13:38:19 -07:00 |
|
test_with.txt
|
Migrate additional tests which previously didn't have reference source to
|
2019-10-07 17:06:08 -07:00 |
|
test_yield.txt
|
Migrate several more passing tests to new test framework
|
2019-10-04 11:05:52 -07:00 |
|
try_except_finally.txt
|
Migrate additional tests which previously didn't have reference source to
|
2019-10-07 17:06:08 -07:00 |
|
unicode.txt
|
Add tests for unicode/bytes string literals
|
2019-10-06 13:50:53 -07:00 |
|
unicode_future.txt
|
Add tests for unicode/bytes string literals
|
2019-10-06 13:50:53 -07:00 |
|
unicode_py3.txt
|
Add tests for unicode/bytes string literals
|
2019-10-06 13:50:53 -07:00 |
|
unpack_assign.txt
|
Add a test for unpack assignment
|
2019-10-04 14:33:38 -07:00 |
|
unpack_empty.txt
|
CRLF -> LF
|
2020-10-23 11:28:42 +11:00 |
|
variable_annotations.txt
|
Adds support for SETUP_ANNOTATION op and variable annotations
|
2020-10-21 21:42:13 -04:00 |
|
while_loop.txt
|
Migrate additional tests which previously didn't have reference source to
|
2019-10-07 17:06:08 -07:00 |
|
while_loops2.txt
|
Migrate additional tests which previously didn't have reference source to
|
2019-10-07 17:06:08 -07:00 |
|
yield_from.txt
|
Support 'yield from' (Python 3.3) and await (Python 3.5) expressions.
|
2019-10-10 10:59:10 -07:00 |