Commits
User selector
Commit History
Commits on Aug 7, 2016
py/mpconfig.h: Define MP_ALWAYSINLINE for reuse.
Show description for 1bc2911committed- committed
py/objstr: Make .partition()/.rpartition() methods configurable.
Show description for 56eb25fcommitted
Commits on Aug 4, 2016
Commits on Jul 30, 2016
- committed
py/mpconfig.h: Add MICROPY_STREAMS_POSIX_API setting.
Show description for 61e77a4committed
Commits on Jul 29, 2016
lib/embed/abort_: Implementation of abort_() function raising uPy exception.
Show description for c8b80e4committedpy/stream: Add adapter methods with POSIX-compatible signatures.
Show description for 4f1b029committed
Commits on Jul 27, 2016
- committed
py/objstringio: Add MP_STREAM_FLUSH ioctl and flush() method.
Show description for f039ac5committed
Commits on Jul 26, 2016
Commits on Jul 25, 2016
py/objstrunicode: str_index_to_ptr: Implement positive indexing properly.
Show description for ed1c194committedpy/objstrunicode: str_index_to_ptr: Should handle bytes too.
Show description for 6af90b2committed
Commits on Jul 24, 2016
py/stream.h: Remove dated comment of POSIX-specificity of EAGAIN.
Show description for 16f3246committed- committed
Commits on Jul 21, 2016
unix: Enable MICROPY_PY_STR_BYTES_CMP_WARN.
Show description for 918851ecommitted- committed
py/obj: Issue a warning when str and bytes objects are compared.
Show description for 707cae7committed
Commits on Jul 20, 2016
- authored andcommitted
py/gc: Implement GC running by allocation threshold.
Show description for 93e353ecommitted
Commits on Jul 16, 2016
esp8266: Cache Xtensa-built libaxtls.a in local build dir.
Show description for 6aa7c80committed
Commits on Jul 13, 2016
py/stream: Implement 2- and 3-arg write() method as an extension to CPython.
Show description for ad9b9c7committed
Commits on Jul 12, 2016
extmod/modussl_axtls: Further changes to allow alternative SSL modules.
Show description for 20283aecommitted- committed
Commits on Jul 11, 2016
- committed
qemu-arm: Enable gcc LTO option for nlrthumb.c
Show description for 9626662authored andcommitted
Commits on Jul 6, 2016
py/objarray: Split out header to allow direct access to object.
Show description for ec7fe92committed
Commits on Jul 4, 2016
extmod/moduos_dupterm: Reserve buffer bytearray object for dupterm.
Show description for 426112ccommitted
Commits on Jul 2, 2016
py/mpconfig.h: Mention MICROPY_PY_BTREE config option.
Show description for 737bd9ccommittedpy/builtinimport: Disable "imported as namespace package" warning.
Show description for ae184cbcommitted
Commits on Jun 30, 2016
py/gc: Calculate (and report) maximum contiguous free block size.
Show description for 749cbaccommittedpy/gc: Be sure to count last allocated block at heap end in stats.
Show description for 6a6e0b7committed
Commits on Jun 28, 2016
- committed
py/nlrsetjmp: Update to take into account new location of nlr_top.
Show description for 94238d4committed