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-12-23
Add git version info to frozen modules.
Dan Halbert
2017-12-20
Don't include examples directories in frozen libraries
Dan Halbert
2017-12-14
Write version info to boot_out.txt.
Dan Halbert
2017-10-08
Freeze libraries needed by adafruit_circuitplayground library into firmware.
Dan Halbert
2017-09-05
py: Only load frozen modules when the filename has the prefix. (#235)
Scott Shawcroft
2017-09-01
Fix issue #207, esp8266 file operations problems (#222)
Dan Halbert
2017-08-31
py: Add temporary expanded mpy mismatch message for switch to 2.0.0. (#218)
Scott Shawcroft
2017-08-27
Modernize module and class static dicts; update freetouch
Dan Halbert
2017-08-25
Initial merge of micropython v1.9.2 into circuitpython 2.0.0 (in development)...
Dan Halbert
2017-08-23
Added ability to freeze multiple directories; freeze neopixel library in cpx ...
Dan Halbert
2017-08-23
py/asmthumb: Use existing macro to properly clear the D-cache.
Damien George
2017-08-21
py/formatfloat: Don't post-increment variable that won't be used again.
Damien George
2017-08-21
py/objcomplex: Remove unnecessary assignment of variable.
Damien George
2017-08-21
py/compile: Remove unused pn_colon code when compiling func params.
Damien George
2017-08-21
py/mkrules.mk: Use "find -path" when searching for frozen obj files.
Damien George
2017-08-20
py/stream: seek: Consistently handle negative offset for SEEK_SET.
Paul Sokolovsky
2017-08-20
py/objstringio: Fix regression with handling SEEK_SET.
Paul Sokolovsky
2017-08-20
py/objstringio: Prevent offset wraparound for io.BytesIO objects.
Tom Collins
2017-08-17
py/binary: Change internal bytearray typecode from 0 to 1.
Damien George
2017-08-15
py: Add verbose debug compile-time flag MICROPY_DEBUG_VERBOSE.
Stefan Naumann
2017-08-15
py/binary.c: Fix bug when packing big-endian 'Q' values.
Bas van Sisseren
2017-08-13
all: Raise exceptions via mp_raise_XXX
Javier Candeira
2017-08-11
Turn on Rosie CI testing to test new builds on real hardware.
Scott Shawcroft
2017-08-11
py/modsys: Initial implementation of sys.getsizeof().
Paul Sokolovsky
2017-08-11
all: Make use of $(TOP) variable in Makefiles, instead of "..".
Damien George
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-09
py/objstr: Raise an exception for wrong type on RHS of str binary op.
Damien George
2017-08-09
py/objtuple: Allow to use inplace-multiplication operator on tuples.
Damien George
2017-08-07
esp8266: Introduce `multiterminal` module for managing a secondary
Scott Shawcroft
2017-08-06
py/mkrules.mk: Show frozen modules sizes together with executable size.
Paul Sokolovsky
2017-08-05
Allow max stack checking to be used with -flto build by determining top
Dan Halbert
2017-08-02
py,extmod,stmhal: Use "static inline" for funcs that should be inline.
Damien George
2017-07-31
all: Use the name MicroPython consistently in comments
Alexander Steffen
2017-07-31
py/modsys: Use MP_ROM_INT for int values in an mp_rom_map_elem_t.
Damien George
2017-07-28
py/modio: BufferedWriter: Convert to mp_rom_map_elem_t.
Paul Sokolovsky
2017-07-25
py: Implement raising a big-int to a negative power.
Damien George
2017-07-25
py/mpz: Make mpz_is_zero() an inline function.
Damien George
2017-07-24
all: Don't include system errno.h when it's not needed.
Damien George
2017-07-24
py/mperrno: Allow mperrno.h to be correctly included before other hdrs.
Damien George
2017-07-24
py/py.mk: Make berkeley-db C-defs apply only to relevant source files.
Damien George
2017-07-23
Measure and report maximum stack usage. (#175)
Dan Halbert
2017-07-21
py/builtinevex: Add typechecking of globals/locals args to eval/exec.
Tom Collins
2017-07-19
all: Remove trailing spaces, per coding conventions.
Damien George
2017-07-18
py/modmicropython: Cast stack_limit value so it prints correctly.
Damien George
2017-07-18
py/asmx64: Support moving a 64-bit immediate to one of top 8 registers.
Damien George
2017-07-18
py/vm: Make n_state variable local to just set-up part of VM.
Damien George
2017-07-18
all: Unify header guard usage.
Alexander Steffen
2017-07-16
Fix problems that prevented use of internal frozen modules:
Dan Halbert
2017-07-12
py/gc: Refactor assertions in gc_free function.
Damien George
[next]