summaryrefslogtreecommitdiff
path: root/py
AgeCommit message (Expand)Author
2019-03-11fix compilation with updated circuitpy_mpconfig and upstream changesdm-mixersommersoft
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
2019-02-18forgot jsonDan Halbert
2019-02-18regularize how module weak links and alternate names are listedDan Halbert
2019-02-17correct weak module links; samd module only in m4 ports; update librariesDan Halbert
2019-02-17fix module weak links; add missing nrf featuresDan Halbert
2019-02-17Define MP_SSIZE_MAX for LONGINT_IMPL_LONGLONG as well.Lionel Debroux
2019-02-15Merge pull request #1555 from tannewt/print_flushDan Halbert
2019-02-15address @tannewt changes: move and rename common files; remove PORT_HEAP_SIZEDan Halbert
2019-02-15Support print("", flush=True)Scott Shawcroft
2019-02-14extmod/ure: Support search/match() pos and endpos parametersNoralf Trønnes
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-11A variety of displayio improvementsScott Shawcroft
2019-02-06Add human readable text for ENOSPC.Craig Forbes
2019-02-04Use generic overflow so 64 bit is handled ok.Scott Shawcroft
2019-02-04Check sequence multiply for length overflowScott Shawcroft
2019-02-01Never long live the main dictionary.Scott Shawcroft
2019-02-01Don't long live class attributesScott Shawcroft
2019-01-21Merge remote-tracking branch 'adafruit/master' into bleio2Dan Halbert
2019-01-20Merge remote-tracking branch 'adafruit/master' into struct-compatDan Halbert
2019-01-20Fix dict_make_newScott Shawcroft
2019-01-20Check for null kw_argsScott Shawcroft
2019-01-20Improve struct compatibility with CPythonDan Halbert
2019-01-20Improve struct compatibility with CPythonDan Halbert
2019-01-19CharacteristicBuffer: make it be a stream class; add lockingDan Halbert
2019-01-18More make_new updatesScott Shawcroft
2019-01-18More make_new fixes for unix buildScott Shawcroft
2019-01-14fixup micropyScott Shawcroft
2019-01-14Don't build machine class we don't use.Scott Shawcroft
2019-01-14py changes for supporting superclass constructors that take kwargsScott Shawcroft
2018-12-30LocalPeripheral is now Peripheral; more work on basic GATTS support; UART not...Dan Halbert
2018-12-27wip: advertising works, but not connectionDan Halbert
2018-12-13Merge remote-tracking branch 'adafruit/master' into bleio-revDan Halbert
2018-12-06Rework safe mode and have heap overwrite trigger it.Scott Shawcroft
2018-12-06Merge remote-tracking branch 'adafruit/master' into bleio-revDan Halbert
2018-12-04Add stack validity check and raise an error when it happens.Scott Shawcroft