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
/
ports
/
unix
/
coverage.c
Age
Commit message (
Expand
)
Author
2021-03-15
run code formatting script
microDev
2019-12-04
protocols: Allow them to be (optionally) type-safe
Jeff Epler
2018-07-28
merge finished
Dan Halbert
2018-06-18
tests/unix/extra_coverage: Don't test stream objs with NULL write fun.
Damien George
2018-03-08
unix/coverage: Allow coverage tests to pass with debugging disabled.
Damien George
2018-03-02
tests: Move heap-realloc-while-locked test from C to Python.
Damien George
2018-03-01
tests/unix: Add coverage tests for various GC calls.
Damien George
2018-02-27
tests/unix: Add coverage test for VM executing invalid bytecode.
Damien George
2018-02-25
tests/unix: Add coverage tests for mpz_set_from_float, mpz_mul_inpl.
Damien George
2018-02-08
tests/unix: Add coverage test for calling mp_obj_new_bytearray.
Damien George
2017-12-19
tests/unix: Add test for printf with %lx format.
Damien George
2017-11-16
py/objstr: Remove "make_qstr_if_not_already" arg from mp_obj_new_str.
Damien George
2017-09-21
py/vstr: Raise a RuntimeError if fixed vstr buffer overflows.
Damien George
2017-09-06
ports: Make new ports/ sub-directory and move all ports there.
Damien George