summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-04-04docs: Bump version to 1.4.1.v1.4.1Damien George
2015-04-04stmhal: Enable new str.splitlines() method.Damien George
2015-04-04py: Some trivial cosmetic changes, for code style consistency.Damien George
2015-04-04objstr: Fix bugs introduced by inability to have shadow variables.Paul Sokolovsky
2015-04-04objstr: Avoid variable shadowing.Paul Sokolovsky
2015-04-04tests: Add test for str.splitlines().Paul Sokolovsky
2015-04-04objstr: Add .splitlines() method.Paul Sokolovsky
2015-04-03tests: Add specific test for closures in native emitter.Damien George
2015-04-03py: Fix bug in native emitter when closing over an argument.Damien George
2015-04-03py: Get native emitter working again with x86 (now supports closures).Damien George
2015-04-03py: Implement closures in native code generator.Damien George
2015-04-03py: Implement (non-compliant) support for delete_fast in native emitter.Damien George
2015-04-03README: Add note about pic16bit port.Damien George
2015-04-03pic16bit: Initial version of port to 16-bit PIC family.Damien George
2015-04-03py: Make heap printing compatible with 16-bit word size.Damien George
2015-04-03py: Allow MPZ_DIG_SIZE to be optionally configured by a port.Damien George
2015-04-03py: Allow configurable object representation, with 2 different options.Damien George
2015-04-02py: Add finer configuration of static funcs when not in stackless mode.Damien George
2015-04-03unix: Add stackless config settings, for easy access.Paul Sokolovsky
2015-04-03vm: Support strict stackless mode, with proper exception reporting.Paul Sokolovsky
2015-04-03vm: Implement stackless for CALL_FUNCTION_VAR_KW & CALL_METHOD_VAR_KW.Paul Sokolovsky
2015-04-03runtime: Split mp_call_prepare_args_n_kw_var() from mp_call_method_n_kw_var().Paul Sokolovsky
2015-04-03vm: Stackless support for MP_BC_CALL_METHOD.Paul Sokolovsky
2015-04-03vm: If there's no heap to call function in stackless manner, call via C stack.Paul Sokolovsky
2015-04-03vm: Initial support for calling bytecode functions w/o C stack ("stackless").Paul Sokolovsky
2015-04-02makeqstrdata.py: Add support for strings with backslash escapes.Paul Sokolovsky
2015-04-01py: Fix emitnative's creation of small ints so it uses the macro.Damien George
2015-03-31cc3200: Add specific version file for the CC3200 port.Daniel Campora
2015-03-31cc3200: Remove duplicated code from moduos.Daniel Campora
2015-03-31docs: uctypes: Bullet list formatting fixes.Paul Sokolovsky
2015-03-31docs: uctypes: Describe how to instantiate struct objects.Paul Sokolovsky
2015-03-31objtype: Add special unary methods __pos__, __neg__, __invert__.Paul Sokolovsky
2015-03-31modbuiltins: round(): Accept second arg, and at least support it to be 0.Paul Sokolovsky
2015-03-30docs: Add additional example/note for Timer's callback usage.Ivan Pejić
2015-03-30docs: Provide initial documentation for micropython module.Damien George
2015-03-29lib: Update FatFs to R0.11.Daniel Campora
2015-03-29docs: Bump version to 1.4.v1.4Damien George
2015-03-28tests/class_descriptor.py: Fix line-endings (were CRLF).Paul Sokolovsky
2015-03-26py: Add optional support for descriptors' __get__ and __set__ methods.stijn
2015-03-27docs: uctypes: Describe bytes_at(), bytearray_at().Paul Sokolovsky
2015-03-26cc3200: Remove unneeded SPI instruction in the simplelink driver.Daniel Campora
2015-03-26cc3200: Increase main stack size to 2K.Daniel Campora
2015-03-26py: Increase fixed size of stack-info in native emitter.Damien George
2015-03-26py, compiler: When just bytecode, make explicit calls instead of table.Damien George
2015-03-26py, compiler: Remove emit_pass1 code, using emit_bc to do its job.Damien George
2015-03-26py, compiler: Refactor load/store/delete_id logic to reduce code size.Damien George
2015-03-26cc3200: Minor refactorings on modwlan and pybsleep.Daniel Campora
2015-03-26cc3200: Reenable active interrupts when waking from suspended mode.Daniel Campora
2015-03-26objdict: Cast mp_obj_t to concrete types explicitly.Paul Sokolovsky
2015-03-26cc3200: Add callback support to the UART for RX interrupts.Daniel Campora