summaryrefslogtreecommitdiffstats
path: root/Doc/reference
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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
* GH-103484: Fix redirected permanently URLs (#104001)Rafael Fontenelle2023-05-022-2/+2
* gh-98040: Remove just the `imp` module (#98573)Barry Warsaw2023-04-281-1/+2
* 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
* gh-103373: Improve documentation for `__mro_entries__` (#103374)Alex Waygood2023-04-081-5/+9
* gh-101865: Deprecate `co_lnotab` from code objects as per PEP 626 (#101866)Nikita Sobolev2023-04-031-1/+2
* gh-100315: clarification to `__slots__` docs. (#102621)T2023-03-141-2/+4
* Fix duplicated words in the docs (GH-102629)Виталий Дмитриев2023-03-121-1/+1
* gh-102011: use sys.exception() instead of sys.exc_info() in docs where possib...Irit Katriel2023-02-202-18/+16
* GH-101898: Fix missing term references for hashable definition (#101899)Furkan Onder2023-02-141-1/+1
* gh-81611: Improve `range` paragraph in 8.3 of language reference (#98353)4l4k4z4m2023-01-031-3/+2
* fix `grammer` -> `grammar` typo in expressions.rst (GH-100683)Kumar Aditya2023-01-021-1/+1
* gh-100201: Document behavior with a bare `yield` statement (#100416)ram vikram singh2023-01-011-1/+3
* GH-85979: Clarify specification of `object.__await__` (#22320)Paolo Lammens2022-12-311-0/+8
* gh-48496: Added example and link to faq for UnboundLocalError in reference (#...Stanley2022-12-221-0/+2
* "Compound statement" docs: Fix with-statement step indexing (#100286)Frank Dana2022-12-161-1/+1
* Fix typo in `__match_args__` doc (#99785)Terry Jan Reedy2022-11-261-1/+1