index
:
user/sven/micropython.git
for-upstream
master
old
stmhal-flash
origin/HEAD
origin/docs/library/bluetooth
origin/master
origin/parse-bytecode
origin/v1.22-release
origin/v1.24-release
The MicroPython project
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
unix
/
extra_coverage.py.exp
Age
Commit message (
Expand
)
Author
2024-01-22
tests: Move port-specific test directories into tests/ports/ directory.
Damien George
2023-12-15
py/modsys: Implement optional sys.intern.
stijn
2023-07-24
py/mpconfig: Add MICROPY_PY_PLATFORM, enabled at extra features level.
Jim Mussared
2023-07-21
extmod/moddeflate: Add deflate module providing the DeflateIO class.
Jim Mussared
2023-07-21
all: Remove the zlib module.
Jim Mussared
2023-06-19
tests: Rename uasyncio to asyncio.
Jim Mussared
2023-06-08
extmod/modtimeq: Remove timeq module.
Jim Mussared
2023-06-08
tests: Replace umodule with module everywhere.
Jim Mussared
2023-06-01
examples/usercmodule: Add a sub-package example.
Jim Mussared
2022-12-08
unix/coverage: Add extra GC coverage test for ATB gap byte.
Jeff Epler
2022-11-23
tests/misc: Add test for cexample module.
Laurens Valk
2022-10-11
unix: Enable sys.executable.
Jim Mussared
2022-09-19
unix/variants/coverage: Add test for manifest freeze_mpy().
Jim Mussared
2022-05-05
py/malloc: Introduce m_tracked_calloc, m_tracked_free functions.
Damien George
2022-03-10
py/modsys: Add optional mutable attributes sys.ps1/ps2 and use them.
Damien George
2022-03-10
py/modsys: Add optional sys.tracebacklimit attribute.
Damien George
2022-02-28
tests/unix: Add coverage test for freezing various objects.
Damien George
2021-12-17
py/modio: Remove io.resource_stream function.
Jim Mussared
2021-05-02
py/repl: Autocomplete builtin modules.
Artyom Skrobov
2021-05-02
py/repl: Filter private methods from tab completion.
Kathryn Lingel
2020-12-07
py/mpprint: Fix length calculation for strings with precision-modifier.
Joris Peeraer
2020-10-29
examples: Add example code for user C modules, both C and C++.
stijn
2020-10-29
esp32,unix: Support building C++ code.
stijn
2020-02-07
tests/unix: Add coverage tests for kbd-intr and scheduler.
Damien George
2020-01-24
tests/unix: Add coverage tests for mp_obj_is_type() and variants.
Yonatan Goldschmidt
2020-01-23
tests/unix: Add coverage test for mp_obj_new_exception_args.
Damien George
2020-01-22
tests/unix: Add coverage tests for pairheap data structure.
Damien George
2020-01-14
tests/unix: Add coverage test for new mp_obj_int_get_uint_checked func.
Damien George
2019-10-01
unix/coverage: Add coverage tests for ringbuf.
Jim Mussared
2019-09-26
py: Rename MP_QSTR_NULL to MP_QSTRnull to avoid intern collisions.
Josh Lloyd
2019-08-15
tests/unix: Update extra_coverage expected output with new atexit func.
Damien George
2019-07-31
py/builtinimport: Populate __file__ when importing frozen or mpy files.
Paul m. p. P
2019-05-03
unix/coverage: Add test for printing literal % character.
Damien George
2019-03-26
py/scheduler: Convert micropythyon.schedule() to a circular buffer.
Andrew Leech
2018-06-18
tests/unix/extra_coverage: Don't test stream objs with NULL write fun.
Damien George
2018-03-03
tests/unix: Add coverage test for uio.resource_stream from frozen str.
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-03-01
py/formatfloat: Fix rounding of %f format with edge-case FP values.
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-19
py/repl: Generalise REPL autocomplete to use qstr probing.
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-10-27
py/objtype: Define all special methods if requested.
Paul Sokolovsky
2017-09-21
py/vstr: Raise a RuntimeError if fixed vstr buffer overflows.
Damien George
2017-09-18
py/modbuiltins: Implement abs() by dispatching to MP_UNARY_OP_ABS.
Paul Sokolovsky
2017-08-11
py/modsys: Initial implementation of sys.getsizeof().
Paul Sokolovsky
2017-06-30
tests/unix/extra_coverage: Add test for mp_vprintf with bad fmt spec.
Damien George
2017-03-20
unix/coverage: Enable scheduler and add tests for it.
Damien George
[next]