COMMITS
/ Lib/dataclasses.py July 26, 2022
R
Fix minor docstring issues in `dataclasses.py`. (gh-93024)
Roman Novak committed
July 9, 2022
T
Improve dataclass docstring (gh-94686)
Tom Fryers committed
June 18, 2022
S
gh-89828: Do not relay the __class__ attribute in GenericAlias (#93754)
Serhiy Storchaka committed
June 8, 2022
May 2, 2022
E
March 30, 2022
H
bpo-47126: Update to canonical PEP URLs specified by PEP 676 (GH-32124)
Hugo van Kemenade committed
March 19, 2022
A
bpo-46382 dataclass(slots=True) now takes inherited slots into account (GH-31980)
Arie Bovenberg committed
December 11, 2021
December 5, 2021
S
bpo-45663: Fix is_dataclass() for dataclasses which are subclasses of types.GenericAlias (GH-29294)
Serhiy Storchaka committed
S
bpo-45662: Fix the repr of InitVar with a type alias to the built-in class (GH-29291)
Serhiy Storchaka committed
November 22, 2021
E
bpo-44649: Fix dataclasses(slots=True) with a field with a default, but init=False (GH-29692)
Eric V. Smith committed
November 20, 2021
E
Added kw_only parameter to make_dataclasses. (GH-29679)
Eric V. Smith committed
October 9, 2021
L
Fix dataclassses spelling (GH-28837)
Landon Yarrington committed
June 13, 2021
B
Fix typos in multiple files (GH-26689)
Binbin committed
May 28, 2021
S
Fix dataclass comment typo _eq__ -> __eq__ (GH-26433)
Sean Grady committed
May 3, 2021
E
bpo-44015: dataclasses should allow KW_ONLY to be specified only once per class (GH-25841)
Eric V. Smith committed
May 1, 2021
E
Y
bpo-42269: Add slots parameter to dataclass decorator (GH-24171)
Yurii Karabas committed
April 26, 2021
E
Add keyword-only fields to dataclasses. (GH=25608)
Eric V. Smith committed
April 21, 2021
P
bpo-38605: Revert making 'from __future__ import annotations' the default (GH-25490)
Pablo Galindo committed
April 17, 2021
E
Fix typo in a dataclasses comment. (GH-25454)
Eric V. Smith committed
April 13, 2021
E
Remove an unnecessary copy of the 'namespace' parameter to make_dataclass(). (GH-25372)
Eric V. Smith committed
April 11, 2021
April 8, 2021
B
bpo-43764: Fix `__match_args__` generation logic for dataclasses (GH-25284)
Brandt Bucher committed
April 6, 2021
I
bpo-43176: Fix processing of empty dataclasses (GH-24484)
Iurii Kemaev committed
April 5, 2021
Z
bpo-36470: Allow dataclasses.replace() to handle InitVars with default values (GH-20867)
Zackery Spytz committed
February 26, 2021
B
bpo-42128: Structural Pattern Matching (PEP 634) (GH-22917)
Brandt Bucher committed
October 21, 2020
B
bpo-41747: Ensure all dataclass methods uses their parents' qualname (GH-22155)
Batuhan Taskaya committed
October 6, 2020
B
bpo-38605: Make 'from __future__ import annotations' the default (GH-20434)
Batuhan Taskaya committed
B
bpo-41905: Add abc.update_abstractmethods() (GH-22485)
Ben Avrahami committed
June 24, 2020
J
Fix typo in dataclasses module (GH-21109)
Jürgen Gmach committed
April 14, 2020
E
bpo-39481: PEP 585 for dataclasses, mailbox, contextvars (GH-19425)
Ethan Smith committed
December 9, 2019
Y
bpo-34776: Fix dataclasses to support __future__ "annotations" mode (#9518)
Yury Selivanov committed
October 13, 2019
S
bpo-38431: Fix __repr__ method of InitVar to work with typing objects. (GH-16702)
Samuel Colvin committed
September 22, 2019
S
bpo-38209: Simplify dataclasses.InitVar by using __class_getitem__(). (GH-16255)
Serhiy Storchaka committed
August 20, 2019
E
bpo-37868: Improve is_dataclass for instances. (GH-15325)
Eric V. Smith committed
July 21, 2019
M
Fix typos in docs, comments and test assert messages (#14872)
Min ho Kim committed
June 26, 2019
S
bpo-37163: Make the obj argument of dataclasses.replace() a positional-only. (GH-14390)
Serhiy Storchaka committed
June 3, 2019
A
bpo-33569 Preserve type information with dataclasses.InitVar (GH-8927)
Augusto Hack committed
June 1, 2019
S
bpo-37116: Use PEP 570 syntax for positional-only parameters. (GH-13700)
Serhiy Storchaka committed
February 12, 2019
C
bpo-35960: Fix dataclasses.field throwing away empty metadata. (GH-11815)
Christopher Hunt committed
October 19, 2018
S
bpo-33947: dataclasses no longer can raise RecursionError in repr (GF9916)
Srinivas Thatiparthy (శ్రీనివాస్ తాటిపర్తి) committed
September 14, 2018
E
August 12, 2018
V
bpo-34213: Allow dataclasses to work with a field named 'object'. (GH-8452)
Vadim Pushtaev committed
July 5, 2018
A
Fix typo in dataclasses documentation (GH-8102)
Artjom committed
June 23, 2018
D
bpo-33805: Improve error message of dataclasses.replace() (GH-7580)
Dong-hee Na committed
June 7, 2018
E
bpo-33796: Ignore ClassVar for dataclasses.replace(). (GH-7488)
Eric V. Smith committed
May 16, 2018
E
bpo-33536: Validate make_dataclass() field names. (GH-6906)
Eric V. Smith committed
E
bpo-33534: Remove unneeded test. (GH-6897)
Eric V. Smith committed
E
Reflow dataclasses comments (GH-6893)
Eric V. Smith committed