summaryrefslogtreecommitdiffstats
path: root/Doc/reference/datamodel.rst
Commit message (Expand)AuthorAgeFilesLines
* [3.12] gh-101100: Make __subclasses__ doctest stable (GH-124577) (#124580)Jelle Zijlstra2024-09-261-2/+4
* [3.12] gh-123242: Note that type.__annotations__ may not exist (GH-124557) (#...Jelle Zijlstra2024-09-251-0/+8
* [3.12] gh-101100: Add a table of class attributes to the "Custom classes" sec...Alex Waygood2024-09-251-33/+88
* [3.12] gh-123621: Fix `datamodel.rst` with proper `dict` notation (GH-123648)...Miss Islington (bot)2024-09-031-1/+1
* [3.12] gh-123492: Remove unnecessary `:func:` parentheses (gh-123493) (#123512)Wei-Hsiang (Matt) Wang2024-08-301-1/+1
* [3.12] gh-122511: Improve documentation for object identity of mutable/immuta...Miss Islington (bot)2024-08-071-6/+10
* [3.12] Remove outdated note about instance methods from datamodel.rst (GH-122...Miss Islington (bot)2024-07-301-8/+1
* [3.12] gh-121905: Consistently use "floating-point" instead of "floating poin...Serhiy Storchaka2024-07-191-7/+7
* [3.12] gh-120937: Reference weakref from the `__del__` documentation (GH-1209...Miss Islington (bot)2024-06-261-0/+2
* [3.12] gh-100117: Fix inaccuracy in documentation of the CodeObject's co_posi...Miss Islington (bot)2024-05-311-1/+1
* [3.12] Add 'The Python 2.3 Method Resolution Order' (GH-116435) (#117885)Hugo van Kemenade2024-04-151-5/+2
* [3.12] Add information about negative indexes to sequence datamodel doc (GH-...Miss Islington (bot)2024-03-251-3/+6
* [3.12] gh-72971: Clarify the special no-TypeError behavior for equality (GH-1...Miss Islington (bot)2024-03-031-1/+4
* [3.12] gh-104219: Document that idunders can return NotImplemented (GH-104220...Miss Islington (bot)2024-03-011-2/+4
* [3.12] Docs: mark up NotImplemented using the :data: role throughout the docs...Miss Islington (bot)2024-02-291-9/+9
* [3.12] Erase some unnecessary quotes on data model doc (GH-113521) (#115896)Miss Islington (bot)2024-02-251-4/+4
* [3.12] gh-115572: Move `codeobject.replace()` docs to the data model … (#11...Kirill Podoprigora2024-02-181-0/+6
* [3.12] gh-115405: add versionadded tag for co_qualname in code objects docume...Miss Islington (bot)2024-02-131-0/+2
* [3.12] gh-114552: Update `__dir__` method docs: it allows returning an iterab...Miss Islington (bot)2024-02-101-3/+3
* [3.12] Fix the confusing "User-defined methods" reference in the datamodel (G...Miss Islington (bot)2024-01-211-1/+1
* [3.12] datamodel: Fix a typo in ``object.__init_subclass__`` (GH-111599) (#11...Miss Islington (bot)2024-01-121-1/+1
* [3.12] Docs: Amend codeobject.co_lines docs; end number is exclusive (GH-1139...Miss Islington (bot)2024-01-121-3/+3
* [3.12] gh-113664: Improve style of Big O notation (GH-113695) (GH-113909)Miss Islington (bot)2024-01-101-1/+1
* [3.12] Document the `co_lines` method on code objects (#113682) (#113686)Alex Waygood2024-01-031-2/+37
* [3.12] gh-113313: Note that slice support is not required for all sequences. ...Miss Islington (bot)2023-12-211-3/+3
* [3.12] Fix typo in datamodel docs (GH-113314) (#113316)Miss Islington (bot)2023-12-201-1/+1
* [3.12] gh-101100: Improve docs on exception attributes (GH-113057) (#113061)Miss Islington (bot)2023-12-131-1/+2
* [3.12] gh-101100: Further improve docs on function attributes (GH-113001) (#1...Miss Islington (bot)2023-12-121-3/+6
* [3.12] gh-101100: Improve documentation on function attributes (GH-112933) (#...Hugo van Kemenade2023-12-121-90/+107
* [3.12] gh-101100: Improve documentation of `TracebackType` attributes (GH-112...Miss Islington (bot)2023-12-091-21/+39
* [3.12] gh-101100: Improve documentation for attributes on instance methods (G...Miss Islington (bot)2023-12-081-25/+52
* [3.12] gh-101100: Improve documentation of code object attributes (#112781) (...Alex Waygood2023-12-061-30/+84
* [3.12] gh-101100: Properly document frame object attributes (GH-112735) (#112...Miss Islington (bot)2023-12-051-25/+59
* [3.12] gh-101100: Fix many easily solvable Sphinx nitpicks in the datamodel d...Miss Islington (bot)2023-12-051-26/+32
* [3.12] gh-101100: Fix most Sphinx nitpicks in `inspect.rst` (GH-112662) (#112...Miss Islington (bot)2023-12-031-0/+2
* [3.12] GH-101100: Fix reference warnings for ``__enter__`` and ``__exit__`` (...Miss Islington (bot)2023-10-191-3/+3
* [3.12] Docs: Resolve Sphinx warnings in dis.rst (GH-108476) (#108546)Miss Islington (bot)2023-08-271-1/+3
* [3.12] Docs: Datamodel: Merge "Notes on using __slots__" with the parent sect...Miss Islington (bot)2023-08-251-2/+1
* [3.12] Datamodel: Add headings to the standard type hierarchy (GH-108146) (#1...Miss Islington (bot)2023-08-251-1000/+1104
* [3.12] gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386) (G...Serhiy Storchaka2023-07-291-4/+4
* [3.12] gh-106892: Use roles :data: and :const: for referencing module variabl...Serhiy Storchaka2023-07-211-2/+2
* [3.12] gh-103921: Document PEP 695 (GH-104642) (#104989)Miss Islington (bot)2023-05-261-0/+12
* GH-97950: Use new-style index directive ('builtin') (#104164)Adam Turner2023-05-061-25/+25
* gh-102500: Document PEP 688 (#102571)Jelle Zijlstra2023-05-041-0/+41
* GH-97950: Use new-style index directive ('statement') (#104162)Adam Turner2023-05-041-4/+4
* GH-97950: Use new-style index directive ('object') (#104158)Adam Turner2023-05-041-44/+44
* GH-97950: Use new-style index directive ('module') (#103996)Adam Turner2023-05-041-4/+4
* GH-103484: Fix redirected permanently URLs (#104001)Rafael Fontenelle2023-05-021-1/+1
* gh-101688: Implement types.get_original_bases (#101827)James Hilton-Balfe2023-04-231-0/+4
* gh-103373: `__mro_entries__` docs: improve cross references (#103398)Alex Waygood2023-04-111-5/+10