summaryrefslogtreecommitdiff
path: root/py/misc.h
AgeCommit message (Expand)Author
2014-04-10py: Check explicitly for memory allocation failure in parser.Damien George
2014-04-10py: Add emergency exception object for when heap allocation fails.Damien George
2014-04-05Improve GC finalisation code; add option to disable it.Damien George
2014-04-05Merge pull request #425 from iabdalkader/delDamien George
2014-04-04py: Add m_malloc_fail function to handle memory allocation error.Damien George
2014-04-03Implement delmux
2014-04-02py: Wrap compile_scope_inline_asm in #if; remove comment from misc.h.Damien George
2014-03-15Add vstr_ins and vstr_cut_out; improve stmhal readline.Damien George
2014-02-26py: Take out bitfield entries from their own structure.Damien George
2014-02-22py: Rename strtonum to mp_strtonum.Damien George
2014-02-16Make DEBUG_printf() a proper function, implementation is port-dependent.Paul Sokolovsky
2014-02-06Implement fixed buffer vstrs; use them for import path.Damien George
2014-02-05Search paths properly on import and execute __init__.py if it exists.Damien George
2014-02-05Implement support for sys.path when loading modules.Paul Sokolovsky
2014-02-05Add generic MIN()/MAX() functions.Paul Sokolovsky
2014-01-22Implement octal and hex escapes in strings.Paul Sokolovsky
2014-01-21Revamp qstrs: they now include length and hash.Damien George
2014-01-15Merge branch 'str2int' of github.com:xyb/micropython into xyb-str2intDamien George
2014-01-14Merge pull request #173 from pfalcon/file-readallDamien George
2014-01-13Add "buffer management" and "shrink" API calls to vstr.Paul Sokolovsky
2014-01-13added zip()John R. Lenton
2014-01-06Revert MP_BOOL, etc. and use <stdbool.h> insteadian-v
2014-01-06Co-exist with C++ (issue #85)ian-v
2014-01-03Add new alloc metric: peak_bytes_allocated.Paul Sokolovsky
2014-01-03Add new alloc metric: current_bytes_allocated.Paul Sokolovsky
2013-12-30Put unicode functions in unicode.c, and tidy their names.Damien George
2013-12-29Change memory allocation API to require size for free and realloc.Damien
2013-12-21Change object representation from 1 big union to individual structs.Damien
2013-11-03Fixup include of stdarg and va_list definition.Damien
2013-11-03Add simple var-arg functions; add simple string.format.Damien
2013-10-23Fix func decls with no arguments: () -> (void).Damien
2013-10-20Add vstr and its functions.Damien
2013-10-04Initial commit.Damien