index
:
user/sven/micropython.git
for-upstream
master
old
stmhal-flash
origin/HEAD
origin/dependabot/github_actions/actions/cache-5
origin/dependabot/github_actions/actions/upload-artifact-6
origin/master
origin/parse-bytecode
origin/v1.22-release
origin/v1.24-release
origin/v1.26-release
The MicroPython project
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
extmod
Age
Commit message (
Expand
)
Author
2023-02-09
tests/extmod: Skip vfs tests if target doesn't have enough memory.
Damien George
2023-02-09
tests/extmod: Get DecompIO test running on low-memory targets.
Damien George
2023-02-02
top: Update Python formatting to black "2023 stable style".
Jim Mussared
2023-01-18
tests/extmod/ure_namedclass: Add tests for named classes in class sets.
Damien George
2022-12-15
extmod/modussl_mbedtls: Fix support for ioctl(MP_STREAM_POLL).
Damien Tournoud
2022-12-09
tests/extmod/framebuf_scroll: Add tests for FrameBuffer scrolling.
TPReal
2022-10-14
tests/extmod: Add test for sleep_ms value that overflows ticks.
Damien George
2022-10-14
extmod/utime_mphal: Make ticks_add check for overflow of delta.
Damien George
2022-09-19
extmod/vfs_posix_file: Implement finaliser for files.
stijn
2022-09-13
tests/extmod/uasyncio_heaplock.py: Force SKIP on stackless.
Jim Mussared
2022-09-13
extmod/vfs: Add finaliser to ilistdir to close directory handle.
Andrew Leech
2022-08-19
extmod/modframebuf: Improve poly-fill boundary pixels.
Jim Mussared
2022-08-19
extmod/modframebuf: Add polygon drawing methods.
Mat Booth
2022-08-19
extmod/modframebuf: Add ellipse drawing method.
Peter Hinch
2022-08-12
extmod/uasyncio: Add clear method to ThreadSafeFlag.
Ned Konz
2022-08-12
tests/extmod/ubinascii: Add tests for bytes.hex etc.
Jim Mussared
2022-07-26
extmod/uasyncio: Handle gather with no awaitables.
Jim Mussared
2022-07-26
py/modio: Remove FileIO and TextIOWrapper from io module.
Jim Mussared
2022-07-18
tests/extmod/ussl_basic: Make test run on axtls and mbedtls.
Damien George
2022-06-24
tests/extmod: Add heap-lock test for stream writing.
Damien George
2022-06-21
extmod/modbtree: Use buffer protocol for keys/values.
David Lechner
2022-06-02
extmod/uasyncio: Fix edge case for cancellation of wait_for.
Damien George
2022-05-24
tests/extmod: Change expected errno code from 36 to 30 in VfsLfs2 test.
Damien George
2022-05-18
tests/extmod: Use bytearray instead of bytes for uctypes test.
Damien George
2022-05-03
tests/extmod: Increase timing on uasyncio tests to make more reliable.
Damien George
2022-04-21
extmod/uasyncio: Fix bug with task ending just after gather is cancel'd.
Damien George
2022-04-20
tests/extmod/uasyncio_gather: Make double-raise gather test reliable.
Damien George
2022-03-30
extmod/uasyncio: Fix gather cancelling and handling of exceptions.
Damien George
2022-03-30
tests/extmod: Update I2S rate test to work on mimxrt.
Damien George
2022-03-29
tests/extmod: Add test for machine.I2S data rate.
Damien George
2022-03-16
extmod/modure: Set subject begin_line so ^ doesn't match interior.
Damien George
2022-03-10
tests/extmod/vfs_posix.py: Only test statvfs if it exists.
Damien George
2022-02-12
tests/extmod/vfs_fat_finaliser.py: Make finalisation more robust.
Damien George
2022-01-23
extmod/modubinascii: Add newline keyword to b2a_base64 function.
Christian Decker
2022-01-04
tests/extmod: Skip uselect_poll_udp when poll() is not available.
stijn
2021-12-09
all: Update Python formatting to latest Black version 21.12b0.
Jim Mussared
2021-11-17
extmod/uasyncio: Fix gather returning exceptions from a cancelled task.
Damien George
2021-08-25
extmod/modframebuf: Enable blit between different formats via a palette.
Peter Hinch
2021-08-17
tests/extmod/vfs_fat_finaliser.py: Ensure alloc at never-used GC blocks.
Jim Mussared
2021-08-07
tests/extmod/ujson: Add tests for dump/dumps separators argument.
Peter Züger
2021-06-25
tests/extmod: Make uasyncio_heaplock test more deterministic.
Damien George
2021-06-16
extmod/uasyncio: Fix race with cancelled task waiting on finished task.
Damien George
2021-05-30
extmod/modurandom: Support an argument of bits=0 to getrandbits.
Damien George
2021-05-30
tests/extmod/btree_gc.py: Close the database to avoid a memory leak.
Jeff Epler
2021-05-26
extmod/moduhashlib: Put hash obj in final state after digest is called.
Damien George
2021-05-26
tests: Make float and framebuf tests skip or run on big-endian archs.
Damien George
2021-05-06
extmod/moductypes: Fix size and offset calculation for ARRAY of FLOAT32.
Damien George
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
[next]