aboutsummaryrefslogtreecommitdiff
path: root/ports/unix
AgeCommit message (Expand)Author
2020-01-26unix: Release GIL during all system calls.David Lechner
2020-01-24unix/Makefile: Reserve CFLAGS_EXTRA/LDFLAGS_EXTRA for external use.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
2020-01-12lib/mp-readline: Add word-based move/delete EMACS key sequences.Yonatan Goldschmidt
2020-01-12unix: Rename unix binaries to micropython-variant (not _variant).Jim Mussared
2020-01-12unix: Add placeholder DEV variant with settrace enabled.Jim Mussared
2020-01-12unix: Add build variants, analogous to boards on bare-metal.Jim Mussared
2019-12-28py/objslice: Add support for indices() method on slice objects.Nicko van Someren
2019-12-28unix/modos: Add uos.rename and uos.rmdir.Damien George
2019-12-28unix/modtime: Add utime.mktime function, to complement utime.localtime.Andrew Leech
2019-12-27py: Introduce MP_ROM_NONE macro for ROM to refer to None object.Damien George
2019-11-21unix/modtermios: Fix output speed setter in tcsetattr.Laurens Valk
2019-11-11extmod: Consolidate FAT FS config to MICROPY_VFS_FAT across all ports.Damien George
2019-10-30extmod/vfs_lfs: Allow compiling in VfsLfs1 and VfsLfs2 separately.Damien George
2019-10-29unix/mphalport.h: Define mp_hal_stdio_poll to dummy because it's unused.Damien George
2019-10-29unix: Enable uos.VfsLfs1, uos.VfsLfs2 on coverage build.Damien George
2019-10-22unix,windows: Enable module weak links.Damien George
2019-10-21unix: Allow building without a manifest.Jim Mussared
2019-10-21tools/makemanifest.py: Eval relative paths w.r.t. current manifest file.Jim Mussared
2019-10-15unix: Convert to use FROZEN_MANIFEST to specify frozen code.Damien George
2019-10-15ports: Add new make target "submodules" which inits required modules.Damien George
2019-10-01py/bc: Change mp_code_state_t.exc_sp to exc_sp_idx.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-30py: Integrate sys.settrace feature into the VM and runtime.Milan Rossa
2019-08-28py: Add global default_emit_opt variable to make emit kind persistent.Damien George
2019-08-28unix/main: Only accept full emit cmd-line options if native enabled.Damien George
2019-08-19extmod/modure: Make regex dump-code debugging feature optional.Damien George
2019-08-17py/modmath: Implement math.isclose() for non-complex numbers.stijn
2019-08-16gitignore: Put build-*/ pattern in top-level gitignore file.Damien George
2019-08-15unix: Enable sys.atexit, triggered after the main script ends.Milan Rossa
2019-07-09unix/unix_mphal: Include time.h for CLOCK_MONOTONIC.Paul m. p. P
2019-06-26unix/unix_mphal: Use CLOCK_MONOTONIC for ticks_ms/us when available.Mikhail Zakharov
2019-06-05unix/mpconfigport.mk: Update comment about TLS implementations.Damien George
2019-05-28unix/modusocket: Raise ETIMEDOUT when connect or accept has timeout.Damien George
2019-05-17various: Update early copyright years to match actual edit history.Damien George
2019-05-17various: Add and update my copyright line based on git history.Paul Sokolovsky
2019-05-14py/objarray: Add support for memoryview.itemsize attribute.stijn
2019-05-08unix/modusocket: Fix use of setsockopt in usocket.settimeout impl.Elad Namdar
2019-05-06extmod/moducryptolib: Add AES-CTR support.Yonatan Goldschmidt
2019-05-03unix/coverage: Add test for printing literal % character.Damien George
2019-05-01unix/gcollect: Make sure stack/regs get captured properly for GC.stijn
2019-03-27unix/mpthreadport: Use named semaphores on Mac OS X.Damiano Mazzella
2019-03-08unix/Makefile: Update coverage tests to match those in Travis.Damien George
2019-03-05ports: Update to work with new oofatfs version.Damien George
2019-02-25unix/modffi: Eliminate unused-argument warning when debugging disabled.Damien George
2019-02-14extmod/moduwebsocket: Refactor `websocket` to `uwebsocket`.Yonatan Goldschmidt