summaryrefslogtreecommitdiffstats
path: root/Doc/reference
Commit message (Expand)AuthorAgeFilesLines
* gh-126664: revert: Use `else` instead of `finally` in docs explaining "with" ...Gregory P. Smith2024-12-221-2/+5
* gh-69639: Add mixed-mode rules for complex arithmetic (C-like) (GH-124829)Sergey B Kirpichev2024-11-261-7/+18
* Docs: Miscellaneous corrections to simple statements in the language referenc...Beomsoo Kim2024-11-151-8/+8
* Document that return-less user-defined functions return None (#126769)John Marshall2024-11-141-1/+2
* gh-58749: Remove incorrect language spec claims about the global statement (G...Beomsoo Kim2024-11-121-16/+5
* gh-126664: Use `else` instead of `finally` in "The with statement" documentat...vivodi2024-11-111-5/+2
* Postpone `module.__loader__` deprecation to Python 3.16 (#126482)Hugo van Kemenade2024-11-101-2/+2
* gh-101865: Docs: Keep co_lnotab deprecation for at least 3.14 (#126392)Hugo van Kemenade2024-11-041-1/+1
* gh-60712: Include the "object" type in the lists of documented types (GH-103036)Furkan Onder2024-10-301-15/+37
* gh-126072: do not add `None` to `co_consts` if there is no docstring (GH-126101)Xuanteng Huang2024-10-301-3/+3
* bpo-41793: Fix an inaccuracy about reflected methods in datamodel docs (GH-22...Wim Jeantine-Glenn2024-10-291-11/+14
* gh-125461: Remove Python 2 from identifiers in doc (GH-125462)Paul Hoffman2024-10-141-3/+2
* gh-101100: Consolidate documentation on `ModuleType` attributes (#124709)Alex Waygood2024-10-092-177/+248
* gh-70870: Clarify dual usage of 'free variable' (#122545)Alyssa Coghlan2024-10-082-5/+13
* gh-125072: Add label for assignment expressions; update tracked section for a...Emily Morehouse2024-10-071-0/+2
* gh-123339: Fix cases of inconsistency of __module__ and __firstlineno__ in cl...Serhiy Storchaka2024-09-281-1/+4
* gh-81263: Add assignment expressions to `help` (#124641)Emily Morehouse2024-09-271-0/+1
* gh-115528: Update language reference for PEP 646 (#121181)Matthew Rahtz2024-09-262-17/+32
* gh-101100: Make __subclasses__ doctest stable (#124577)Jelle Zijlstra2024-09-261-2/+4
* gh-123242: Note that type.__annotations__ may not exist (#124557)Jelle Zijlstra2024-09-251-1/+2
* gh-124370: Add "howto" for free-threaded Python (#124371)Sam Gross2024-09-251-0/+1
* gh-101100: Add a table of class attributes to the "Custom classes" section of...Alex Waygood2024-09-254-66/+129
* import: permit __name__ for use in __name__ = "__main__": (#124381)Thomas Grainger2024-09-251-1/+1
* GH-65961: Document the deprecation of `__package__` and `__cached__` (GH-124377)Brett Cannon2024-09-231-0/+8
* GH-103484: Fix permanently redirects reported by linkcheck (GH-124144)Rafael Fontenelle2024-09-171-1/+1
* closes gh-124016: update Unicode to 16.0.0 (#124017)Benjamin Peterson2024-09-131-4/+4
* gh-119180: Documentation for PEP 649 and 749 (#122235)Jelle Zijlstra2024-09-114-33/+166
* gh-123621: Fix `datamodel.rst` with proper `dict` notation (#123648)Lipták Attila (Flash)2024-09-031-1/+1
* gh-123579: Document exclamation token (#123612)Shaygan Hooshyari2024-09-031-3/+3
* gh-123580: Fix `signed_number` token in documentation (GH-123582)CBerJun2024-09-031-1/+1
* gh-123517: Remove unnecessary ``:meth:`` parentheses (#123518)Wei-Hsiang (Matt) Wang2024-09-012-3/+3
* gh-123492: Remove unnecessary `:func:` parentheses (#123493)Wei-Hsiang (Matt) Wang2024-08-301-1/+1
* gh-122701: Fix wording of raw strings/bytes in `lexical_analysis.rst` (#122702)sobolevn2024-08-111-5/+4
* gh-122511: Improve documentation for object identity of mutable/immutable typ...Bénédikt Tran2024-08-071-6/+10
* gh-122445: populate only modified fields in __static_attributes__ (#122446)Irit Katriel2024-08-021-1/+1
* Remove outdated note about instance methods from datamodel.rst (#122471)Thomas Grainger2024-07-301-8/+1
* gh-121905: Consistently use "floating-point" instead of "floating point" (GH-...Serhiy Storchaka2024-07-193-21/+21
* gh-120452: improve documentation about private name mangling (#120451)Bénédikt Tran2024-07-131-11/+40
* gh-121355: Fix incorrect word in simple_stmts.rst (#121356)Jongbum Won2024-07-041-1/+1
* gh-114104: clarify asynchronous comprehension docs to match runtime behavior ...Danny Yang2024-07-011-4/+6
* gh-120937: Reference weakref from the `__del__` documentation (#120940)chaen2024-06-261-0/+2
* gh-120521: clarify except* documentation to allow tuples (#120523)Danny Yang2024-06-191-9/+10
* annotations: expand documentation on "simple" assignment targets (#120535)Jelle Zijlstra2024-06-151-2/+5
* doc: Mention the missing reflected special methods for all binary operations ...Paulo Freitas2024-06-041-7/+17
* gh-119740: Remove deprecated trunc delegation (#119743)Mark Dickinson2024-06-021-5/+2
* gh-118934: Fix PyEval_GetLocals docs (PEP 667) (#119932)Alyssa Coghlan2024-06-021-2/+2
* gh-100117: Fix inaccuracy in documentation of the CodeObject's co_positions f...Irit Katriel2024-05-311-1/+1
* gh-74929: PEP 667 general docs update (gh-119201)Alyssa Coghlan2024-05-211-1/+1
* gh-118767: Improve tests and docs for bool(NotImplemented) (#118813)Jelle Zijlstra2024-05-091-3/+3
* gh-118767: Make bool(NotImplemented) raise TypeError (#118775)Jelle Zijlstra2024-05-081-0/+3