273 Commits (95ccd9a005c09c58d7a74af97e990c798cb5c4f7)

Author SHA1 Message Date
Damien George 43d08688c3 extmod/uasyncio: Fix gather returning exceptions from a cancelled task. 3 years ago
Peter Hinch 2296df0a32 extmod/modframebuf: Enable blit between different formats via a palette. 3 years ago
Jim Mussared 91a99fcf0e tests/extmod/vfs_fat_finaliser.py: Ensure alloc at never-used GC blocks. 3 years ago
Peter Züger d290f369d0 tests/extmod/ujson: Add tests for dump/dumps separators argument. 3 years ago
Damien George 180c54d6cc tests/extmod: Make uasyncio_heaplock test more deterministic. 3 years ago
Damien George 514bf1a191 extmod/uasyncio: Fix race with cancelled task waiting on finished task. 3 years ago
Damien George c3199f5649 extmod/modurandom: Support an argument of bits=0 to getrandbits. 3 years ago
Jeff Epler 486fe71c6e tests/extmod/btree_gc.py: Close the database to avoid a memory leak. 4 years ago
Damien George 6a127810c0 extmod/moduhashlib: Put hash obj in final state after digest is called. 4 years ago
Damien George dc86e04476 tests: Make float and framebuf tests skip or run on big-endian archs. 4 years ago
Damien George 47583d8cbd extmod/moductypes: Fix size and offset calculation for ARRAY of FLOAT32. 4 years ago
Damien George 3123f6918b tests: Use .errno instead of .args[0] for OSError exceptions. 4 years ago
Jeff Epler 172fb5230a extmod/re1.5: Check and report byte overflow errors in _compilecode. 4 years ago
Damien George a79d97cb76 tests/extmod/vfs_fat_fileio2.py: Close test file at end of test. 4 years ago
Jim Mussared 83d23059ef tests/extmod: Add test for ThreadSafeFlag. 4 years ago
Jim Mussared 7ed99544e4 extmod/uasyncio: Add asyncio.current_task(). 4 years ago
Damien George df85e48813 tests/extmod/vfs_posix.py: Add more tests for VfsPosix class. 4 years ago
Damien George 26b4ef4c46 extmod/vfs_posix_file: Allow closing an already closed file. 4 years ago
Damien George 35a6f6231e tests/extmod/utime_time_ns.py: Relax bounds on time_ns measurement. 4 years ago
Damien George 71ea438561 extmod/vfs: Check block 0 and 1 when auto-detecting littlefs. 4 years ago
Oliver Joos 419134bea4 tests/extmod: Add test for the precision of utime functions. 4 years ago
Oliver Joos dc1fd4df73 tests/extmod: Add test to try and mount a block device directly. 4 years ago
Damien George b505971069 extmod/uasyncio: Fix cancellation handling of wait_for. 4 years ago
Damien George 309dfe39e0 extmod/uasyncio: Add Task.done() method. 4 years ago
Damien George ca40eb0fda extmod/uasyncio: Delay calling Loop.call_exception_handler by 1 loop. 4 years ago
Damien George 6a3d70db96 tests/extmod: Add vfs_posix.py test for uos.VfsPosix class. 4 years ago
Arrowana 922f81dfd1 extmod/machine_mem: Only allow integers in machine.memX subscript. 4 years ago
Damien George d7e1526593 py/binary: Fix sign extension setting wide integer on 32-bit archs. 4 years ago
Damien George bdfb584b29 extmod/moductypes: Fix storing to (U)INT64 arrays on 32-bit archs. 4 years ago
Damien George 6f34800884 extmod/modurandom: Support urandom.seed() without an argument. 4 years ago
Damien George 03a1f94ea1 extmod/vfs_lfs: Support mounting LFS filesystems in read-only mode. 4 years ago
Damien George d4b61b0017 extmod/utime_mphal: Add generic utime.time_ns() function. 4 years ago
Andrew Leech 319437d4bd extmod/modure: Allow \\ in re.sub replacements. 4 years ago
Damien George 71adf506ce extmod/vfs: Fix lookup of entry in root dir so it fails correctly. 4 years ago
stijn 40ad8f1666 all: Rename "sys" module to "usys". 4 years ago
Damien George 0e6ef40359 tests/extmod: Add tests for verifying FAT and littlefs mtime values. 4 years ago
Damien George d1995e50eb extmod/modlwip: Fix error return for TCP recv when not connected. 4 years ago
Damien George 06659077a8 all: Update Python code to conform to latest black formatting. 4 years ago
Damien George 5fb276de33 tests/extmod: Make uasyncio_fair test more reliable by adjusting sleeps. 4 years ago
Damien George 2acc087880 extmod/vfs_lfs: Add mtime support to littlefs files. 4 years ago
Damien George 55c76eaac1 extmod/uasyncio: Truncate negative sleeps to 0. 4 years ago
Damien George 20948a3d54 tests/extmod: Add test for uasyncio.sleep of a negative time. 4 years ago
Damien George 60f5b941e0 extmod/vfs_reader: Fix mp_reader_new_file to open file in "rb" mode. 4 years ago
Thorsten von Eicken 9aa214077e extmod/modussl: Improve exception error messages. 5 years ago
Damien George a4c96fb3b0 extmod/uasyncio: Add asyncio.wait_for_ms function. 4 years ago
stijn 51fd6c9777 extmod/ure: Use single function for match/search/sub. 4 years ago
Damien George 22806ed5df extmod/vfs: Retain previous working directory if chdir fails. 5 years ago
Damien George 7dffbfd22a extmod/vfs_lfsx: Fix import_stat so it takes into account current dir. 5 years ago
robert 0f83ef395c extmod/vfs_lfsx: Fix rename to respect cur dir for new path. 5 years ago
robert d3ea28d04a extmod/vfs_lfsx: Normalize path name in chdir. 5 years ago