summaryrefslogtreecommitdiffstats
path: root/Doc/reference
Commit message (Expand)AuthorAgeFilesLines
...
* [3.12] gh-114070: fix token reference warnings in expressions.rst (GH-114169)...Miss Islington (bot)2024-01-171-2/+3
* [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-81094: Refer to PEP 318 in compound_statements.rst (GH-113588) (#11...Miss Islington (bot)2024-01-021-1/+4
* [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] Docs: Add label to grammar spec for linking from PEPs (GH-113235) (#11...Miss Islington (bot)2023-12-171-0/+2
* [3.12] gh-101100: Fix Sphinx nitpicks in `library/inspect.rst` and `reference...Miss Islington (bot)2023-12-141-3/+3
* [3.12] gh-101100: Improve docs on exception attributes (GH-113057) (#113061)Miss Islington (bot)2023-12-132-9/+22
* [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-122-93/+111
* [3.12] Docs: Use 'f-strings' as header (GH-112888) (#112923)Miss Islington (bot)2023-12-101-2/+4
* [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-112331: Fix reference manual description of attribute lookup mechan...Miss Islington (bot)2023-11-251-6/+12
* [3.12] gh-111944: Add assignment expression parentheses requirements (GH-1119...Miss Islington (bot)2023-11-131-4/+5
* [3.12] Fix typos in import system docs (GH-111396) (#111397)Miss Islington (bot)2023-10-271-3/+3
* [3.12] GH-101100: Fix reference warnings for ``__enter__`` and ``__exit__`` (...Miss Islington (bot)2023-10-192-13/+13
* [3.12] GH-101100: Fix reference warnings for ``__getitem__`` (GH-110118) (#11...Miss Islington (bot)2023-10-192-4/+4
* [3.12] gh-110886 Doc: add a link to BNF Wikipedia article (GH-110887) (#110900)Miss Islington (bot)2023-10-151-1/+2
* [3.12] gh-110631: Fix reST indentation in `Doc/reference` (GH-110708) (#110740)Miss Islington (bot)2023-10-114-77/+79
* [3.12] gh-109634: Fix `:samp:` syntax (GH-110073) (#110095)Miss Islington (bot)2023-09-291-1/+1
* [3.12] gh-109634: Use :samp: role (GH-109635) (#109776)Miss Islington (bot)2023-09-241-42/+42
* [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-293-6/+6
* [3.12] gh-102111: Add link to string escape sequences in re module (GH-106995...Miss Islington (bot)2023-07-231-0/+4
* [3.12] gh-106892: Use roles :data: and :const: for referencing module variabl...Serhiy Storchaka2023-07-211-2/+2
* [3.12] gh-106919: Use role :c:macro: for referencing the C "constants" (GH-10...Serhiy Storchaka2023-07-211-2/+2
* [3.12] Replace the esoteric term 'datum' when describing dict comprehensions ...Miss Islington (bot)2023-07-032-12/+12
* [3.12] gh-103921: Document PEP 695 (GH-104642) (#104989)Miss Islington (bot)2023-05-265-12/+422
* [3.12] gh-102856: Update "Formatted string literals" docs section after PEP70...Miss Islington (bot)2023-05-241-17/+35
* GH-97950: Use new-style index directive ('builtin') (#104164)Adam Turner2023-05-064-31/+31
* gh-102500: Document PEP 688 (#102571)Jelle Zijlstra2023-05-041-0/+41
* GH-97950: Use new-style index directive ('statement') (#104162)Adam Turner2023-05-043-41/+41
* GH-97950: Use new-style index directive ('exception') (#104160)Adam Turner2023-05-042-12/+12
* GH-97950: Use new-style index directive ('object') (#104158)Adam Turner2023-05-044-87/+87
* GH-97950: Use new-style index directive ('operator') (#104156)Adam Turner2023-05-041-25/+25
* GH-97950: Use new-style index directive ('keyword') (#104153)Adam Turner2023-05-043-27/+27
* GH-97950: Use new-style index directive ('module') (#103996)Adam Turner2023-05-044-10/+10
* gh-103590: mention that the change is included in 3.11.4 and clarify except* ...Irit Katriel2023-05-031-2/+4
* GH-97850: Suppress cross-references to the removed ``module_repr`` method (#1...Adam Turner2023-05-031-1/+1
* gh-98040: Remove find_loader, find_module and other deprecated APIs (#98059)Barry Warsaw2023-05-031-17/+17