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
Age
Commit message (
Expand
)
Author
2018-07-11
WIP: after merge; before testing
Dan Halbert
2018-06-18
tests/unix/extra_coverage: Don't test stream objs with NULL write fun.
Damien George
2018-06-12
ports: Enable IOBase on unix, stm32, esp8266 and esp32.
Damien George
2018-06-12
ports: Call gc_sweep_all() when doing a soft reset.
Damien George
2018-06-06
unix/moduos_vfs: Add missing uos functions from traditional uos module.
Damien George
2018-06-06
unix: Support MICROPY_VFS_POSIX and enable it in coverage build.
Damien George
2018-05-22
ports: Enable MICROPY_PY_BUILTINS_ROUND_INT on selected ports.
Damien George
2018-04-10
py/stream: Switch stream close operation from method to ioctl.
Damien George
2018-03-31
Merge pull request #729 from jepler/tests-parallel-circuitpython
Scott Shawcroft
2018-03-31
ports/unix/Makefile: parallelize tests
Jeff Epler
2018-03-27
Add VfsFat.label property
Jeff Epler
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-21
ports: Enable ucollections.deque on relevant ports.
Damien George
2018-02-14
unix/mpconfigport_coverage: Enable range (in)equality comparison.
Damien George
2018-02-14
unix/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-08
tests/unix: Add coverage test for calling mp_obj_new_bytearray.
Damien George
2017-12-19
unix/mpconfigport_coverage.h: Enable MICROPY_PY_IO_RESOURCE_STREAM.
Damien George
2017-12-19
tests/unix: Add test for printf with %lx format.
Damien George
2017-12-16
unix/mpconfigport.h: Allow to override stackless options from commandline.
Paul Sokolovsky
2017-12-16
unix/Makefile: coverage: Allow user to pass CFLAGS_EXTRA.
Paul Sokolovsky
2017-12-11
unix: Add support for using the Python stack.
Damien George
2017-12-10
unix/mpconfigport: Disable uio.resource_stream().
Paul Sokolovsky
2017-11-16
py/objstr: Remove "make_qstr_if_not_already" arg from mp_obj_new_str.
Damien George
2017-11-12
extmod/moduhashlib: Enable SHA1 hashing when using "mbedtls" library.
Christopher Cooper
2017-11-12
py/objnamedtuple: Add _asdict function if OrderedDict is supported
stijn
2017-11-07
unix/moduselect: Fix nanbox build after adding .dump() method.
Paul Sokolovsky
2017-11-07
unix/moduselect: Add .dump() method for debugging.
Paul Sokolovsky
2017-11-02
Merge tag 'v1.9.3'
Scott Shawcroft
2017-10-28
unix: Enable MICROPY_PY_REVERSE_SPECIAL_METHODS.
Paul Sokolovsky
2017-10-24
Merge commit 'f869d6b2e339c04469c6c9ea3fb2fabd7bbb2d8c' into nrf2_merge
Scott Shawcroft
2017-10-24
unix/modusocket: Remove #if MICROPY_SOCKET_EXTRA code blocks.
Paul Sokolovsky
2017-10-24
all: Use NULL instead of "" when calling mp_raise exception helpers.
Damien George
2017-10-23
unix: Rename modsocket.c to modusocket.c.
Paul Sokolovsky
2017-10-13
extmod/uos_dupterm: Update uos.dupterm() and helper funcs to have index.
Damien George
2017-10-04
all: Remove inclusion of internal py header files.
Damien George
2017-09-26
py: Add config option to print warnings/errors to stderr.
David Lechner
2017-09-21
py/vstr: Raise a RuntimeError if fixed vstr buffer overflows.
Damien George
2017-09-10
py/runtime: Implement dispatch for "reverse op" special methods.
Paul Sokolovsky
2017-09-06
all: Update Makefiles and others to build with new ports/ dir layout.
Damien George
2017-09-06
ports: Make new ports/ sub-directory and move all ports there.
Damien George