index
:
suspect-devices/circuitpython
1.x
2.x
3.x
4.0.x
4.1.x
4.x
5.0.x
5.1.x
5.3.x
6.0.x
6.1.x
6.2.x
audiocore-rawsample-sinewave
azure
azure-pipelines
cross
dm-mixer
dynamic-native-modules
encoding
esp-extra-scripts
fix_typo_spanish
iabdalkader-cc3k-update
jepler-try-ubuntu-20.04
main
master
parse-bytecode
reentrant-gc
stable
travis-clang
travis-esp8266
travis-stackless
travis-testing
type_hints
CircuitPython - a Python implementation for teaching coding with microcontrollers
feurig
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
basics
Age
Commit message (
Expand
)
Author
2018-03-30
py/runtime: Be sure that non-intercepted thrown object is an exception.
Damien George
2018-03-30
py/runtime: Check that keys in dicts passed as ** args are strings.
Damien George
2018-03-29
Fix assertion failures in super_attr
Jeff Epler
2018-03-29
Fix assertion failures in mp_obj_new_type
Jeff Epler
2018-03-29
Fix assertion failure in mpz_divmod_inpl
Jeff Epler
2018-03-26
Merge pull request #709 from jepler/core-class-superproperty
Scott Shawcroft
2018-03-26
This test now passes, make it run regularly
Jeff Epler
2018-03-26
Conditionally compile out nonstandard array/struct typecodes
Jeff Epler
2018-03-23
Implement * and *= for array.array
Jeff Epler
2018-03-08
tests/basics/builtin_enumerate: Add test for many pos args to enumerate.
Damien George
2018-02-27
tests/basics/gc1: Add test which triggers GC threshold.
Damien George
2018-02-27
py/vm: Fix case of handling raised StopIteration within yield from.
Damien George
2018-02-24
tests/basics: Add test for calling a subclass of a native class.
Damien George
2018-02-21
py/objdeque: Protect against negative maxlen in deque constructor.
Damien George
2018-02-21
tests/basics: Add tests to improve coverage of py/objdeque.c.
Damien George
2018-02-21
tests/basics/deque*: Tests for ucollections.deque.
Paul Sokolovsky
2018-02-19
py/objstr: Protect against creating bytes(n) with n negative.
Damien George
2018-02-19
py/modbuiltins: Simplify and generalise dir() by probing qstrs.
Damien George
2018-02-18
py/objdict: Disallow possible modifications to fixed dicts.
Mike Wadsten
2018-02-14
py/objrange: Implement (in)equality comparison between range objects.
Damien George
2018-02-14
tests: Rewrite some tests so they can run without needing eval/exec.
Damien George
2018-02-14
tests: Automatically skip tests that require eval, exec or frozenset.
Damien George
2018-02-07
tests/basics: Rename remaining tests that are for built-in functions.
Damien George
2018-02-07
py/objtype: Check and prevent delete/store on a fixed locals map.
Damien George
2017-12-20
tests/basics/memoryerror: Add test for out-of-memory using realloc.
Damien George
2017-12-19
tests: Add some more tests to improve coverage of py/parse.c.
Damien George
2017-12-19
tests/basics/builtin_pow3: Add tests for edge cases of pow3.
Damien George
2017-12-19
tests/basics/generator_pend_throw: Add test for just-started generator.
Damien George
2017-12-19
tests/basics: Add more set tests to improve coverage of py/objset.c.
Damien George
2017-12-15
py/objgenerator: Allow to pend an exception for next execution.
Paul Sokolovsky
2017-12-14
tests: Add tests to improve coverage of py/objtype.c.
Damien George
2017-12-12
tests: Fix few test for proper "skipped" detection with qemu-arm's tinytest.
Paul Sokolovsky
2017-12-12
tests/basics: Add test for overriding a native base-class's init method.
Damien George
2017-12-11
Always test enumerate. This will ensure that all supported ports
Scott Shawcroft
2017-11-27
tests/basics/builtin_locals: Add test for using locals() in class body.
Damien George
2017-11-24
tests/basics/builtin_range: Add test for corner case of range slicing.
Damien George
2017-11-24
tests/basics: Add test for containment of a subclass of a native type.
Damien George
2017-11-16
tests: Fixup tests for 3.x on Rosie
Scott Shawcroft
2017-11-12
py/objnamedtuple: Add _asdict function if OrderedDict is supported
stijn
2017-10-24
Merge commit 'f869d6b2e339c04469c6c9ea3fb2fabd7bbb2d8c' into nrf2_merge
Scott Shawcroft
2017-10-04
py/objstr: Make empty bytes object have a null-terminating byte.
Damien George
2017-10-03
py/objset: Include the failed key in a KeyError raised from set.remove.
Damien George
2017-10-03
py/objset: Check that RHS of a binary op is a set/frozenset.
Damien George
2017-09-19
py/objstr: strip: Don't strip "\0" by default.
Paul Sokolovsky
2017-09-10
tests/class_reverse_op: Test for reverse arith ops special methods.
Paul Sokolovsky
2017-09-07
py/objlist: Properly implement comparison with incompatible types.
Paul Sokolovsky
2017-09-06
py/objtuple: Properly implement comparison with incompatible types.
Paul Sokolovsky
2017-09-04
tests/class_inplace_op: Test for inplace op fallback to normal one.
Paul Sokolovsky
2017-09-01
py/modstruct: Check and prevent buffer-write overflow in struct packing.
Damien George
2017-09-01
py/modstruct: Check and prevent buffer-read overflow in struct unpacking
Damien George
[prev]
[next]