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-03-17
ulab: include new 'extras' source file
Jeff Epler
2020-03-17
ulab: rename enable macro so it appears in the support matrix
Jeff Epler
2020-03-17
objslice: take mp_obj_slice_indices from micropython
Jeff Epler
2020-03-10
Merge pull request #2690 from jepler/topic-pep-498-fstrings
Scott Shawcroft
2020-03-09
circuitpy_mpconfig.mk: Enable ULAB for "full builds"
Jeff Epler
2020-03-09
f-strings: Make optional, defaulting to !CIRCUITPY_MINIMAL_BUILD
Jeff Epler
2020-03-09
lexer: catch concatenation of f'' and '' strings
Jeff Epler
2020-03-09
Address dpgeorge feedback - largely simplifications
Josh Klar
2020-03-09
py: Implement partial PEP-498 (f-string) support
Josh Klar
2020-03-05
Merge pull request #2657 from tannewt/builtin_package
Jeff Epler
2020-03-03
Merge remote-tracking branch 'origin/master' into ulab
Jeff Epler
2020-03-03
Remove debug extern
Scott Shawcroft
2020-03-01
compile: Give a proper error on 'async with'/'async for' outside 'async def'
Jeff Epler
2020-03-01
parse: push_result_token: throw an exception on too-long names
Jeff Epler
2020-02-27
Update ulab from upstream again
Jeff Epler
2020-02-27
ulab: Incorporate it
Jeff Epler
2020-02-26
Validate builtin member is a module
Scott Shawcroft
2020-02-25
Support importing native modules in native packages.
Scott Shawcroft
2020-02-20
Enable _bleio adapter when _bleio is imported
Dan Halbert
2020-02-20
Disable BLE file service for now
Scott Shawcroft
2020-02-14
Implement to_bytes(..., signed=True)
Dan Halbert
2020-02-13
Merge pull request #2581 from jamesbowman/master
Scott Shawcroft
2020-02-11
Track first free atb for multiple block sizes.
Scott Shawcroft
2020-02-07
Split into shared-module and shared-bindings
James Bowman
2020-02-05
Rename eveL to _eve, EVEL to _EVE
James Bowman
2020-02-04
fix printing single-arg exceptions
Dan Halbert
2020-02-04
fix multi-arg exception printing
Dan Halbert
2020-02-04
preserve errno in OSError
Dan Halbert
2020-02-04
Include filename for 'No such file/directory', etc.
Dan Halbert
2020-02-03
Correct default state to off for eveL module.
James Bowman
2020-02-03
First draft of eveL, the low-level module of the Gameduino (and BridgeTek EVE...
James Bowman
2020-01-30
Merge remote-tracking branch 'adafruit/master' into tweak_pixelbuf
Scott Shawcroft
2020-01-30
Remove unneeded native cast.
Scott Shawcroft
2020-01-29
Tweak error messages to reduce code size.
Scott Shawcroft
2020-01-29
Merge commit 'b36b24' into tweak_pixelbuf
Scott Shawcroft
2020-01-29
Merge pull request #2551 from jepler/build-mpy-cross-static-linux-win64
Scott Shawcroft
2020-01-27
Fix subclassing of objects that are tested. Others may still be broken.
Scott Shawcroft
2020-01-27
Merge pull request #2532 from tannewt/teensy4-dev
Scott Shawcroft
2020-01-25
accomodate excessively old gcc versions for raspbian mpy-cross cross-build
Jeff Epler
2020-01-24
Don't assume native methods want the native object as self.
Scott Shawcroft
2020-01-21
Update fix (missing pragma gcc diagnostic push)
tsupplis
2020-01-17
Refine iMX RT memory layout and add three boards
Scott Shawcroft
2020-01-15
Merge pull request #2510 from dhalbert/bonding-nvm
Scott Shawcroft
2020-01-14
Merge pull request #2505 from theodox/master
Scott Shawcroft
2020-01-14
Merge pull request #2504 from rhooper/fix-tuple-subscr
Scott Shawcroft
2020-01-13
merge from adafruit/circuitpython
Dan Halbert
2020-01-13
Merge pull request #2457 from hierophect/stm32-cpython-compat
Scott Shawcroft
2020-01-12
fix CCCD bonding store; avoid excessive bonding writes
Dan Halbert
2020-01-11
Make all `PYTHON` env vars into `PYTHON3`
Steve Theodore
2020-01-11
make types that depend on tuple subscr work
Roy Hooper
[next]