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
2017-06-09
py/objstringio: If created from immutable object, follow copy on write policy.
Paul Sokolovsky
2017-06-09
py/makeqstrdefs.py: Make script run correctly with Python 2.6.
Damien George
2017-06-09
py: Provide mp_decode_uint_skip() to help reduce stack usage.
Damien George
2017-06-08
py/modsys: Allow to compile with obj-repr D and PY_ATTRTUPLE disabled.
Damien George
2017-06-08
py/objstr: Allow to compile with obj-repr D, and unicode disabled.
Damien George
2017-06-08
py/persistentcode: Allow to compile with complex numbers disabled.
Damien George
2017-06-04
extmod/modlwip: Fix error codes for duplicate calls to connect().
Paul Sokolovsky
2017-06-02
py/objstr: Catch case of negative "maxsplit" arg to str.rsplit().
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-26
py/objstringio: Catch mp_uint_t overflow of stream position in write().
Tom Collins
2017-05-26
py/mkrules.mk: Fix auto-qstr generation when "make -B" is used.
Damien George
2017-05-25
py/emitbc: Fix bug with BC emitter computing Python stack size.
Damien George
2017-05-25
py/vm: Fix bug with unwind jump popping the iterator from a for loop.
Damien George
2017-05-25
py/vm: Fix bug with stackless mode and unwinding of exceptions.
Damien George
2017-05-19
py/mkenv.mk: Use $(TOP) instead of ".." to reference tools, mpy-cross.
Damien George
2017-05-18
py/objrange: Fix slicing of range when step of slice is negative.
Damien George
2017-05-18
py/sequence: Fix boundary errors when slicing with a negative step.
Damien George
2017-05-15
py/objstringio: Fix StringIO reads at or beyond EOF.
Tom Collins
2017-05-14
py/modsys: update conditionals for code referencing sys.stdout
Tom Collins
2017-05-12
py/lexer: Process CR earlier to allow newlines checks on chr1.
Tom Collins
2017-05-11
py/mkrules.mk: Add dependency of .mpy files upon mpy-cross.
Damien George
2017-05-09
unix/main: Implement -m option for packages.
Paul Sokolovsky
2017-05-09
py/lexer: Simplify lexer startup by using dummy bytes and next_char().
Tom Collins
2017-05-09
py/binary: Handle storing big-ints to all arrays types.
Damien George
2017-05-06
py/modio: resource_stream: Implement "package" param handling.
Paul Sokolovsky
2017-05-06
py/objint: In int.from_bytes, only create big-int if really needed.
Damien George
2017-05-03
py/modio: Implement uio.resource_stream(package, resource_path).
Paul Sokolovsky
2017-04-30
py: Cleanup use of global DEBUG preprocessor definition
stijn
2017-04-25
py/mpz: In mpn_sub, use existing function to remove trailing zeros.
Damien George
2017-04-25
py/mpz: Strip trailing zeros from mpz value when set from bytes.
Damien George
2017-04-22
py: Add LOAD_SUPER_METHOD bytecode to allow heap-free super meth calls.
Damien George
2017-04-22
py/compile: Refactor handling of special super() call.
Damien George
2017-04-22
py/compile: Don't do unnecessary check if iter parse node is a struct.
Damien George
2017-04-22
py/compile: Add COMP_RETURN_IF_EXPR option to enable return-if-else opt.
Damien George
2017-04-22
py/compile: Extract parse-node kind at start of func for efficiency.
Damien George
2017-04-22
py/compile: Don't do unnecessary check if parse node is a struct.
Damien George
2017-04-22
py/objtype: mp_obj_new_super doesn't need to be public, so inline it.
Damien George
2017-04-21
extmod/moductypes: Fix bigint handling for 32-bit ports.
Paul Sokolovsky
2017-04-21
py: Reduce str/repr precision of float numbers when floats are 30-bit.
Damien George
2017-04-18
py/modmicropython: Add micropython.kbd_intr() function.
Damien George
2017-04-12
py/gc: Execute finaliser code in a protected environment.
Damien George
2017-04-12
py/nlrsetjmp: Add check for failed NLR jump.
Damien George
2017-04-12
py/objfloat: Add implementation of high-quality float hashing.
Damien George
2017-04-12
py: Optimise types for common case where type has a single parent type.
Damien George
2017-04-12
py/obj: Clean up and add comments describing mp_obj_type_t struct.
Damien George
2017-04-11
py/objint: Use unsigned arithmetic when formatting an integer.
Damien George
2017-04-11
py/objint: Extract small int value directly because type is known.
Damien George
2017-04-10
py/runtime: When init'ing kbd intr exc, use tuple ptr instead of object.
Damien George
2017-04-10
py: Make sure that static emg-exc-buffer is aligned to size of mp_obj_t.
Damien George
[next]