summaryrefslogtreecommitdiffstats
path: root/Doc/library/dataclasses.rst
Commit message (Expand)AuthorAgeFilesLines
* bpo-43415: Fix typo on dataclasses.rst (GH-24789) (GH-24791)Miss Islington (bot)2021-03-081-1/+1
* bpo-41199: Docstring convention not followed for dataclasses documentation pa...Miss Islington (bot)2020-07-091-1/+1
* Make the first dataclass example more useful (GH-19994) (GH-19997)Miss Islington (bot)2020-05-081-0/+2
* bpo-33961: Adjusted dataclasses docs to correct exceptions raised. (GH-7917) ...Miss Islington (bot)2019-12-251-3/+4
* [3.8] bpo-38738: Fix formatting of True and False. (GH-17083) (GH-17125)Serhiy Storchaka2019-11-121-3/+3
* bpo-35566: Add links to annotation glossary term (GH-11291)Cheryl Sabella2018-12-241-3/+3
* Fix astuple in dataclasses documentation (GH-9631)방성범 (Bang Seongbeom)2018-09-291-1/+1
* Fix typo in the dataclasses's doc (GH-8896)Daniel Dương2018-08-241-1/+1
* Dataclasses: Fix example on 30.6.8, add method should receive a list rather t...Tom Faulkner2018-07-111-1/+1
* bpo-32216: Update dataclasses documentation (#6913)Barry Warsaw2018-05-161-75/+79
* Minor tweaks to dataclasses docs. (GH-6903)Eric V. Smith2018-05-161-3/+3
* bpo-32216: Add documentation for dataclasses (GH-6886)Eric V. Smith2018-05-161-0/+588