summaryrefslogtreecommitdiff
path: root/py
AgeCommit message (Expand)Author
2020-08-25Merge pull request #3318 from jepler/interrupt-serial-rxJeff Epler
2020-08-25mp_obj_print_helper: Handle a ctrl-c that comes in during printingJeff Epler
2020-08-18Split pulseio.PWMOut into pwmioScott Shawcroft
2020-08-18Merge pull request #3295 from tannewt/turn_off_terminalioScott Shawcroft
2020-08-18Calculate the Huffman codebook without MP_QSTRsTaku Fukada
2020-08-17Turn off terminalio for ja and koScott Shawcroft
2020-08-16makeqstrdata: don't print "compression incrased length" messagesJeff Epler
2020-08-12Don't define SHARPDISPLAY when !DISPLAYIOJeff Epler
2020-08-12sharpmemory: Implement support for Sharp Memory Displays in framebufferioJeff Epler
2020-08-04"pop from empty %q"Jeff Epler
2020-08-04py: mp_obj_get_type_qstr as macro saves 24 bytesJeff Epler
2020-08-04Combine some "can't convert" messagesJeff Epler
2020-08-04Combine 'index out of range' messagesJeff Epler
2020-08-04various: Use mp_obj_get_type_qstr more widelyJeff Epler
2020-08-04Use qstrs to save an additional 4 bytesJeff Epler
2020-08-04fix exception type for pop from empty setJeff Epler
2020-08-04py: introduce, use mp_raise_msg_vlistJeff Epler
2020-08-04Combine similar strings to reduce size of translationsJeff Epler
2020-07-30Merge remote-tracking branch 'origin/main' into blm_badgeJeff Epler
2020-07-29Merge pull request #3222 from WarriorOfWire/pick_micropythonScott Shawcroft
2020-07-28Upgrade ulabJeff Epler
2020-07-28Merge remote-tracking branch 'adafruit/main' into blm_badgeDan Halbert
2020-07-28add blm_badge; add CIRCUITPY_AUDIOBUSIOIO_I2SOUTDan Halbert
2020-07-27 adjust stack for SAMD21 to accomodate larger pystack -- update frozen module...Jerry Needell
2020-07-24py/compile: Don't await __aiter__ special method in async-for.Jonathan Hogg
2020-07-24require async for and async with to actually be in an async def method instea...Kenny
2020-07-23remove new char*s because m0 is way oversubscribedKenny
2020-07-23add coroutine behavior for generatorsKenny
2020-07-22py/py.mk: Use additional CFLAGS to compile string0.c.Damien George
2020-07-22Add externs. GCC10 complains about duplicate definesScott Shawcroft
2020-07-22Merge branch 'main' into memmonitorScott Shawcroft
2020-07-21Turn off find when CPYTHON_COMPAT is offScott Shawcroft
2020-07-21Merge remote-tracking branch 'adafruit/main' into bytearray_findScott Shawcroft
2020-07-21Merge pull request #3160 from tannewt/enable_pystackScott Shawcroft
2020-07-21Only add .find without CPYTHON_COMPATScott Shawcroft
2020-07-17Add cast for mpy-cross warningScott Shawcroft
2020-07-17Get AllocationAlarm workingScott Shawcroft
2020-07-17Add memorymonitor moduleScott Shawcroft
2020-07-17Add find varients to bytearrayScott Shawcroft
2020-07-17Enable PYSTACK to keep function state out of the heapScott Shawcroft
2020-07-13Fix to pass mpy-cross buildDavePutz
2020-07-13more formatting fixDavePutz
2020-07-13Fix formattingDavePutz
2020-07-13Issue #2949 Run background checks during long multiplicationsDavePutz
2020-07-13Merge pull request #3003 from Flameeyes/masterScott Shawcroft
2020-07-08audioio: Remove compatibility codeJeff Epler
2020-07-06Add license to some obvious files.Diego Elio Pettenò
2020-06-26sdioio: Add shared-bindingsJeff Epler
2020-06-26sdcardio: implement new library for SD card I/OJeff Epler
2020-06-25I2CPeripheral: Rename class and its moduleJeff Epler