summaryrefslogtreecommitdiff
path: root/extmod
AgeCommit message (Expand)Author
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
2020-02-04preserve errno in OSErrorDan Halbert
2020-02-04Include filename for 'No such file/directory', etc.Dan Halbert
2020-01-27Fix subclassing of objects that are tested. Others may still be broken.Scott Shawcroft
2020-01-02remove unnecessary GCC pragmasRoy Hooper
2020-01-02raise mp_raise_NotImplementedErrorRoy Hooper
2019-12-13Revert subscr signature changeRoy Hooper
2019-12-13push changesRoy Hooper
2019-12-10Merge branch 'master' into new-pixelbuf-apiRoy Hooper
2019-12-04protocols: Allow them to be (optionally) type-safeJeff Epler
2019-11-26remove unnecessary intermediate mp_obj_subscr wrapperRoy Hooper
2019-11-23disable -Wunused-parameter on subscr functionsRoy Hooper
2019-11-23Merge branch 'master' into new-pixelbuf-apiRoy Hooper
2019-11-23make ->subscr take an instance to pass when instance_subscr is called from su...Roy Hooper
2019-10-13Move font dependency to extmod from stm32Dan Halbert
2019-03-13Prevent other filesystem changes besides file writesScott Shawcroft
2019-03-13Throw an error when moving a directory into itself.Scott Shawcroft
2019-02-21Merge pull request #1584 from tannewt/disable_concurrent_write_protectionDan Halbert
2019-02-21Merge pull request #1582 from dhalbert/remove-u-namesScott Shawcroft
2019-02-21conditionalize re object type nameDan Halbert
2019-02-21Add option to disable the concurrent write protectionScott Shawcroft
2019-02-21Add CIRCUITPY macro; rename u* only when CIRCUITPY=1Dan Halbert
2019-02-21rename ure, ujson, and uerrno to re, json, and errnoDan Halbert
2019-02-19Prevent infinite display update recursion and fix VFS mountingScott Shawcroft