Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [doc] Use list[int] instead of List[int] (etc.) in a few more places (GH-22524) | Andre Delfino | 2020-10-03 | 1 | -2/+2 |
| | | | | | This changes a few occurrences left behind by #22340. Automerge-Triggered-By: @gvanrossum | ||||
* | bpo-41199: Docstring convention not followed for dataclasses documentation ↵ | marload | 2020-07-09 | 1 | -1/+1 |
| | | | | | page (GH-21413) Automerge-Triggered-By: @ericvsmith | ||||
* | Make the first dataclass example more useful (GH-19994) | Ned Batchelder | 2020-05-08 | 1 | -0/+2 |
| | |||||
* | bpo-33961: Adjusted dataclasses docs to correct exceptions raised. (GH-7917) ↵ | Fabio Sangiovanni | 2019-12-25 | 1 | -3/+4 |
| | | | | (GH-17677) | ||||
* | bpo-38738: Fix formatting of True and False. (GH-17083) | Serhiy Storchaka | 2019-11-12 | 1 | -3/+3 |
| | | | | | | | | | * "Return true/false" is replaced with "Return ``True``/``False``" if the function actually returns a bool. * Fixed formatting of some True and False literals (now in monospace). * Replaced "True/False" with "true/false" if it can be not only bool. * Replaced some 1/0 with True/False if it corresponds the code. * "Returns <bool>" is replaced with "Return <bool>". | ||||
* | bpo-37163: Make the obj argument of dataclasses.replace() a positional-only. ↵ | Serhiy Storchaka | 2019-06-26 | 1 | -1/+1 |
| | | | | (GH-14390) | ||||
* | bpo-35566: Add links to annotation glossary term (GH-11291) | Cheryl Sabella | 2018-12-24 | 1 | -3/+3 |
| | |||||
* | Fix astuple in dataclasses documentation (GH-9631) | 방성범 (Bang Seongbeom) | 2018-09-29 | 1 | -1/+1 |
| | |||||
* | Fix typo in the dataclasses's doc (GH-8896) | Daniel Dương | 2018-08-24 | 1 | -1/+1 |
| | |||||
* | Dataclasses: Fix example on 30.6.8, add method should receive a list rather ↵ | Tom Faulkner | 2018-07-11 | 1 | -1/+1 |
| | | | | | | than an integer. (GH-8038) Change example function to append rather than add lists. | ||||
* | bpo-32216: Update dataclasses documentation (#6913) | Barry Warsaw | 2018-05-16 | 1 | -75/+79 |
| | |||||
* | Minor tweaks to dataclasses docs. (GH-6903) | Eric V. Smith | 2018-05-16 | 1 | -3/+3 |
| | |||||
* | bpo-32216: Add documentation for dataclasses (GH-6886) | Eric V. Smith | 2018-05-16 | 1 | -0/+588 |
This is an initial version that likely requires much polishing. I'm adding it lay out the structure and so we have something to start working from. |