aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/test_dataclasses/__init__.py
Commit message (Expand)AuthorAge
* gh-132396: Resolve 'redefinition of unused name' errors in ``Lib/test/`` (#13...Bénédikt Tran13 days
* gh-132515: de-duplicate `test_dataclass_derived_generic_from_slotted_base` (#...Bénédikt Tran2025-04-14
* gh-105499: Merge typing.Union and types.UnionType (#105511)Jelle Zijlstra2025-03-04
* gh-128184: Fix display of signatures with ForwardRefs (#130815)Jelle Zijlstra2025-03-04
* gh-118974: Add `decorator` argument to `make_dataclass` (gh-122723)Victorien2024-10-01
* gh-113878: Add `doc` parameter to `dataclasses.field` (gh-114051)sobolevn2024-09-27
* gh-89683: add tests for `deepcopy` on frozen dataclasses (gh-123098)Bénédikt Tran2024-09-26
* gh-90562: Support zero argument super with dataclasses when slots=True (gh-12...Eric V. Smith2024-09-24
* gh-123935: Fix typo in `_get_slots` in `dataclasses.py` (#123941)sobolevn2024-09-12
* gh-91126: Docs and tests for slotted dataclasses with `__init_subclass__` (#1...sobolevn2024-09-01
* gh-119180: Add `annotationlib` module to support PEP 649 (#119891)Jelle Zijlstra2024-07-23
* gh-119260: Clarify is_dataclass Behavior for Subclasses in Documentation and ...Aditya Borikar2024-05-29
* gh-119581: Add a test of InitVar with name shadowing (#119582)Steven Troxler2024-05-28
* gh-118033: Fix `__weakref__` not set for generic dataclasses (#118099)Nikita Sobolev2024-05-09
* gh-116647: Fix recursive child in dataclasses (#116790)et-repositories2024-03-19
* gh-105866: fix dataclass with slots=True, weakref_slot=True (#105870)Aviel Boag2024-03-18
* gh-115285: Fix `test_dataclasses` with `-OO` mode (#115286)Nikita Sobolev2024-02-12
* gh-109409: Fix inheritance of frozen dataclass from non-frozen dataclass mixi...Nikita Sobolev2023-10-12
* gh-110273: dataclasses.replace() now raise TypeError for all invalid argument...Serhiy Storchaka2023-10-04
* gh-108303: Create Lib/test/test_dataclasses/ directory (#108978)Victor Stinner2023-09-06