COMMITS
/ Lib/dataclasses.py 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
E
bpo-33453: Handle string type annotations in dataclasses. (GH-6768)
Eric V. Smith committed
May 15, 2018
E
bpo-33517: dataclasses: Add the field type to Field repr (GH-6858)
Eric V. Smith committed
May 14, 2018
E
bpo-33502: dataclass._Dataclassparams repr: use repr of each member. (GH-6812)
Eric V. Smith committed
E
bpo-33494: Change dataclasses.Fields repr to use the repr of each of its members (GH-6798)
Eric V. Smith committed
March 31, 2018
I
Allow dynamic creation of generic dataclasses (GH-6319)
Ivan Levkivskyi committed
March 29, 2018
E
bpo-33175: dataclasses should look up __set_name__ on class, not instance (GH-6305)
Eric V. Smith committed
March 26, 2018
E
bpo-33141: Have dataclasses.Field pass through __set_name__ to any default argument. (GH-6260)
Eric V. Smith committed
March 25, 2018
March 24, 2018
E
Trivial dataclass cleanups: (GH-6218)
Eric V. Smith committed
March 22, 2018
March 21, 2018
E
Add 'Field' to dataclasses.__all__. (GH-6182)
Eric V. Smith committed
E
March 20, 2018
E
bpo-33100: Dataclasses now handles __slots__ and default values correctly. (GH-6152)
Eric V. Smith committed