273 Commits (95ccd9a005c09c58d7a74af97e990c798cb5c4f7)

Author SHA1 Message Date
robert a5ea4b9f3f extmod/vfs_lfsx: Fix path handling in uos.stat() to consider cur dir. 5 years ago
Damien George 73c58150f5 extmod/modbtree: Retain reference to underlying stream so it's not GC'd. 5 years ago
Damien George 4fa6d939d6 tests/extmod: Add btree test for errors raised by btree DB library. 5 years ago
Damien George 5f0661b4fe extmod/uasyncio: Change cannot to can't in error message, and test exp. 5 years ago
Damien George db137e70dc extmod/uasyncio: Add Loop.new_event_loop method. 5 years ago
Damien George a5f2ae10fe tests/extmod: Update littlefs test output to match new library version. 5 years ago
Damien George df156b18e5 docs,tests: Add docs and test for uasyncio custom exc handler methods. 5 years ago
Damien George b389bc0afa extmod/uasyncio: Implement Loop.stop() to stop the event loop. 5 years ago
David Lechner 3dc324d3f1 tests: Format all Python code with black, except tests in basics subdir. 5 years ago
Damien George c4935f3049 tests/extmod: Add uasyncio tests. 5 years ago
Damien George 8f0778b209 extmod/modlwip: Properly handle non-blocking and timeout on UDP recv. 5 years ago
Damien George 00267aae0b extmod/modlwip: Fix polling of UDP socket so it doesn't return HUP. 5 years ago
Jim Mussared f8449dd092 extmod/modframebuf: Allow blit source to be a subclass of FrameBuffer. 5 years ago
Yonatan Goldschmidt 0852acfc74 tests/run-tests: Auto-skip extmod/ticks_diff, extmod/time_ms_us tests. 5 years ago
Damien George cfddc6a8c7 tests/extmod: Add basic machine.Timer test. 5 years ago
Damien George 99a04b8060 tests/extmod: Split out VfsFat finaliser tests to separate test file. 5 years ago
Damien George 7280bf40d9 tests/extmod/vfs_lfs_error: Use small ints in seek error test. 5 years ago
Andrew Leech 1e87f11d3f py/objdict: Support ujson.dump() of OrderedDict objects. 5 years ago
Damien George 43f53a2bbd tests/extmod: Add test for ussl when passing in key/cert params. 5 years ago
Damien George feaa251674 extmod/modlwip: Make socket poll return POLLNVAL in case of bad file. 5 years ago
Damien George cfe1c5abf8 extmod/vfs: Rename BP_IOCTL_xxx constants to MP_BLOCKDEV_IOCTL_xxx. 5 years ago
Damien George 7c8fb27f38 tests/extmod: Add test for blockdev with standard and extended protocol. 5 years ago
Damien George 73fddb84e5 tests/extmod: Add littlefs tests. 5 years ago
Jim Mussared ebf8332104 extmod/re1.5: Support escaping within RE classes. 5 years ago
Damien George 2eb88f5df7 tests/extmod: Split json.loads of bytes/bytearray into separate test. 5 years ago
Damien George 2dfa69efbb extmod/modujson: Support passing bytes/bytearray to json.loads. 5 years ago
Damien George 7d851a27f1 extmod/modure: Make regex dump-code debugging feature optional. 5 years ago
Eric Poulsen 01054f2092 py/objdict: Quote non-string types when used as keys in JSON output. 5 years ago
Damien George 7c5cf59f8b extmod/modujson: Handle parsing of floats with + in the exponent. 6 years ago
Yonatan Goldschmidt ef9843653b extmod/moducryptolib: Add AES-CTR support. 6 years ago
Paul Sokolovsky 7b5400134b tests/ussl_basic: Disable setblocking() calls. 6 years ago
Paul Sokolovsky c76445315f extmod/modussl_axtls: Add non-blocking mode support. 6 years ago
Damien George ca39ea7cef tests: Skip tests needing machine module if (u)machine doesn't exist. 6 years ago
Damien George 968b688055 tests/extmod: Add test for FAT filesystem on a very large block device. 6 years ago
Yonatan Goldschmidt bc4f8b438b extmod/moduwebsocket: Refactor `websocket` to `uwebsocket`. 6 years ago
Damien George 074597f172 tests/extmod/uctypes_error: Add test for unsupported unary op. 6 years ago
Paul Sokolovsky 0de6815ec1 tests/extmod/uctypes_ptr_le: Test int() operation on a pointer field. 6 years ago
stijn 06643a0df4 tests/extmod: Skip uselect test when CPython doesn't have poll(). 6 years ago
Paul Sokolovsky c638d86660 tests/extmod/uctypes_sizeof_layout: Test for sizeof of different layout. 6 years ago
Paul Sokolovsky 7059b4af6d tests/uctypes_sizeof_od: Test for using OrderedDict as struct descriptor 6 years ago
Paul Sokolovsky 6ef783527d tests/uselect_poll_basic: Add basic test for uselect.poll invariants. 6 years ago
Paul Sokolovsky b6ebb4f04e tests/extmod/uhashlib_md5: Add coverage tests for MD5 algorithm. 6 years ago
Ayke van Laethem 6572029dc0 tests: Make tests work on targets without float support. 6 years ago
Damien George 571295d090 tests/extmod/ujson_dump_iobase.py: Return number of bytes written. 6 years ago
Ayke van Laethem 7c98c6b053
tests: Improve feature detection for VFS. 6 years ago
Damien George e30a5fc7bc extmod/modure: Add ure.sub() function and method, and tests. 7 years ago
Damien George 1e9b871d29 extmod/modure: Add match.span(), start() and end() methods, and tests. 7 years ago
Damien George 1f86460910 extmod/modure: Add match.groups() method, and tests. 7 years ago
Paul Sokolovsky bb634115fc tests/extmod/ucryptolib*: Add into and inplace tests for ucryptolib. 7 years ago
Paul Sokolovsky bf77f34819 tests/extmod/ucryptolib*: Add tests for ucryptolib module. 7 years ago