summaryrefslogtreecommitdiff
path: root/py
AgeCommit message (Expand)Author
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
2019-03-27Turn on frequencyio only on CIRCUITPY_FULL_BUILDDan Halbert
2019-03-26turn on reversed() for all buildsDan Halbert
2019-03-26Merge pull request #1672 from dhalbert/regular-fs-flushScott Shawcroft
2019-03-20Merge pull request #1670 from tannewt/fontioDan Halbert
2019-03-20enable MICROPY_CPYTHON_COMPAT for most builds except CIRCUITPY_SMALL_BUILD; r...Dan Halbert
2019-03-20flush flash filesystem once a secondDan Halbert
2019-03-19Move Glyph and BuiltinFont into fontioScott Shawcroft
2019-03-12Fix function signatureScott Shawcroft
2019-03-12Enter safe mode when an allocation is attempted on an uninitialized heap.Scott Shawcroft
2019-03-01better handle frequencyio inclusionsommersoft
2019-03-01Merge branch 'master' of https://github.com/adafruit/circuitpython into new_f...sommersoft
2019-03-01Apply review fixes:Radomir Dopieralski
2019-03-01Rebase on top of CircuitPython 4.xRadomir Dopieralski
2019-02-28Add a _pew moduleRadomir Dopieralski
2019-02-24add frequencyio to circuipy_ configssommersoft
2019-02-21Merge pull request #1582 from dhalbert/remove-u-namesScott 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-19Merge pull request #1562 from debrouxl/minor_improvements_and_fixesDan Halbert
2019-02-18typoDan Halbert
2019-02-18move non-u names for native modules to circuitpy_mpconfig.hDan Halbert