10 Commits

Author SHA1 Message Date
Kirill Podoprigora
4e7b3bc8f2 Update pprint.py and test_pprint.py to 3.12 (#5195) 2024-03-12 22:36:10 +09:00
DimitrisJim
2e5b0330c7 Update pprint from Python 3.11 2023-06-14 01:19:14 +03:00
Gyubong
01aad3cf4e Remove expectedFailure from test_dataclass_no_repr 2022-10-04 13:01:29 +09:00
Gyubong
7b106634a3 Update test_pprint.py from CPython v3.12.0a0 2022-10-04 12:15:04 +09:00
CPython Developers
cee42ca8bd Update pprint from CPython 3.10.6 2022-08-15 02:36:46 +09:00
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