.. |
0prelim.py
|
Move tests in basic/tests/ up one level preparating to multiple test dirs.
|
11 years ago |
andor.py
|
py: Fix 2 bugs in native emitter: jump_or_pop and stack settling.
|
10 years ago |
array1.py
|
tests: Add tests for SyntaxError, TypeError, and other missing things.
|
10 years ago |
array_add.py
|
py: Implement +, += and .extend for bytearray and array objs.
|
10 years ago |
array_construct.py
|
tests: Split byteorder-dependent tests to *_endian.py's.
|
9 years ago |
array_construct2.py
|
tests: Skip some new tests when testing native emitter.
|
10 years ago |
array_construct_endian.py
|
tests: Split byteorder-dependent tests to *_endian.py's.
|
9 years ago |
array_q.py
|
py/binary: Add support for array('q') and array('Q').
|
9 years ago |
assign1.py
|
tests: Add tests for things that are not already tested.
|
10 years ago |
attrtuple1.py
|
tests: Add tests for attrtuple, and for more corner cases.
|
10 years ago |
bool1.py
|
tests: Add a few tests for bool, bytearray, float to improve coverage.
|
9 years ago |
boundmeth1.py
|
tests: Add tests for boundmeth; and bignum cmp, unary, float, error.
|
10 years ago |
break.py
|
py: Implement break and continue byte codes, and add tests.
|
11 years ago |
builtin_abs.py
|
py: Fix builtin abs so it works for bools and bignum.
|
10 years ago |
builtin_allany.py
|
tests: Use range as iterable instead of list comprehension.
|
10 years ago |
builtin_bin.py
|
tests: Rename test scripts, changing - to _ for consistency.
|
10 years ago |
builtin_callable.py
|
py: Fix builtin callable so it checks user-defined instances correctly.
|
10 years ago |
builtin_chr.py
|
tests: Add missing tests for builtins, and many other things.
|
10 years ago |
builtin_compile.py
|
tests: Add missing tests for builtins, and many other things.
|
10 years ago |
builtin_dir.py
|
py: Make dir report instance members
|
9 years ago |
builtin_divmod.py
|
py: Catch all cases of integer (big and small) division by zero.
|
9 years ago |
builtin_ellipsis.py
|
tests: Add some tests to improve coverage.
|
10 years ago |
builtin_eval.py
|
py: Make compiler return a proper exception on SyntaxError.
|
10 years ago |
builtin_eval_error.py
|
tests: Allow tests to pass against CPython 3.5.
|
9 years ago |
builtin_hash.py
|
tests: Add further tests for mpz code.
|
9 years ago |
builtin_hex.py
|
tests: Rename test scripts, changing - to _ for consistency.
|
10 years ago |
builtin_id.py
|
Fix unstable case in builtin_id.py test.
|
11 years ago |
builtin_issubclass.py
|
tests: Add more tests to improve coverage, mostly testing exceptions.
|
9 years ago |
builtin_len1.py
|
tests: Rename test scripts, changing - to _ for consistency.
|
10 years ago |
builtin_minmax.py
|
tests/builtin_minmax: Make compatible with @native codegen.
|
9 years ago |
builtin_oct.py
|
tests: Rename test scripts, changing - to _ for consistency.
|
10 years ago |
builtin_ord.py
|
tests: Add tests to improve coverage of objstr.c.
|
9 years ago |
builtin_override.py
|
py: Allow builtins to be overridden.
|
10 years ago |
builtin_pow.py
|
tests: Add missing tests for builtins, and many other things.
|
10 years ago |
builtin_property.py
|
builtin property: accept keyword arguments
|
9 years ago |
builtin_range.py
|
tests/basics/builtin_range: PEP8 fixes.
|
9 years ago |
builtin_reversed.py
|
py: Implement __reversed__ slot.
|
10 years ago |
builtin_round.py
|
modbuiltins: Implement round() to precision.
|
9 years ago |
builtin_slice.py
|
tests: Add missing tests for builtins, and many other things.
|
10 years ago |
builtin_sorted.py
|
tests: Add missing tests for builtins, and many other things.
|
10 years ago |
builtin_sum.py
|
tests: Use range as iterable instead of list comprehension.
|
10 years ago |
builtin_type.py
|
tests: Add more tests to improve coverage, mostly testing exceptions.
|
9 years ago |
bytearray1.py
|
tests/bytearray1: Add testcases for "in" operator.
|
9 years ago |
bytearray_add.py
|
tests: Add a few tests for bool, bytearray, float to improve coverage.
|
9 years ago |
bytearray_append.py
|
py/objarray: Fix array.append so it doesn't extend if append fails.
|
9 years ago |
bytearray_construct.py
|
tests: Split byteorder-dependent tests to *_endian.py's.
|
9 years ago |
bytearray_construct_endian.py
|
tests: Split byteorder-dependent tests to *_endian.py's.
|
9 years ago |
bytearray_longint.py
|
objarray: Make sure that longint works as bytearray size.
|
10 years ago |
bytearray_slice_assign.py
|
py/objarray: Fix array slice assignment when array is reallocated.
|
9 years ago |
bytes.py
|
tests: Add tests to exercise lexer; and some more complex number tests.
|
10 years ago |
bytes_add.py
|
tests: Split byteorder-dependent tests to *_endian.py's.
|
9 years ago |
bytes_add_endian.py
|
tests: Split byteorder-dependent tests to *_endian.py's.
|
9 years ago |
bytes_compare.py
|
sequence: Fix yet another case of improper sequence comparison.
|
11 years ago |
bytes_compare2.py
|
py: Allow +, in, and compare ops between bytes and bytearray/array.
|
10 years ago |
bytes_construct.py
|
tests: Add tests to improve coverage of objstr.c.
|
9 years ago |
bytes_construct_endian.py
|
tests: Split byteorder-dependent tests to *_endian.py's.
|
9 years ago |
bytes_count.py
|
py: Make bytes objs work with more str methods; add tests.
|
10 years ago |
bytes_find.py
|
py: Make bytes objs work with more str methods; add tests.
|
10 years ago |
bytes_format_modulo.py
|
tests: Add tests for %-formatting of bytes.
|
9 years ago |
bytes_format_modulo.py.exp
|
tests: Add tests for %-formatting of bytes.
|
9 years ago |
bytes_gen.py
|
tests: Fix uctypes tests to run on 64bit arch; enable more native tests.
|
10 years ago |
bytes_large.py
|
py: Never intern data of large string/bytes object; add relevant tests.
|
10 years ago |
bytes_mult.py
|
py: Fix mult by negative number of tuple, list, str, bytes.
|
10 years ago |
bytes_partition.py
|
py: Make bytes objs work with more str methods; add tests.
|
10 years ago |
bytes_replace.py
|
py: Make bytes objs work with more str methods; add tests.
|
10 years ago |
bytes_split.py
|
py: Make bytes objs work with more str methods; add tests.
|
10 years ago |
bytes_strip.py
|
py: Make bytes objs work with more str methods; add tests.
|
10 years ago |
bytes_subscr.py
|
tests: Add more tests to improve coverage, mostly testing exceptions.
|
9 years ago |
class1.py
|
Move tests in basic/tests/ up one level preparating to multiple test dirs.
|
11 years ago |
class2.py
|
tests: Add more tests to improve coverage, mostly testing exceptions.
|
9 years ago |
class3.py
|
Move tests in basic/tests/ up one level preparating to multiple test dirs.
|
11 years ago |
class_bind_self.py
|
py: Be more restrictive binding self when looking up instance attrs.
|
9 years ago |
class_binop.py
|
py: Add dispatch for user defined ==, >, <=, >=.
|
10 years ago |
class_call.py
|
py: Support instance __call__ method.
|
11 years ago |
class_contains.py
|
tests: Rename test scripts, changing - to _ for consistency.
|
10 years ago |
class_descriptor.py
|
tests: Add missing tests for builtins, and many other things.
|
10 years ago |
class_emptybases.py
|
tests: Rename test scripts, changing - to _ for consistency.
|
10 years ago |
class_getattr.py
|
tests: Rename test scripts, changing - to _ for consistency.
|
10 years ago |
class_inherit1.py
|
Move tests in basic/tests/ up one level preparating to multiple test dirs.
|
11 years ago |
class_inherit_mul.py
|
tests: Add testcase for multiple inheritance.
|
11 years ago |
class_instance_override.py
|
tests: Add test for when instance member overrides class member.
|
10 years ago |
class_item.py
|
py: Implement __delitem__ method for classes.
|
11 years ago |
class_new.py
|
tests: Add more tests to improve coverage, mostly testing exceptions.
|
9 years ago |
class_number.py
|
Move tests in basic/tests/ up one level preparating to multiple test dirs.
|
11 years ago |
class_staticclassmethod.py
|
tests: Rename test scripts, changing - to _ for consistency.
|
10 years ago |
class_store.py
|
Move tests in basic/tests/ up one level preparating to multiple test dirs.
|
11 years ago |
class_store_class.py
|
py: Use sequence of strings for named tuple initialization
|
10 years ago |
class_str.py
|
Implement support for __str__ and __repr__ special methods in classes.
|
11 years ago |
class_super.py
|
tests: Add more tests to improve coverage, mostly testing exceptions.
|
9 years ago |
class_super_object.py
|
objtype: super: Fall back to "object" lookup as last resort.
|
11 years ago |
class_use_other.py
|
py: Use a wrapper to explicitly check self argument of builtin methods.
|
10 years ago |
closure1.py
|
Move tests in basic/tests/ up one level preparating to multiple test dirs.
|
11 years ago |
closure2.py
|
Move tests in basic/tests/ up one level preparating to multiple test dirs.
|
11 years ago |
closure_defargs.py
|
tests: Rename test scripts, changing - to _ for consistency.
|
10 years ago |
closure_manyvars.py
|
tests: Add tests for SyntaxError, TypeError, and other missing things.
|
10 years ago |
closure_namedarg.py
|
py: Fix naming of function arguments when function is a closure.
|
10 years ago |
compare_multi.py
|
tests: Rename test scripts, changing - to _ for consistency.
|
10 years ago |
comprehension1.py
|
Move tests in basic/tests/ up one level preparating to multiple test dirs.
|
11 years ago |
containment.py
|
py: Make native emitter handle multi-compare and not/is not/not in ops.
|
10 years ago |
continue.py
|
py: Implement break and continue byte codes, and add tests.
|
11 years ago |
decorator.py
|
tests: Add tests for things that are not already tested.
|
10 years ago |
del_attr.py
|
tests: Rename test scripts, changing - to _ for consistency.
|
10 years ago |
del_deref.py
|
tests: Rename test scripts, changing - to _ for consistency.
|
10 years ago |
del_global.py
|
tests: Add tests for things that are not already tested.
|
10 years ago |
del_local.py
|
tests: Rename test scripts, changing - to _ for consistency.
|
10 years ago |
del_name.py
|
tests: Add some tests to improve coverage.
|
10 years ago |
del_subscr.py
|
tests: Add tests for things that are not already tested.
|
10 years ago |
dict1.py
|
tests: Reduce large object allocations so tests can run with small heap.
|
9 years ago |
dict2.py
|
tests: Add tests for op special meths, ubinascii, complex.
|
10 years ago |
dict_clear.py
|
tests: Fix few tests which depend on order of elements in dict.
|
11 years ago |
dict_construct.py
|
py: Implement full behaviour of dict.update(), and dict().
|
11 years ago |
dict_copy.py
|
tests: Reduce large object allocations so tests can run with small heap.
|
9 years ago |
dict_del.py
|
tests: Rename test scripts, changing - to _ for consistency.
|
10 years ago |
dict_from_iter.py
|
tests: Rename test scripts, changing - to _ for consistency.
|
10 years ago |
dict_fromkeys.py
|
Move tests in basic/tests/ up one level preparating to multiple test dirs.
|
11 years ago |
dict_get.py
|
Move tests in basic/tests/ up one level preparating to multiple test dirs.
|
11 years ago |
dict_intern.py
|
tests: Rename test scripts, changing - to _ for consistency.
|
10 years ago |
dict_iterator.py
|
tests: Fix few tests which depend on order of elements in dict.
|
11 years ago |
dict_pop.py
|
Move tests in basic/tests/ up one level preparating to multiple test dirs.
|
11 years ago |
dict_popitem.py
|
tests: Fix few tests which depend on order of elements in dict.
|
11 years ago |
dict_setdefault.py
|
Move tests in basic/tests/ up one level preparating to multiple test dirs.
|
11 years ago |
dict_specialmeth.py
|
tests: Add tests for op special meths, ubinascii, complex.
|
10 years ago |
dict_update.py
|
py: Implement full behaviour of dict.update(), and dict().
|
11 years ago |
dict_views.py
|
Move tests in basic/tests/ up one level preparating to multiple test dirs.
|
11 years ago |
enumerate.py
|
tests: Reduce large object allocations so tests can run with small heap.
|
9 years ago |
equal.py
|
py: Remove useless implementations of NOT_EQUAL in binary_op's.
|
11 years ago |
equal_class.py
|
py: Implement fallback for equality check for all types.
|
10 years ago |
except_match_tuple.py
|
tests: Add test for exception matching of a tuple of exceptions.
|
10 years ago |
exception1.py
|
objexcept: Add "args" exception attribute, as well as StopIteration.value.
|
11 years ago |
exception_chain.py
|
tests: Add test for exception-chaining raise syntax.
|
9 years ago |
exception_chain.py.exp
|
py: Remove dependency on printf/fwrite in mp_plat_print.
|
9 years ago |
exceptpoly.py
|
tests: Split large tests into smaller files, to run with a small heap.
|
9 years ago |
exceptpoly2.py
|
tests: Split large tests into smaller files, to run with a small heap.
|
9 years ago |
exec1.py
|
Implement full arg handling for exec().
|
11 years ago |
filter.py
|
Move tests in basic/tests/ up one level preparating to multiple test dirs.
|
11 years ago |
floordivide.py
|
Fixed floor division on mp ints and small ints. Added a floordivide test case.
|
11 years ago |
for1.py
|
Move tests in basic/tests/ up one level preparating to multiple test dirs.
|
11 years ago |
for2.py
|
py: Fix bug in optimised for .. range.
|
11 years ago |
for3.py
|
py: Fix optimised for-loop compiler so it follows proper semantics.
|
10 years ago |
for_break.py
|
tests: Add another test for break-from-for-loop.
|
11 years ago |
for_range.py
|
py: Don't try to optimise for+range when args are not simple expressions.
|
9 years ago |
for_return.py
|
py: Fix stack underflow with optimised for loop.
|
11 years ago |
frozenset1.py
|
objset: frozensets are hashable.
|
9 years ago |
frozenset_add.py
|
objset: Add frozenset tests, skippable if frozenset not available.
|
11 years ago |
frozenset_binop.py
|
objset: Add frozenset tests, skippable if frozenset not available.
|
11 years ago |
frozenset_copy.py
|
objset: Add frozenset tests, skippable if frozenset not available.
|
11 years ago |
frozenset_difference.py
|
objset: Add frozenset tests, skippable if frozenset not available.
|
11 years ago |
frozenset_set.py
|
tests: Add test on set/frozenset equality.
|
9 years ago |
fun1.py
|
Move tests in basic/tests/ up one level preparating to multiple test dirs.
|
11 years ago |
fun2.py
|
Move tests in basic/tests/ up one level preparating to multiple test dirs.
|
11 years ago |
fun3.py
|
Move tests in basic/tests/ up one level preparating to multiple test dirs.
|
11 years ago |
fun_annotations.py
|
tests: Rename test scripts, changing - to _ for consistency.
|
10 years ago |
fun_calldblstar.py
|
tests: Rename test scripts, changing - to _ for consistency.
|
10 years ago |
fun_callstar.py
|
py: Fix function calls that have positional and a star-arg-with-iterator.
|
9 years ago |
fun_callstardblstar.py
|
tests: Rename test scripts, changing - to _ for consistency.
|
10 years ago |
fun_defargs.py
|
py: Fix compiler to handle lambdas used as default arguments.
|
9 years ago |
fun_defargs2.py
|
tests: Rename test scripts, changing - to _ for consistency.
|
10 years ago |
fun_error.py
|
tests: Add some more tests to improve code coverage of corner cases.
|
10 years ago |
fun_kwargs.py
|
tests: Rename test scripts, changing - to _ for consistency.
|
10 years ago |
fun_kwonly.py
|
py: Fix compiler to handle lambdas used as default arguments.
|
9 years ago |
fun_kwonlydef.py
|
tests: Rename test scripts, changing - to _ for consistency.
|
10 years ago |
fun_kwvarargs.py
|
tests: Allow tests to pass against CPython 3.5.
|
9 years ago |
fun_largestate.py
|
tests: Add some tests to improve coverage.
|
10 years ago |
fun_name.py
|
tests: Convert line endings in fun_name.py from CRLF to LF.
|
10 years ago |
fun_str.py
|
tests: Add tests for SyntaxError, TypeError, and other missing things.
|
10 years ago |
fun_varargs.py
|
tests: Rename test scripts, changing - to _ for consistency.
|
10 years ago |
gc1.py
|
tests: Add basics test for gc module.
|
10 years ago |
gen_yield_from.py
|
tests: Rename test scripts, changing - to _ for consistency.
|
10 years ago |
gen_yield_from_close.py
|
tests: Rename test scripts, changing - to _ for consistency.
|
10 years ago |
gen_yield_from_ducktype.py
|
vm: Properly handle StopIteration raised in user instance iterator.
|
10 years ago |
gen_yield_from_exc.py
|
tests: Rename test scripts, changing - to _ for consistency.
|
10 years ago |
gen_yield_from_iter.py
|
py: iternext() may not return MP_OBJ_NULL, only MP_OBJ_STOP_ITERATION.
|
10 years ago |
gen_yield_from_send.py
|
tests: Rename test scripts, changing - to _ for consistency.
|
10 years ago |
gen_yield_from_throw.py
|
tests: Rename test scripts, changing - to _ for consistency.
|
10 years ago |
generator1.py
|
Move tests in basic/tests/ up one level preparating to multiple test dirs.
|
11 years ago |
generator2.py
|
Move tests in basic/tests/ up one level preparating to multiple test dirs.
|
11 years ago |
generator_args.py
|
tests: Rename test scripts, changing - to _ for consistency.
|
10 years ago |
generator_close.py
|
objgenerator: Implement return with value and .close() method.
|
11 years ago |
generator_closure.py
|
objclosure: Fix printing of generator closures.
|
10 years ago |
generator_exc.py
|
tests: Rename test scripts, changing - to _ for consistency.
|
10 years ago |
generator_return.py
|
tests: Rename test scripts, changing - to _ for consistency.
|
10 years ago |
generator_send.py
|
gen.send(): Throw StopIteration. Also, explicitly shutdown finished gen.
|
11 years ago |
getattr.py
|
py: Implement __getattr__.
|
11 years ago |
getattr1.py
|
py: Make sure getattr() works with non-interned strings (by interning them).
|
11 years ago |
getitem.py
|
tests: Add test where __getitem__ raises IndexError to stop iteration.
|
9 years ago |
globals_del.py
|
tests: Rename test scripts, changing - to _ for consistency.
|
10 years ago |
hasattr1.py
|
py: Check that second argument to hasattr is actually a string.
|
9 years ago |
ifcond.py
|
tests: Add tests for things that are not already tested.
|
10 years ago |
int1.py
|
tests: Move int+unicode test to unicode-specific test directory.
|
9 years ago |
int2.py
|
tests: Add tests for SyntaxError, TypeError, and other missing things.
|
10 years ago |
int_big_and.py
|
tests: Split large tests into smaller files, to run with a small heap.
|
9 years ago |
int_big_and2.py
|
tests: Split large tests into smaller files, to run with a small heap.
|
9 years ago |
int_big_and3.py
|
tests: Split large tests into smaller files, to run with a small heap.
|
9 years ago |
int_big_cmp.py
|
tests: Add tests for boundmeth; and bignum cmp, unary, float, error.
|
10 years ago |
int_big_div.py
|
py: Make mpz able to use 16 bits per digit; and 32 on 64-bit arch.
|
10 years ago |
int_big_error.py
|
py: Catch all cases of integer (big and small) division by zero.
|
9 years ago |
int_big_lshift.py
|
tests: Add further tests for mpz code.
|
9 years ago |
int_big_mod.py
|
tests: Rename test scripts, changing - to _ for consistency.
|
10 years ago |
int_big_mul.py
|
tests: Add missing tests for builtins, and many other things.
|
10 years ago |
int_big_or.py
|
tests: Split large tests into smaller files, to run with a small heap.
|
9 years ago |
int_big_or2.py
|
tests: Split large tests into smaller files, to run with a small heap.
|
9 years ago |
int_big_or3.py
|
tests: Split large tests into smaller files, to run with a small heap.
|
9 years ago |
int_big_pow.py
|
tests: Add further tests for mpz code.
|
9 years ago |
int_big_rshift.py
|
tests: Add further tests for mpz code.
|
9 years ago |
int_big_unary.py
|
tests: Add tests for boundmeth; and bignum cmp, unary, float, error.
|
10 years ago |
int_big_xor.py
|
tests: Split large tests into smaller files, to run with a small heap.
|
9 years ago |
int_big_xor2.py
|
tests: Split large tests into smaller files, to run with a small heap.
|
9 years ago |
int_big_xor3.py
|
tests: Split large tests into smaller files, to run with a small heap.
|
9 years ago |
int_big_zeroone.py
|
py: Fix comparison of minus-zero long int.
|
10 years ago |
int_bytes.py
|
py: Support conversion of bignum to bytes.
|
10 years ago |
int_constfolding.py
|
py/compile: Fix edge case when constant-folding negation of integer.
|
9 years ago |
int_divmod.py
|
py/compile: Fix edge case when constant-folding negation of integer.
|
9 years ago |
int_divzero.py
|
py: Catch all cases of integer (big and small) division by zero.
|
9 years ago |
int_long.py
|
tests: Rename test scripts, changing - to _ for consistency.
|
10 years ago |
int_mpz.py
|
tests/int_big_*: Add more tests for result normalization.
|
9 years ago |
int_small.py
|
tests: Add tests for things that are not already tested.
|
10 years ago |
is_isnot.py
|
tests: Rename test scripts, changing - to _ for consistency.
|
10 years ago |
iter0.py
|
py: Simplify and remove redundant code for __iter__ method lookup.
|
10 years ago |
iter1.py
|
py: Simplify and remove redundant code for __iter__ method lookup.
|
10 years ago |
iter2.py
|
py: Replace mp_const_stop_iteration object with MP_OBJ_NULL.
|
11 years ago |
iter_of_iter.py
|
tests: Rename test scripts, changing - to _ for consistency.
|
10 years ago |
lambda1.py
|
Move tests in basic/tests/ up one level preparating to multiple test dirs.
|
11 years ago |
lambda_defargs.py
|
py: Implement default and star args for lambdas.
|
9 years ago |
lexer.py
|
py/lexer: Raise SyntaxError when str hex escape sequence is malformed.
|
9 years ago |
list1.py
|
tests: Split out those tests requiring float and import.
|
11 years ago |
list_clear.py
|
Move tests in basic/tests/ up one level preparating to multiple test dirs.
|
11 years ago |
list_compare.py
|
Move tests in basic/tests/ up one level preparating to multiple test dirs.
|
11 years ago |
list_copy.py
|
Move tests in basic/tests/ up one level preparating to multiple test dirs.
|
11 years ago |
list_count.py
|
Move tests in basic/tests/ up one level preparating to multiple test dirs.
|
11 years ago |
list_extend.py
|
py/objlist: Make list += accept all arguments and add test.
|
9 years ago |
list_index.py
|
tests: Add tests for SyntaxError, TypeError, and other missing things.
|
10 years ago |
list_insert.py
|
Move tests in basic/tests/ up one level preparating to multiple test dirs.
|
11 years ago |
list_mult.py
|
py: Fix mult by negative number of tuple, list, str, bytes.
|
10 years ago |
list_pop.py
|
Move tests in basic/tests/ up one level preparating to multiple test dirs.
|
11 years ago |
list_remove.py
|
Move tests in basic/tests/ up one level preparating to multiple test dirs.
|
11 years ago |
list_reverse.py
|
Move tests in basic/tests/ up one level preparating to multiple test dirs.
|
11 years ago |
list_slice.py
|
tests: Add some tests to improve coverage.
|
10 years ago |
list_slice_3arg.py
|
tests: Add small testcase for 3-arg slices.
|
11 years ago |
list_slice_assign.py
|
objlist: Support list slice deletion.
|
11 years ago |
list_slice_assign_grow.py
|
objlist: Implement growing slice assignment.
|
11 years ago |
list_sort.py
|
tests: Reduce large object allocations so tests can run with small heap.
|
9 years ago |
list_sum.py
|
Move tests in basic/tests/ up one level preparating to multiple test dirs.
|
11 years ago |
map.py
|
Move tests in basic/tests/ up one level preparating to multiple test dirs.
|
11 years ago |
memoryerror.py
|
tests: Adapt basics/memoryerror.py for ports with lower heap sizes.
|
10 years ago |
memoryerror.py.exp
|
tests: Adapt basics/memoryerror.py for ports with lower heap sizes.
|
10 years ago |
memoryview1.py
|
py: Implement memoryview slice assignment.
|
9 years ago |
memoryview_gc.py
|
py: Fix memoryview referencing so it retains ptr to original buffer.
|
10 years ago |
module1.py
|
tests: Add missing tests for builtins, and many other things.
|
10 years ago |
module2.py
|
tests: Add missing tests for builtins, and many other things.
|
10 years ago |
module2.py.exp
|
tests: Add missing tests for builtins, and many other things.
|
10 years ago |
namedtuple1.py
|
tests: Add some more tests to improve code coverage of corner cases.
|
10 years ago |
object1.py
|
tests: Add missing tests for builtins, and many other things.
|
10 years ago |
object_dict.py
|
tests/object_dict.py: Add test for obj.__dict__ .
|
9 years ago |
object_new.py
|
py: Check that arg to object.__new__ is a user-defined type.
|
10 years ago |
op_error.py
|
tests: Add missing tests for builtins, and many other things.
|
10 years ago |
ordereddict1.py
|
tests: Add basic test for OrderedDict.
|
10 years ago |
parser.py
|
tests: Skip parser test if "compile" builtin is not available.
|
9 years ago |
print.py
|
py: Add support for sep and end keywords in print.
|
11 years ago |
python34.py
|
tests: Add test for evaluation order of dictionary key/value pairs.
|
9 years ago |
python34.py.exp
|
tests: Add test for evaluation order of dictionary key/value pairs.
|
9 years ago |
return1.py
|
tests: Add tests for things that are not already tested.
|
10 years ago |
scope.py
|
py/compile: Refine SyntaxError for repeated use of global/nonlocal.
|
9 years ago |
self_type_check.py
|
py: Use a wrapper to explicitly check self argument of builtin methods.
|
10 years ago |
seq_unpack.py
|
tests: Add tests for things that are not already tested.
|
10 years ago |
set1.py
|
objset: frozensets are hashable.
|
9 years ago |
set_add.py
|
Modify set tests to print sorted sets directly
|
11 years ago |
set_binop.py
|
tests: Add more tests to improve coverage, mostly testing exceptions.
|
9 years ago |
set_clear.py
|
Move tests in basic/tests/ up one level preparating to multiple test dirs.
|
11 years ago |
set_copy.py
|
Modify set tests to print sorted sets directly
|
11 years ago |
set_difference.py
|
Modify set tests to print sorted sets directly
|
11 years ago |
set_discard.py
|
Move tests in basic/tests/ up one level preparating to multiple test dirs.
|
11 years ago |
set_intersection.py
|
Modify set tests to print sorted sets directly
|
11 years ago |
set_isdisjoint.py
|
Move tests in basic/tests/ up one level preparating to multiple test dirs.
|
11 years ago |
set_isfooset.py
|
Move tests in basic/tests/ up one level preparating to multiple test dirs.
|
11 years ago |
set_iter.py
|
Move tests in basic/tests/ up one level preparating to multiple test dirs.
|
11 years ago |
set_pop.py
|
Move tests in basic/tests/ up one level preparating to multiple test dirs.
|
11 years ago |
set_remove.py
|
py: Fix delete operation on map/dict and set objects.
|
11 years ago |
set_specialmeth.py
|
tests: Add tests for op special meths, ubinascii, complex.
|
10 years ago |
set_symmetric_difference.py
|
Modify set tests to print sorted sets directly
|
11 years ago |
set_union.py
|
tests: Fix few tests which depend on order of elements in set.
|
11 years ago |
set_unop.py
|
tests: Add more tests to improve coverage, mostly testing exceptions.
|
9 years ago |
set_update.py
|
Modify set tests to print sorted sets directly
|
11 years ago |
setattr1.py
|
tests: Add tests to improve coverage of objstr.c.
|
9 years ago |
slice_attrs.py
|
py/objslice: Make slice attributes (start/stop/step) readable.
|
9 years ago |
slots_bool_len.py
|
py: Improve __bool__ and __len__ dispatch; add slots for them.
|
11 years ago |
string1.py
|
tests: Add tests to improve coverage of objstr.c.
|
9 years ago |
string_compare.py
|
tests: Add tests to improve coverage of objstr.c.
|
9 years ago |
string_count.py
|
tests: Add more tests to improve coverage, mostly testing exceptions.
|
9 years ago |
string_cr_conversion.py
|
py: Convert CR to LF and CR LF to LF in lexer.
|
10 years ago |
string_crlf_conversion.py
|
py: Convert CR to LF and CR LF to LF in lexer.
|
10 years ago |
string_endswith.py
|
tests: Add some more tests for bytes, bignum, string and ujson.
|
10 years ago |
string_escape.py
|
tests: Rename test scripts, changing - to _ for consistency.
|
10 years ago |
string_find.py
|
tests: Add more tests to improve coverage, mostly testing exceptions.
|
9 years ago |
string_format.py
|
tests: Split large tests into smaller files, to run with a small heap.
|
9 years ago |
string_format2.py
|
tests: Split large tests into smaller files, to run with a small heap.
|
9 years ago |
string_format_error.py
|
tests: Split large tests into smaller files, to run with a small heap.
|
9 years ago |
string_format_modulo.py
|
py/objstr: Fix error reporting for unexpected end of modulo format str.
|
9 years ago |
string_index.py
|
py: Implement str.[r]index() and add tests for them.
|
11 years ago |
string_istest.py
|
add methods isspace(), isalpha(), isdigit(), isupper() and islower() to str
|
11 years ago |
string_join.py
|
tests: Add tests for things that are not already tested.
|
10 years ago |
string_large.py
|
py: Never intern data of large string/bytes object; add relevant tests.
|
10 years ago |
string_mult.py
|
py: Fix mult by negative number of tuple, list, str, bytes.
|
10 years ago |
string_partition.py
|
objstr: Make .[r]partition() work with bytes.
|
11 years ago |
string_replace.py
|
tests: Add more tests to improve coverage, mostly testing exceptions.
|
9 years ago |
string_repr.py
|
tests: Rename test scripts, changing - to _ for consistency.
|
10 years ago |
string_rfind.py
|
Implement str.rfind() and add tests for it.
|
11 years ago |
string_rindex.py
|
py: Implement str.[r]index() and add tests for them.
|
11 years ago |
string_rpartition.py
|
Implement str.rpartition and add tests for it.
|
11 years ago |
string_rsplit.py
|
tests: Add more tests to improve coverage, mostly testing exceptions.
|
9 years ago |
string_slice.py
|
tests: Rename test scripts, changing - to _ for consistency.
|
10 years ago |
string_split.py
|
objstr: split(None): Fix whitespace properly.
|
10 years ago |
string_splitlines.py
|
tests: Add test for str.splitlines().
|
10 years ago |
string_startswith.py
|
objstr: startswith(): Accept optional "start" arg.
|
11 years ago |
string_strip.py
|
objstr: *strip(): If nothing is stripped, don't create dup string.
|
11 years ago |
string_upperlow.py
|
objstr: Implement .lower() and .upper().
|
11 years ago |
struct1.py
|
py: Add ustruct.pack_into and unpack_from
|
9 years ago |
subclass_classmethod.py
|
py: Fix calling of parent classmethod from instance of subclass.
|
9 years ago |
subclass_native1.py
|
tests: Add more tests to improve coverage, mostly testing exceptions.
|
9 years ago |
subclass_native2_list.py
|
tests: Rename test scripts, changing - to _ for consistency.
|
10 years ago |
subclass_native2_tuple.py
|
tests: Rename test scripts, changing - to _ for consistency.
|
10 years ago |
subclass_native3.py
|
tests: Rename test scripts, changing - to _ for consistency.
|
10 years ago |
subclass_native4.py
|
tests: Rename test scripts, changing - to _ for consistency.
|
10 years ago |
subclass_native5.py
|
tests: Rename test scripts, changing - to _ for consistency.
|
10 years ago |
subclass_native_buffer.py
|
py: Allow subclass of native object to delegate to the native buffer_p.
|
10 years ago |
subclass_native_cmp.py
|
objtuple: Go out of the way to support comparison of subclasses.
|
11 years ago |
subclass_native_specmeth.py
|
objtype: Implement ->getiter() method for instances.
|
11 years ago |
syntaxerror.py
|
py/compile: Do proper checking of * and ** in function definition.
|
9 years ago |
sys1.py
|
tests: Allow tests to pass against CPython 3.5.
|
9 years ago |
true_value.py
|
tests: Rename test scripts, changing - to _ for consistency.
|
10 years ago |
try1.py
|
Move tests in basic/tests/ up one level preparating to multiple test dirs.
|
11 years ago |
try2.py
|
Add testcase with exception handler spread across functions.
|
11 years ago |
try3.py
|
Move tests in basic/tests/ up one level preparating to multiple test dirs.
|
11 years ago |
try4.py
|
Move tests in basic/tests/ up one level preparating to multiple test dirs.
|
11 years ago |
try_as_var.py
|
tests: Rename test scripts, changing - to _ for consistency.
|
10 years ago |
try_continue.py
|
py/vm: Fix popping of exception block in UNWIND_JUMP opcode.
|
9 years ago |
try_error.py
|
tests: Add tests for SyntaxError, TypeError, and other missing things.
|
10 years ago |
try_finally1.py
|
tests: Rename test scripts, changing - to _ for consistency.
|
10 years ago |
try_finally_loops.py
|
tests: Rename test scripts, changing - to _ for consistency.
|
10 years ago |
try_finally_return.py
|
py: Fix with+for+return bug by popping for-iter when unwinding exc stack.
|
9 years ago |
try_finally_return2.py
|
py: Handle case of return within the finally block of try-finally.
|
9 years ago |
try_reraise.py
|
tests: Rename test scripts, changing - to _ for consistency.
|
10 years ago |
try_reraise2.py
|
tests: Rename test scripts, changing - to _ for consistency.
|
10 years ago |
tuple1.py
|
Implement tuple addition.
|
11 years ago |
tuple_compare.py
|
sequence: Fix glaring bug in sequence comparison.
|
11 years ago |
tuple_count.py
|
Factor out mp_seq_count_obj() and implement tuple.count().
|
11 years ago |
tuple_index.py
|
Implement tuple.index().
|
11 years ago |
tuple_mult.py
|
py: Fix mult by negative number of tuple, list, str, bytes.
|
10 years ago |
types1.py
|
tests: Split out those tests requiring float and import.
|
11 years ago |
types2.py
|
tests: Split out those tests requiring float and import.
|
11 years ago |
unary_op.py
|
tests: Add test for "not" of a user defined class.
|
9 years ago |
unboundlocal.py
|
py: Make all LOAD_FAST ops check for unbound local.
|
11 years ago |
unpack1.py
|
tests: Add tests for things that are not already tested.
|
10 years ago |
while1.py
|
Move tests in basic/tests/ up one level preparating to multiple test dirs.
|
11 years ago |
while_cond.py
|
tests: Add tests for things that are not already tested.
|
10 years ago |
while_nest_exc.py
|
tests: Add test for nested while with exc and break.
|
10 years ago |
with1.py
|
tests: Make tests pass on pyboard.
|
11 years ago |
with_break.py
|
tests: Rename test scripts, changing - to _ for consistency.
|
10 years ago |
with_continue.py
|
tests: Rename test scripts, changing - to _ for consistency.
|
10 years ago |
with_return.py
|
py: Fix with+for+return bug by popping for-iter when unwinding exc stack.
|
9 years ago |
zip.py
|
Move tests in basic/tests/ up one level preparating to multiple test dirs.
|
11 years ago |