aboutsummaryrefslogtreecommitdiff
path: root/unix/mpconfigport.h
AgeCommit message (Expand)Author
2015-01-09py: Add MICROPY_PY_MICROPYTHON_MEM_INFO to enable mem-info funcs.Damien George
2015-01-09py: Disable stack checking by default; enable on most ports.Damien George
2015-01-07py: Add option to cache map lookup results in bytecode.Damien George
2015-01-07py: Put all global state together in state structures.Damien George
2015-01-01py: Add basic framework for issuing compile/runtime warnings.Paul Sokolovsky
2014-12-17unix: Rename "time" module to "utime" to allow extensibility.Paul Sokolovsky
2014-12-14unix: Enable Thumb2 and ARM emitters by default on corresponding archs.Paul Sokolovsky
2014-12-09py: Allow builtins to be overridden.Damien George
2014-11-29modubinascii: Add, with hexlify() implementation.Paul Sokolovsky
2014-11-22moduhashlib: Initial module skeleton.Paul Sokolovsky
2014-11-17stream: Implement seek operation support via ioctl, wrapped in generic method.Paul Sokolovsky
2014-10-25py: Implement compile builtin, enabled only on unix port.Damien George
2014-10-23py: Add builtin memoryview object (mostly using array code).Damien George
2014-10-22extmod: Add uheapq module.Damien George
2014-10-13moduzlib: Integrate into the system.Paul Sokolovsky
2014-10-11Merge branch 'modure' of https://github.com/pfalcon/micropython into pfalcon-...Damien George
2014-10-11unix: Update comment MICROPY_GCREGS_SETJMP (untested -> undertested).Paul Sokolovsky
2014-10-11modure: Initial module, using re1.5 (which is based on re1 codebase).Paul Sokolovsky
2014-10-09unix: Rename "microsocket" module to "usocket".Paul Sokolovsky
2014-10-07Allow real memory errors (from locked gc) to be reported with traceback.Dave Hylands
2014-09-29unix: Remove unnecessary #defines from config.Damien George
2014-09-17py: Add native json printing using existing print framework.Damien George
2014-09-06py: Add support for emitting native x86 machine code.Damien George
2014-09-03unix: Auto-detect MICROPY_EMIT_X64 and MICROPY_GCREGS_SETJMP.Damien George
2014-09-03Add cache flush in py/asmarm.c and add new MP_PLAT_ALLOC_EXEC and MP_PLAT_FRE...Fabian Vogt
2014-08-24py: Fix bug where GC collected native/viper/asm function data.Damien George
2014-08-24unix, modtermios: Make it properly configurable; fix spelling mistake.Damien George
2014-08-23modtermios: Add "termios" unix module, subset of CPython's.Paul Sokolovsky
2014-08-13modzlibd: Decompress part of "zlib" module, based on miniz tinfl.c .Paul Sokolovsky
2014-07-25Add support for storing args during an exception raised by an irq.Dave Hylands
2014-07-19py: Add stream reading of n unicode chars; unicode support by default.Damien George
2014-07-13unix: Allow to disable MICROPY_EMIT_X64 from commandline.Paul Sokolovsky
2014-07-09moductypes: Foreign data interface module, roughly based on ctype ideas.Paul Sokolovsky
2014-07-03py: Implement sys.maxsize, standard way to check platform "bitness".Paul Sokolovsky
2014-07-03Rename machine_(u)int_t to mp_(u)int_t.Damien George
2014-06-28unix, stmhal: Add option for STR_UNICODE to mpconfigport.h.Damien George
2014-06-20unix: Allow to override MICROPY_GCREGS_SETJMP from cmdline.Paul Sokolovsky
2014-06-08Provide definition of alloca() in mpconfigport.h.Damien George
2014-06-08Merge branch 'alloca' of github.com:marcusva/micropython into marcusva-allocaDamien George
2014-06-07modsys: Add optional support for sys.platform.Paul Sokolovsky
2014-06-07- FreeBSD provides alloca() via stdlib.h, in contrast to Linux and WindowsMarcus von Appen
2014-06-05modgc: Implement return value for gc.collect(), enable on Unix.Paul Sokolovsky
2014-06-05unix: Add setjmp-based GC register helper implementation.Paul Sokolovsky
2014-06-01Rename bultins config variables to MICROPY_PY_BUILTINS_*.Damien George
2014-05-24Rename configuration variables controling Python features.Damien George
2014-05-21Tidy up some configuration options.Damien George
2014-05-19py: Implement proper separation between io.FileIO and io.TextIOWrapper.Paul Sokolovsky
2014-05-14unix: Add "_os" module with stat().Paul Sokolovsky
2014-05-13unix: Fix linker errors when time/ffi modules are disabledstijn
2014-05-11py: Rename MICROPY_SYS_EXIT to MICROPY_MOD_SYS_EXIT.Damien George