2234 Commits (1660c787956968c6a2cc19919d16014ddcbdd4ed)

Author SHA1 Message Date
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
Damien George 88518009ce tests/extmod/select_poll_eintr.py: Improve robustness of test. 1 year ago
Damien George f6af48416d extmod/modselect: Properly track number of poll objects that are fd's. 1 year ago
Damien George d529c20674 extmod/modssl_mbedtls: Fix ioctl of a socket in closed/error state. 1 year ago
Damien George 20d3a6b196 extmod/modssl_mbedtls: Reject ioctls that are not supported. 1 year ago
Damien George 218242d1de tests/extmod: Skip select/socket tests if they can't create UDP socket. 1 year ago
Damien George 6b78a1bf00 tests/extmod: Add coverage tests for select module. 1 year ago
Jim Mussared 975a687447 py/mpconfig: Add MICROPY_PY_PLATFORM, enabled at extra features level. 1 year ago
Jim Mussared ea1a5e43d0 examples/natmod/deflate: Add deflate as a dynamic native module. 1 year ago
Jim Mussared 8b315ef0d8 tests/extmod: Add deflate.DeflateIO tests. 1 year ago
Jim Mussared 3533924c36 extmod/moddeflate: Add deflate module providing the DeflateIO class. 1 year ago
Jim Mussared add1200343 all: Remove the zlib module. 1 year ago
Damien George 606ec9bfb1 py/compile: Fix async for's stack handling of iterator expression. 1 year ago
Damien George 9900eaa269 tests/extmod: Add test for passing cadata into ssl.wrap_socket(). 1 year ago
Damien George b50da3dbd7 tests/extmod: Add tests for ssl.SSLContext. 1 year ago
Damien George e8a4c1dd53 extmod/modssl: Add SSLContext class. 1 year ago
Duncan Lowther 41c91422f0
tests/extmod/framebuf: Fix buffer size issues. 1 year ago
Duncan Lowther bc2ed8c55a
tests/extmod/uctypes_array_assign_le: Fix buffer. 1 year ago
Jim Mussared ca79b49619 extmod/asyncio/uasyncio.py: Add backwards-compatible uasyncio alias. 1 year ago
Jim Mussared 6027c41c8f tests: Rename uasyncio to asyncio. 1 year ago
Damien George ed962f1f23 tests/float: Test domain errors for more combos of args to math funcs. 1 year ago
Jared Hancock b3cd41dd4b py/lexer: Allow conversion specifiers in f-strings (e.g. !r). 2 years ago
Jim Mussared a1fbb1980c extmod/modtimeq: Remove timeq module. 1 year ago
Jim Mussared 9d7eac0713 tests/run-natmodtests.py: Don't allow imports from the cwd. 1 year ago
Jim Mussared 339f02a594 tests/run-perfbench.py: Don't allow imports from the cwd. 1 year ago
Jim Mussared 109717457e tests/run-multitests.py: Don't allow imports from the cwd. 1 year ago
Jim Mussared 4216bc7d13 tests: Replace umodule with module everywhere. 2 years ago
David Grayson a79a6ab364 py/builtinimport: Remove partially-loaded modules from sys.modules. 1 year ago
Jim Mussared 99a0c45aef tests/import/import_pkg9.py: Add test for subpackage attribute. 1 year ago