Commits
User selector
Commit History
Commits on Sep 1, 2017
Fix issue #207, esp8266 file operations problems (#222)
Show description for a0d0b27authored
Commits on Aug 26, 2017
Initial merge of micropython v1.9.2 into circuitpython 2.0.0 (in development) master.
Show description for ef61b5ecommitted
Commits on Aug 21, 2017
- committed
extmod,unix: For uos.stat interpret st_size member as an unsigned int.
Show description for 4c736eacommitted
Commits on Aug 13, 2017
all: Raise exceptions via mp_raise_XXX
Show description for 35a1feacommitted
Commits on Aug 12, 2017
Turn on Rosie CI testing to test new builds on real hardware.
Show description for fab634ecommitted
Commits on Aug 11, 2017
py/modsys: Initial implementation of sys.getsizeof().
Show description for bfc2092committedall: Make use of $(TOP) variable in Makefiles, instead of "..".
Show description for 7d4a2f7committed
Commits on Aug 10, 2017
py: Pretend frozen files are stored under .frozen rather than the empty path.
Show description for f6a7025committed
Commits on Jul 31, 2017
all: Use the name MicroPython consistently in comments
Show description for 55f3324authored andcommitted
Commits on Jul 30, 2017
Commits on Jul 18, 2017
all: Unify header guard usage.
Show description for 299bc62authored andcommitted
Commits on Jul 12, 2017
unix/Makefile: Disable assertions in the standard unix executable.
Show description for 1e6fd9fcommittedunix/modsocket: Remove unnecessary asserts.
Show description for d0db93ccommitted
Commits on Jul 4, 2017
Commits on Jun 30, 2017
Commits on Jun 20, 2017
Merge tag 'v1.9.1'
Show description for 30ee701committed
Commits on Jun 17, 2017
Commits on Jun 15, 2017
Commits on Jun 11, 2017
unix/modtime: Replace strftime() with localtime().
Show description for d42b80fcommitted
Commits on Jun 8, 2017
unix/Makefile: replace references to make with $(MAKE)
Show description for d80c951authored andcommitted
Commits on Jun 1, 2017
Commits on May 29, 2017
- committed
Commits on May 26, 2017
Commits on May 12, 2017
unix: Move upip to frozen bytecode dir.
Show description for a4e38dbcommitted- committed
Commits on May 10, 2017
Commits on May 9, 2017
Commits on May 6, 2017
unix/main: Don't allow to specify too small heap size.
Show description for c1e0eb7committed
Commits on May 2, 2017
py/modio: Implement uio.resource_stream(package, resource_path).
Show description for d7da2dbcommitted
Commits on May 1, 2017
unix/main: Ignore SIGPIPE signal, instead make EPIPE arrive.
Show description for 11bc21dcommitted
Commits on Apr 26, 2017
unix: Remove obsolete MICROPY_FATFS macro.
Show description for 7743b15committed
Commits on Apr 22, 2017
mpy-cross, unix, windows, stmhal: Enable return-if-else optimisation.
Show description for 03053f8committed