summaryrefslogtreecommitdiff
path: root/ports/unix
AgeCommit message (Expand)Author
2020-03-17ulab: rename enable macro so it appears in the support matrixJeff Epler
2020-03-03Merge remote-tracking branch 'origin/master' into ulabJeff Epler
2020-03-01Makefiles: add targets to build unix port, mpy-cross for fuzzingJeff Epler
2020-02-27ulab: Incorporate itJeff Epler
2020-02-27unix port: add help(), help('modules')Jeff Epler
2019-12-04protocols: Allow them to be (optionally) type-safeJeff Epler
2019-03-12Fix unix build by using safe mode stubScott Shawcroft
2019-02-21Fix unix build by using filesystem stubScott Shawcroft
2019-01-18Fix unix buildScott Shawcroft
2019-01-18More make_new fixes for unix buildScott Shawcroft
2018-12-07Stub out serial_write as wellScott Shawcroft
2018-12-06Fix unixScott Shawcroft
2018-11-30A few tweaks based on review feedbackScott Shawcroft
2018-11-30Add support for adding release info into adafruit/circuitpython-orgScott Shawcroft
2018-08-16Fix unix coverage and update translations.Scott Shawcroft
2018-08-16Fix nrf and unixScott Shawcroft
2018-08-07Support internationalisation.Scott Shawcroft
2018-07-28merge finishedDan Halbert
2018-07-11WIP: after merge; before testingDan Halbert
2018-06-18tests/unix/extra_coverage: Don't test stream objs with NULL write fun.Damien George
2018-06-12ports: Enable IOBase on unix, stm32, esp8266 and esp32.Damien George
2018-06-12ports: Call gc_sweep_all() when doing a soft reset.Damien George
2018-06-06unix/moduos_vfs: Add missing uos functions from traditional uos module.Damien George
2018-06-06unix: Support MICROPY_VFS_POSIX and enable it in coverage build.Damien George
2018-05-22ports: Enable MICROPY_PY_BUILTINS_ROUND_INT on selected ports.Damien George
2018-04-10py/stream: Switch stream close operation from method to ioctl.Damien George
2018-03-31Merge pull request #729 from jepler/tests-parallel-circuitpythonScott Shawcroft
2018-03-31ports/unix/Makefile: parallelize testsJeff Epler
2018-03-27Add VfsFat.label propertyJeff Epler
2018-03-08unix/coverage: Allow coverage tests to pass with debugging disabled.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-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-21ports: Enable ucollections.deque on relevant ports.Damien George
2018-02-14unix/mpconfigport_coverage: Enable range (in)equality comparison.Damien George
2018-02-14unix/Makefile,embedding/Makefile: Remove obsolete use of STMHAL_SRC_C.Damien George
2018-02-08.travis.yml,ports/unix/Makefile: Add coverage test for script via stdin.Damien George
2018-02-08tests/unix: Add coverage test for calling mp_obj_new_bytearray.Damien George
2017-12-19unix/mpconfigport_coverage.h: Enable MICROPY_PY_IO_RESOURCE_STREAM.Damien George
2017-12-19tests/unix: Add test for printf with %lx format.Damien George
2017-12-16unix/mpconfigport.h: Allow to override stackless options from commandline.Paul Sokolovsky
2017-12-16unix/Makefile: coverage: Allow user to pass CFLAGS_EXTRA.Paul Sokolovsky
2017-12-11unix: Add support for using the Python stack.Damien George
2017-12-10unix/mpconfigport: Disable uio.resource_stream().Paul Sokolovsky
2017-11-16py/objstr: Remove "make_qstr_if_not_already" arg from mp_obj_new_str.Damien George
2017-11-12extmod/moduhashlib: Enable SHA1 hashing when using "mbedtls" library.Christopher Cooper
2017-11-12py/objnamedtuple: Add _asdict function if OrderedDict is supportedstijn
2017-11-07unix/moduselect: Fix nanbox build after adding .dump() method.Paul Sokolovsky
2017-11-07unix/moduselect: Add .dump() method for debugging.Paul Sokolovsky