Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-06-08 | tests: Replace umodule with module everywhere. | Jim Mussared | |
This work was funded through GitHub Sponsors. Signed-off-by: Jim Mussared <jim.mussared@gmail.com> | |||
2020-04-27 | py/objdict: Fix popitem for ordered dicts. | Jim Mussared | |
The popitem method wasn't implemented for ordered dicts and would result in an invalid state. Fixes issue #5956. | |||
2017-06-10 | tests/basics: Convert "sys.exit()" to "raise SystemExit". | Paul Sokolovsky | |
2017-03-03 | tests/basics: Add further tests for OrderedDict. | Damien George | |
2016-05-02 | tests: Update for _io/_collections module having been renamed. | Paul Sokolovsky | |
2015-03-20 | tests: Add basic test for OrderedDict. | Paul Sokolovsky | |
Mostly to have coverage of newly added code in map.c. |