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