summaryrefslogtreecommitdiffstats
path: root/Doc/reference/datamodel.rst
Commit message (Expand)AuthorAgeFilesLines
* [3.13] Postpone `module.__loader__` deprecation to Python 3.16 (GH-126482) (#...Shantanu2024-11-101-2/+2
* [3.13] gh-101865: Docs: Keep co_lnotab deprecation for at least 3.14 (GH-1263...Hugo van Kemenade2024-11-041-1/+1
* [3.13] gh-60712: Include the "object" type in the lists of documented types (...Miss Islington (bot)2024-10-301-15/+37
* [3.13] gh-101100: Consolidate documentation on `ModuleType` attributes (#1247...Alex Waygood2024-10-091-27/+215
* [3.13] gh-70870: Clarify dual usage of 'free variable' (GH-122545) (#125088)Miss Islington (bot)2024-10-081-4/+9
* [3.13] gh-124370: Add "howto" for free-threaded Python (GH-124371) (#124860)Miss Islington (bot)2024-10-031-0/+1
* [3.13] gh-123339: Fix cases of inconsistency of __module__ and __firstlineno_...Serhiy Storchaka2024-09-301-1/+4
* [3.13] gh-123242: Note that type.__annotations__ may not exist (GH-124557) (#...Jelle Zijlstra2024-09-261-0/+8
* [3.13] gh-101100: Make __subclasses__ doctest stable (GH-124577) (#124579)Miss Islington (bot)2024-09-261-2/+4
* [3.13] gh-101100: Add a table of class attributes to the "Custom classes" sec...Alex Waygood2024-09-261-38/+97
* [3.13] gh-123621: Fix `datamodel.rst` with proper `dict` notation (GH-123648)...Miss Islington (bot)2024-09-031-1/+1
* [3.13] gh-123492: Remove unnecessary `:func:` parentheses (gh-123493) (#123513)Wei-Hsiang (Matt) Wang2024-08-301-1/+1
* [3.13] gh-122511: Improve documentation for object identity of mutable/immuta...Miss Islington (bot)2024-08-071-6/+10
* [3.13] gh-122445: populate only modified fields in __static_attributes__ (#12...Irit Katriel2024-08-021-1/+1
* [3.13] Remove outdated note about instance methods from datamodel.rst (GH-122...Miss Islington (bot)2024-07-301-8/+1
* [3.13] gh-121905: Consistently use "floating-point" instead of "floating poin...Serhiy Storchaka2024-07-191-7/+7
* [3.13] gh-120937: Reference weakref from the `__del__` documentation (GH-1209...Miss Islington (bot)2024-06-261-0/+2
* [3.13] gh-118934: Fix PyEval_GetLocals docs (PEP 667) (GH-119934)Miss Islington (bot)2024-06-021-2/+2
* [3.13] gh-100117: Fix inaccuracy in documentation of the CodeObject's co_posi...Miss Islington (bot)2024-05-311-1/+1
* [3.13] gh-74929: PEP 667 general docs update (gh-119291)Miss Islington (bot)2024-05-211-1/+1
* gh-118465: Add __firstlineno__ attribute to class (GH-118475)Serhiy Storchaka2024-05-061-0/+4
* gh-74929: Rudimentary docs for PEP 667 (#118581)Guido van Rossum2024-05-051-1/+6
* gh-115775: Add whatsnew entry about __static_attributes__ (GH-117909)Irit Katriel2024-04-191-0/+5
* Add 'The Python 2.3 Method Resolution Order' (#116435)Hugo van Kemenade2024-04-151-5/+2
* Add information about negative indexes to sequence datamodel doc (#110903)Adorilson Bezerra2024-03-251-3/+6
* gh-72971: Clarify the special no-TypeError behavior for equality (#110729)Gouvernathor2024-03-031-1/+4
* gh-104219: Document that idunders can return NotImplemented (#104220)Gouvernathor2024-03-011-2/+4
* Docs: mark up NotImplemented using the :data: role throughout the docs (#116135)Erlend E. Aasland2024-02-291-9/+9
* Erase some unnecessary quotes on data model doc (#113521)Adorilson Bezerra2024-02-251-4/+4
* gh-115572: Move `codeobject.replace()` docs to the data model (#115631)Daler2024-02-181-0/+8
* gh-115405: add versionadded tag for co_qualname in code objects documentation...Christophe Papazian2024-02-131-0/+2
* gh-114552: Update `__dir__` method docs: it allows returning an iterable (#11...Nikita Sobolev2024-02-101-3/+3
* Fix the confusing "User-defined methods" reference in the datamodel (#114276)cdzhan2024-01-211-1/+1
* datamodel: Fix a typo in ``object.__init_subclass__`` (#111599)InSync2024-01-121-1/+1
* Docs: Amend codeobject.co_lines docs; end number is exclusive (#113970)Ned Batchelder2024-01-121-3/+3
* gh-113664: Improve style of Big O notation (GH-113695)Serhiy Storchaka2024-01-101-1/+1
* Document the `co_lines` method on code objects (#113682)Alex Waygood2024-01-031-2/+37
* gh-113313: Note that slice support is not required for all sequences. (gh-113...Raymond Hettinger2023-12-211-3/+3
* Fix typo in datamodel docs (#113314)Rodrigo Girão Serrão2023-12-201-1/+1
* gh-101100: Improve docs on exception attributes (GH-113057)Alex Waygood2023-12-131-1/+2
* gh-101100: Further improve docs on function attributes (#113001)Alex Waygood2023-12-121-3/+6
* gh-101100: Improve documentation on function attributes (#112933)Alex Waygood2023-12-111-90/+107
* gh-101100: Improve documentation of `TracebackType` attributes (#112884)Alex Waygood2023-12-091-21/+39
* gh-101100: Improve documentation for attributes on instance methods (#112832)Alex Waygood2023-12-081-25/+52
* gh-101100: Improve documentation of code object attributes (#112781)Alex Waygood2023-12-061-30/+84
* gh-101100: Properly document frame object attributes (#112735)Alex Waygood2023-12-051-25/+59
* gh-101100: Fix many easily solvable Sphinx nitpicks in the datamodel docs (#1...Alex Waygood2023-12-051-26/+32
* gh-101100: Fix most Sphinx nitpicks in `inspect.rst` (#112662)Alex Waygood2023-12-031-0/+2
* gh-79932: raise exception if frame.clear() is called on a suspended frame (#1...Irit Katriel2023-11-071-1/+6
* GH-101100: Fix reference warnings for ``__enter__`` and ``__exit__`` (#110112)Adam Turner2023-10-191-3/+3