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-08-23
docs: Bump version to 1.9.2.
v1.9.2
Damien George
2017-08-23
py/asmthumb: Use existing macro to properly clear the D-cache.
Damien George
2017-08-22
docs: Consistently link to micropython-lib in glossary.
Paul Sokolovsky
2017-08-21
esp8266: Fix UART stop bit constants.
Ein Terakawa
2017-08-21
extmod/modubinascii: Don't post-increment variable that won't be used.
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
all: Make static dicts use mp_rom_map_elem_t type and MP_ROM_xxx macros.
Damien George
2017-08-21
extmod,unix: For uos.stat interpret st_size member as an unsigned int.
Damien George
[...]