Commit Graph

5 Commits

Author SHA1 Message Date
Alex Muscar
cd4216097f fix: __repr__ use collection subclass name
Addresses: https://github.com/RustPython/RustPython/issues/3217

This patch changes the `set`, `frozenset`, `deque` and `bytearray`
collections to use the subclass name in `__repr__`, if they are
subclassed.
2021-10-06 10:01:36 +01:00
snowapril
40101b726c remove decorators on success tests
Signed-off-by: snowapril <sinjihng@gmail.com>
2021-10-02 20:33:47 +09:00
Tetramad
f6fbea3019 Update pprint module to Python3.8
Add `sort_dicts` parameter to several functions and new `pp` function.
2021-08-17 13:59:07 +09:00
Padraic Fanning
e3954a27a0 Mark erroring/failing tests 2021-04-29 20:09:18 -04:00
Padraic Fanning
0e0ac1900e Add test_pprint from CPython 3.8 2021-04-29 20:09:18 -04:00