Commits
User selector
Commit History
Commits on Oct 16, 2014
Commits on Oct 12, 2014
Commits on Oct 11, 2014
- committed
- committed
- committed
modure: Initial module, using re1.5 (which is based on re1 codebase).
Show description for c71e045committed
Commits on Oct 9, 2014
unix: Rename "microsocket" module to "usocket".
Show description for 23b3b04committed
Commits on Oct 7, 2014
Commits on Oct 5, 2014
Commits on Oct 3, 2014
py: Change [u]int to mp_[u]int_t in qstr.[ch], and some other places.
Show description for 39dc145committed
Commits on Oct 1, 2014
unix: Do a proper clean-up on sys.exit/SystemExit.
Show description for 762d575committed
Commits on Sep 29, 2014
Commits on Sep 25, 2014
py: For malloc and vstr functions, use size_t exclusively for int type.
Show description for b026134committed
Commits on Sep 23, 2014
Clean up logical flow for setting LDFLAGS to build for Linux and OSX
Show description for fa6567acommitted- committed
Commits on Sep 22, 2014
Fix unix/Makefile to build on OSX
Show description for 1fae787committed
Commits on Sep 17, 2014
py: Add native json printing using existing print framework.
Show description for 612045fcommitted
Commits on Sep 15, 2014
py: Move definition of mp_sys_exit to core.
Show description for b92cbe6committed
Commits on Sep 6, 2014
- committed
- committed
unix: Don't use -Wno-error=cpp or #warning; fix strict alias warning.
Show description for 17598d4committed
Commits on Sep 3, 2014
Code style/whitespace cleanup; remove obsolete headers.
Show description for dda4646committedunix: Auto-detect MICROPY_EMIT_X64 and MICROPY_GCREGS_SETJMP.
Show description for a669cbccommittedAdd cache flush in py/asmarm.c and add new MP_PLAT_ALLOC_EXEC and MP_PLAT_FREE_EXEC macros
Show description for b7235b8committed
Commits on Aug 30, 2014
py: Change uint to mp_uint_t in runtime.h, stackctrl.h, binary.h.
Show description for 4abff75committedpy: Change all uint to mp_uint_t in obj.h.
Show description for d182b98committedpy: Make tuple and list use mp_int_t/mp_uint_t.
Show description for 9c4cbe2committed
Commits on Aug 29, 2014
Change some parts of the core API to use mp_uint_t instead of uint/int.
Show description for ecc88e9committed
Commits on Aug 26, 2014
Add pip-micropython to unix make install.
Show description for db63660committed
Commits on Aug 24, 2014
py: Fix bug where GC collected native/viper/asm function data.
Show description for 3c658a4committed- committed
Commits on Aug 23, 2014
modtermios: Add "termios" unix module, subset of CPython's.
Show description for 4f9ebadcommitted
Commits on Aug 18, 2014
Merge pull request #796 from turbinenreiter/makeinstall
Show description for 13ec400committed
Commits on Aug 16, 2014
py: Put SystemExit in builtin namespace.
Show description for 8f81b5ccommitted