- 36971fd bpo-45566: `test_frozen_pickle` checks all `pickle` protocols (GH-29150) by Miss Islington (bot) · 3 years, 8 months ago
- e086bfe Fix dataclassses spelling (GH-28837) (GH-28841) by Miss Islington (bot) · 3 years, 9 months ago
- cfca4a6 [3.10] Fix typos in the Lib directory (GH-28775) (GH-28804) by Christian Clauss · 3 years, 9 months ago
- 79e9f5a bpo-45081: Fix __init__ method generation when inheriting from Protocol (GH-28121) by Miss Islington (bot) · 3 years, 10 months ago
- 99ad742 bpo-44015: dataclasses should allow KW_ONLY to be specified only once per class (GH-25841) by Eric V. Smith · 4 years, 2 months ago
- 823fbf4 If using a frozen class with slots, add __getstate__ and __setstate__ to set the instance values. (GH-25786) by Eric V. Smith · 4 years, 2 months ago
- c241991 bpo-42269: Add slots parameter to dataclass decorator (GH-24171) by Yurii Karabas · 4 years, 2 months ago
- 94549ee Add additional keyword-only tests. (GH-25633) by Eric V. Smith · 4 years, 2 months ago
- c028053 Add keyword-only fields to dataclasses. (GH=25608) by Eric V. Smith · 4 years, 2 months ago
- b0544ba bpo-38605: Revert making 'from __future__ import annotations' the default (GH-25490) by Pablo Galindo · 4 years, 2 months ago
- 750f484 bpo-43764: Add match_args=False parameter to dataclass decorator and to make_dataclasses function. (GH-25337) by Eric V. Smith · 4 years, 3 months ago
- d92c59f bpo-43764: Fix `__match_args__` generation logic for dataclasses (GH-25284) by Brandt Bucher · 4 years, 3 months ago
- 376ffc6 bpo-43176: Fix processing of empty dataclasses (GH-24484) by Iurii Kemaev · 4 years, 3 months ago
- f84d5a1 bpo-42128: __match_args__ can't be a list anymore (GH-25203) by Brandt Bucher · 4 years, 3 months ago
- 7522067 bpo-36470: Allow dataclasses.replace() to handle InitVars with default values (GH-20867) by Zackery Spytz · 4 years, 3 months ago
- 145bf26 bpo-42128: Structural Pattern Matching (PEP 634) (GH-22917) by Brandt Bucher · 4 years, 4 months ago
- c7437e2 bpo-41747: Ensure all dataclass methods uses their parents' qualname (GH-22155) by Batuhan Taskaya · 4 years, 8 months ago
- 044a104 bpo-38605: Make 'from __future__ import annotations' the default (GH-20434) by Batuhan Taskaya · 4 years, 9 months ago
- bef7d29 bpo-41905: Add abc.update_abstractmethods() (GH-22485) by Ben Avrahami · 4 years, 9 months ago
- 138a9b9 bpo-40389: Improve repr of typing.Optional (#19714) by Vlad Serebrennikov · 5 years ago
- eef1b02 Add test cases for dataclasses. (#17909) by Karthikeyan Singaravelan · 5 years ago
- d219cc4 bpo-34776: Fix dataclasses to support __future__ "annotations" mode (#9518) by Yury Selivanov · 6 years ago
- 793cb85 bpo-38431: Fix __repr__ method of InitVar to work with typing objects. (GH-16702) by Samuel Colvin · 6 years ago
- 9ece4a5 Unmark files as executable that can't actually be executed. (GH-15353) by Greg Price · 6 years ago
- b0f4dab bpo-37868: Improve is_dataclass for instances. (GH-15325) by Eric V. Smith · 6 years ago
- 96e12d5 Fix typos in docs, comments and test assert messages (#14872) by Min ho Kim · 6 years ago
- 01ee12b bpo-33569 Preserve type information with dataclasses.InitVar (GH-8927) by Augusto Hack · 6 years ago
- 9646630 bpo-36766: Typos in docs and code comments (GH-13116) by penguindustin · 6 years ago
- be372d7 bpo-36678: Rename duplicate tests in test_dataclasses (GH-12899) by Windson yang · 6 years ago
- b01786c bpo-35960: Fix dataclasses.field throwing away empty metadata. (GH-11815) by Christopher Hunt · 6 years ago
- dd13c88 bpo-33947: dataclasses no longer can raise RecursionError in repr (GF9916) by Srinivas Thatiparthy (శ్రీనివాస్ తాటిపర్తి) · 7 years ago
- 9b9d97d bpo-34363: dataclasses.asdict() and .astuple() now handle fields which are namedtuples. (GH-9151) by Eric V. Smith · 7 years ago
- 4d12e4d bpo-34213: Allow dataclasses to work with a field named 'object'. (GH-8452) by Vadim Pushtaev · 7 years ago
- 3fe5ccc bpo-34184: Fix running Lib/test/test_dataclasses.py as a script. (GH-8382) by Serhiy Storchaka · 7 years ago
- 3d70f7a bpo-33805: Improve error message of dataclasses.replace() (GH-7580) by Dong-hee Na · 7 years ago
- e7adf2b bpo-33796: Ignore ClassVar for dataclasses.replace(). (GH-7488) by Eric V. Smith · 7 years ago
- 4e81296 bpo-33536: Validate make_dataclass() field names. (GH-6906) by Eric V. Smith · 7 years ago
- 2a7bacb bpo-33453: Handle string type annotations in dataclasses. (GH-6768) by Eric V. Smith · 7 years ago
- 7494091 Clean up and enhance frozen dataclass tests. (GH-6380) by Eric V. Smith · 7 years ago
- 5a7092d Allow dynamic creation of generic dataclasses (GH-6319) by Ivan Levkivskyi · 7 years ago
- 5219952 bpo-33175: dataclasses should look up __set_name__ on class, not instance (GH-6305) by Eric V. Smith · 7 years ago
- de7a2f0 bpo-33141: Have dataclasses.Field pass through __set_name__ to any default argument. (GH-6260) by Eric V. Smith · 7 years ago
- 2b75fc2 Minor fixes to dataclass tests. (GH-6243) by Eric V. Smith · 7 years ago
- 51c9ab4 Trivial improvements to dataclasses tests. (GH-6234) by Eric V. Smith · 7 years ago
- c42e7aa Fix invalid escape sequence: use raw string. (GH-6225) by Eric V. Smith · 7 years ago
- 56970b8 bpo-32505: dataclasses: raise TypeError if a member variable is of type Field, but doesn't have a type annotation. (GH-6192) by Eric V. Smith · 7 years ago
- 8e4560a Add 'Field' to dataclasses.__all__. (GH-6182) by Eric V. Smith · 7 years ago
- 8f6eccd bpo-32896: Fix error when subclassing a dataclass with a field that uses a default_factory (GH-6170) by Eric V. Smith · 7 years ago
- 7389fd9 bpo-33100: Dataclasses now handles __slots__ and default values correctly. (GH-6152) by Eric V. Smith · 7 years ago
- f199bc6 bpo-32953: Dataclasses: frozen should not be inherited for non-dataclass derived classes (#6147) by Eric V. Smith · 7 years ago
- 2fa6b9e bpo-32960: For dataclasses, disallow inheriting frozen from non-frozen classes and vice-versa, (GH-5919) by Eric V. Smith · 7 years ago
- 973cae0 Fix 'deecorator' typo in test/test_dataclasses (GH-5899) by Terry Jan Reedy · 7 years ago
- dbf9cff bpo-32929: Dataclasses: Change the tri-state hash parameter to the boolean unsafe_hash. (#5891) by Eric V. Smith · 7 years ago
- 718070d Exhaustively test dataclass hashing when no hash= value is provided. This is in anticipation of changing how non-default hashing is handled. (#5834) by Eric V. Smith · 7 years ago
- 7c99e93 Fix trivial typo in test_dataclasses.py. (GH-5398) by Eric V. Smith · 7 years ago
- ea8fc52 bpo-32513: Make it easier to override dunders in dataclasses. (GH-5366) by Eric V. Smith · 7 years ago
- d80b443 bpo-32279: Add additional params to make_dataclass(), pass through to dataclass(). (gh-5117) by Eric V. Smith · 7 years ago
- ed7d429 bpo-32278: Allow dataclasses.make_dataclass() to omit type information. (gh-5115) by Eric V. Smith · 7 years ago
- e7ba013 bpo-32499: Add dataclasses.is_dataclass(obj), which returns True if obj is a dataclass or an instance of one. (#5113) by Eric V. Smith · 7 years ago
- 03220fd bpo-32427: Expose dataclasses.MISSING object. (#5045) by Eric V. Smith · 7 years ago
- 13a6c09 bpo-32259: Make a TypeError message when unpack non-iterable more specific. (#4903) by Serhiy Storchaka · 7 years ago
- 53f7a7c bpo-32297: Few misspellings found in Python source code comments. (#4803) by Mike · 8 years ago
- 24e77f9 Use raw strings for regex to avoid invalid escape sequences. (GH-4741) by Eric V. Smith · 8 years ago
- f0db54a bpo-32214: Implement PEP 557: Data Classes (#4704) by Eric V. Smith · 8 years ago