Commits
User selector
Commit History
Commits on Aug 6, 2016
Commits on Jul 30, 2016
- committed
py/mpconfig.h: Add MICROPY_STREAMS_POSIX_API setting.
Show description for 61e77a4committed
Commits on Jul 27, 2016
Commits on Jul 26, 2016
Commits on Jul 25, 2016
unix/mpconfigport.h: Include stdio.h by default.
Show description for 243f898committed
Commits on Jul 21, 2016
unix: Enable MICROPY_PY_STR_BYTES_CMP_WARN.
Show description for 918851ecommitted
Commits on Jul 20, 2016
Commits on Jul 16, 2016
unix: Cache libaxtls.a in local build dir.
Show description for bd6622acommitted
Commits on Jul 12, 2016
extmod/modussl_axtls: Further changes to allow alternative SSL modules.
Show description for 20283aecommitted
Commits on Jul 11, 2016
unix/mpthreadport: Adjust minimum thread stack, and stack limit check.
Show description for ee622cccommitted
Commits on Jul 9, 2016
unix: Disable the GIL to improve performance of non-thread code.
Show description for 3096928committed
Commits on Jul 8, 2016
unix/main: When preparing sys.path, allocate exact strings on uPy heap.
Show description for 520f356committed- committed
unix/main: Error out on unknown value of suffix in -X heapsize= option.
Show description for 0e5e14fcommitted
Commits on Jul 2, 2016
unix/mpconfigport_minimal.h: Allow to print a string within 1KB of heap.
Show description for d83177bcommitted- committed
unix: Enable btree module.
Show description for 43241cecommitted
Commits on Jun 28, 2016
py/modthread: Allow to properly set the stack limit of a thread.
Show description for df95f52committed- committed
- committed
- committed
unix/mpthreadport: Use SA_SIGINFO for GC signal handler.
Show description for c2508accommittedunix: Implement garbage collection with threading.
Show description for dbd54e0committedunix/file: If write syscall returns because of EINTR then try again.
Show description for f1b6db2committed- committed
- committed
unix: Add basic thread support using pthreads.
Show description for a791be9committed- committed
Commits on Jun 27, 2016
unix: Fix Makefile to handle gc-sections linker flags on Mac OS.
Show description for f2892bdauthored andcommitted