aboutsummaryrefslogtreecommitdiff
path: root/tests/extmod
AgeCommit message (Expand)Author
2020-11-11py/binary: Fix sign extension setting wide integer on 32-bit archs.Damien George
2020-11-11extmod/moductypes: Fix storing to (U)INT64 arrays on 32-bit archs.Damien George
2020-10-29extmod/modurandom: Support urandom.seed() without an argument.Damien George
2020-10-29extmod/vfs_lfs: Support mounting LFS filesystems in read-only mode.Damien George
2020-10-01extmod/utime_mphal: Add generic utime.time_ns() function.Damien George
2020-09-30extmod/modure: Allow \\ in re.sub replacements.Andrew Leech
2020-09-23extmod/vfs: Fix lookup of entry in root dir so it fails correctly.Damien George
2020-09-04all: Rename "sys" module to "usys".stijn
2020-09-02tests/extmod: Add tests for verifying FAT and littlefs mtime values.Damien George
2020-08-30extmod/modlwip: Fix error return for TCP recv when not connected.Damien George
2020-08-29all: Update Python code to conform to latest black formatting.Damien George
2020-08-26tests/extmod: Make uasyncio_fair test more reliable by adjusting sleeps.Damien George
2020-08-25extmod/vfs_lfs: Add mtime support to littlefs files.Damien George
2020-08-22extmod/uasyncio: Truncate negative sleeps to 0.Damien George
2020-08-22tests/extmod: Add test for uasyncio.sleep of a negative time.Damien George
2020-08-12extmod/vfs_reader: Fix mp_reader_new_file to open file in "rb" mode.Damien George
2020-07-20extmod/modussl: Improve exception error messages.Thorsten von Eicken
2020-06-10extmod/uasyncio: Add asyncio.wait_for_ms function.Damien George
2020-06-08extmod/ure: Use single function for match/search/sub.stijn
2020-05-29extmod/vfs: Retain previous working directory if chdir fails.Damien George
2020-05-15extmod/vfs_lfsx: Fix import_stat so it takes into account current dir.Damien George
2020-05-08extmod/vfs_lfsx: Fix rename to respect cur dir for new path.robert
2020-05-08extmod/vfs_lfsx: Normalize path name in chdir.robert
2020-05-08extmod/vfs_lfsx: Fix path handling in uos.stat() to consider cur dir.robert
2020-05-02extmod/modbtree: Retain reference to underlying stream so it's not GC'd.Damien George
2020-04-27tests/extmod: Add btree test for errors raised by btree DB library.Damien George
2020-04-14extmod/uasyncio: Change cannot to can't in error message, and test exp.Damien George
2020-04-13extmod/uasyncio: Add Loop.new_event_loop method.Damien George
2020-04-09tests/extmod: Update littlefs test output to match new library version.Damien George
2020-04-04docs,tests: Add docs and test for uasyncio custom exc handler methods.Damien George
2020-04-02extmod/uasyncio: Implement Loop.stop() to stop the event loop.Damien George
2020-03-30tests: Format all Python code with black, except tests in basics subdir.David Lechner
2020-03-26tests/extmod: Add uasyncio tests.Damien George
2020-03-18extmod/modlwip: Properly handle non-blocking and timeout on UDP recv.Damien George
2020-03-18extmod/modlwip: Fix polling of UDP socket so it doesn't return HUP.Damien George
2020-02-21extmod/modframebuf: Allow blit source to be a subclass of FrameBuffer.Jim Mussared
2020-02-11tests/run-tests: Auto-skip extmod/ticks_diff, extmod/time_ms_us tests.Yonatan Goldschmidt
2020-01-22tests/extmod: Add basic machine.Timer test.Damien George
2019-12-27tests/extmod: Split out VfsFat finaliser tests to separate test file.Damien George
2019-12-13tests/extmod/vfs_lfs_error: Use small ints in seek error test.Damien George
2019-11-13py/objdict: Support ujson.dump() of OrderedDict objects.Andrew Leech
2019-10-31tests/extmod: Add test for ussl when passing in key/cert params.Damien George
2019-10-31extmod/modlwip: Make socket poll return POLLNVAL in case of bad file.Damien George
2019-10-29extmod/vfs: Rename BP_IOCTL_xxx constants to MP_BLOCKDEV_IOCTL_xxx.Damien George
2019-10-29tests/extmod: Add test for blockdev with standard and extended protocol.Damien George
2019-10-29tests/extmod: Add littlefs tests.Damien George
2019-10-18extmod/re1.5: Support escaping within RE classes.Jim Mussared
2019-08-22tests/extmod: Split json.loads of bytes/bytearray into separate test.Damien George
2019-08-22extmod/modujson: Support passing bytes/bytearray to json.loads.Damien George
2019-08-19extmod/modure: Make regex dump-code debugging feature optional.Damien George