aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-01-25Merge branch 'master' of github.com:micropython/micropythonDamien George
2014-01-25py: Implement iterator support for object that has __getitem__.Damien George
2014-01-25rt_deinit(): Finalize some maps.Paul Sokolovsky
2014-01-25Add mp_map_deinit() & mp_map_free() to finalize maps.Paul Sokolovsky
2014-01-24Merge pull request #221 from pfalcon/basic-bytesDamien George
2014-01-24Merge pull request #219 from dhylands/add-depsDamien George
2014-01-24Revert "Move gc_collect to py/gc.c"Damien George
2014-01-24Merge pull request #218 from iabdalkader/masterDamien George
2014-01-24py: Improve freeing of emitters in mp_compile.Damien George
2014-01-24Merge pull request #217 from pfalcon/free-emitterDamien George
2014-01-24Small edits to examples to get them working again with unix/micropython.Damien George
2014-01-24Merge pull request #216 from ugurthemaster/patch-1Damien George
2014-01-24Retain file order of qstr definitions.Damien George
2014-01-24Merge pull request #215 from pfalcon/qstr-special-charsDamien George
2014-01-24Add basic implementation of bytes type, piggybacking on str.Paul Sokolovsky
2014-01-24Move gc_collect to py/gc.cmux
2014-01-24Rework makefiles. Add proper dependency checking.Dave Hylands
2014-01-24Move file obj to separate modulemux
2014-01-24Add support for freeing code emitter objects at the end of compilation.Paul Sokolovsky
2014-01-24unix main: Free input line.Paul Sokolovsky
2014-01-24Update conwaylife.pyugurthemaster
2014-01-24lexerstr: Free mp_lexer_str_buf_t structure itself.Paul Sokolovsky
2014-01-24Allow qstr's with non-ident chars, construct good identifier for them.Paul Sokolovsky
2014-01-23Merge pull request #214 from pfalcon/compile-mem-leaksDamien George
2014-01-23stm: Remove unnecessary #includes; small other changes.Damien George
2014-01-23Merge pull request #213 from iabdalkader/masterDamien George
2014-01-23mp_compile(): Properly free module_scope and all nested scopes.Paul Sokolovsky
2014-01-23mp_lexer_free(): Free lex->indent_level array.Paul Sokolovsky
2014-01-23Move LED defs to mpconfigport.hmux
2014-01-23Merge branch 'master' of github.com:iabdalkader/micropython into iabdalkader-...Damien George
2014-01-23py: Implement bool unary op; tidy up unary op dispatch.Damien George
2014-01-23py: Simpler implementation of mp_obj_callable.Damien George
2014-01-23Merge branch 'master' of github.com:micropython/micropythonDamien George
2014-01-23stm: LCD support for PYBv4; fix MMA reading code.Damien George
2014-01-23Fix USB CORE PCGCCTL Wrong Addressmux
2014-01-23Move RTC to Separate Modulemux
2014-01-23Add More Feature Test Macrosmux
2014-01-23mp_obj_is_callable(): Only object types can be callable.Paul Sokolovsky
2014-01-23stm: Add memcmp() implementation.Paul Sokolovsky
2014-01-23Implement simplest case of str.startswith().Paul Sokolovsky
2014-01-23py: Use C99 way of variable macro arguments.Damien George
2014-01-23py: Change macro var args in parser to be C99 compliant.Damien George
2014-01-22py: Initialise loaded_module map in rt_init.Damien George
2014-01-22Fix 1 warning and 1 bug.Damien George
2014-01-22Merge branch 'master' of github.com:micropython/micropythonDamien George
2014-01-22Merge pull request #208 from pfalcon/string-escapesDamien George
2014-01-22Merge pull request #206 from iabdalkader/masterDamien George
2014-01-22Merge branch 'master' of github.com:micropython/micropythonDamien George
2014-01-22stm: Fix USART3 init. Small edits to Makefile and other things.Damien George
2014-01-22Implement octal and hex escapes in strings.Paul Sokolovsky