summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_dataclasses
Commit message (Expand)AuthorAgeFilesLines
* [3.13] gh-123935: Fix typo in `_get_slots` in `dataclasses.py` (GH-123941) (#...Miss Islington (bot)2024-12-031-0/+19
* [3.13] gh-89683: add tests for `deepcopy` on frozen dataclasses (GH-123098) (...Bénédikt Tran2024-09-301-0/+43
* [3.13] gh-91126: Docs and tests for slotted dataclasses with `__init_subclass...Miss Islington (bot)2024-09-011-0/+32
* [3.13] gh-119260: Clarify is_dataclass Behavior for Subclasses in Documentati...Miss Islington (bot)2024-05-301-0/+18
* [3.13] gh-119581: Add a test of InitVar with name shadowing (GH-119582) (#119...Miss Islington (bot)2024-05-281-0/+23
* [3.13] gh-118033: Fix `__weakref__` not set for generic dataclasses (GH-11809...Miss Islington (bot)2024-05-091-0/+106
* gh-116647: Fix recursive child in dataclasses (#116790)et-repositories2024-03-191-0/+9
* gh-105866: fix dataclass with slots=True, weakref_slot=True (#105870)Aviel Boag2024-03-191-0/+11
* gh-115285: Fix `test_dataclasses` with `-OO` mode (#115286)Nikita Sobolev2024-02-121-0/+3
* gh-109409: Fix inheritance of frozen dataclass from non-frozen dataclass mixi...Nikita Sobolev2023-10-121-0/+95
* gh-110273: dataclasses.replace() now raise TypeError for all invalid argument...Serhiy Storchaka2023-10-041-6/+6
* gh-108303: Create Lib/test/test_dataclasses/ directory (#108978)Victor Stinner2023-09-066-0/+4687