index
:
suspect-devices/circuitpython
1.x
2.x
3.x
4.0.x
4.1.x
4.x
5.0.x
5.1.x
5.3.x
6.0.x
6.1.x
6.2.x
audiocore-rawsample-sinewave
azure
azure-pipelines
cross
dm-mixer
dynamic-native-modules
encoding
esp-extra-scripts
fix_typo_spanish
iabdalkader-cc3k-update
jepler-try-ubuntu-20.04
main
master
parse-bytecode
reentrant-gc
stable
travis-clang
travis-esp8266
travis-stackless
travis-testing
type_hints
CircuitPython - a Python implementation for teaching coding with microcontrollers
feurig
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
py
/
mpconfig.h
Age
Commit message (
Expand
)
Author
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
2017-05-29
various: Spelling fixes
Ville Skyttä
2017-05-03
py/modio: Implement uio.resource_stream(package, resource_path).
Paul Sokolovsky
2017-04-22
py/compile: Add COMP_RETURN_IF_EXPR option to enable return-if-else opt.
Damien George
2017-04-18
py/modmicropython: Add micropython.kbd_intr() function.
Damien George
2017-04-12
py/objfloat: Add implementation of high-quality float hashing.
Damien George
2017-04-02
py/objstr: Use MICROPY_FULL_CHECKS for range checking when constructing bytes.
Paul Sokolovsky
2017-04-01
all: Move BYTES_PER_WORD definition from ports to py/mpconfig.h
Damien George
2017-03-20
py: Add micropython.schedule() function and associated runtime code.
Damien George
2017-02-22
py/moduerrno: Make uerrno.errorcode dict configurable.
Damien George
2017-02-15
py/vm: Add MICROPY_PY_THREAD_GIL_VM_DIVISOR option.
Damien George
2017-02-09
py/objtype: Implement __delattr__ and __setattr__.
dmazzella
2017-02-03
py/mpconfig.h: Move PY_BUILTINS_POW3 config option to diff part of file.
Damien George
2017-02-02
py: Added optimised support for 3-argument calls to builtin.pow()
Nicko van Someren
2017-01-30
extmod: Remove MICROPY_FSUSERMOUNT and related files.
Damien George
2017-01-30
extmod/vfs_fat: Remove MICROPY_READER_FATFS component.
Damien George
2017-01-27
extmod: Add generic VFS sub-system.
Damien George
2017-01-22
py/builtinhelp: Implement help('modules') to list available modules.
Damien George
2017-01-22
py: Add builtin help function to core, with default help msg.
Damien George
2016-12-22
py/lexer: Permanently disable the mp_lexer_show_token function.
Damien George
2016-12-22
extmod/modutimeq: Refactor into optimized class.
Paul Sokolovsky
2016-12-15
py: Add MICROPY_KBD_EXCEPTION config option to provide mp_kbd_exception.
Damien George
2016-12-14
py/mpconfig.h: Enable MICROPY_PY_SYS_EXIT by default.
Paul Sokolovsky
2016-12-09
py: Add inline Xtensa assembler.
Damien George
2016-12-09
py: Allow inline-assembler emitter to be generic.
Damien George
2016-12-09
py: Integrate Xtensa assembler into native emitter.
Damien George
2016-11-21
stmhal/moduselect: Move to extmod/ for reuse by other ports.
Paul Sokolovsky
2016-11-16
py: Factor out persistent-code reader into separate files.
Damien George
[next]