index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Doc
/
reference
/
compound_stmts.rst
Commit message (
Expand
)
Author
Age
Files
Lines
*
[3.13] gh-131457: Fix typo in BNF description of function signatures (GH-1314...
Miss Islington (bot)
2025-03-22
1
-1/+1
*
[3.13] gh-122845: fix parameter_list_starargs in function definition pseudo-g...
Miss Islington (bot)
2025-01-21
1
-2/+4
*
[3.13] gh-126664: revert: Use `else` instead of `finally` in docs explaining ...
Miss Islington (bot)
2024-12-24
1
-2/+5
*
[3.13] gh-126664: Use `else` instead of `finally` in "The with statement" doc...
Miss Islington (bot)
2024-11-11
1
-5/+2
*
[3.13] gh-115528: Update language reference for PEP 646 (GH-121181) (#124632)
Miss Islington (bot)
2024-09-26
1
-2/+8
*
[3.13] gh-101100: Add a table of class attributes to the "Custom classes" sec...
Alex Waygood
2024-09-26
1
-7/+7
*
[3.13] gh-123580: Fix `signed_number` token in documentation (GH-123582) (GH-...
Miss Islington (bot)
2024-09-04
1
-1/+1
*
[3.13] gh-120521: clarify except* documentation to allow tuples (GH-120523) (...
Miss Islington (bot)
2024-06-19
1
-9/+10
*
gh-116126: Implement PEP 696 (#116129)
Jelle Zijlstra
2024-05-03
1
-8/+23
*
gh-81094: Refer to PEP 318 in compound_statements.rst (#113588)
John D. McDonald
2024-01-02
1
-1/+4
*
gh-101100: Improve documentation on function attributes (#112933)
Alex Waygood
2023-12-11
1
-3/+4
*
GH-101100: Fix reference warnings for ``__enter__`` and ``__exit__`` (#110112)
Adam Turner
2023-10-19
1
-10/+10
*
GH-101100: Fix reference warnings for ``__getitem__`` (#110118)
Adam Turner
2023-10-19
1
-1/+1
*
gh-110631: Fix reST indentation in `Doc/reference` (#110708)
Ezio Melotti
2023-10-11
1
-23/+25
*
gh-106919: Use role :c:macro: for referencing the C "constants" (GH-106920)
Serhiy Storchaka
2023-07-21
1
-2/+2
*
gh-103921: Document PEP 695 (#104642)
Jelle Zijlstra
2023-05-26
1
-2/+242
*
GH-97950: Use new-style index directive ('builtin') (#104164)
Adam Turner
2023-05-06
1
-1/+1
*
GH-97950: Use new-style index directive ('statement') (#104162)
Adam Turner
2023-05-04
1
-21/+21
*
GH-97950: Use new-style index directive ('object') (#104158)
Adam Turner
2023-05-04
1
-5/+5
*
GH-97950: Use new-style index directive ('keyword') (#104153)
Adam Turner
2023-05-04
1
-18/+18
*
GH-97950: Use new-style index directive ('module') (#103996)
Adam Turner
2023-05-04
1
-1/+1
*
gh-103590: mention that the change is included in 3.11.4 and clarify except* ...
Irit Katriel
2023-05-03
1
-2/+4
*
Fix duplicated words in the docs (GH-102629)
Виталий Дмитриев
2023-03-12
1
-1/+1
*
gh-102011: use sys.exception() instead of sys.exc_info() in docs where possib...
Irit Katriel
2023-02-20
1
-18/+15
*
gh-81611: Improve `range` paragraph in 8.3 of language reference (#98353)
4l4k4z4m
2023-01-03
1
-3/+2
*
"Compound statement" docs: Fix with-statement step indexing (#100286)
Frank Dana
2022-12-16
1
-1/+1
*
Docs: Add 'as, match statement' to the index (#99001)
Hugo van Kemenade
2022-11-03
1
-0/+1
*
gh-98172: [doc] mention that except* handles naked exceptions (GH-98496)
Irit Katriel
2022-10-21
1
-1/+13
*
gh-98172: Fix formatting in `except*` docs (#98173)
Jelle Zijlstra
2022-10-11
1
-12/+11
*
gh-95975: Move except/*/finally ref labels to more precise locations (#95976)
C.A.M. Gerlach
2022-10-02
1
-45/+76
*
GH-96359: Fix docs that claim int(0|1) doesn't match False (GH-96361)
Jonathan Oberländer
2022-08-28
1
-1/+1
*
Fix async method reference links in `compound_stmts` docs (GH-94935)
July Tikhonov
2022-07-22
1
-2/+2
*
bpo-46033: Clarify for-statement execution (GH-30025)
Michał D
2022-04-03
1
-11/+8
*
bpo-12029: [doc] clarify that except does not match virtual subclasses of the...
Irit Katriel
2022-03-21
1
-3/+4
*
bpo-46725: Document starred expressions in for statements (GH-31481)
Pablo Galindo Salgado
2022-02-22
1
-8/+13
*
[doc]: Spotted errors while working on rstlint. (GH-30879)
Julien Palard
2022-01-27
1
-1/+1
*
bpo-45292: [PEP-654] exception groups and except* documentation (GH-30158)
Irit Katriel
2022-01-06
1
-1/+47
*
bpo-46095: Improve SeqIter documentation. (GH-30316)
Raymond Hettinger
2022-01-01
1
-21/+0
*
bpo-45640: [docs] Tokens are now clickable (GH-29260)
Arthur Milchior
2021-11-18
1
-9/+10
*
Fix class pattern docs to refer to class patterns (GH-28849)
Christophe Nanteuil
2021-10-10
1
-1/+1
*
bpo-45346: Keep docs consistent regarding true and false values (GH-28697)
Raymond Hettinger
2021-10-02
1
-4/+4
*
[codemod] Fix non-matching bracket pairs (GH-28473)
Mohamad Mansour
2021-09-21
1
-1/+1
*
bpo-44589: raise a SyntaxError when mapping patterns have duplicate literal k...
Jack DeVries
2021-07-15
1
-4/+5
*
Doc: Fix ambiguous pronoun (GH-26037)
Daniel Shahaf
2021-05-14
1
-1/+1
*
bpo-43977: Update pattern matching language reference docs (GH-25917)
Ken Jin
2021-05-14
1
-7/+35
*
bpo-44025: Clarify when '_' is a keyword. (#25873)
Terry Jan Reedy
2021-05-04
1
-2/+4
*
bpo-38605: Revert making 'from __future__ import annotations' the default (GH...
Pablo Galindo
2021-04-21
1
-3/+7
*
Use double quotes over single quotes for match statement grammar (GH-24943)
Ken Jin
2021-04-12
1
-2/+2
*
bpo-39702: Remove dotted_name from decorator documentation (GH-25234)
Saiyang Gou
2021-04-08
1
-1/+0
*
bpo-36540: Improve doc of function definition regarding positional-only argum...
Saiyang Gou
2021-04-07
1
-2/+8
[next]