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
Age
Commit message (
Expand
)
Author
2015-08-11
py/makeversionhdr.py: Fallback to using docs version if no git repo.
Damien George
2015-08-02
py/objlist: Make list += accept all arguments and add test.
Damien George
2015-07-31
makeqstrdata.py: Typo fix in comment.
Paul Sokolovsky
2015-07-29
py/compile: Give more precise line number for compile errors.
Damien George
2015-07-29
py/repl: Don't look inside strings for unmatched brackets/quotes.
Damien George
2015-07-27
py: For viper compile errors, add traceback with function and filename.
Damien George
2015-07-26
py: Disable REPL EMACS key bindings by default.
Damien George
2015-07-26
lib/mp-readline: Add emacs-style control characters for cursor movement.
Tom Soulanille
2015-07-24
py/parse: Fix handling of empty input so it raises an exception.
Damien George
2015-07-24
py/parse: De-duplicate and simplify code for parser "or" rule.
Damien George
2015-07-23
py/lexer: Raise SyntaxError when str hex escape sequence is malformed.
Damien George
2015-07-23
py: Issue an error when compiling Viper functions with more than 4 args.
Damien George
2015-07-23
py: Allow viper functions to take up to 4 arguments.
Damien George
2015-06-06
py: reduce array slice assignment code size
Delio Brignoli
2015-07-20
py: Small code space optimisations for memoryview slice assigment.
Damien George
2015-07-20
py: Implement memoryview slice assignment.
Delio Brignoli
2015-07-20
py: Make qstr hash size configurable, defaults to 2 bytes.
Damien George
2015-07-19
modbuiltins: Implement round() to precision.
Sebastian Plamauer
2015-07-14
py: Improve allocation policy of qstr data.
Damien George
2015-07-06
py: Prevent many extra vstr allocations.
Dave Hylands
2015-07-06
py/repl: Fix case where shorter names are shadowed by longer names.
Damien George
2015-07-05
modstruct: Raise NotImplementedError for unsupported repeat specification.
Paul Sokolovsky
2015-07-04
extmod: Add a2b_base64 and b2a_base64 functions to ubinascii.
Galen Hazelwood
2015-07-02
py/objarray.c: Allow to build with debugging and bytearray but no array.
Damien George
2015-07-02
py: Add TimeoutError exception subclassed from OSError.
Daniel Campora
2015-06-29
builtinimport: Fix running package submodule with -m.
Paul Sokolovsky
2015-06-27
builtinimport: Catch case when relative import happens without active package.
Paul Sokolovsky
2015-06-27
runtime: Improve mp_import_name() debug logging.
Paul Sokolovsky
2015-06-26
objstr: Add note that replace() is nicely optimized.
Paul Sokolovsky
2015-06-25
py: Remove mp_load_const_bytes and instead load precreated bytes object.
Damien George
2015-06-25
py: Remove mp_load_const_str and replace uses with inlined version.
Damien George
2015-06-23
py: Clarify comment in parsenum.c about ValueError vs SyntaxError.
Damien George
2015-06-23
py: Change exception type to ValueError when error reporting is terse.
Daniel Campora
2015-06-22
py: Cast argument for printf to int, to be compatible with more ports.
Damien George
2015-06-20
py: Use a wrapper to explicitly check self argument of builtin methods.
Damien George
2015-06-18
py: Make showbc decode UNPACK_EX, and use correct range for unop/binop.
Damien George
2015-06-13
py: Implement divmod for mpz bignum.
Damien George
2015-06-13
py: Add MP_BINARY_OP_DIVMOD to simplify and consolidate divmod builtin.
Damien George
2015-06-13
py: Implement second arg for math.log (optional value for base).
Damien George
2015-06-11
py: Rebuild port if mpconfigport.mk changed (if any).
Paul Sokolovsky
2015-06-09
py: Support unicode (utf-8 encoded) identifiers in Python source.
Damien George
2015-06-08
py: Fallback to stack alloca for Python-stack if heap alloc fails.
Damien George
2015-06-06
unix: Make micropython -m <module> work for frozen modules.
Paul Sokolovsky
2015-06-05
py: Expose KeyboardInterrupt in builtins module.
Damien George
2015-06-04
unix: Allow to cat a script into stdin from the command line.
Damien George
2015-06-04
py: Implement native multiply operation in viper emitter.
Damien George
2015-06-04
py: Implement implicit cast to obj for viper load/store index/value.
Damien George
2015-06-03
py: Add stack check to mp_iternext, since it can be called recursively.
Damien George
2015-05-31
frozenmod: Include header with function prototypes.
Paul Sokolovsky
2015-05-30
py: Wrap qstr defs in quotes to protect from C preprocessor.
Damien George
[next]