2262 Commits (f33dfb966a1432281809e372b9d3803e7fd3cb2f)

Author SHA1 Message Date
Damien George bba8a673d5 tests: Update SSL network tests to use SSLContext, and work on CPython. 11 months ago
Damien George ef996d15b9 extmod/modssl_mbedtls: Make SSLSocket.getpeercert() optional. 11 months ago
Carlosgg f3f215e9bd extmod/modssl_mbedtls: Add SSLContext certificate methods. 1 year ago
Damien George d30d5c99af tests/run-tests.py: Skip Thumb2 tests if target doesn't support them. 11 months ago
Damien George b796f1e3f1 tests/float/inf_nan_arith.py: Include -inf in argument combos. 11 months ago
Damien George c554df57f6 tests/extmod/deflate_compress.py: Add a test for optimal compression. 11 months ago
Damien George f397a3ec31 py/objslice: Validate that the argument to indices() is an integer. 12 months ago
Peter Züger 36e162f116 tests/net_hosted/asyncio_loopback.py: Add loopback test. 1 year ago
Andrew Leech 4cf741062b extmod/vfs_reader: Add file ioctl to set read buffer size. 1 year ago
Mathieu Serandour c85db05244 py/lexer: Change token position for new lines. 1 year ago
Jim Mussared bbd8760bd9 all: Update Python formatting to ruff-format. 1 year ago
Jim Mussared 78f4f30cb1 tests/extmod/asyncio_as_uasyncio.py: Fix qstr order dependency. 1 year ago
Jim Mussared 1a017511d0 tests/perf_bench: Add string/qstr/map tests. 1 year ago
Christian Walther 7be16e0540 extmod/vfs_posix: Additional tests for coverage of error cases. 1 year ago
Christian Walther be28829ae8 extmod/vfs_posix: Fix getcwd() on non-root VFS. 1 year ago
Christian Walther 0c4fb16871 extmod/vfs_posix: Fix relative paths on non-root VFS. 1 year ago
Christian Walther 5f7065f57a extmod/vfs_posix: Fix accidentally passing tests. 1 year ago
Christian Walther e3ba6f952b extmod/vfs_posix: Fix relative root path. 1 year ago
Jim Mussared 8eb7721b4a extmod/modframebuf: Remove FrameBuffer1 from natmod build. 1 year ago
Jim Mussared 03a9fa227d extmod/modframebuf: Fix FrameBuffer get-buffer implementation. 1 year ago
Jim Mussared d040478d8a extmod/modframebuf: Validate FrameBuffer bounds against input buffer. 1 year ago
Damien George 6967ff3c58 py/persistentcode: Bump .mpy sub-version. 1 year ago
Damien George 516385c4cc py/objboundmeth: Optimise check for types in binary_op. 1 year ago
Ned Konz 66c62353ce tests/basics/boundmeth1.py: Add tests for bound method equality/hash. 1 year ago
Damien George 05cb1406ad extmod/moductypes: Validate that uctypes.struct addr argument is an int. 1 year ago
Jim Mussared 5015779a6f py/builtinevex: Handle invalid filenames for execfile. 1 year ago
Matthias Urlichs 3fb1bb131f py/vm: Don't emit warning when using "raise ... from None". 1 year ago
Jim Mussared 977dc9a369 extmod/asyncio/stream.py: Fix cancellation handling of start_server. 2 years ago
Jim Mussared fae83a6b4d tests/extmod/asyncio_threadsafeflag.py: Update for unix select. 1 year ago
Carlosgg 10f34b97d1 tests/multi_net/ssl_cert_rsa.py: Update test certificate. 1 year ago
Angus Gratton b461d218d1 tests/run-internalbench.py: Remove old CPython reference. 1 year ago
Angus Gratton dd8a69b5f2 tests/README: Document ./run-internalbench.py. 1 year ago
Damien George 62c3033ba6 tests/extmod/vfs_fat_finaliser.py: Tweak test so files are collected. 1 year ago
Damien George 7c88cdda49 tests/float/math_domain.py: Tweak test to also pass with obj-repr-C. 1 year ago
Damien George a7e2a6d9f2 tests/extmod/ssl_cadata.py: Skip test on axtls. 1 year ago
Damien George a33766880e tests/extmod/deflate_decompress.py: Skip test when not enough memory. 1 year ago
Damien George 3695211576 tests/float/float_format_ints.py: Put power-of-10 test in separate file. 1 year ago
Jim Mussared 52f76cf4fc tests/stress/bytecode_limit.py: Reverse order of cases. 1 year ago
Damien George 397697aa83 py/persistentcode: Always close reader even if an exception is raised. 1 year ago
Damien George 5e122b11ea py/parse: Always free lexer even if an exception is raised. 1 year ago
iabdalkader 3637252b7b tests/multi_net: Increase asyncio tests timeouts. 1 year ago
David Lechner ffb43b2dd3 py/modthread: Return thread id from start_new_thread(). 1 year ago
stephanelsmith db06041d59 extmod/vfs_posix_file: Implement sys.std*.buffer objects. 1 year ago
stephanelsmith 633599cdd5 tests/run-tests.py: Capture output of stderr when running on CPython. 1 year ago
Jim Mussared a64f2fdca0 py/dynruntime.h: Implement MP_OBJ_NEW_QSTR. 1 year ago
Daniël van de Giessen d1f288c041 py/modstruct: Support pad bytes in struct format. 2 years ago
mcskatkat e0a1480600 py/objstr: Fix `str % {}` edge case. 1 year ago
stijn 83f2f36b9e tests/unix/mod_os: Make os.system() test work on windows. 1 year ago
Jim Mussared b2b5bcce28 py/profile: Remove the requirement to disable MICROPY_COMP_CONST. 1 year ago
Jim Mussared 4a3fdc0e76 tests/misc/sys_settrace_features.py: Fix to run on newer CPython. 1 year ago