summaryrefslogtreecommitdiffstats
path: root/Doc/reference
Commit message (Expand)AuthorAgeFilesLines
* gh-101100: Fix Sphinx warnings in `reference/expressions.rst` (#114194)Hugo van Kemenade2024-01-221-26/+26
* Fix the confusing "User-defined methods" reference in the datamodel (#114276)cdzhan2024-01-211-1/+1
* gh-114070: fix token reference warnings in expressions.rst (#114169)Sergey B Kirpichev2024-01-171-2/+3
* 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-81094: Refer to PEP 318 in compound_statements.rst (#113588)John D. McDonald2024-01-021-1/+4
* 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
* Docs: Add label to grammar spec for linking from PEPs (#113235)Hugo van Kemenade2023-12-171-0/+2
* gh-101100: Fix Sphinx nitpicks in `library/inspect.rst` and `reference/simple...Alex Waygood2023-12-141-3/+3
* gh-101100: Improve docs on exception attributes (GH-113057)Alex Waygood2023-12-132-9/+22
* 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-112-93/+111
* Docs: Use 'f-strings' as header (#112888)Hugo van Kemenade2023-12-101-2/+4
* 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-112331: Fix reference manual description of attribute lookup mechanics (gh...Raymond Hettinger2023-11-251-6/+12
* gh-111944: Add assignment expression parentheses requirements (#111977)Terry Jan Reedy2023-11-131-4/+5
* gh-79932: raise exception if frame.clear() is called on a suspended frame (#1...Irit Katriel2023-11-071-1/+6
* Fix typos in import system docs (#111396)Jonathan Berthias2023-10-271-3/+3
* GH-101100: Fix reference warnings for ``__enter__`` and ``__exit__`` (#110112)Adam Turner2023-10-192-13/+13
* GH-101100: Fix reference warnings for ``__getitem__`` (#110118)Adam Turner2023-10-192-4/+4
* gh-110886 Doc: add a link to BNF Wikipedia article (#110887)partev2023-10-151-1/+2
* gh-110631: Fix reST indentation in `Doc/reference` (#110708)Ezio Melotti2023-10-114-77/+79
* gh-109634: Fix `:samp:` syntax (GH-110073)Jacob Coffee2023-09-291-1/+1
* gh-109634: Use :samp: role (GH-109635)Serhiy Storchaka2023-09-231-42/+42
* fixes gh-109559: Update `unicodedata` for Unicode 15.1.0 (GH-109560)James Gerity2023-09-201-4/+4
* Docs: Resolve Sphinx warnings in dis.rst (#108476)Erlend E. Aasland2023-08-251-1/+3
* Datamodel: Add headings to the standard type hierarchy (#108146)Adam Turner2023-08-251-1000/+1104
* Docs: Datamodel: Merge "Notes on using __slots__" with the parent section (#1...Adam Turner2023-08-251-2/+1
* gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386)Serhiy Storchaka2023-07-293-6/+6
* gh-102111: Add link to string escape sequences in re module (#106995)wulmer2023-07-231-0/+4
* gh-106892: Use roles :data: and :const: for referencing module variables (GH-...Serhiy Storchaka2023-07-211-2/+2
* gh-106919: Use role :c:macro: for referencing the C "constants" (GH-106920)Serhiy Storchaka2023-07-211-2/+2
* Fix typo in datamodel.rst (#106587)Riahiamirreza2023-07-101-1/+1
* Replace the esoteric term 'datum' when describing dict comprehensions (#106119)Ned Batchelder2023-07-032-12/+12
* gh-106046: Improve error message from `os.fspath` if `__fspath__` is set to `...Alex Waygood2023-06-251-2/+3
* gh-103921: Document PEP 695 (#104642)Jelle Zijlstra2023-05-265-12/+422
* gh-102856: Update "Formatted string literals" docs section after PEP701 (#104...Lysandros Nikolaou2023-05-241-17/+35
* gh-104770: Let generator.close() return value (#104771)Nicolas Tessore2023-05-231-6/+13
* 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