Age | Commit message (Expand) | Author |
2014-12-09 | py: Allow builtins to be overridden. | Damien George |
2014-11-29 | modubinascii: Add, with hexlify() implementation. | Paul Sokolovsky |
2014-11-22 | moduhashlib: Initial module skeleton. | Paul Sokolovsky |
2014-10-31 | py: Add builtin round function. | Damien George |
2014-10-25 | py: Implement compile builtin, enabled only on unix port. | Damien George |
2014-10-23 | py: Add builtin memoryview object (mostly using array code). | Damien George |
2014-10-22 | extmod: Add uheapq module. | Damien George |
2014-10-22 | py: Remove unused and unneeded SystemError exception. | Damien George |
2014-10-13 | modzlibd: Remove, superceded by moduzlib. | Paul Sokolovsky |
2014-10-12 | Merge pull request #904 from pfalcon/moduzlib | Damien George |
2014-10-13 | moduzlib: Integrate into the system. | Paul Sokolovsky |
2014-10-12 | py: Add module weak link support. | Damien George |
2014-10-11 | modure: Initial module, using re1.5 (which is based on re1 codebase). | Paul Sokolovsky |
2014-09-30 | py: Remove IOError since it's deprecated; use OSError instead. | Damien George |
2014-09-17 | py: Add 'builtins' module. | Damien George |
2014-09-17 | py: Add native json printing using existing print framework. | Damien George |
2014-09-07 | 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-08-16 | py: Put SystemExit in builtin namespace. | Damien George |
2014-08-13 | modzlibd: Decompress part of "zlib" module, based on miniz tinfl.c . | Paul Sokolovsky |
2014-08-12 | py: Implement builtin reversed() function. | Damien George |
2014-07-09 | moductypes: Foreign data interface module, roughly based on ctype ideas. | Paul Sokolovsky |
2014-06-27 | py: Allow to disable array module and bytearray type. | Paul Sokolovsky |
2014-06-21 | py: Include mpconfig.h before all other includes. | Paul Sokolovsky |
2014-06-20 | py: Separate MICROPY_PY_BUILTINS_COMPLEX from MICROPY_PY_BUILTINS_FLOAT. | Paul Sokolovsky |
2014-06-19 | Prefix ARRAY_SIZE with micropython prefix MP_ | Emmanuel Blot |
2014-06-12 | py: Rename builtin "io" to "_io". | Paul Sokolovsky |
2014-06-03 | py: Properly fix configuration of float and math module. | Damien George |
2014-06-03 | py: Fix configuration of math module. | Damien George |
2014-06-01 | py: Add option to disable set() object (enabled by default). | Damien George |
2014-06-01 | Rename bultins config variables to MICROPY_PY_BUILTINS_*. | Damien George |
2014-05-24 | Rename configuration variables controling Python features. | Damien George |
2014-05-21 | Tidy up some configuration options. | Damien George |
2014-05-11 | py: Add basic implementation of hasattr() function. | Paul Sokolovsky |
2014-05-10 | objset: Give up and implement frozenset. | Paul Sokolovsky |
2014-05-06 | modgc: Add new module for GC-related functionality. | Paul Sokolovsky |
2014-05-03 | Add license header to (almost) all files. | Damien George |
2014-04-26 | Add ARRAY_SIZE macro, and use it where possible. | Damien George |
2014-04-26 | py: Make collections module configurable, enabled by default. | Damien George |
2014-04-17 | py: Make built-in 'range' a class. | Damien George |
2014-04-17 | py: Add cmath module, for complex math. Disabled by default. | Damien George |
2014-04-15 | py: Add builtin functions bin and oct, and some tests for them. | Damien George |
2014-04-15 | py: Add hex builtin function. | Damien George |
2014-04-13 | py: Add property object, with basic functionality. | Damien George |
2014-04-13 | py: Add more #if's for configurable MOD_SYS. | Damien George |
2014-04-13 | Merge pull request #476 from pfalcon/static-sys | Damien George |
2014-04-13 | py: Rename collections module to _collections. | Paul Sokolovsky |
2014-04-13 | py, unix: Convert sys module to static representation. | Paul Sokolovsky |
2014-04-10 | py: Start implementing "struct" module. | Paul Sokolovsky |
2014-04-08 | py: Make bytearray a proper type. | Paul Sokolovsky |