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
2019-06-25
Validate raw code and mpy read length
Scott Shawcroft
2019-06-25
Validate portions of mpy load to detect corruption
Scott Shawcroft
2019-06-06
Include display objects in gc.
Dan Halbert
2019-05-24
Implement forced clean builds for boards so designated.
Dan Halbert
2019-05-17
Enable MICROPY_PY_BUILTINS_ROUND_INT; make round() work beter when it's disab...
Dan Halbert
2019-05-13
Check native object in case of early access
Scott Shawcroft
2019-05-12
use approx of original @godlygeek code for smallints; add tests
Dan Halbert
2019-05-12
Handle truth values; speed up smallint checks
Dan Halbert
2019-05-09
Reverse int to bytes buffer overflow conditionals
Matt Wozniski
2019-05-09
Use OverflowError exception type for overflows
Matt Wozniski
2019-05-09
Add overflow checks for int to bytes conversions
Matt Wozniski
2019-05-08
Merge pull request #1865 from terriko/mpy_error
Scott Shawcroft
2019-05-08
Make MpyError a ValueError (since that's what it was before)
Terri Oda
2019-05-08
Make status light flash blue for incompatible mpy (fixes #1369)
Terri Oda
2019-05-08
Merge pull request #1859 from scottbelden/tabbing
Scott Shawcroft
2019-05-07
enter four spaces when there are no matches
scottbelden
2019-05-07
Fix tests and clarify first character access
Kathryn Lingel
2019-05-06
Filter private methods from tab completion
Kathryn Lingel
2019-04-18
Correct collect of permanent pointers.
Scott Shawcroft
2019-04-17
Merge pull request #1754 from dmazzella/dmazzella-patch-1
Scott Shawcroft
2019-04-16
Include cleanup and style tweaks
Scott Shawcroft
2019-04-16
Fully split gamepadshift from gamepad
Scott Shawcroft
2019-04-15
Split GamePadShift from GamePad to save space on most boards.
Scott Shawcroft
2019-04-12
Reorganize the gamepad code
Radomir Dopieralski
2019-04-10
Check for null local dictionaries
Scott Shawcroft
2019-04-10
Merge remote-tracking branch 'adafruit/master' into pybadge_revd
Scott Shawcroft
2019-04-09
Tweak pybadge and fix display bugs
Scott Shawcroft
2019-04-09
Check that a never free pointer is on the heap.
Scott Shawcroft
2019-04-09
Fix boards with no shared busses.
Scott Shawcroft
2019-04-08
Reorganize board busses into shared-bindings and shared-module.
Scott Shawcroft
2019-04-05
Update mkrules.mk
Damiano Mazzella
2019-04-05
Update obj.h
Damiano Mazzella
2019-04-05
Update objmodule.c
Damiano Mazzella
2019-04-05
Update py.mk
Damiano Mazzella
2019-04-05
Add files via upload
Damiano Mazzella
2019-04-01
ROTARYIO_MODULE mistakenly omitted from module list
Dan Halbert
2019-03-27
Turn on frequencyio only on CIRCUITPY_FULL_BUILD
Dan Halbert
2019-03-26
turn on reversed() for all builds
Dan Halbert
2019-03-26
Merge pull request #1672 from dhalbert/regular-fs-flush
Scott Shawcroft
2019-03-20
Merge pull request #1670 from tannewt/fontio
Dan Halbert
2019-03-20
enable MICROPY_CPYTHON_COMPAT for most builds except CIRCUITPY_SMALL_BUILD; r...
Dan Halbert
2019-03-20
flush flash filesystem once a second
Dan Halbert
2019-03-19
Move Glyph and BuiltinFont into fontio
Scott Shawcroft
2019-03-12
Fix function signature
Scott Shawcroft
2019-03-12
Enter safe mode when an allocation is attempted on an uninitialized heap.
Scott Shawcroft
2019-03-01
better handle frequencyio inclusion
sommersoft
2019-03-01
Merge branch 'master' of https://github.com/adafruit/circuitpython into new_f...
sommersoft
2019-03-01
Apply review fixes:
Radomir Dopieralski
2019-03-01
Rebase on top of CircuitPython 4.x
Radomir Dopieralski
2019-02-28
Add a _pew module
Radomir Dopieralski
[next]