You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Trent Warlaven 3deeabe6e8 tests/cpydiff: Add new CPy diff test for class name mangling. 1 year ago
..
modules tests: Format all Python code with black, except tests in basics subdir. 5 years ago
modules2/subpkg tests/cpydiff/core_import_split_ns_pkgs: Test for split namespace packages. 8 years ago
modules3 tests/cpydiff: Add cpydiff test for __all__ used in imported package. 5 years ago
builtin_next_arg2.py tests/cpydiff: Fix markup where "`" (xref) was used instead of "``" (code). 7 years ago
core_class_delnotimpl.py tests: Format all Python code with black, except tests in basics subdir. 5 years ago
core_class_mro.py tests: Format all Python code with black, except tests in basics subdir. 5 years ago
core_class_name_mangling.py tests/cpydiff: Add new CPy diff test for class name mangling. 9 months ago
core_class_supermultiple.py tests: Format all Python code with black, except tests in basics subdir. 5 years ago
core_class_superproperty.py tests: Format all Python code with black, except tests in basics subdir. 5 years ago
core_fstring_concat.py tests/cpydiff: Clarify f-string diffs regarding concatenation. 3 years ago
core_fstring_parser.py py/lexer: Support nested [] and {} characters within f-string params. 3 years ago
core_fstring_raw.py py: Implement partial PEP-498 (f-string) support. 3 years ago
core_fstring_repr.py py/lexer: Allow conversion specifiers in f-strings (e.g. !r). 1 year ago
core_function_argcount.py tests/cpydiff/core_arguments: Move under Functions subsection. 7 years ago
core_function_moduleattr.py tests/cpydiff: Add test and workaround for function.__module__ attr. 4 years ago
core_function_userattr.py tests: Format all Python code with black, except tests in basics subdir. 5 years ago
core_generator_noexit.py tests: Format all Python code with black, except tests in basics subdir. 5 years ago
core_import_all.py tests/cpydiff: Add cpydiff test for __all__ used in imported package. 5 years ago
core_import_path.py all: Fix spelling mistakes based on codespell check. 2 years ago
core_import_split_ns_pkgs.py all: Fix spelling mistakes based on codespell check. 2 years ago
core_locals.py tests: Format all Python code with black, except tests in basics subdir. 5 years ago
core_locals_eval.py tests: Format all Python code with black, except tests in basics subdir. 5 years ago
module_array_comparison.py py/objarray: Prohibit comparison of mismatching types. 4 years ago
module_array_constructor.py tests/cpydiff: Add test for array constructor with overflowing value. 3 years ago
modules_array_containment.py tests: Format all Python code with black, except tests in basics subdir. 5 years ago
modules_array_deletion.py tests: Format all Python code with black, except tests in basics subdir. 5 years ago
modules_array_subscrstep.py tests: Format all Python code with black, except tests in basics subdir. 5 years ago
modules_deque.py tests: Format all Python code with black, except tests in basics subdir. 5 years ago
modules_json_nonserializable.py tests: Format all Python code with black, except tests in basics subdir. 5 years ago
modules_os_environ.py tests: Format all Python code with black, except tests in basics subdir. 5 years ago
modules_os_getenv.py tests: Format all Python code with black, except tests in basics subdir. 5 years ago
modules_random_getrandbits.py extmod/modurandom: Add error message when getrandbits has bad value. 3 years ago
modules_random_randint.py all: Update Python formatting to latest Black version 22.1.0. 3 years ago
modules_struct_fewargs.py tests: Format all Python code with black, except tests in basics subdir. 5 years ago
modules_struct_manyargs.py tests: Format all Python code with black, except tests in basics subdir. 5 years ago
modules_struct_whitespace_in_format.py tests/cpydiff/modules_struct_whitespace_in_format: Run black. 3 years ago
modules_sys_stdassign.py tests: Format all Python code with black, except tests in basics subdir. 5 years ago
syntax_arg_unpacking.py py/runtime: Allow multiple *args in a function call. 3 years ago
syntax_assign_expr.py tests/cpydiff: Add CPy diff test for assignment expression behaviour. 4 years ago
syntax_spaces.py tests: Format all Python code with black, except tests in basics subdir. 5 years ago
syntax_unicode_nameesc.py tests/cpydiff: Add initial set of tests for uPy-CPython differences. 8 years ago
types_bytearray_sliceassign.py tests/cpydiff: Add initial set of tests for uPy-CPython differences. 8 years ago
types_bytes_format.py tests: Format all Python code with black, except tests in basics subdir. 5 years ago
types_bytes_keywords.py tests: Format all Python code with black, except tests in basics subdir. 5 years ago
types_bytes_subscrstep.py tests: Format all Python code with black, except tests in basics subdir. 5 years ago
types_dict_keys_set.py tests: Format all Python code with black, except tests in basics subdir. 5 years ago
types_exception_attrs.py py/objexcept: Support errno attribute on OSError exceptions. 4 years ago
types_exception_chaining.py tests/cpydiff: Add initial set of tests for uPy-CPython differences. 8 years ago
types_exception_instancevar.py tests/cpydiff/: Improve wording, add more workarounds. 7 years ago
types_exception_loops.py tests/cpydiff/: Improve wording, add more workarounds. 7 years ago
types_exception_subclassinit.py tests: Format all Python code with black, except tests in basics subdir. 5 years ago
types_float_implicit_conversion.py tests/cpydiff: Fix formatting of code snippet to use double quotes. 2 years ago
types_float_rounding.py tests: Format all Python code with black, except tests in basics subdir. 5 years ago
types_int_bit_length.py extmod/modurandom: Add error message when getrandbits has bad value. 3 years ago
types_int_subclassconv.py tests: Format all Python code with black, except tests in basics subdir. 5 years ago
types_list_delete_subscrstep.py tests/cpydiff/: Improve wording, add more workarounds. 7 years ago
types_list_store_noniter.py tests/cpydiff: Add a test for storing iterable to a list slice. 8 years ago
types_list_store_subscrstep.py tests/cpydiff/: Improve wording, add more workarounds. 7 years ago
types_str_endswith.py tests: Format all Python code with black, except tests in basics subdir. 5 years ago
types_str_formatsubscr.py tests: Format all Python code with black, except tests in basics subdir. 5 years ago
types_str_keywords.py tests: Format all Python code with black, except tests in basics subdir. 5 years ago
types_str_ljust_rjust.py tests: Format all Python code with black, except tests in basics subdir. 5 years ago
types_str_rsplitnone.py tests: Format all Python code with black, except tests in basics subdir. 5 years ago
types_str_subscrstep.py tests: Format all Python code with black, except tests in basics subdir. 5 years ago
types_tuple_subscrstep.py tests/cpydiff: Add initial set of tests for uPy-CPython differences. 8 years ago