COMMITS
/ Doc/library/dataclasses.rst May 17, 2025
V
gh-113878: fix `versionadded` in `dataclasses.field()` documentation (#134065)
Victorien committed
April 13, 2025
T
gh-132111: Document dataclasses.InitVar (#132446)
Tapeline committed
April 7, 2025
S
February 20, 2025
S
October 1, 2024
V
gh-118974: Add `decorator` argument to `make_dataclass` (gh-122723)
Victorien committed
September 27, 2024
S
gh-113878: Add `doc` parameter to `dataclasses.field` (gh-114051)
sobolevn committed
September 25, 2024
E
gh-90562: Support zero argument super with dataclasses when slots=True (gh-124455)
Eric V. Smith committed
September 2, 2024
September 1, 2024
S
W
gh-123517: Remove unnecessary ``:meth:`` parentheses (#123518)
Wei-Hsiang (Matt) Wang committed
May 29, 2024
A
gh-119260: Clarify is_dataclass Behavior for Subclasses in Documentation and Tests (#119480)
Aditya Borikar committed
May 21, 2024
J
gh-90562: Mention slots pitfall in dataclass docs (#107391)
Josh Cannon committed
May 20, 2024
A
gh-108267 Fix another dataclasses docs typo (#119277)
Alex Waygood committed
May 16, 2024
S
gh-108267: Fix object.__setattr__ regression in dataclasses docs (#119082)
Shantanu committed
May 8, 2024
S
Format None, True, False and NotImplemented as literals (GH-118758)
Serhiy Storchaka committed
April 14, 2024
E
Doc: mark up classes, attributes, parameters, and methods in dataclasses.rst (#117820)
Erlend E. Aasland committed
J
dataclasses docs: add some link anchors (#117601)
Jelle Zijlstra committed
G
Simpler example of shallow dict export of a dataclass (#117812)
Gouvernathor committed
G
Tweak wording for dataclasses.replace (gh-117758)
Gouvernathor committed
March 21, 2024
N
docs: fix over-linking in dataclasses.rst (#117005)
Ned Batchelder committed
March 9, 2024
D
gh-116535: Fix distracting "TypeError" in example code (gh-116538)
Declan committed
January 28, 2024
B
Fix indentation in `__post_init__` documentation. (gh-114666)
Bhushan Mohanraj committed
January 26, 2024
N
Docs: 'still' is a better word than 'nonetheless' (#114598)
Ned Batchelder committed
January 17, 2024
S
gh-88531 Fix dataclass __post_init__/__init__ interplay documentation (gh-107404)
Steffen Zeile committed
October 11, 2023
E
gh-110631: Fix reST indentation (#110724)
Ezio Melotti committed
September 6, 2023
S
gh-108751: Add copy.replace() function (GH-108752)
Serhiy Storchaka committed
August 23, 2023
F
gh-108267: Dataclasses docs: Fix object.__setattr__ typo (#108355)
FrozenBob committed
June 26, 2023
April 28, 2023
O
gh-101100: Add reference doc for __post_init__ (#103818)
Olga Matoula committed
April 24, 2023
O
gh-103810: Fix broken references in dataclasses (#103811)
Olga Matoula committed
A
gh-91687: modernize dataclass example typing (#103773)
Allan Lago committed
March 11, 2023
N
gh-102103: add `module` argument to `dataclasses.make_dataclass` (#102104)
Nikita Sobolev committed
January 6, 2023
A
gh-99026 update dataclasses docs for when annotations are inspected (gh-100798)
Akshit Tyagi committed
December 5, 2022
R
dataclasses.rst: Prevent horizontal scrolling (gh-100025)
Ram Rachum committed
October 31, 2022
S
gh-98576: Fix types in dataclass.InitVar example (gh-98577)
Shantanu committed
October 29, 2022
F
dataclasses docs: consistent indentation (4 spaces) in examples (#98855)
FC Stegerman committed
October 26, 2022
S
docs: Change links to label refs (#98454)
Stanley committed
July 5, 2022
E
gh-91330: Tests and docs for dataclass descriptor-typed fields (GH-94424)
Erik De Bonte committed
May 2, 2022
E
March 19, 2022
A
bpo-46382 dataclass(slots=True) now takes inherited slots into account (GH-31980)
Arie Bovenberg committed
February 9, 2022
H
bpo-43532: add version added to KW_ONLY (GH-31235)
Henry Schreiner committed
January 8, 2022
Z
bpo-46290: Fix parameter names in dataclasses docs (GH-30450)
Zsolt Dollenstein committed
December 12, 2021
A
Remove erroneous padding in dataclasses (GH-30076)
Andre Delfino committed
December 11, 2021
November 29, 2021
A
bpo-43905: Expand dataclasses.astuple() and asdict() docs (GH-26154)
andrei kulakov committed
September 2, 2021
V
[doc] Reword sentinel object summary in dataclasses (GH-27792)
Ville Korhonen committed
August 19, 2021
J
Fix reST markup in dataclasses.rst (GH-27843)
Jean-Abou-Samra committed
July 26, 2021
T
Fix typo in dataclasses documentation (#27360)
thomkeh committed
May 10, 2021
D
bpo-43558: Add note about base class initialization to dataclasses doc (GH-25967)
dhoekstra2000 committed
May 9, 2021
E
Fix a word in dataclasses docs. (GH-26003)
Eric V. Smith committed