index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_dataclasses
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-142214: Fix two regressions in dataclasses (#142223)
Jelle Zijlstra
2025-12-05
1
-0/+28
*
gh-137530: generate an __annotate__ function for dataclasses __init__ (GH-137...
David Ellis
2025-11-10
1
-1/+138
*
gh-135228: When @dataclass(slots=True) replaces a dataclass, make the origina...
Jelle Zijlstra
2025-08-12
1
-0/+35
*
Revert "gh-135228: When @dataclass(slots=True) replaces a dataclass, make the...
Jelle Zijlstra
2025-07-23
1
-35/+0
*
gh-135228: When @dataclass(slots=True) replaces a dataclass, make the origina...
Jelle Zijlstra
2025-07-22
1
-0/+35
*
gh-71339: Use new assertion methods in tests (GH-129046)
Serhiy Storchaka
2025-05-22
1
-12/+12
*
gh-82129: Improve annotations for make_dataclass() (#133406)
Jelle Zijlstra
2025-05-05
1
-6/+48
*
gh-132396: Resolve 'redefinition of unused name' errors in ``Lib/test/`` (#13...
Bénédikt Tran
2025-04-18
1
-5/+5
*
gh-132515: de-duplicate `test_dataclass_derived_generic_from_slotted_base` (#...
Bénédikt Tran
2025-04-14
1
-2/+1
*
gh-105499: Merge typing.Union and types.UnionType (#105511)
Jelle Zijlstra
2025-03-04
1
-1/+1
*
gh-128184: Fix display of signatures with ForwardRefs (#130815)
Jelle Zijlstra
2025-03-04
1
-0/+26
*
gh-118974: Add `decorator` argument to `make_dataclass` (gh-122723)
Victorien
2024-10-01
1
-0/+17
*
gh-113878: Add `doc` parameter to `dataclasses.field` (gh-114051)
sobolevn
2024-09-27
1
-3/+22
*
gh-89683: add tests for `deepcopy` on frozen dataclasses (gh-123098)
Bénédikt Tran
2024-09-26
1
-0/+43
*
gh-90562: Support zero argument super with dataclasses when slots=True (gh-12...
Eric V. Smith
2024-09-25
1
-1/+125
*
gh-123935: Fix typo in `_get_slots` in `dataclasses.py` (#123941)
sobolevn
2024-09-12
1
-0/+19
*
gh-91126: Docs and tests for slotted dataclasses with `__init_subclass__` (#1...
sobolevn
2024-09-01
1
-0/+32
*
gh-119180: Add `annotationlib` module to support PEP 649 (#119891)
Jelle Zijlstra
2024-07-23
1
-0/+10
*
gh-119260: Clarify is_dataclass Behavior for Subclasses in Documentation and ...
Aditya Borikar
2024-05-29
1
-0/+18
*
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
*
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 mixi...
Nikita Sobolev
2023-10-12
1
-0/+95
*
gh-110273: dataclasses.replace() now raise TypeError for all invalid argument...
Serhiy Storchaka
2023-10-04
1
-6/+6
*
gh-108303: Create Lib/test/test_dataclasses/ directory (#108978)
Victor Stinner
2023-09-06
6
-0/+4687