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
/
extmod
Age
Commit message (
Expand
)
Author
2020-12-23
Ignore size parameter
Scott Shawcroft
2020-12-23
Speed up JSON parsing with readinto
Scott Shawcroft
2020-10-25
ulab: Update again
Jeff Epler
2020-10-24
ulab: Incorporate bugfixes (update to tag 0.54.5)
Jeff Epler
2020-10-07
Unify iMX flash config and add Metro M7 1011
Scott Shawcroft
2020-09-12
Add FALLTHROUGH comments as needed
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-07-28
Upgrade ulab
Jeff Epler
2020-07-16
Merge pull request #3143 from tannewt/improve_json
Dan Halbert
2020-07-10
Fix stream version and add basic readinto test
Scott Shawcroft
2020-07-10
Add support to json.load for any object with readinto
Scott Shawcroft
2020-07-06
Add license to some obvious files.
Diego Elio Pettenò
2020-07-01
ulab: update to 0.51.1
Jeff Epler
2020-06-25
remove machine_i2c, machine_spi
Jeff Epler
2020-06-03
Fix up end of file and trailing whitespace.
Diego Elio Pettenò
2020-06-01
ulab: update submodule again
Jeff Epler
2020-06-01
ulab: update
Jeff Epler
2020-05-10
ujson: back out overeager loads() change; only change load()
warriorofwire
2020-05-10
ujson: do not eat trailing whitespace
warriorofwire
2020-04-27
ulab: update
Jeff Epler
2020-04-26
ulab: actually update the submodule
Jeff Epler
2020-04-14
ulab: Get updates from upstream
Jeff Epler
2020-04-13
ulab: Get updates from upstream
Jeff Epler
2020-03-17
update ulab
Jeff Epler
2020-03-09
ulab: Use https://github.com/v923z/micropython-ulab/
Jeff Epler
2020-02-27
Update ulab from upstream again
Jeff Epler
2020-02-27
ulab: Incorporate it
Jeff Epler
2020-02-14
avoid os.stat() int overflow on smallint-only builds
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-01-27
Fix subclassing of objects that are tested. Others may still be broken.
Scott Shawcroft
2020-01-02
remove unnecessary GCC pragmas
Roy Hooper
2020-01-02
raise mp_raise_NotImplementedError
Roy Hooper
2019-12-13
Revert subscr signature change
Roy Hooper
2019-12-13
push changes
Roy Hooper
2019-12-10
Merge branch 'master' into new-pixelbuf-api
Roy Hooper
2019-12-04
protocols: Allow them to be (optionally) type-safe
Jeff Epler
2019-11-26
remove unnecessary intermediate mp_obj_subscr wrapper
Roy Hooper
2019-11-23
disable -Wunused-parameter on subscr functions
Roy Hooper
2019-11-23
Merge branch 'master' into new-pixelbuf-api
Roy Hooper
2019-11-23
make ->subscr take an instance to pass when instance_subscr is called from su...
Roy Hooper
2019-10-13
Move font dependency to extmod from stm32
Dan Halbert
2019-03-13
Prevent other filesystem changes besides file writes
Scott Shawcroft
2019-03-13
Throw an error when moving a directory into itself.
Scott Shawcroft
2019-02-21
Merge pull request #1584 from tannewt/disable_concurrent_write_protection
Dan Halbert
2019-02-21
Merge pull request #1582 from dhalbert/remove-u-names
Scott Shawcroft
2019-02-21
conditionalize re object type name
Dan Halbert
2019-02-21
Add option to disable the concurrent write protection
Scott Shawcroft
2019-02-21
Add CIRCUITPY macro; rename u* only when CIRCUITPY=1
Dan Halbert
[next]