summaryrefslogtreecommitdiff
path: root/tests/basics
AgeCommit message (Expand)Author
14 daystests/basics/string_fstring.py: Test fstring nested replacement fields.Jeff Epler
2025-12-07tests/basics/builtin_help.py: Test correct handling of deleted entries.Anson Mansfield
2025-11-21py/objdict: Implement bool and len unary ops for dict views.Damien George
2025-10-06py/mpprint: Correctly format leading zeros with separators.Jeff Epler
2025-10-04all: Replace legacy name with MicroPython and MPy as applicable.Angus Gratton
2025-10-02tests/basics: Skip exception_chain and self_type_check on unix minimal.Damien George
2025-10-02tests/basics/subclass_native_init.py: Skip if __init__ not supported.Damien George
2025-10-01tests: Remove .py.exp files that match with CPython 3.8.2 or newer.Damien George
2025-09-30py/runtime: Support importing a method from an instance.Damien George
2025-09-28tests/basics/int_big_to_small.py: Bifurcate test using small-int-max.Jeff Epler
2025-09-26tests: Test extremes of range() and document differences to CPython.Jeff Epler
2025-08-28py/parsenum: Fix parsing LLONG_MIN in longlong configuration.Jeff Epler
2025-08-15tests: Add .native.exp output files for tests that differ with native.Damien George
2025-08-15tests/basics: Skip tests of io module individually using SKIP.Damien George
2025-07-29tests/basics: Add tests for PEP487 __set_name__.Anson Mansfield
2025-07-29py/objint_longlong: Fix overflow check in mp_obj_int_get_checked.Yoctopuce dev
2025-07-28py/objint_mpz: Fix pow3 where third argument is zero.Jeff Epler
2025-07-24py/obj: Add new type flag to indicate subscr accepts slice-on-stack.Damien George
2025-07-22py/modsys: Add sys.implementation._thread attribute.Damien George
2025-07-18tests/basics/fun_code_lnotab: Test removal of co_lnotab from v2.Anson Mansfield
2025-07-18py/objint_longlong: Add arithmetic overflow checks.Angus Gratton
2025-07-18tests: Add specific tests for "long long" 64-bit bigints.Angus Gratton
2025-07-16py/vm: Avoid heap-allocating slices when subscripting built-ins.Jim Mussared
2025-07-08tests/basics/fun_code_colines: Test decoded co_lines values.Anson Mansfield
2025-07-08tests/basics/fun_code_full: Test code objects with full feature set.Anson Mansfield
2025-06-17py/modio: Fix the case where write fails in BufferedWriter.flush.Jeff Epler
2025-06-10py/objarray: Allow extending array with any iterable.Jeff Epler
2025-05-13py/objstr: Add support for the :_b/o/x specifier in str.format.Jeff Epler
2025-04-21py/objstr: Fix handling of OP_MODULO with namedtuple.Yoctopuce dev
2025-04-21tests/basics/builtin_range.py: Add more tests for range slicing.Jeff Epler
2025-03-05py/modsys: Add sys.implementation._build entry.Damien George
2025-03-02py/objstr: Support tuples and start/end args in startswith and endswith.Glenn Moloney
2025-02-11py/objfun: Implement function.__code__ and function constructor.Damien George
2025-01-26py/parsenum: Throw an exception for invalid int literals like "01".Jeff Epler
2025-01-26tests/basics/nanbox_smallint.py: Fix incorrect use of int() in test.Jeff Epler
2024-11-04tests/basics/deque2.py: Add tests for deque subscript-from-end.Damien George
2024-10-16py/objtype: Don't delegate lookup of descriptor methods to __getattr__.Damien George
2024-10-07py/objtype: Allow passing keyword arguments to native base __init__.stijn
2024-09-26py/mpz: Skip separators when running out of digits to print.Alessandro Gatti
2024-09-06shared/runtime/sys_stdio_mphal: Fix printed type for stdio streams.timdechant
2024-09-02tests/basics: Add tests for optional args to int.to_bytes/from_bytes.Amirreza Hamzavi
2024-08-19py/objstr: Skip whitespace in bytes.fromhex().Glenn Moloney
2024-07-25py/runtime: Fix self arg passed to classmethod when accessed via super.Damien George
2024-07-25py/objtype: Validate super() arguments.stijn
2024-07-01py/objint: Try to convert big-int back to small-int after binary op.Jim Mussared
2024-06-24py/objint: Fix int.to_bytes() buffer size checks.Angus Gratton
2024-06-21tests/basics: Add tests to test repeated throw into the same generator.Damien George
2024-06-06py/lexer: Support raw f-strings.Damien George
2024-06-06py/lexer: Support concatenation of adjacent f-strings.Damien George
2024-05-28tests/basics: Move str/bytes tests that give SyntaxWarning to sep file.Damien George