index
:
openmano-mpy
master
MicroPython source and hardware configuration for OpenMano
Damien George
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
py
/
mpconfig.h
Age
Commit message (
Expand
)
Author
2019-01-27
py: Add optional support for 2-argument version of built-in next().
stijn
2019-01-27
py: Remove calls to file reader functions when these are disabled.
Sean Burton
2019-01-26
all: Bump version to 1.10.
Damien George
2019-01-26
py/mpconfig.h: Remove parentheses from MICROPY_VERSION_xxx macros.
Damien George
2019-01-04
py: Get optional VM stack overflow check compiling and working again.
Damien George
2018-12-22
py/mpconfig: Move MICROPY_VERSION macros to static ones in mpconfig.h.
Damien George
2018-12-13
py/objdict: Make .fromkeys() method configurable.
Paul Sokolovsky
2018-12-10
extmod/moductypes: Add aliases for native C types.
Paul Sokolovsky
2018-12-04
py: Add option to reduce GC stack integer size to save RAM.
Ayke van Laethem
2018-10-23
py/objmodule: Implement PEP 562's __getattr__ for modules.
Paul m. p. P
2018-10-22
py/objstr: Make str.count() method configurable.
Paul Sokolovsky
2018-09-26
py/modmath: Add math.factorial, optimised and non-opt implementations.
Christopher Swenson
2018-09-20
py/objstr: Make % (__mod__) formatting operator configurable.
Paul Sokolovsky
2018-09-11
extmod/moduhashlib: Add md5 implementation, using axTLS.
Paul Sokolovsky
2018-08-02
py/mpconfig.h: Introduce MICROPY_DEBUG_PRINTER for debugging output.
Damien George
2018-07-02
extmod/modure: Add ure.sub() function and method, and tests.
Damien George
2018-07-02
extmod/modure: Add match.span(), start() and end() methods, and tests.
Damien George
2018-07-02
extmod/modure: Add match.groups() method, and tests.
Damien George
2018-06-27
extmod/moducryptolib: Optionally export MODE_* constants to Python.
Yonatan Goldschmidt
2018-06-27
extmod/moducryptolib: Add ucryptolib module with crypto functions.
Paul Sokolovsky
2018-06-12
extmod/moduhashlib: Allow to disable the sha256 class.
Yonatan Goldschmidt
2018-06-12
py/modio: Add uio.IOBase class to allow to define user streams.
Damien George
2018-06-08
py/objtype: Optimise instance get/set/del by skipping special accessors.
Damien George
2018-06-06
py/mpconfig.h: Add default MICROPY_VFS_FAT config value.
Damien George
2018-06-06
extmod: Add VfsPosix filesystem component.
Damien George
2018-05-22
py/modbuiltins: Add support for rounding integers.
Jan Klusacek
2018-05-11
py/mpconfig.h: Be stricter when autodetecting machine endianness.
Damien George
2018-02-21
py/objdeque: Implement ucollections.deque type with fixed size.
Paul Sokolovsky
2018-02-20
py/modmicropython: Allow to have stack_use() func without mem_info().
Damien George
2018-02-20
py/builtinimport: Add compile-time option to disable external imports.
Damien George
2018-02-14
py/objrange: Implement (in)equality comparison between range objects.
Damien George
2018-02-04
py/compile: Combine compiler-opt of 2 and 3 tuple-to-tuple assignment.
Damien George
2017-12-15
py/objgenerator: Allow to pend an exception for next execution.
Paul Sokolovsky
2017-12-11
py: Extend nan-boxing config to have 47-bit small integers.
Damien George
2017-12-11
py: Introduce a Python stack for scoped allocation.
Damien George
2017-12-10
unix/mpconfigport: Disable uio.resource_stream().
Paul Sokolovsky
2017-11-20
py: Add config option to disable multiple inheritance.
Damien George
2017-11-12
py/objnamedtuple: Add _asdict function if OrderedDict is supported
stijn
2017-11-08
py/mpconfig: Introduce reusable MP_HTOBE32(), etc. macros.
Paul Sokolovsky
2017-10-30
extmod/modussl: Add finaliser support for ussl objects.
Eric Poulsen
2017-10-27
py/objtype: Introduce MICROPY_PY_ALL_INPLACE_SPECIAL_METHODS.
Paul Sokolovsky
2017-09-26
py: Add config option to print warnings/errors to stderr.
David Lechner
2017-09-18
py/mpconfig.h: Add note that using computed gotos in VM is not C99.
Damien George
2017-09-10
py/runtime: Implement dispatch for "reverse op" special methods.
Paul Sokolovsky
2017-09-06
py/objstr: Add check for valid UTF-8 when making a str from bytes.
tll
2017-08-15
py: Add verbose debug compile-time flag MICROPY_DEBUG_VERBOSE.
Stefan Naumann
2017-08-11
py/modsys: Initial implementation of sys.getsizeof().
Paul Sokolovsky
2017-07-18
all: Unify header guard usage.
Alexander Steffen
2017-06-26
py/mpconfig.h: Remove spaces in "Micro Python" and remove blank line.
Damien George
2017-06-01
py/modbuiltins: Add core-provided version of input() function.
Damien George
[prev]
[next]