summaryrefslogtreecommitdiffstatshomepage
path: root/unix
Commit message (Expand)AuthorAge
* unix: Use common RAISE_ERRNO macro from mphalport.h.Damien George2016-10-07
* unix: Use mp_raise_OSError helper function.Damien George2016-10-07
* py/py.mk: Add support for building modussl_mbedtls.Paul Sokolovsky2016-09-23
* unix: Enable btree module for coverage build.Damien George2016-09-22
* all: Remove 'name' member from mp_obj_module_t struct.Damien George2016-09-22
* unix/modjni: array(): Support creation of object arrays.Paul Sokolovsky2016-09-18
* unix/modjni: Add array() top-level function to create Java array.Paul Sokolovsky2016-09-17
* unix/modjni: Implement subscription for object arrays.Paul Sokolovsky2016-09-16
* unix: Fix build for when MICROPY_PY_SOCKET=0.Renato Aguiar2016-09-12
* unix,stmhal,esp8266: When find'ing frozen files follow symbolic links.Damien George2016-09-05
* py: Add MICROPY_USE_INTERNAL_PRINTF option, defaults to enabled.Delio Brignoli2016-09-05
* tests/extmod: Add a test for framebuf module, tested by coverage build.Damien George2016-09-04
* tests/unix/extra_coverage: Add test for str/bytes with invalid hash.Damien George2016-09-02
* py/mpprint: Fail an assertion with unsupported format specifiers.Delio Brignoli2016-09-01
* unix,stmhal,esp8266: When find'ing frozen files don't use extra slash.Damien George2016-08-31
* extmod/modubinascii: Make crc32() support configurable.Paul Sokolovsky2016-08-24
* ports: Remove typedef of machine_ptr_t, it's no longer needed.Damien George2016-08-15
* unix/mpconfigport.h: Don't include stdio.h on MacOS.ilovezfs2016-08-10
* py/objstr: Make .partition()/.rpartition() methods configurable.Paul Sokolovsky2016-08-07
* unix/moduselect: Allow poll.register(), etc. accept fd-like objects.Paul Sokolovsky2016-08-07
* unix: Enable websocket module.Paul Sokolovsky2016-08-06
* unix/Makefile: And note why btree module is disabled for coverage build.Paul Sokolovsky2016-07-31
* py/mpconfig.h: Add MICROPY_STREAMS_POSIX_API setting.Paul Sokolovsky2016-07-30
* unix/file: Use generic stream flush() method.Paul Sokolovsky2016-07-28
* unix/file: fdfile_ioctl(): Fix argument to check_fd_is_open().Paul Sokolovsky2016-07-27
* unix/file: ioctl(): Check that file is open before operations.Paul Sokolovsky2016-07-27
* unix/file: Implement MP_STREAM_FLUSH ioctl.Paul Sokolovsky2016-07-27
* unix/mpconfigport.h: Include stdio.h by default.Paul Sokolovsky2016-07-26
* unix: Enable MICROPY_PY_STR_BYTES_CMP_WARN.Paul Sokolovsky2016-07-22
* unix: Disable MICROPY_GC_ALLOC_THRESHOLD for minimal build.Paul Sokolovsky2016-07-21
* unix: Cache libaxtls.a in local build dir.Paul Sokolovsky2016-07-16
* extmod/modussl_axtls: Further changes to allow alternative SSL modules.Paul Sokolovsky2016-07-13
* unix/mpthreadport: Adjust minimum thread stack, and stack limit check.Damien George2016-07-11
* unix: Disable the GIL to improve performance of non-thread code.Damien George2016-07-09
* unix/main: When preparing sys.path, allocate exact strings on uPy heap.Paul Sokolovsky2016-07-09
* unix/main: Improve help for -X options a bit.Paul Sokolovsky2016-07-08
* unix/main: Error out on unknown value of suffix in -X heapsize= option.Paul Sokolovsky2016-07-08
* unix/mpconfigport_minimal.h: Allow to print a string within 1KB of heap.Paul Sokolovsky2016-07-03
* unix/Makefile: Make "minimal" build be minimal again.Paul Sokolovsky2016-07-03
* unix: Enable btree module.Paul Sokolovsky2016-07-02
* py/modthread: Allow to properly set the stack limit of a thread.Damien George2016-06-28
* unix/modtime: Release the GIL when sleeping.Damien George2016-06-28
* unix/mpthreadport: Suppress compiler warning about unused arguments.Damien George2016-06-28
* unix/gccollect: Provide declaration of exported function.Damien George2016-06-28
* unix/mpthreadport: Use SA_SIGINFO for GC signal handler.Damien George2016-06-28
* unix: Implement garbage collection with threading.Damien George2016-06-28
* unix/file: If write syscall returns because of EINTR then try again.Damien George2016-06-28
* py/modthread: Implement lock object, for creating a mutex.Damien George2016-06-28
* py/modthread: Add stack_size() function.Damien George2016-06-28
* unix: Add basic thread support using pthreads.Damien George2016-06-28