aboutsummaryrefslogtreecommitdiff
path: root/py/qstrdefs.h
AgeCommit message (Expand)Author
2022-03-10py/modsys: Add optional mutable attributes sys.ps1/ps2 and use them.Damien George
2021-12-18py: Only search frozen modules when '.frozen' is found in sys.path.Jim Mussared
2020-02-28all: Add *FORMAT-OFF* in various places.Damien George
2018-09-20py/modbuiltins: Make oct/hex work when !MICROPY_PY_BUILTINS_STR_OP_MODULOPaul Sokolovsky
2018-02-19py/pystack: Use "pystack exhausted" as error msg for out of pystack mem.Damien George
2017-12-05py/modbuiltins: Use standard arg-parsing helper func for builtin print.Damien George
2017-09-01py/qstrdefs: Remove unused qstrs.Damien George
2017-07-31all: Use the name MicroPython consistently in commentsAlexander Steffen
2017-01-27extmod: Add generic VFS sub-system.Damien George
2016-04-16py: Add rules for automated extraction of qstrs from sources.Jan Čapek
2016-04-13py: add async/await/async for/async with syntaxpohmelie
2016-04-12extmod/machine_i2c: Implement I2C memory reading/writing.Damien George
2016-04-12extmod: Add generic machine.I2C class, with bit-bang I2C.Damien George
2016-04-12extmod: Add initial framebuf module.Damien George
2016-03-25extmod/modlwip: Add SOL_SOCKET and SO_REUSEADDR constants for setsockopt().Paul Sokolovsky
2016-03-25py/modio: Initial implementation of io.BufferedWriter class.Paul Sokolovsky
2016-03-24extmod/modwebsocket: Start module for WebSocket helper functions.Paul Sokolovsky
2016-03-09extmod/modlwip: Add dummy .makefile() method.Paul Sokolovsky
2016-03-08extmod/modlwip: Implement dummy setsockopt().Paul Sokolovsky
2016-02-29py/qstrdefs: Add mkdir and remove qstrs for user-mountable filesystems.Damien George
2016-02-29extmod/vfs_fat: Add .rename() method.Paul Sokolovsky
2016-02-28extmod/vfs_fat: Move listdir() method from stmhal for reuse.Paul Sokolovsky
2016-02-23py/emitinlinethumb: Use qstrs instead of char* for names of asm ops.Damien George
2016-02-15py/qstrdefs.h: qstrs for VfsFat.Paul Sokolovsky
2016-02-10extmod/fsusermount: Expose umount as a public function.Damien George
2016-02-10extmod/fsusermount: Change block protocol to support ioctl method.Damien George
2016-01-27py/inlineasm: Add ability to specify return type of asm_thumb funcs.Damien George
2016-01-26extmod/modurandom: Add some extra random functions.Damien George
2016-01-24extmod/moduhashlib: Add support for SHA1 (based on axTLS).Paul Sokolovsky
2016-01-24py/modmicropython: Add stack_use, heap_lock and heap_unlock functions.Damien George
2016-01-19py: Add ustruct.pack_into and unpack_fromDave Hylands
2016-01-17extmod/modurandom: Add "urandom" module.Paul Sokolovsky
2016-01-14builtin property: accept keyword argumentschrysn
2016-01-03py: Implement __dict__ for instances.stijn
2016-01-01py: Clean up instantiation of dupterm object.Paul Sokolovsky
2015-12-28stmhal: Add struct qstr to block of qstrs needed for MICROPY_PY_STRUCT.Dave Hylands
2015-12-25extmod/fsusermount: Move module qstrs to global pool from stmhal port.Paul Sokolovsky
2015-12-18ports: Rename "machine" module to "umachine".Paul Sokolovsky
2015-12-07py: Add min/max "default" keyword argumentpohmelie
2015-12-07py: Add MICROPY_PY_BUILTINS_MIN_MAX, disable for minimal ports.pohmelie
2015-12-05py/modsys: Implement sys.modules.Paul Sokolovsky
2015-11-17py/modmath: Make log2, log10 and hyperbolic funcs be SPECIAL_FUNCTIONS.Damien George
2015-10-27extmod/modlwip: slip: Use stream protocol and be port-independent.Paul Sokolovsky
2015-10-17py: Add support for _ in REPL to hold last computed value.Damien George
2015-10-13py: Implement ptr32 load and store in viper emitter.Damien George
2015-10-06modussl: SSL socket wrapper module based on axTLS.Paul Sokolovsky
2015-09-03py: Make "enumerate" qstr be conditional on MICROPY_PY_BUILTINS_ENUMERATE.Paul Sokolovsky
2015-08-20py: Add MICROPY_PY_BUILTINS_FILTER, disable for minimal ports.Paul Sokolovsky
2015-08-13py: Add stream_tell method, and use for unix and stmhal file tell.blmorris
2015-07-20py: Make qstr hash size configurable, defaults to 2 bytes.Damien George