summaryrefslogtreecommitdiff
path: root/Doc/library/dataclasses.rst
Commit message (Expand)AuthorAgeFilesLines
* gh-101100: Add reference doc for __post_init__ (#103818)Olga Matoula2023-04-281-22/+23
* gh-103810: Fix broken references in dataclasses (#103811)Olga Matoula2023-04-251-72/+74
* gh-91687: modernize dataclass example typing (#103773)Allan Lago2023-04-241-1/+1
* gh-102103: add `module` argument to `dataclasses.make_dataclass` (#102104)Nikita Sobolev2023-03-101-1/+5
* gh-99026 update dataclasses docs for when annotations are inspected (gh-100798)Akshit Tyagi2023-01-061-2/+2
* dataclasses.rst: Prevent horizontal scrolling (gh-100025)Ram Rachum2022-12-051-1/+2
* gh-98576: Fix types in dataclass.InitVar example (gh-98577)Shantanu2022-10-311-2/+2
* dataclasses docs: consistent indentation (4 spaces) in examples (#98855)FC Stegerman2022-10-291-16/+16
* docs: Change links to label refs (#98454)Stanley2022-10-251-1/+1
* gh-91330: Tests and docs for dataclass descriptor-typed fields (GH-94424)Erik De Bonte2022-07-051-0/+51
* Add weakref_slot to dataclass decorator, to allow instances with slots to be ...Eric V. Smith2022-05-021-5/+12
* bpo-46382 dataclass(slots=True) now takes inherited slots into account (GH-31...Arie Bovenberg2022-03-191-0/+10
* bpo-43532: add version added to KW_ONLY (GH-31235)Henry Schreiner2022-02-091-0/+2
* bpo-46290: Fix parameter names in dataclasses docs (GH-30450)Zsolt Dollenstein2022-01-081-12/+12
* Remove erroneous padding in dataclasses (GH-30076)Andre Delfino2021-12-121-63/+63
* bpo-44674: Use unhashability as a proxy for mutability for default dataclass ...Eric V. Smith2021-12-111-3/+9
* bpo-43905: Expand dataclasses.astuple() and asdict() docs (GH-26154)andrei kulakov2021-11-291-4/+18
* [doc] Reword sentinel object summary in dataclasses (GH-27792)Ville Korhonen2021-09-021-4/+3
* Fix reST markup in dataclasses.rst (GH-27843)Jean-Abou-Samra2021-08-191-1/+1
* Fix typo in dataclasses documentation (#27360)thomkeh2021-07-261-1/+1
* bpo-43558: Add note about base class initialization to dataclasses doc (GH-25...dhoekstra20002021-05-101-0/+21
* Fix a word in dataclasses docs. (GH-26003)Eric V. Smith2021-05-081-1/+1
* Fix minor grammar problems in dataclasses documentation (GH-25948)Scott Noyes2021-05-061-7/+7
* dataclasses docs: add a missing word. (GH-25839)Eric V. Smith2021-05-031-1/+1
* More clarification of kw_only args. (GH-25838)Eric V. Smith2021-05-031-13/+20
* Fix invalid markup (#25833)Raymond Hettinger2021-05-021-2/+1
* More work on documenting dataclass keyword-only fields. (GH-25828)Eric V. Smith2021-05-021-16/+40
* bpo-43997: Add versionadded directives for to match_args, kw_only, and slots ...Shreyan Avigyan2021-05-021-0/+8
* Minor tweaks to dataclasses keyword-only fields documentation. (GH-25801)Eric V. Smith2021-05-011-5/+5
* Improve the dataclasses kw_only documentation. (GH-25799)Eric V. Smith2021-05-011-13/+28
* bpo-42269: Add slots parameter to dataclass decorator (GH-24171)Yurii Karabas2021-04-301-5/+10
* bpo-43971: Add spaces around annotated arg default '=' (GH-25702)Mohamed Moselhy2021-04-301-1/+1
* bpo-43938: improve dataclasses.FrozenInstanceError documentation (GH-25603)Llandy Riveron Del Risco2021-04-261-1/+1
* Add keyword-only fields to dataclasses. (GH=25608)Eric V. Smith2021-04-251-6/+36
* bpo-43764: Add match_args=False parameter to dataclass decorator and to make_...Eric V. Smith2021-04-101-5/+14
* bpo-43415: Fix typo on dataclasses.rst (#24789)Guilherme Martins Crocetti2021-03-081-1/+1
* [doc] Use list[int] instead of List[int] (etc.) in a few more places (GH-22524)Andre Delfino2020-10-031-2/+2
* bpo-41199: Docstring convention not followed for dataclasses documentation pa...marload2020-07-091-1/+1
* Make the first dataclass example more useful (GH-19994)Ned Batchelder2020-05-081-0/+2
* bpo-33961: Adjusted dataclasses docs to correct exceptions raised. (GH-7917) ...Fabio Sangiovanni2019-12-251-3/+4
* bpo-38738: Fix formatting of True and False. (GH-17083)Serhiy Storchaka2019-11-121-3/+3
* bpo-37163: Make the obj argument of dataclasses.replace() a positional-only. ...Serhiy Storchaka2019-06-261-1/+1
* bpo-35566: Add links to annotation glossary term (GH-11291)Cheryl Sabella2018-12-231-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-101-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