summaryrefslogtreecommitdiff
path: root/extmod
AgeCommit message (Expand)Author
2021-04-02stubs: ulab.array -> ulab.ndarrayJeff Epler
2021-04-02update ulab to 2.1.5Jeff Epler
2021-03-26[ure] to save space, disable debug dumps by defaultArtyom Skrobov
2021-03-15Merge pull request #4410 from jepler/update-ulab-dotScott Shawcroft
2021-03-15Update ulabJeff Epler
2021-03-15run code formatting scriptmicroDev
2021-03-12[vfs_fat_diskio] pdrv is not a drive number since f5f4cdae89Artyom Skrobov
2021-02-20update to ulab 1.7.5Jeff Epler
2021-02-17raspberrypi: implement os.urandomJeff Epler
2021-01-29ulab: update to 1.7.2Jeff Epler
2021-01-20Fix warnings that come from -O3 (I think)Scott Shawcroft
2021-01-15fix doc buildJeff Epler
2021-01-15Update to 1.7.1Jeff Epler
2021-01-14ulab: update to 1.7.0Jeff Epler
2021-01-11ulab: bump to version 1.6.1Jeff Epler
2021-01-04ulab: update to 1.6.0Jeff Epler
2020-11-24Merge pull request #3728 from tannewt/speedup_jsonJeff Epler
2020-11-23Merge pull request #3694 from jepler/update-ulab2Scott Shawcroft
2020-11-23Ignore size parameterScott Shawcroft
2020-11-23ulab: Update to release tag 1.1.0Jeff Epler
2020-11-19Speed up JSON parsing with readintoScott Shawcroft
2020-11-19Introduce, use mp_raise_arg1Jeff Epler
2020-11-19Use mp_raise instead of nlr_raise(new_exception) where possibleJeff Epler
2020-10-25ulab: Update againJeff Epler
2020-10-24ulab: Incorporate bugfixes (update to tag 0.54.5)Jeff Epler
2020-10-07Unify iMX flash config and add Metro M7 1011Scott Shawcroft
2020-09-12Add FALLTHROUGH comments as neededJeff Epler
2020-08-04Combine 'index out of range' messagesJeff Epler
2020-08-04various: Use mp_obj_get_type_qstr more widelyJeff Epler
2020-07-28Upgrade ulabJeff Epler
2020-07-16Merge pull request #3143 from tannewt/improve_jsonDan Halbert
2020-07-10Fix stream version and add basic readinto testScott Shawcroft
2020-07-10Add support to json.load for any object with readintoScott Shawcroft
2020-07-06Add license to some obvious files.Diego Elio Pettenò
2020-07-01ulab: update to 0.51.1Jeff Epler
2020-06-25remove machine_i2c, machine_spiJeff Epler
2020-06-03Fix up end of file and trailing whitespace.Diego Elio Pettenò
2020-06-01ulab: update submodule againJeff Epler
2020-06-01ulab: updateJeff Epler
2020-05-10ujson: back out overeager loads() change; only change load()warriorofwire
2020-05-10ujson: do not eat trailing whitespacewarriorofwire
2020-04-27ulab: updateJeff Epler
2020-04-26ulab: actually update the submoduleJeff Epler
2020-04-14ulab: Get updates from upstreamJeff Epler
2020-04-13ulab: Get updates from upstreamJeff Epler
2020-03-17update ulabJeff Epler
2020-03-09ulab: Use https://github.com/v923z/micropython-ulab/Jeff Epler
2020-02-27Update ulab from upstream againJeff Epler
2020-02-27ulab: Incorporate itJeff Epler
2020-02-14avoid os.stat() int overflow on smallint-only buildsDan Halbert