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-08-23
Added ability to freeze multiple directories; freeze neopixel library in cpx ...
Dan Halbert
2017-08-11
Turn on Rosie CI testing to test new builds on real hardware.
Scott Shawcroft
2017-08-10
py: Pretend frozen files are stored under .frozen rather than the empty path.
Scott Shawcroft
2017-08-10
py: Remove mpy-cross depend when making frozen mpy's because we don't know th...
Scott Shawcroft
2017-08-07
esp8266: Introduce `multiterminal` module for managing a secondary
Scott Shawcroft
2017-08-05
Allow max stack checking to be used with -flto build by determining top
Dan Halbert
2017-07-23
Measure and report maximum stack usage. (#175)
Dan Halbert
2017-07-16
Fix problems that prevented use of internal frozen modules:
Dan Halbert
2017-06-28
Change vfs mount ordering such that the root is always last in the
Scott Shawcroft
2017-06-26
atmel-samd: Fix running off of the new VFS filesystem including
Scott Shawcroft
2017-06-20
py: Change asm form to make minimal port happy.
Scott Shawcroft
2017-06-20
Merge tag 'v1.9.1'
2.0.0-alpha.0
Scott Shawcroft
2017-06-09
py: Prevent mp_arg_check_num from being optimized away by the compiler.
Scott Shawcroft
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
Fix broken mp_stack_check: force mp_stack_ctrl_init() and mp_stack_usage() no...
Dan Halbert
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
Change the approach for input so that its not included in every single build....
Scott Shawcroft
2017-05-25
atmel-samd: Add input support. Fixes #143
Scott Shawcroft
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-05
atmel-samd: Fix sporadic "syntax errors"
Scott Shawcroft
2017-05-03
py/modio: Implement uio.resource_stream(package, resource_path).
Paul Sokolovsky
2017-05-01
py: Fix version header generation when no tags are available.
Scott Shawcroft
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
[next]