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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[3.14] Docs: replace an esoteric Von Neumann mention (GH-137598) (#141071)
Stan Ulbrych
2025-11-05
1
-6/+2
*
[3.14] gh-66646: Explain __base__ attribute in the docs (GH-102554) (GH-140365)
Miss Islington (bot)
2025-10-21
1
-0/+8
*
[3.14] gh-140065: Lexical analysis: Correct note about leading zeros in float...
Miss Islington (bot)
2025-10-16
1
-2/+2
*
[3.14] gh-97914: Reword misleading sentence on conditional expressions (GH-13...
Miss Islington (bot)
2025-10-14
1
-2/+3
*
[3.14] gh-135676: Add a summary of source characters (GH-138194) (GH-139781)
Miss Islington (bot)
2025-10-08
1
-5/+71
*
[3.14] gh-135944: Add a "Runtime Components" Section to the Execution Model D...
Miss Islington (bot)
2025-10-07
1
-0/+186
*
[3.14] gh-135629: rewrite language reference section on except* to improve cl...
Miss Islington (bot)
2025-10-07
1
-28/+32
*
[3.14] gh-105812: Use the ``:deco:`` role in place of manual decorator markup...
Adam Turner
2025-10-07
1
-2/+2
*
[3.14] gh-137376: Add note on top-level `global` declarations (GH-137707) (GH...
Miss Islington (bot)
2025-10-07
1
-2/+9
*
[3.14] Make sure the ``:keyword:`` role works for ``case`` (GH-138878) (#139200)
Miss Islington (bot)
2025-09-22
1
-0/+1
*
[3.14] gh-110936: Reorder string literal definition in Lexical Analysis (GH-1...
Miss Islington (bot)
2025-09-16
1
-2/+2
*
[3.14] gh-138871: Clarify NameError exception in 'del' (GH-138881) (#138903)
Miss Islington (bot)
2025-09-16
1
-2/+2
*
[3.14] GH-138562: Remove ``sort()`` from the common sequence methods in the d...
Miss Islington (bot)
2025-09-11
1
-5/+8
*
[3.14] gh-135676: Reword the Operators & Delimiters section(s) (GH-137713) (#...
Miss Islington (bot)
2025-09-11
1
-56/+51
*
[3.14] Docs: Small clarity change for ``except*`` (GH-121073) (#137494)
Miss Islington (bot)
2025-09-11
1
-1/+1
*
[3.14] GH-101100: Remove some entries from ``nitpick_ignore`` (GH-138464) (#1...
Miss Islington (bot)
2025-09-09
1
-2/+2
*
[3.14] gh-101100: Resolve reference warnings in reference/ (GH-138418) (#138680)
Miss Islington (bot)
2025-09-09
2
-13/+13
*
[3.14] gh-138297 Point link in docs for `finally` to try/else, instead of if/...
Miss Islington (bot)
2025-09-08
1
-6/+8
*
[3.14] gh-138191: Document ``frame.f_generator`` in the data model (GH-138540...
Miss Islington (bot)
2025-09-06
1
-0/+7
*
[3.14] GH-138465: Improve documentation for common sequence methods (GH-13847...
Miss Islington (bot)
2025-09-06
1
-5/+6
*
[3.14] GH-101100: Resolve reference warnings in whatsnew/3.6.rst (GH-138411) ...
Miss Islington (bot)
2025-09-03
1
-0/+3
*
[3.14] GH-101100: Resolve reference warnings in whatsnew/3.7.rst (GH-138410) ...
Miss Islington (bot)
2025-09-03
1
-0/+5
*
[3.14] gh-132661: PEP 750 documentation: second pass (GH-137020) (#137392)
Miss Islington (bot)
2025-08-16
1
-34/+34
*
[3.14] gh-135676: Lexical analysis: Reword String literals and related sectio...
Miss Islington (bot)
2025-07-23
4
-223/+460
*
[3.14] gh-132661: Document t-strings and `templatelib` (GH-135229) (#136974)
Miss Islington (bot)
2025-07-22
2
-6/+48
*
[3.14] gh-135110: Fix misleading `generator.close()` documentation (GH-135152...
Miss Islington (bot)
2025-06-26
1
-2/+4
*
[3.14] Docs: Add cross-reference for `positional_item` in the `calls` product...
Miss Islington (bot)
2025-06-25
1
-1/+1
*
[3.14] gh-135676: lexical analysis: Improve section on Numeric literals (GH-1...
Miss Islington (bot)
2025-06-18
3
-55/+168
*
[3.14] gh-135171: Update documentation for the generator expression (GH-13535...
Miss Islington (bot)
2025-06-15
1
-2/+3
*
[3.14] gh-127833: Reword and expand the Notation section (GH-134443) (GH-135301)
Miss Islington (bot)
2025-06-09
2
-50/+128
*
[3.14] gh-134675: Add t-string prefixes to tokenizer module, lexical analysis...
Miss Islington (bot)
2025-05-26
1
-1/+2
*
[3.14] gh-119180: Updates to PEP 649/749 docs (GH-134640) (#134731)
Miss Islington (bot)
2025-05-26
1
-1/+13
*
[3.14] gh-127833: lexical analysis: Improve section on Names (GH-131474) (#13...
Miss Islington (bot)
2025-05-26
1
-52/+76
*
[3.14] gh-134026: Fix grammar description of for statement (GH-134034) (GH-13...
Miss Islington (bot)
2025-05-21
2
-8/+8
*
[3.14] gh-119180: More documentation for PEP 649/749 (GH-133552) (#133902)
Miss Islington (bot)
2025-05-11
1
-1/+7
*
[3.14] gh-127833: Add links to token types to the lexical analysis intro (GH-...
Miss Islington (bot)
2025-05-08
1
-23/+39
*
[3.14] gh-127833: lexical analysis: Add backticks to BOM example (GH-132407) ...
Miss Islington (bot)
2025-05-08
1
-1/+1
*
Python 3.14.0b1
v3.14.0b1
Hugo van Kemenade
2025-05-06
1
-1/+1
*
gh-132426: Add get_annotate_from_class_namespace replacing get_annotate_funct...
Jelle Zijlstra
2025-05-04
1
-16/+3
*
doc: update co_flags reference (#132300)
Inada Naoki
2025-04-24
1
-5/+4
*
gh-130104: Call __rpow__ in ternary pow() if necessary (GH-130251)
Serhiy Storchaka
2025-04-16
1
-4/+9
*
Python 3.14.0a7
v3.14.0a7
Hugo van Kemenade
2025-04-08
1
-2/+2
*
gh-131831: Implement PEP 758 – Allow except and except* expressions without...
Pablo Galindo Salgado
2025-04-01
1
-1/+4
*
gh-131457: Fix typo in BNF description of function signatures (#131460)
Srinivas Reddy Thatiparthy (తాటిపర్తి శ్రీనివాస్ రెడ్డి)
2025-03-22
1
-1/+1
*
gh-130587: Add hand-written docs for non-OP tokens (GH-130588)
Petr Viktorin
2025-03-19
1
-4/+6
*
gh-130080: implement PEP 765 (#130087)
Irit Katriel
2025-03-17
1
-18/+22
*
gh-116666: Add "token" glossary term (GH-130888)
Petr Viktorin
2025-03-17
1
-2/+3
*
gh-121970: Replace `.. coroutine{method,function}` with `:async:` (#130448)
sobolevn
2025-02-22
1
-5/+9
*
Doc: update term "namespace package" (#129251)
Inada Naoki
2025-02-14
1
-0/+2
*
gh-127833: Docs: Add a `grammar-snippet` directive & replace `productionlist`...
Petr Viktorin
2025-02-05
1
-2/+6
[next]