20 Commits (1786dacc839e5229298bedf23c3b4d8c53d43a5e)

Author SHA1 Message Date
David Lechner 3dc324d3f1 tests: Format all Python code with black, except tests in basics subdir. 5 years ago
Damien George 30e25174bb tests: Rename "array" module to "uarray". 5 years ago
Damien George 36c1052183 py/objtype: Optimise instance get/set/del by skipping special accessors. 7 years ago
Damien George 36f79523ab tests: Add tests to improve coverage of py/objtype.c. 7 years ago
Damien George 2ac1364688 py/objset: Check that RHS of a binary op is a set/frozenset. 7 years ago
Paul Sokolovsky 85d809d1f4 tests: Convert remaining "sys.exit()" to "raise SystemExit". 8 years ago
Paul Sokolovsky 3e321f1724 tests/misc/: Make few tests skippable. 8 years ago
Damien George 7314ebae8a tests/misc/non_compliant: Add test for inability to assign func attrs. 8 years ago
Rami Ali 1731868ae7 tests: Add tests to improve coverage of objarray.c. 8 years ago
Damien George e9404e5f5f tests: Improve coverage of array, range, dict, slice, exc, unicode. 8 years ago
Damien George 5e22afce41 tests: Improve test coverage of py/compile.c. 8 years ago
Damien George 82af4d6749 tests: Improve coverage of struct with test for non-compliant behaviour. 8 years ago
Damien George b359cf2911 tests/misc/non_compliant: Add tests to improve coverage testing. 8 years ago
Doug Currie 2e2e15cec2 py/mpz: Complete implementation of mpz_{and,or,xor} for negative args. 9 years ago
Damien George 22b2265053 py/parse: Improve constant folding to operate on small and big ints. 9 years ago
Damien George 4c02e54298 py/mpz: Raise NotImplError instead of failing assertion. 9 years ago
Damien George 55b11e6d38 py/objstr: For str.endswith(s, start) raise NotImpl instead of assert. 9 years ago
Damien George 25afc7da0d tests: Add tests to improve coverage of objstr.c. 9 years ago
Damien George 22602cc37b py/objstr: Make str.rsplit(None,n) raise NotImpl instead of assert(0). 9 years ago
Damien George c9fa667252 tests: Add tests for non-compliant behaviour. 9 years ago