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