summaryrefslogtreecommitdiff
path: root/py
AgeCommit message (Expand)Author
2020-08-27Merge remote-tracking branch 'adafruit/main' into native_wifiScott Shawcroft
2020-08-25Merge pull request #3318 from jepler/interrupt-serial-rxJeff Epler
2020-08-25Merge remote-tracking branch 'adafruit/main' into native_wifiScott Shawcroft
2020-08-25mp_obj_print_helper: Handle a ctrl-c that comes in during printingJeff Epler
2020-08-21Make socket reads interruptableScott Shawcroft
2020-08-20merge from upstream; working; includes debug_out code for debugging via Salea...Dan Halbert
2020-08-19Add basic error handlingScott Shawcroft
2020-08-19Add espidf module.Scott Shawcroft
2020-08-19SSL works until it runs out of memoryScott Shawcroft
2020-08-19SocketPool stubbed outScott Shawcroft
2020-08-19Ping work and start to add socketpoolScott Shawcroft
2020-08-19Fix ipaddress import and parse ipv4 stringsScott Shawcroft
2020-08-19Add ipaddressScott Shawcroft
2020-08-19Scanning WIP. Need to sort out supervisor memoryScott Shawcroft
2020-08-19First crack at native wifi APIScott Shawcroft
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-08-02wip: compilesDan Halbert
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-23wip: ATT protocolDan Halbert
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