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
2021-04-02
stubs: ulab.array -> ulab.ndarray
Jeff Epler
2021-04-02
update ulab to 2.1.5
Jeff Epler
2021-03-26
[ure] to save space, disable debug dumps by default
Artyom Skrobov
2021-03-15
Merge pull request #4410 from jepler/update-ulab-dot
Scott Shawcroft
2021-03-15
Update ulab
Jeff Epler
2021-03-15
run code formatting script
microDev
2021-03-12
[vfs_fat_diskio] pdrv is not a drive number since f5f4cdae89
Artyom Skrobov
2021-02-20
update to ulab 1.7.5
Jeff Epler
2021-02-17
raspberrypi: implement os.urandom
Jeff Epler
2021-01-29
ulab: update to 1.7.2
Jeff Epler
2021-01-20
Fix warnings that come from -O3 (I think)
Scott Shawcroft
2021-01-15
fix doc build
Jeff Epler
2021-01-15
Update to 1.7.1
Jeff Epler
2021-01-14
ulab: update to 1.7.0
Jeff Epler
2021-01-11
ulab: bump to version 1.6.1
Jeff Epler
2021-01-04
ulab: update to 1.6.0
Jeff Epler
2020-11-24
Merge pull request #3728 from tannewt/speedup_json
Jeff Epler
2020-11-23
Merge pull request #3694 from jepler/update-ulab2
Scott Shawcroft
2020-11-23
Ignore size parameter
Scott Shawcroft
2020-11-23
ulab: Update to release tag 1.1.0
Jeff Epler
2020-11-19
Speed up JSON parsing with readinto
Scott Shawcroft
2020-11-19
Introduce, use mp_raise_arg1
Jeff Epler
2020-11-19
Use mp_raise instead of nlr_raise(new_exception) where possible
Jeff Epler
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
[next]