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
2015-11-23
docs: Bump version to 1.5.1.
v1.5.1
Damien George
2015-11-23
lib/utils/printf: Use more conservative check for MICROPY_DEBUG_STDERR.
Paul Sokolovsky
2015-11-23
py/compile: Do proper checking of * and ** in function definition.
Damien George
2015-11-23
py: Check that second argument to hasattr is actually a string.
Damien George
2015-11-23
extmod/modure: Use correct integer type for n_args argument.
Damien George
2015-11-23
py/emitglue: Implement persistent saving and loading of const objects.
Damien George
2015-11-23
py/emitglue: Add feature-flag header to .mpy to detect bytecode compat.
Damien George
2015-11-23
unix/main: Get rid of perror() which uses stdio.
Paul Sokolovsky
2015-11-22
tests/int_big_*: Add more tests for result normalization.
Paul Sokolovsky
2015-11-22
py/mpz: Normalize (remove leading zeros) xor operation result.
Paul Sokolovsky
[...]