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
2020-08-25
Merge pull request #3318 from jepler/interrupt-serial-rx
Jeff Epler
2020-08-25
mp_obj_print_helper: Handle a ctrl-c that comes in during printing
Jeff Epler
2020-08-18
Split pulseio.PWMOut into pwmio
Scott Shawcroft
2020-08-18
Merge pull request #3295 from tannewt/turn_off_terminalio
Scott Shawcroft
2020-08-18
Calculate the Huffman codebook without MP_QSTRs
Taku Fukada
2020-08-17
Turn off terminalio for ja and ko
Scott Shawcroft
2020-08-16
makeqstrdata: don't print "compression incrased length" messages
Jeff Epler
2020-08-12
Don't define SHARPDISPLAY when !DISPLAYIO
Jeff Epler
2020-08-12
sharpmemory: Implement support for Sharp Memory Displays in framebufferio
Jeff Epler
2020-08-04
"pop from empty %q"
Jeff Epler
2020-08-04
py: mp_obj_get_type_qstr as macro saves 24 bytes
Jeff Epler
2020-08-04
Combine some "can't convert" messages
Jeff Epler
2020-08-04
Combine 'index out of range' messages
Jeff Epler
2020-08-04
various: Use mp_obj_get_type_qstr more widely
Jeff Epler
2020-08-04
Use qstrs to save an additional 4 bytes
Jeff Epler
2020-08-04
fix exception type for pop from empty set
Jeff Epler
2020-08-04
py: introduce, use mp_raise_msg_vlist
Jeff Epler
2020-08-04
Combine similar strings to reduce size of translations
Jeff Epler
2020-07-30
Merge remote-tracking branch 'origin/main' into blm_badge
Jeff Epler
2020-07-29
Merge pull request #3222 from WarriorOfWire/pick_micropython
Scott Shawcroft
2020-07-28
Upgrade ulab
Jeff Epler
2020-07-28
Merge remote-tracking branch 'adafruit/main' into blm_badge
Dan Halbert
2020-07-28
add blm_badge; add CIRCUITPY_AUDIOBUSIOIO_I2SOUT
Dan Halbert
2020-07-27
adjust stack for SAMD21 to accomodate larger pystack -- update frozen module...
Jerry Needell
2020-07-24
py/compile: Don't await __aiter__ special method in async-for.
Jonathan Hogg
2020-07-24
require async for and async with to actually be in an async def method instea...
Kenny
2020-07-23
remove new char*s because m0 is way oversubscribed
Kenny
2020-07-23
add coroutine behavior for generators
Kenny
2020-07-22
py/py.mk: Use additional CFLAGS to compile string0.c.
Damien George
2020-07-22
Add externs. GCC10 complains about duplicate defines
Scott Shawcroft
2020-07-22
Merge branch 'main' into memmonitor
Scott Shawcroft
2020-07-21
Turn off find when CPYTHON_COMPAT is off
Scott Shawcroft
2020-07-21
Merge remote-tracking branch 'adafruit/main' into bytearray_find
Scott Shawcroft
2020-07-21
Merge pull request #3160 from tannewt/enable_pystack
Scott Shawcroft
2020-07-21
Only add .find without CPYTHON_COMPAT
Scott Shawcroft
2020-07-17
Add cast for mpy-cross warning
Scott Shawcroft
2020-07-17
Get AllocationAlarm working
Scott Shawcroft
2020-07-17
Add memorymonitor module
Scott Shawcroft
2020-07-17
Add find varients to bytearray
Scott Shawcroft
2020-07-17
Enable PYSTACK to keep function state out of the heap
Scott Shawcroft
2020-07-13
Fix to pass mpy-cross build
DavePutz
2020-07-13
more formatting fix
DavePutz
2020-07-13
Fix formatting
DavePutz
2020-07-13
Issue #2949 Run background checks during long multiplications
DavePutz
2020-07-13
Merge pull request #3003 from Flameeyes/master
Scott Shawcroft
2020-07-08
audioio: Remove compatibility code
Jeff Epler
2020-07-06
Add license to some obvious files.
Diego Elio Pettenò
2020-06-26
sdioio: Add shared-bindings
Jeff Epler
2020-06-26
sdcardio: implement new library for SD card I/O
Jeff Epler
2020-06-25
I2CPeripheral: Rename class and its module
Jeff Epler
[next]