Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gh-119180: Add `annotationlib` module to support PEP 649 (#119891) | Jelle Zijlstra | 2024-07-23 | 1 | -0/+10 |
| | | | Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com> | ||||
* | gh-119260: Clarify is_dataclass Behavior for Subclasses in Documentation and ↵ | Aditya Borikar | 2024-05-29 | 1 | -0/+18 |
| | | | | | Tests (#119480) Co-authored-by: Carl Meyer <carl@oddbird.net> | ||||
* | gh-119581: Add a test of InitVar with name shadowing (#119582) | Steven Troxler | 2024-05-28 | 1 | -0/+23 |
| | |||||
* | gh-118033: Fix `__weakref__` not set for generic dataclasses (#118099) | Nikita Sobolev | 2024-05-09 | 1 | -0/+106 |
| | |||||
* | gh-116647: Fix recursive child in dataclasses (#116790) | et-repositories | 2024-03-19 | 1 | -0/+9 |
| | |||||
* | gh-105866: fix dataclass with slots=True, weakref_slot=True (#105870) | Aviel Boag | 2024-03-19 | 1 | -0/+11 |
| | | | | | Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com> Co-authored-by: Kirill Podoprigora <kirill.bast9@mail.ru> Co-authored-by: Carl Meyer <carl@oddbird.net> | ||||
* | gh-115285: Fix `test_dataclasses` with `-OO` mode (#115286) | Nikita Sobolev | 2024-02-12 | 1 | -0/+3 |
| | |||||
* | gh-109409: Fix inheritance of frozen dataclass from non-frozen dataclass ↵ | Nikita Sobolev | 2023-10-12 | 1 | -0/+95 |
| | | | | | | mixins (gh-109437) Fix inheritance of frozen dataclass from non-frozen dataclass mixins | ||||
* | gh-110273: dataclasses.replace() now raise TypeError for all invalid ↵ | Serhiy Storchaka | 2023-10-04 | 1 | -6/+6 |
| | | | | | | | arguments (GH-110274) dataclasses.replace() now raises TypeError instead of ValueError if specify keyword argument for a field declared with init=False or miss keyword argument for required InitVar field. | ||||
* | gh-108303: Create Lib/test/test_dataclasses/ directory (#108978) | Victor Stinner | 2023-09-06 | 6 | -0/+4687 |
Move test_dataclasses.py and its "dataclass_*.py" modules into the new Lib/test/test_dataclasses/ subdirectory. |