summaryrefslogtreecommitdiff
path: root/py
AgeCommit message (Expand)Author
2019-07-09merge from masterDan Halbert
2019-06-27Merge remote-tracking branch 'adafruit/4.0.x' into merge_in_402Scott Shawcroft
2019-06-25Validate raw code and mpy read lengthScott Shawcroft
2019-06-25Validate portions of mpy load to detect corruptionScott Shawcroft
2019-06-19WIP: backup only; not compiledDan Halbert
2019-06-18Don't operate directly on bleio objects in shared-bindings: use common_halDan Halbert
2019-06-13merge from upstream; WIP redo Address; no more AddressTypeDan Halbert
2019-06-12Uncomment vm.c SUPEROPT (debugging typo); trim a few buildsDan Halbert
2019-06-12Turn off SUPEROPT on gc.c instead of trying to squueze inline limit so much; ...Dan Halbert
2019-06-11Merge remote-tracking branch 'adafruit/master' into vm-computed-gotoDan Halbert
2019-06-11Merge latest 4.0.x fixes into masterDan Halbert
2019-06-11Turn on MICROPY_OPT_COMPUTED_GOTO for 5x CPU-bound speedupDan Halbert
2019-06-06Include display objects in gc.Dan Halbert
2019-06-04Add PS/2 support -- ps2io moduleElvis Pfützenreuter
2019-06-03Replace Broadcaster with enhanced PeripheralDan Halbert
2019-05-24Implement forced clean builds for boards so designated.Dan Halbert
2019-05-22Merge pull request #1906 from adafruit/4.0.xScott Shawcroft
2019-05-17Enable MICROPY_PY_BUILTINS_ROUND_INT; make round() work beter when it's disab...Dan Halbert
2019-05-14Make Group iterable via a generic native iterator.Scott Shawcroft
2019-05-13Check native object in case of early accessScott Shawcroft
2019-05-12use approx of original @godlygeek code for smallints; add testsDan Halbert
2019-05-12Handle truth values; speed up smallint checksDan Halbert
2019-05-09Reverse int to bytes buffer overflow conditionalsMatt Wozniski
2019-05-09Use OverflowError exception type for overflowsMatt Wozniski
2019-05-09Add overflow checks for int to bytes conversionsMatt Wozniski
2019-05-08Merge pull request #1865 from terriko/mpy_errorScott Shawcroft
2019-05-08Make MpyError a ValueError (since that's what it was before)Terri Oda
2019-05-08Make status light flash blue for incompatible mpy (fixes #1369)Terri Oda
2019-05-08Merge pull request #1859 from scottbelden/tabbingScott Shawcroft
2019-05-07enter four spaces when there are no matchesscottbelden
2019-05-07Fix tests and clarify first character accessKathryn Lingel
2019-05-06Filter private methods from tab completionKathryn Lingel
2019-04-18Correct collect of permanent pointers.Scott Shawcroft
2019-04-17Merge pull request #1754 from dmazzella/dmazzella-patch-1Scott Shawcroft
2019-04-16Include cleanup and style tweaksScott Shawcroft
2019-04-16Fully split gamepadshift from gamepadScott Shawcroft
2019-04-15Split GamePadShift from GamePad to save space on most boards.Scott Shawcroft
2019-04-12Reorganize the gamepad codeRadomir Dopieralski
2019-04-10Check for null local dictionariesScott Shawcroft
2019-04-10Merge remote-tracking branch 'adafruit/master' into pybadge_revdScott Shawcroft
2019-04-09Tweak pybadge and fix display bugsScott Shawcroft
2019-04-09Check that a never free pointer is on the heap.Scott Shawcroft
2019-04-09Fix boards with no shared busses.Scott Shawcroft
2019-04-08Reorganize board busses into shared-bindings and shared-module.Scott Shawcroft
2019-04-05Update mkrules.mkDamiano Mazzella
2019-04-05Update obj.hDamiano Mazzella
2019-04-05Update objmodule.cDamiano Mazzella
2019-04-05Update py.mkDamiano Mazzella
2019-04-05Add files via uploadDamiano Mazzella
2019-04-01ROTARYIO_MODULE mistakenly omitted from module listDan Halbert