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.12] gh-122845: fix parameter_list_starargs in function definition pseudo-g...
Miss Islington (bot)
2025-01-21
1
-2/+4
*
[3.12] gh-126664: revert: Use `else` instead of `finally` in docs explaining ...
Miss Islington (bot)
2024-12-24
1
-2/+5
*
[3.12] Docs: Miscellaneous corrections to simple statements in the language r...
Carol Willing
2024-12-02
1
-22/+11
*
[3.12] Document that return-less user-defined functions return None (GH-12676...
Miss Islington (bot)
2024-11-14
1
-1/+2
*
[3.12] gh-126664: Use `else` instead of `finally` in "The with statement" doc...
Miss Islington (bot)
2024-11-11
1
-5/+2
*
[3.12] Postpone `module.__loader__` deprecation to Python 3.16 (GH-126482) (#...
Miss Islington (bot)
2024-11-10
1
-2/+2
*
[3.12] gh-101865: Docs: Keep co_lnotab deprecation for at least 3.14 (GH-1263...
Hugo van Kemenade
2024-11-04
1
-1/+1
*
[3.12] gh-60712: Include the "object" type in the lists of documented types (...
Miss Islington (bot)
2024-10-30
1
-15/+37
*
[3.12] gh-125461: Remove Python 2 from identifiers in doc (GH-125462) (#125465)
Miss Islington (bot)
2024-10-14
1
-3/+2
*
[3.12] gh-101100: Consolidate documentation on `ModuleType` attributes (#1247...
Alex Waygood
2024-10-09
2
-162/+231
*
[3.12] gh-115528: Update language reference for PEP 646 (GH-121181) (#124633)
Miss Islington (bot)
2024-09-26
2
-17/+32
*
[3.12] gh-101100: Make __subclasses__ doctest stable (GH-124577) (#124580)
Jelle Zijlstra
2024-09-26
1
-2/+4
*
[3.12] gh-123242: Note that type.__annotations__ may not exist (GH-124557) (#...
Jelle Zijlstra
2024-09-25
1
-0/+8
*
[3.12] gh-101100: Add a table of class attributes to the "Custom classes" sec...
Alex Waygood
2024-09-25
4
-44/+99
*
[3.12] GH-103484: Fix permanently redirects reported by linkcheck (GH-124144)...
Miss Islington (bot)
2024-09-17
1
-1/+1
*
[3.12] gh-123580: Fix `signed_number` token in documentation (GH-123582) (GH-...
Miss Islington (bot)
2024-09-04
1
-1/+1
*
[3.12] gh-123621: Fix `datamodel.rst` with proper `dict` notation (GH-123648)...
Miss Islington (bot)
2024-09-03
1
-1/+1
*
[3.12] gh-123579: Document exclamation token (GH-123612) (#123638)
Miss Islington (bot)
2024-09-03
1
-3/+3
*
[3.12] gh-123517: Remove unnecessary `:meth:` parentheses (gh-123518) (GH-123...
Wei-Hsiang (Matt) Wang
2024-09-02
2
-3/+3
*
[3.12] gh-123492: Remove unnecessary `:func:` parentheses (gh-123493) (#123512)
Wei-Hsiang (Matt) Wang
2024-08-30
1
-1/+1
*
[3.12] gh-122701: Fix wording of raw strings/bytes in `lexical_analysis.rst` ...
Miss Islington (bot)
2024-08-11
1
-5/+4
*
[3.12] gh-122511: Improve documentation for object identity of mutable/immuta...
Miss Islington (bot)
2024-08-07
1
-6/+10
*
[3.12] Remove outdated note about instance methods from datamodel.rst (GH-122...
Miss Islington (bot)
2024-07-30
1
-8/+1
*
[3.12] gh-121905: Consistently use "floating-point" instead of "floating poin...
Serhiy Storchaka
2024-07-19
3
-21/+21
*
[3.12] gh-120452: improve documentation about private name mangling (GH-12045...
Miss Islington (bot)
2024-07-13
1
-11/+40
*
[3.12] gh-121355: Fix incorrect word in simple_stmts.rst (GH-121356) (#121363)
Miss Islington (bot)
2024-07-04
1
-1/+1
*
[3.12] gh-114104: clarify asynchronous comprehension docs to match runtime be...
Miss Islington (bot)
2024-07-01
1
-4/+6
*
[3.12] doc: Mention the missing reflected special methods for all binary oper...
Miss Islington (bot)
2024-06-29
1
-7/+17
*
[3.12] gh-120937: Reference weakref from the `__del__` documentation (GH-1209...
Miss Islington (bot)
2024-06-26
1
-0/+2
*
[3.12] gh-120521: clarify except* documentation to allow tuples (GH-120523) (...
Miss Islington (bot)
2024-06-19
1
-9/+10
*
[3.12] annotations: expand documentation on "simple" assignment targets (GH-1...
Miss Islington (bot)
2024-06-15
1
-2/+5
*
[3.12] gh-100117: Fix inaccuracy in documentation of the CodeObject's co_posi...
Miss Islington (bot)
2024-05-31
1
-1/+1
*
[3.12] Clarifying nonlocal doc: SyntaxError is raised if nearest enclosing sc...
Miss Islington (bot)
2024-04-21
1
-2/+3
*
[3.12] Add 'The Python 2.3 Method Resolution Order' (GH-116435) (#117885)
Hugo van Kemenade
2024-04-15
1
-5/+2
*
[3.12] Add information about negative indexes to sequence datamodel doc (GH-...
Miss Islington (bot)
2024-03-25
1
-3/+6
*
[3.12] gh-56374: Clarify documentation of nonlocal (GH-116942) (#117023)
Miss Islington (bot)
2024-03-19
1
-13/+17
*
[3.12] gh-107607: Update comment about utf-8 BOM being ignored (GH-107858) (#...
Miss Islington (bot)
2024-03-19
1
-4/+3
*
[3.12] gh-116881: Remove erroneous or redundant grammar NULL (GH-116885) (#11...
Miss Islington (bot)
2024-03-18
1
-1/+1
*
[3.12] gh-115664: Fix ordering of more versionadded and versionchanged direct...
Serhiy Storchaka
2024-03-07
2
-3/+1
*
[3.12] gh-72971: Clarify the special no-TypeError behavior for equality (GH-1...
Miss Islington (bot)
2024-03-03
1
-1/+4
*
[3.12] gh-104219: Document that idunders can return NotImplemented (GH-104220...
Miss Islington (bot)
2024-03-01
1
-2/+4
*
[3.12] Docs: mark up NotImplemented using the :data: role throughout the docs...
Miss Islington (bot)
2024-02-29
2
-10/+10
*
[3.12] Erase some unnecessary quotes on data model doc (GH-113521) (#115896)
Miss Islington (bot)
2024-02-25
1
-4/+4
*
[3.12] gh-115572: Move `codeobject.replace()` docs to the data model … (#11...
Kirill Podoprigora
2024-02-18
1
-0/+6
*
[3.12] gh-115405: add versionadded tag for co_qualname in code objects docume...
Miss Islington (bot)
2024-02-13
1
-0/+2
*
[3.12] gh-114552: Update `__dir__` method docs: it allows returning an iterab...
Miss Islington (bot)
2024-02-10
1
-3/+3
*
[3.12] Clarify one-item tuple (GH-114745) (#114757)
Miss Islington (bot)
2024-01-30
1
-2/+3
*
[3.12] gh-101100: Fix sphinx warnings in `reference/import.rst` (GH-114646) (...
Miss Islington (bot)
2024-01-27
1
-3/+4
*
[3.12] gh-101100: Fix Sphinx warnings in `reference/expressions.rst` (GH-1141...
Miss Islington (bot)
2024-01-22
1
-26/+26
*
[3.12] Fix the confusing "User-defined methods" reference in the datamodel (G...
Miss Islington (bot)
2024-01-21
1
-1/+1
[next]