summaryrefslogtreecommitdiffstats
path: root/Doc/reference/datamodel.rst
Commit message (Expand)AuthorAgeFilesLines
* [3.11] gh-100117: Fix inaccuracy in documentation of the CodeObject's co_posi...Miss Islington (bot)2024-09-041-1/+1
* [3.11] Add information about negative indexes to sequence datamodel doc (GH-...Miss Islington (bot)2024-03-251-3/+6
* [3.11] gh-72971: Clarify the special no-TypeError behavior for equality (GH-1...Miss Islington (bot)2024-03-031-1/+4
* [3.11] gh-104219: Document that idunders can return NotImplemented (GH-104220...Miss Islington (bot)2024-03-011-2/+4
* [3.11] Docs: mark up NotImplemented using the :data: role throughout the docs...Miss Islington (bot)2024-02-291-9/+9
* [3.11] Erase some unnecessary quotes on data model doc (GH-113521) (#115897)Miss Islington (bot)2024-02-251-4/+4
* [3.11] gh-115572: Move `codeobject.replace()` docs to the data model … (#11...Kirill Podoprigora2024-02-181-0/+6
* [3.11] gh-115405: add versionadded tag for co_qualname in code objects docume...Miss Islington (bot)2024-02-131-0/+2
* [3.11] gh-114552: Update `__dir__` method docs: it allows returning an iterab...Miss Islington (bot)2024-02-101-3/+3
* [3.11] Fix the confusing "User-defined methods" reference in the datamodel (G...Miss Islington (bot)2024-01-211-1/+1
* [3.11] datamodel: Fix a typo in ``object.__init_subclass__`` (GH-111599) (#11...Miss Islington (bot)2024-01-121-1/+1
* [3.11] Docs: Amend codeobject.co_lines docs; end number is exclusive (GH-1139...Miss Islington (bot)2024-01-121-3/+3
* [3.11] gh-113664: Improve style of Big O notation (GH-113695) (GH-113910)Serhiy Storchaka2024-01-101-1/+1
* [3.11] Document the `co_lines` method on code objects (#113682) (#113687)Alex Waygood2024-01-031-2/+37
* [3.11] gh-113313: Note that slice support is not required for all sequences. ...Miss Islington (bot)2023-12-211-3/+3
* [3.11] Fix typo in datamodel docs (GH-113314) (#113315)Miss Islington (bot)2023-12-201-1/+1
* [3.11] gh-101100: Improve docs on exception attributes (GH-113057) (#113062)Miss Islington (bot)2023-12-131-1/+2
* [3.11] gh-101100: Further improve docs on function attributes (#113001) (#113...Alex Waygood2023-12-121-3/+4
* [3.11] gh-101100: Improve documentation on function attributes (#112933) (#11...Alex Waygood2023-12-121-84/+103
* [3.11] gh-101100: Improve documentation of `TracebackType` attributes (GH-112...Miss Islington (bot)2023-12-091-21/+39
* [3.11] gh-101100: Improve documentation for attributes on instance methods (G...Miss Islington (bot)2023-12-081-25/+52
* [3.11] gh-101100: Improve documentation of code object attributes (#112781) (...Alex Waygood2023-12-061-29/+80
* [3.11] gh-101100: Properly document frame object attributes (#112735) (#112775)Alex Waygood2023-12-051-25/+60
* [3.11] gh-101100: Fix many easily solvable Sphinx nitpicks in the datamodel d...Miss Islington (bot)2023-12-051-26/+32
* [3.11] gh-101100: Fix most Sphinx nitpicks in `inspect.rst` (GH-112662) (#112...Miss Islington (bot)2023-12-031-0/+2
* [3.11] GH-101100: Fix reference warnings for ``__enter__`` and ``__exit__`` (...Miss Islington (bot)2023-10-191-3/+3
* [3.11] Datamodel: Add headings to the standard type hierarchy (GH-108146) (#1...Adam Turner2023-08-251-981/+1085
* [3.11] Docs: Datamodel: Merge "Notes on using __slots__" with the parent sect...Miss Islington (bot)2023-08-251-2/+1
* [3.11] gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386) (G...Miss Islington (bot)2023-07-291-4/+4
* [3.11] gh-106892: Use roles :data: and :const: for referencing module variabl...Serhiy Storchaka2023-07-211-2/+2
* [3.11] GH-97950: Use new-style index directive ('builtin') (GH-104164) (#104221)Miss Islington (bot)2023-05-061-25/+25
* [3.11] GH-97950: Use new-style index directive ('statement') (GH-104162) (#10...Miss Islington (bot)2023-05-041-4/+4
* [3.11] GH-97950: Use new-style index directive ('object') (GH-104158) (#104159)Miss Islington (bot)2023-05-041-44/+44
* [3.11] GH-97950: Use new-style index directive ('module') (GH-103996) (#104154)Adam Turner2023-05-041-4/+4
* [3.11] GH-103484: Fix redirected permanently URLs (GH-104001) (#104088)Rafael Fontenelle2023-05-021-1/+1
* gh-103373: `__mro_entries__` docs: improve cross references (GH-103398)Miss Islington (bot)2023-04-111-5/+10
* gh-103373: Improve documentation for `__mro_entries__` (GH-103374)Miss Islington (bot)2023-04-081-5/+9
* gh-100315: clarification to `__slots__` docs. (GH-102621)Miss Islington (bot)2023-03-141-2/+4
* gh-102011: use sys.exception() instead of sys.exc_info() in docs where possib...Miss Islington (bot)2023-02-211-0/+1
* GH-101898: Fix missing term references for hashable definition (GH-101899)Miss Islington (bot)2023-02-141-1/+1
* GH-85979: Clarify specification of `object.__await__` (GH-22320)Miss Islington (bot)2022-12-311-0/+8
* Fix typo in `__match_args__` doc (GH-99785)Miss Islington (bot)2022-11-261-1/+1
* [3.11] Change links to label refs (GH-98454) (#98725)Stanley2022-10-261-0/+2
* [3.11] gh-93738: Documentation C syntax (:c:type:<C type> -> :c:expr:<C type>...Łukasz Langa2022-10-051-1/+1
* Docs: remove redundant "adverb-adjective" hyphens from compound modifiers (GH...Miss Islington (bot)2022-07-051-2/+2
* bpo-14911: Corrected generator.throw() documentation (GH-32207)Dave Goncalves2022-03-311-1/+2
* bpo-46013: Fix confusing kerning on period in docs (GH-29989)jmcb2022-03-201-1/+1
* Removed ambiguity in __init_subclass__ docs (GH-31540)David Gilbertson2022-03-081-1/+1
* bpo-44977: Deprecate delegation of int to __trunc__ (GH-31031)Zackery Spytz2022-02-031-0/+3
* bpo-46076: Improve documentation for per-attribute docstrings with `__slots__...Alex Waygood2021-12-191-3/+6