index
:
user/sven/micropython.git
for-upstream
master
old
stmhal-flash
origin/HEAD
origin/dependabot/github_actions/actions/cache-5
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
Age
Commit message (
Expand
)
Author
2023-12-21
tools/ci.sh: Set `ulimit -n` for unix CI.
Jim Mussared
2023-12-21
extmod/modselect: Handle growing the pollfds allocation correctly.
Jim Mussared
2023-12-15
py/modsys: Implement optional sys.intern.
stijn
2023-12-14
extmod/asyncio: Add ssl support with SSLContext.
Carlosgg
2023-12-12
tests: Update SSL network tests to use SSLContext, and work on CPython.
Damien George
2023-12-12
extmod/modssl_mbedtls: Make SSLSocket.getpeercert() optional.
Damien George
2023-12-12
extmod/modssl_mbedtls: Add SSLContext certificate methods.
Carlosgg
2023-12-06
tests/run-tests.py: Skip Thumb2 tests if target doesn't support them.
Damien George
2023-12-06
tests/float/inf_nan_arith.py: Include -inf in argument combos.
Damien George
2023-11-30
tests/extmod/deflate_compress.py: Add a test for optimal compression.
Damien George
2023-11-21
py/objslice: Validate that the argument to indices() is an integer.
Damien George
2023-11-17
tests/net_hosted/asyncio_loopback.py: Add loopback test.
Peter Züger
2023-11-09
extmod/vfs_reader: Add file ioctl to set read buffer size.
Andrew Leech
2023-11-03
py/lexer: Change token position for new lines.
Mathieu Serandour
2023-11-03
all: Update Python formatting to ruff-format.
Jim Mussared
2023-10-30
tests/extmod/asyncio_as_uasyncio.py: Fix qstr order dependency.
Jim Mussared
2023-10-27
tests/perf_bench: Add string/qstr/map tests.
Jim Mussared
2023-10-19
extmod/vfs_posix: Additional tests for coverage of error cases.
Christian Walther
2023-10-19
extmod/vfs_posix: Fix getcwd() on non-root VFS.
Christian Walther
2023-10-19
extmod/vfs_posix: Fix relative paths on non-root VFS.
Christian Walther
2023-10-19
extmod/vfs_posix: Fix accidentally passing tests.
Christian Walther
2023-10-19
extmod/vfs_posix: Fix relative root path.
Christian Walther
2023-10-16
extmod/modframebuf: Remove FrameBuffer1 from natmod build.
Jim Mussared
2023-10-16
extmod/modframebuf: Fix FrameBuffer get-buffer implementation.
Jim Mussared
2023-10-16
extmod/modframebuf: Validate FrameBuffer bounds against input buffer.
Jim Mussared
2023-10-16
py/persistentcode: Bump .mpy sub-version.
Damien George
2023-10-13
py/objboundmeth: Optimise check for types in binary_op.
Damien George
2023-10-13
tests/basics/boundmeth1.py: Add tests for bound method equality/hash.
Ned Konz
2023-10-12
extmod/moductypes: Validate that uctypes.struct addr argument is an int.
Damien George
2023-10-12
py/builtinevex: Handle invalid filenames for execfile.
Jim Mussared
2023-10-09
py/vm: Don't emit warning when using "raise ... from None".
Matthias Urlichs
2023-10-02
extmod/asyncio/stream.py: Fix cancellation handling of start_server.
Jim Mussared
2023-09-29
tests/extmod/asyncio_threadsafeflag.py: Update for unix select.
Jim Mussared
2023-09-29
tests/multi_net/ssl_cert_rsa.py: Update test certificate.
Carlosgg
2023-09-29
tests/run-internalbench.py: Remove old CPython reference.
Angus Gratton
2023-09-29
tests/README: Document ./run-internalbench.py.
Angus Gratton
2023-09-29
tests/extmod/vfs_fat_finaliser.py: Tweak test so files are collected.
Damien George
2023-09-29
tests/float/math_domain.py: Tweak test to also pass with obj-repr-C.
Damien George
2023-09-29
tests/extmod/ssl_cadata.py: Skip test on axtls.
Damien George
2023-09-29
tests/extmod/deflate_decompress.py: Skip test when not enough memory.
Damien George
2023-09-29
tests/float/float_format_ints.py: Put power-of-10 test in separate file.
Damien George
2023-09-29
tests/stress/bytecode_limit.py: Reverse order of cases.
Jim Mussared
2023-09-14
py/persistentcode: Always close reader even if an exception is raised.
Damien George
2023-09-14
py/parse: Always free lexer even if an exception is raised.
Damien George
2023-09-06
tests/multi_net: Increase asyncio tests timeouts.
iabdalkader
2023-09-03
py/modthread: Return thread id from start_new_thread().
David Lechner
2023-09-01
extmod/vfs_posix_file: Implement sys.std*.buffer objects.
stephanelsmith
2023-09-01
tests/run-tests.py: Capture output of stderr when running on CPython.
stephanelsmith
2023-09-01
py/dynruntime.h: Implement MP_OBJ_NEW_QSTR.
Jim Mussared
2023-09-01
py/modstruct: Support pad bytes in struct format.
Daniël van de Giessen
[next]