| Commit message (Expand) | Author | Age |
* | stackctrl: Encode "recursion depth exceeded" message as qstr. | Paul Sokolovsky | 2015-02-15 |
* | py: Add setattr builtin. | stijn | 2015-02-14 |
* | py: Add MICROPY_PY_ALL_SPECIAL_METHODS and __iadd__ special method under it. | Paul Sokolovsky | 2015-01-31 |
* | py: Implement __reversed__ slot. | Damien George | 2015-01-21 |
* | py: Add MICROPY_QSTR_BYTES_IN_LEN config option, defaulting to 1. | Damien George | 2015-01-11 |
* | py: Add qstr cfg capability; generate QSTR_NULL and QSTR_ from script. | Damien George | 2015-01-11 |
* | py: Add MICROPY_PY_MICROPYTHON_MEM_INFO to enable mem-info funcs. | Damien George | 2015-01-09 |
* | py: Move to guarded includes, everywhere in py/ core. | Damien George | 2015-01-01 |
* | py: Add execfile function (from Python 2); enable in stmhal port. | Damien George | 2014-12-19 |
* | modsys: Add sys.print_exception(exc, file=sys.stdout) function. | Paul Sokolovsky | 2014-12-08 |
* | modmicropython: Move mem_info() and qstr_info() functions from unix port. | Paul Sokolovsky | 2014-12-01 |
* | modubinascii: Add, with hexlify() implementation. | Paul Sokolovsky | 2014-11-29 |
* | moduhashlib: Initial module skeleton. | Paul Sokolovsky | 2014-11-22 |
* | stream: Implement seek operation support via ioctl, wrapped in generic method. | Paul Sokolovsky | 2014-11-17 |
* | py: Use __hash__ method if a type defines it | stijn | 2014-11-15 |
* | py: Make gc.enable/disable just control auto-GC; alloc is still allowed. | Damien George | 2014-10-31 |
* | py: Add builtin round function. | Damien George | 2014-10-31 |
* | py: Add mp_pending_exception global variable, for VM soft interrupt. | Damien George | 2014-10-25 |
* | py: Implement compile builtin, enabled only on unix port. | Damien George | 2014-10-25 |
* | py: Add builtin memoryview object (mostly using array code). | Damien George | 2014-10-23 |
* | extmod: Add uheapq module. | Damien George | 2014-10-22 |
* | py: Remove unused and unneeded SystemError exception. | Damien George | 2014-10-22 |
* | Implement kwargs for builtin open() and _io.FileIO | stijn | 2014-10-21 |
* | unix, stmhal: Implement file.readinto() method. | Paul Sokolovsky | 2014-10-18 |
* | modzlibd: Remove, superceded by moduzlib. | Paul Sokolovsky | 2014-10-13 |
* | moduzlib: Integrate into the system. | Paul Sokolovsky | 2014-10-13 |
* | modure: Initial module, using re1.5 (which is based on re1 codebase). | Paul Sokolovsky | 2014-10-11 |
* | py: Remove IOError since it's deprecated; use OSError instead. | Damien George | 2014-09-30 |
* | py: Add casting to viper; add native mem stores to viper. | Damien George | 2014-09-29 |
* | extmod: Add loads to ujson module. | Damien George | 2014-09-21 |
* | py: Add 'builtins' module. | Damien George | 2014-09-17 |
* | py: Add native json printing using existing print framework. | Damien George | 2014-09-17 |
* | Remove skeletal modselect from extmod and just put it in stmhal. | Damien George | 2014-09-07 |
* | stmhal: Implement generic select.select and select.poll. | Damien George | 2014-09-07 |
* | py: Add support for emitting native x86 machine code. | Damien George | 2014-09-06 |
* | Basic native ARM emitter | Fabian Vogt | 2014-08-27 |
* | py: Add dispatch for user defined ==, >, <=, >=. | Damien George | 2014-08-26 |
* | py: Allow viper to have type annotations. | Damien George | 2014-08-15 |
* | modzlibd: Decompress part of "zlib" module, based on miniz tinfl.c . | Paul Sokolovsky | 2014-08-13 |
* | py: #if guard qstrs that are optional. | Damien George | 2014-08-12 |
* | py: Add .real and .imag attributes to complex numbers. | Damien George | 2014-08-12 |
* | py: Implement builtin reversed() function. | Damien George | 2014-08-12 |
* | Merge pull request #738 from dhylands/except-args | Damien George | 2014-07-29 |
|\ |
|
| * | Add support for storing args during an exception raised by an irq. | Dave Hylands | 2014-07-25 |
* | | py: Implement __file__ attribute for modules. | Paul Sokolovsky | 2014-07-28 |
|/ |
|
* | py: Make print() accept "file" argument, and actually print to stream. | Paul Sokolovsky | 2014-07-19 |
* | moductypes: Add symbolic constants to specify bitfield position/length. | Paul Sokolovsky | 2014-07-11 |
* | moductypes: Foreign data interface module, roughly based on ctype ideas. | Paul Sokolovsky | 2014-07-09 |
* | py: Implement sys.maxsize, standard way to check platform "bitness". | Paul Sokolovsky | 2014-07-03 |
* | modgc: Add mem_free()/mem_alloc() methods. | Paul Sokolovsky | 2014-06-25 |