summaryrefslogtreecommitdiffstatshomepage
path: root/py/qstrdefs.h
Commit message (Expand)AuthorAge
* py: Add rules for automated extraction of qstrs from sources.Jan Čapek2016-04-16
* py: add async/await/async for/async with syntaxpohmelie2016-04-13
* extmod/machine_i2c: Implement I2C memory reading/writing.Damien George2016-04-12
* extmod: Add generic machine.I2C class, with bit-bang I2C.Damien George2016-04-12
* extmod: Add initial framebuf module.Damien George2016-04-12
* extmod/modlwip: Add SOL_SOCKET and SO_REUSEADDR constants for setsockopt().Paul Sokolovsky2016-03-25
* py/modio: Initial implementation of io.BufferedWriter class.Paul Sokolovsky2016-03-25
* extmod/modwebsocket: Start module for WebSocket helper functions.Paul Sokolovsky2016-03-24
* extmod/modlwip: Add dummy .makefile() method.Paul Sokolovsky2016-03-09
* extmod/modlwip: Implement dummy setsockopt().Paul Sokolovsky2016-03-08
* py/qstrdefs: Add mkdir and remove qstrs for user-mountable filesystems.Damien George2016-02-29
* extmod/vfs_fat: Add .rename() method.Paul Sokolovsky2016-02-29
* extmod/vfs_fat: Move listdir() method from stmhal for reuse.Paul Sokolovsky2016-02-28
* py/emitinlinethumb: Use qstrs instead of char* for names of asm ops.Damien George2016-02-23
* py/qstrdefs.h: qstrs for VfsFat.Paul Sokolovsky2016-02-15
* extmod/fsusermount: Expose umount as a public function.Damien George2016-02-10
* extmod/fsusermount: Change block protocol to support ioctl method.Damien George2016-02-10
* py/inlineasm: Add ability to specify return type of asm_thumb funcs.Damien George2016-01-27
* extmod/modurandom: Add some extra random functions.Damien George2016-01-26
* extmod/moduhashlib: Add support for SHA1 (based on axTLS).Paul Sokolovsky2016-01-24
* py/modmicropython: Add stack_use, heap_lock and heap_unlock functions.Damien George2016-01-24
* py: Add ustruct.pack_into and unpack_fromDave Hylands2016-01-19
* extmod/modurandom: Add "urandom" module.Paul Sokolovsky2016-01-17
* builtin property: accept keyword argumentschrysn2016-01-14
* py: Implement __dict__ for instances.stijn2016-01-03
* py: Clean up instantiation of dupterm object.Paul Sokolovsky2016-01-01
* stmhal: Add struct qstr to block of qstrs needed for MICROPY_PY_STRUCT.Dave Hylands2015-12-28
* extmod/fsusermount: Move module qstrs to global pool from stmhal port.Paul Sokolovsky2015-12-25
* ports: Rename "machine" module to "umachine".Paul Sokolovsky2015-12-18
* py: Add min/max "default" keyword argumentpohmelie2015-12-07
* py: Add MICROPY_PY_BUILTINS_MIN_MAX, disable for minimal ports.pohmelie2015-12-07
* py/modsys: Implement sys.modules.Paul Sokolovsky2015-12-05
* py/modmath: Make log2, log10 and hyperbolic funcs be SPECIAL_FUNCTIONS.Damien George2015-11-17
* extmod/modlwip: slip: Use stream protocol and be port-independent.Paul Sokolovsky2015-10-27
* py: Add support for _ in REPL to hold last computed value.Damien George2015-10-17
* py: Implement ptr32 load and store in viper emitter.Damien George2015-10-13
* modussl: SSL socket wrapper module based on axTLS.Paul Sokolovsky2015-10-06
* py: Make "enumerate" qstr be conditional on MICROPY_PY_BUILTINS_ENUMERATE.Paul Sokolovsky2015-09-03
* py: Add MICROPY_PY_BUILTINS_FILTER, disable for minimal ports.Paul Sokolovsky2015-08-20
* py: Add stream_tell method, and use for unix and stmhal file tell.blmorris2015-08-13
* py: Make qstr hash size configurable, defaults to 2 bytes.Damien George2015-07-20
* extmod: Add a2b_base64 and b2a_base64 functions to ubinascii.Galen Hazelwood2015-07-04
* py: Add TimeoutError exception subclassed from OSError.Daniel Campora2015-07-02
* stmhal: Implement sys.std{in,out,err}.buffer, for raw byte mode.Damien George2015-05-24
* py: Remove hexdigest QSTR since the method has been removed as well.Daniel Campora2015-05-21
* extmod: Add ubinascii.unhexlifyDave Hylands2015-05-20
* modbuiltins: Add NotImplemented builtin constant.Paul Sokolovsky2015-05-04
* modstruct: Rename module to "ustruct", to allow full Python-level impl.Paul Sokolovsky2015-05-04
* modstruct: Group module qstr's together.Paul Sokolovsky2015-05-04
* modmachine: Add new module to access hardware, starting with physical memory.Paul Sokolovsky2015-05-04