index
:
openmano-mpy
master
MicroPython source and hardware configuration for OpenMano
Damien George
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
extmod
Age
Commit message (
Expand
)
Author
2021-04-23
tests: Use .errno instead of .args[0] for OSError exceptions.
Damien George
2021-04-06
extmod/re1.5: Check and report byte overflow errors in _compilecode.
Jeff Epler
2021-03-16
tests/extmod/vfs_fat_fileio2.py: Close test file at end of test.
Damien George
2021-02-16
tests/extmod: Add test for ThreadSafeFlag.
Jim Mussared
2021-02-13
extmod/uasyncio: Add asyncio.current_task().
Jim Mussared
2021-02-11
tests/extmod/vfs_posix.py: Add more tests for VfsPosix class.
Damien George
2021-02-11
extmod/vfs_posix_file: Allow closing an already closed file.
Damien George
2021-02-01
tests/extmod/utime_time_ns.py: Relax bounds on time_ns measurement.
Damien George
2021-01-29
extmod/vfs: Check block 0 and 1 when auto-detecting littlefs.
Damien George
2021-01-23
tests/extmod: Add test for the precision of utime functions.
Oliver Joos
2020-12-17
tests/extmod: Add test to try and mount a block device directly.
Oliver Joos
2020-12-02
extmod/uasyncio: Fix cancellation handling of wait_for.
Damien George
2020-12-02
extmod/uasyncio: Add Task.done() method.
Damien George
2020-12-02
extmod/uasyncio: Delay calling Loop.call_exception_handler by 1 loop.
Damien George
2020-11-29
tests/extmod: Add vfs_posix.py test for uos.VfsPosix class.
Damien George
2020-11-13
extmod/machine_mem: Only allow integers in machine.memX subscript.
Arrowana
2020-11-11
py/binary: Fix sign extension setting wide integer on 32-bit archs.
Damien George
2020-11-11
extmod/moductypes: Fix storing to (U)INT64 arrays on 32-bit archs.
Damien George
2020-10-29
extmod/modurandom: Support urandom.seed() without an argument.
Damien George
2020-10-29
extmod/vfs_lfs: Support mounting LFS filesystems in read-only mode.
Damien George
2020-10-01
extmod/utime_mphal: Add generic utime.time_ns() function.
Damien George
2020-09-30
extmod/modure: Allow \\ in re.sub replacements.
Andrew Leech
2020-09-23
extmod/vfs: Fix lookup of entry in root dir so it fails correctly.
Damien George
2020-09-04
all: Rename "sys" module to "usys".
stijn
2020-09-02
tests/extmod: Add tests for verifying FAT and littlefs mtime values.
Damien George
2020-08-30
extmod/modlwip: Fix error return for TCP recv when not connected.
Damien George
2020-08-29
all: Update Python code to conform to latest black formatting.
Damien George
2020-08-26
tests/extmod: Make uasyncio_fair test more reliable by adjusting sleeps.
Damien George
2020-08-25
extmod/vfs_lfs: Add mtime support to littlefs files.
Damien George
2020-08-22
extmod/uasyncio: Truncate negative sleeps to 0.
Damien George
2020-08-22
tests/extmod: Add test for uasyncio.sleep of a negative time.
Damien George
2020-08-12
extmod/vfs_reader: Fix mp_reader_new_file to open file in "rb" mode.
Damien George
2020-07-20
extmod/modussl: Improve exception error messages.
Thorsten von Eicken
2020-06-10
extmod/uasyncio: Add asyncio.wait_for_ms function.
Damien George
2020-06-08
extmod/ure: Use single function for match/search/sub.
stijn
2020-05-29
extmod/vfs: Retain previous working directory if chdir fails.
Damien George
2020-05-15
extmod/vfs_lfsx: Fix import_stat so it takes into account current dir.
Damien George
2020-05-08
extmod/vfs_lfsx: Fix rename to respect cur dir for new path.
robert
2020-05-08
extmod/vfs_lfsx: Normalize path name in chdir.
robert
2020-05-08
extmod/vfs_lfsx: Fix path handling in uos.stat() to consider cur dir.
robert
2020-05-02
extmod/modbtree: Retain reference to underlying stream so it's not GC'd.
Damien George
2020-04-27
tests/extmod: Add btree test for errors raised by btree DB library.
Damien George
2020-04-14
extmod/uasyncio: Change cannot to can't in error message, and test exp.
Damien George
2020-04-13
extmod/uasyncio: Add Loop.new_event_loop method.
Damien George
2020-04-09
tests/extmod: Update littlefs test output to match new library version.
Damien George
2020-04-04
docs,tests: Add docs and test for uasyncio custom exc handler methods.
Damien George
2020-04-02
extmod/uasyncio: Implement Loop.stop() to stop the event loop.
Damien George
2020-03-30
tests: Format all Python code with black, except tests in basics subdir.
David Lechner
2020-03-26
tests/extmod: Add uasyncio tests.
Damien George
2020-03-18
extmod/modlwip: Properly handle non-blocking and timeout on UDP recv.
Damien George
[next]