summaryrefslogtreecommitdiffstatshomepage
path: root/tests
Commit message (Expand)AuthorAge
* tests/basics: Move str/bytes tests that give SyntaxWarning to sep file.Damien George2024-05-28
* tests/basics: Add .exp file for slice_op test.Damien George2024-05-28
* tests/float: Use "not" instead of ~ to invert bool value.Damien George2024-05-28
* tests/net_inet/tls_text_errors.py: Tweak test for newer CPython version.Damien George2024-05-27
* tests/net_hosted/ssl_verify_callback.py: Make exp match actual output.Damien George2024-05-27
* tests/basics: Split out generator.throw tests that pass multiple args.Damien George2024-05-27
* tests/extmod: Add .exp test files for asyncio.get_event_loop tests.Damien George2024-05-27
* tests/extmod: Fix regex strings to be of r"" type.Damien George2024-05-27
* tests/run-natmodtests.py: Fix search for supported native tests.Damien George2024-05-27
* py/dynruntime: Export mp_load_method_maybe and mp_arg_parse_all* funcs.Brian Pugh2024-05-24
* webassembly/proxy_c: Return undefined if dict lookup failed on JS side.Damien George2024-05-16
* webassembly/proxy_js: Create a special "undefined" type for Python.Damien George2024-05-16
* webassembly/proxy_js: Revert back to converting Py None to JS null.Damien George2024-05-16
* tests/micropython/import_mpy_invalid.py: Skip if target cant import mpy.Damien George2024-05-14
* webassembly/mpconfigport: Enable importing of .mpy files.Damien George2024-05-14
* webassembly/proxy_js: Convert JS undefined and JS null to Py None.Damien George2024-05-13
* webassembly/proxy_c: Ensure objs thrown into generators are exceptions.Damien George2024-05-13
* webassembly/asyncio: Fix case where a Promise is resolved with no arg.Damien George2024-05-13
* webassembly/api: Resolve thenables returned from runPythonAsync.Damien George2024-05-07
* webassembly/objpyproxy: Implement JS iterator protocol for Py iterables.Damien George2024-05-07
* webassembly/proxy_c: Reject promises with a PythonError instance.Damien George2024-05-06
* webassembly: Add JavaScript-based asyncio support.Damien George2024-04-24
* tests/cpydiff: Add a note about risk of resizing memoryview targets.Angus Gratton2024-04-22
* py/objarray: Fix use-after-free if extending a bytearray from itself.Angus Gratton2024-04-22
* webassembly/proxy_js: Allow a Python proxy of a function to be undone.Damien George2024-03-30
* webassembly/proxy_js: Promote Python thenable to a Promise.Damien George2024-03-30
* webassembly/proxy_c: Ensure return value of async fun is passed to JS.Damien George2024-03-30
* tests/net_inet: Add simpler tls sites test, and skip existing on axtls.Damien George2024-03-29
* py/persistentcode: Bump .mpy sub-version to 6.3.Damien George2024-03-28
* tests/ports/webassembly: Add webassembly JS tests.Damien George2024-03-22
* tests/run-tests.py: Support running webassembly tests via node.Damien George2024-03-22
* tests/float/float_struct_e.py: Add specific test for struct 'e' type.Damien George2024-03-20
* py/binary: Support half-float 'e' format in struct pack/unpack.Matthias Urlichs2024-03-20
* py/emitnative: Implement viper unary ops positive, negative and invert.Damien George2024-03-19
* tests/basics: Split MicroPython-specific deque tests to separate file.Damien George2024-03-19
* py/objdeque: Expand implementation to be doubly-ended and support iter.Dash Peters2024-03-18
* stm32/dma: Add D-cache protection for DMA RX operations, including SPI.Angus Gratton2024-03-08
* all: Prune trailing whitespace.Phil Howard2024-03-07
* tests/multi_bluetooth: Move ble_deepsleep to stress_deepsleep_reconnect.Damien George2024-02-29
* extmod/asyncio: Make current_task raise exception when there is no task.Damien George2024-02-28
* extmod/modwebsocket: Fix websocket to send correct close frame.Felix Dörre2024-02-26
* tests/cpydiff: Add new CPy diff test for class name mangling.Trent Warlaven2024-02-21
* py/builtinevex: Fix setting globals for native functions in compile().Damien George2024-02-20
* py/objfun: Support __name__ on native functions and generators.Damien George2024-02-20
* tests/ports/unix: Add coverage test for frozen functions and generators.Damien George2024-02-16
* tests/multi_bluetooth/ble_irq_calls.py: Enhance test to test recursion.Damien George2024-02-16
* extmod/btstack: Reset pending_value_handle before calling read-done cb.Damien George2024-02-12
* extmod/btstack: Reset pending_value_handle before calling write-done cb.Damien George2024-02-09
* tests: Use vfs module instead of os.Damien George2024-02-07
* extmod/modvfs: Add new "vfs" module with mount/umount and Vfs classes.Damien George2024-02-07