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-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
*
[3.12] gh-114070: fix token reference warnings in expressions.rst (GH-114169)...
Miss Islington (bot)
2024-01-17
1
-2/+3
*
[3.12] datamodel: Fix a typo in ``object.__init_subclass__`` (GH-111599) (#11...
Miss Islington (bot)
2024-01-12
1
-1/+1
*
[3.12] Docs: Amend codeobject.co_lines docs; end number is exclusive (GH-1139...
Miss Islington (bot)
2024-01-12
1
-3/+3
*
[3.12] gh-113664: Improve style of Big O notation (GH-113695) (GH-113909)
Miss Islington (bot)
2024-01-10
1
-1/+1
*
[3.12] Document the `co_lines` method on code objects (#113682) (#113686)
Alex Waygood
2024-01-03
1
-2/+37
*
[3.12] gh-81094: Refer to PEP 318 in compound_statements.rst (GH-113588) (#11...
Miss Islington (bot)
2024-01-02
1
-1/+4
*
[3.12] gh-113313: Note that slice support is not required for all sequences. ...
Miss Islington (bot)
2023-12-21
1
-3/+3
*
[3.12] Fix typo in datamodel docs (GH-113314) (#113316)
Miss Islington (bot)
2023-12-20
1
-1/+1
*
[3.12] Docs: Add label to grammar spec for linking from PEPs (GH-113235) (#11...
Miss Islington (bot)
2023-12-17
1
-0/+2
*
[3.12] gh-101100: Fix Sphinx nitpicks in `library/inspect.rst` and `reference...
Miss Islington (bot)
2023-12-14
1
-3/+3
*
[3.12] gh-101100: Improve docs on exception attributes (GH-113057) (#113061)
Miss Islington (bot)
2023-12-13
2
-9/+22
*
[3.12] gh-101100: Further improve docs on function attributes (GH-113001) (#1...
Miss Islington (bot)
2023-12-12
1
-3/+6
*
[3.12] gh-101100: Improve documentation on function attributes (GH-112933) (#...
Hugo van Kemenade
2023-12-12
2
-93/+111
*
[3.12] Docs: Use 'f-strings' as header (GH-112888) (#112923)
Miss Islington (bot)
2023-12-10
1
-2/+4
*
[3.12] gh-101100: Improve documentation of `TracebackType` attributes (GH-112...
Miss Islington (bot)
2023-12-09
1
-21/+39
*
[3.12] gh-101100: Improve documentation for attributes on instance methods (G...
Miss Islington (bot)
2023-12-08
1
-25/+52
*
[3.12] gh-101100: Improve documentation of code object attributes (#112781) (...
Alex Waygood
2023-12-06
1
-30/+84
*
[3.12] gh-101100: Properly document frame object attributes (GH-112735) (#112...
Miss Islington (bot)
2023-12-05
1
-25/+59
*
[3.12] gh-101100: Fix many easily solvable Sphinx nitpicks in the datamodel d...
Miss Islington (bot)
2023-12-05
1
-26/+32
*
[3.12] gh-101100: Fix most Sphinx nitpicks in `inspect.rst` (GH-112662) (#112...
Miss Islington (bot)
2023-12-03
1
-0/+2
*
[3.12] gh-112331: Fix reference manual description of attribute lookup mechan...
Miss Islington (bot)
2023-11-25
1
-6/+12
*
[3.12] gh-111944: Add assignment expression parentheses requirements (GH-1119...
Miss Islington (bot)
2023-11-13
1
-4/+5
*
[3.12] Fix typos in import system docs (GH-111396) (#111397)
Miss Islington (bot)
2023-10-27
1
-3/+3
*
[3.12] GH-101100: Fix reference warnings for ``__enter__`` and ``__exit__`` (...
Miss Islington (bot)
2023-10-19
2
-13/+13
*
[3.12] GH-101100: Fix reference warnings for ``__getitem__`` (GH-110118) (#11...
Miss Islington (bot)
2023-10-19
2
-4/+4
*
[3.12] gh-110886 Doc: add a link to BNF Wikipedia article (GH-110887) (#110900)
Miss Islington (bot)
2023-10-15
1
-1/+2
*
[3.12] gh-110631: Fix reST indentation in `Doc/reference` (GH-110708) (#110740)
Miss Islington (bot)
2023-10-11
4
-77/+79
*
[3.12] gh-109634: Fix `:samp:` syntax (GH-110073) (#110095)
Miss Islington (bot)
2023-09-29
1
-1/+1
*
[3.12] gh-109634: Use :samp: role (GH-109635) (#109776)
Miss Islington (bot)
2023-09-24
1
-42/+42
*
[3.12] Docs: Resolve Sphinx warnings in dis.rst (GH-108476) (#108546)
Miss Islington (bot)
2023-08-27
1
-1/+3
*
[3.12] Docs: Datamodel: Merge "Notes on using __slots__" with the parent sect...
Miss Islington (bot)
2023-08-25
1
-2/+1
[next]