Commits
User selector
Commit History
Commits on Mar 24, 2016
py/modio: Initial implementation of io.BufferedWriter class.
Show description for 5d93dfbcommittedextmod/modwebsocket: Start module for WebSocket helper functions.
Show description for 24342ddcommitted
Commits on Feb 25, 2016
py: Add MICROPY_DYNAMIC_COMPILER option to config compiler at runtime.
Show description for ea23520committed
Commits on Feb 17, 2016
py/vm: Add macros to hook into various points in the VM.
Show description for 40d8430committed
Commits on Feb 3, 2016
py/mpz: Complete implementation of mpz_{and,or,xor} for negative args.
Show description for 2e2e15cauthored andcommitted
Commits on Jan 26, 2016
extmod/modurandom: Add some extra random functions.
Show description for a53af6ccommitted
Commits on Jan 17, 2016
extmod/modurandom: Add "urandom" module.
Show description for a58a91ecommitted
Commits on Jan 1, 2016
py: Clean up instantiation of dupterm object.
Show description for 00ee84ecommitted- committed
Commits on Dec 22, 2015
unix/unix_mphal: Raise KeyboardInterrupt straight from signal handler.
Show description for 1c9210bcommitted
Commits on Dec 19, 2015
py/mpprint: Fix printing of 64bit integers for 64bit windows builds
Show description for 0a4eb4dauthored andcommitted
Commits on Dec 18, 2015
py: Add MICROPY_ENABLE_COMPILER and MICROPY_PY_BUILTINS_EVAL_EXEC opts.
Show description for dd5353acommitted
Commits on Dec 7, 2015
- authored andcommitted
Commits on Dec 4, 2015
py/modsys: Implement sys.modules.
Show description for 1a1d11fcommitted
Commits on Dec 2, 2015
Commits on Nov 29, 2015
py: Add support for 64-bit NaN-boxing object model, on 32-bit machine.
Show description for b8cfb0dcommitted
Commits on Nov 25, 2015
py/mpconfig.h: Allow to build without alloca() for ANSI C compliance.
Show description for f32020ecommitted- committed
Commits on Nov 24, 2015
windows/py: Support 64bit mingw-w64 builds
Show description for 3baf6b5authored andcommitted
Commits on Nov 13, 2015
py: Add MICROPY_PERSISTENT_CODE_LOAD/SAVE to load/save bytecode.
Show description for d8c834ccommittedpy: Add MICROPY_PERSISTENT_CODE so code can persist beyond the runtime.
Show description for c8e9c0dcommitted
Commits on Nov 6, 2015
py: Adjust object repr C (30-bit stuffed float) to reduce code size.
Show description for 8b8d189committed
Commits on Oct 20, 2015
py: Add object repr "C", where 30-bit floats are stuffed in obj word.
Show description for 183edefcommitted
Commits on Oct 16, 2015
py: Add option for inline assembler to support ARMv7-M instructions.
Show description for e813541committed
Commits on Oct 14, 2015
py: Remove dependency on printf/fwrite in mp_plat_print.
Show description for 4300c7dcommitted
Commits on Oct 12, 2015
- committed
py: Move constant folding from compiler to parser.
Show description for 64f2b21committed
Commits on Oct 6, 2015
Commits on Oct 1, 2015
py: Allocate parse nodes in chunks to reduce fragmentation and RAM use.
Show description for 58e0f4acommitted
Commits on Sep 15, 2015
py/objslice: Make slice attributes (start/stop/step) readable.
Show description for aeb62f9authored andcommitted
Commits on Sep 12, 2015
lib/mp-readline: Add auto-indent support.
Show description for 0af7301committed
Commits on Aug 19, 2015
py: Add MICROPY_PY_BUILTINS_FILTER, disable for minimal ports.
Show description for 22ff397committed
Commits on Aug 17, 2015
unix-cpy: Remove unix-cpy. It's no longer needed.
Show description for 65dc960committed