summaryrefslogtreecommitdiffstats
path: root/Doc/library/dataclasses.rst
Commit message (Expand)AuthorAgeFilesLines
* [3.13] gh-119260: Clarify is_dataclass Behavior for Subclasses in Documentati...Miss Islington (bot)2024-05-301-2/+2
* [3.13] gh-90562: Mention slots pitfall in dataclass docs (GH-107391) (#119350)Miss Islington (bot)2024-05-231-1/+4
* [3.13] gh-108267 Fix another dataclasses docs typo (GH-119277) (#119279)Miss Islington (bot)2024-05-201-1/+2
* [3.13] gh-108267: Fix object.__setattr__ regression in dataclasses docs (GH-1...Miss Islington (bot)2024-05-161-1/+2
* [3.13] Format None, True, False and NotImplemented as literals (GH-118758) (G...Miss Islington (bot)2024-05-081-1/+1
* Doc: mark up classes, attributes, parameters, and methods in dataclasses.rst ...Erlend E. Aasland2024-04-141-85/+85
* dataclasses docs: add some link anchors (#117601)Jelle Zijlstra2024-04-141-0/+8
* Simpler example of shallow dict export of a dataclass (#117812)Gouvernathor2024-04-141-1/+1
* Tweak wording for dataclasses.replace (gh-117758)Gouvernathor2024-04-141-2/+2
* docs: fix over-linking in dataclasses.rst (#117005)Ned Batchelder2024-03-211-78/+80
* gh-116535: Fix distracting "TypeError" in example code (gh-116538)Declan2024-03-091-2/+2
* Fix indentation in `__post_init__` documentation. (gh-114666)Bhushan Mohanraj2024-01-281-2/+2
* Docs: 'still' is a better word than 'nonetheless' (#114598)Ned Batchelder2024-01-261-1/+1
* gh-88531 Fix dataclass __post_init__/__init__ interplay documentation (gh-107...Steffen Zeile2024-01-171-3/+3
* gh-110631: Fix reST indentation (#110724)Ezio Melotti2023-10-111-7/+5
* gh-108751: Add copy.replace() function (GH-108752)Serhiy Storchaka2023-09-061-0/+2
* gh-108267: Dataclasses docs: Fix object.__setattr__ typo (#108355)FrozenBob2023-08-231-1/+1
* gh-106107: document correct error that's raised when a mutable default value ...Roderich Schupp2023-06-261-1/+1
* 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-241-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-111-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-261-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-091-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-031-2/+1
* More work on documenting dataclass keyword-only fields. (GH-25828)Eric V. Smith2021-05-031-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-021-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-05-011-5/+10
* bpo-43971: Add spaces around annotated arg default '=' (GH-25702)Mohamed Moselhy2021-04-301-1/+1