Wykres commitów

4 Commity (6ae440a8a144233e6e703f6759b7e7a0afaa37a4)

Autor SHA1 Wiadomość Data
Jos Verlinde 2992784136 all: Fix formatting errors in docstrings.
No changes to versions as only comments and docstrings changed

Signed-off-by: Jos Verlinde <Jos_Verlinde@hotmail.com>
2025-11-19 00:16:52 +11:00
Damien George 469b81b567 contextlib: Use a list instead of deque for exit callbacks.
Since deque was removed from this repository the built-in one needs to be
used, and that doesn't have unbounded growth.  So use a list instead, which
is adequate becasue contextlib only needs append and pop, not double ended
behaviour (the previous pure-Python implementation of deque that was used
here anyway used a list as its storage container).

Also tweak the excessive-nesting test so it uses less memory and can run on
the unix port.

Signed-off-by: Damien George <damien@micropython.org>
2024-06-17 11:18:48 +10:00
Jim Mussared fa13cbbc8b all: Run black over all code.
Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
2021-05-27 15:50:04 +10:00
Jim Mussared 1a28fe84e8 top: Move modules into python-stdlib, unix-ffi, or micropython. 2021-05-27 15:41:08 +10:00