summaryrefslogtreecommitdiff
path: root/extmod
AgeCommit message (Expand)Author
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
2019-02-14extmod/ure: Support search/match() pos and endpos parametersNoralf Trønnes
2019-02-14extmod/ure: Handle some escape sequences.Radomir Dopieralski
2019-02-14extmod/modure: Add ure.sub() function and method, and tests.Damien George
2019-02-14extmod/modure: Add match.span(), start() and end() methods, and tests.Damien George
2019-02-14extmod/modure: Add match.groups() method, and tests.Damien George
2019-02-04Fix allocation sizeScott Shawcroft
2019-02-03Add fast seek support to file objectsScott Shawcroft
2019-01-18More make_new updatesScott Shawcroft
2019-01-18Fix unix buildScott Shawcroft
2019-01-18More make_new fixes for unix buildScott Shawcroft
2019-01-14fixup micropyScott Shawcroft
2019-01-14py changes for supporting superclass constructors that take kwargsScott Shawcroft