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
Branch
Commit message
Author
Age
5.3.x
Merge pull request #3385 from jepler/fix-unicode-above-2047
Dan Halbert
6 years
6.0.x
Merge pull request #3990 from jepler/make-dependency-race
Dan Halbert
6 years
6.1.x
Merge pull request #3991 from TG-Techie/main
Dan Halbert
6 years
6.2.x
Merge pull request #4529 from dhalbert/6.2.x-rearrange-ci-task
Scott Shawcroft
5 years
encoding
fix windows' encoding defaults
lady ada
6 years
fix_typo_spanish
Fix typo UART
Sabas
6 years
jepler-try-ubuntu-20.04
fix ubuntu-latest stragglers
Jeff Epler
6 years
main
Merge pull request #4544 from weblate/weblate-circuitpython-main
Jeff Epler
5 years
master
Merge pull request #3109 from pewpew-game/fluff_m0
Scott Shawcroft
6 years
type_hints
Added type hints to analogio
dherrada
6 years
[...]
Tag
Download
Author
Age
6.2.0-rc.0
commit d0ba75e6dc...
Dan Halbert
5 years
7.0.0-alpha.0
commit d0ba75e6dc...
Dan Halbert
5 years
6.2.0-beta.4
commit e3c54b0660...
Scott Shawcroft
5 years
6.2.0-beta.3
commit dca2989df8...
Dan Halbert
5 years
6.2.0-beta.2
commit 206109763f...
Dan Halbert
5 years
6.2.0-beta.1
commit c1c1a5d036...
Scott Shawcroft
6 years
6.2.0-beta.0
commit 0dfa9fb7c1...
Dan Halbert
6 years
6.1.0
commit c4f0325ff8...
Dan Halbert
6 years
6.1.0-rc.1
commit c4f0325ff8...
Dan Halbert
6 years
6.1.0-rc.0
commit 7e59ff379b...
Scott Shawcroft
6 years
[...]
Age
Commit message
Author
2017-05-26
docs: Bump version to 1.9.
v1.9
Damien George
2017-05-26
unix/Makefile: Don't add frozen bytecode to minimal build.
Damien George
2017-05-26
zephyr/modusocket: Use DEBUG_PRINT macro name as other modules do.
Paul Sokolovsky
2017-05-26
esp8266/mpconfigport.h: Remove duplicate link to lwip module.
Damien George
2017-05-26
esp8266/modules: Mount filesystem at root when creating for first time.
Damien George
2017-05-26
py/objstringio: Catch mp_uint_t overflow of stream position in write().
Tom Collins
2017-05-26
mpy-cross/Makefile: Guard "override undefine" by test for make feature.
Damien George
2017-05-26
py/mkrules.mk: Fix auto-qstr generation when "make -B" is used.
Damien George
2017-05-25
tests/basics: Add more tests for unwind jumps from within a try-finally.
Damien George
2017-05-25
py/emitbc: Fix bug with BC emitter computing Python stack size.
Damien George
[...]