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.11] gh-103360: Add link in stdtypes.rst to escape sequences in lexical_ana...
Miss Islington (bot)
2024-02-02
1
-0/+5
*
[3.11] Clarify one-item tuple (GH-114745) (#114758)
Miss Islington (bot)
2024-01-30
1
-2/+3
*
[3.11] gh-101100: Fix sphinx warnings in `reference/import.rst` (GH-114646) (...
Nikita Sobolev
2024-01-27
1
-2/+2
*
[3.11] gh-101100: Fix Sphinx warnings in `reference/expressions.rst` (GH-1141...
Miss Islington (bot)
2024-01-22
1
-26/+26
*
[3.11] Fix the confusing "User-defined methods" reference in the datamodel (G...
Miss Islington (bot)
2024-01-21
1
-1/+1
*
[3.11] gh-114070: fix token reference warnings in expressions.rst (GH-114169)...
Miss Islington (bot)
2024-01-17
1
-2/+3
*
[3.11] datamodel: Fix a typo in ``object.__init_subclass__`` (GH-111599) (#11...
Miss Islington (bot)
2024-01-12
1
-1/+1
*
[3.11] Docs: Amend codeobject.co_lines docs; end number is exclusive (GH-1139...
Miss Islington (bot)
2024-01-12
1
-3/+3
*
[3.11] gh-113664: Improve style of Big O notation (GH-113695) (GH-113910)
Serhiy Storchaka
2024-01-10
1
-1/+1
*
[3.11] Document the `co_lines` method on code objects (#113682) (#113687)
Alex Waygood
2024-01-03
1
-2/+37
*
[3.11] gh-81094: Refer to PEP 318 in compound_statements.rst (GH-113588) (#11...
Miss Islington (bot)
2024-01-02
1
-1/+4
*
[3.11] gh-113313: Note that slice support is not required for all sequences. ...
Miss Islington (bot)
2023-12-21
1
-3/+3
*
[3.11] Fix typo in datamodel docs (GH-113314) (#113315)
Miss Islington (bot)
2023-12-20
1
-1/+1
*
[3.11] Docs: Add label to grammar spec for linking from PEPs (GH-113235) (#11...
Miss Islington (bot)
2023-12-17
1
-0/+2
*
[3.11] gh-101100: Fix Sphinx nitpicks in `library/inspect.rst` and `reference...
Miss Islington (bot)
2023-12-14
1
-3/+3
*
[3.11] gh-101100: Improve docs on exception attributes (GH-113057) (#113062)
Miss Islington (bot)
2023-12-13
2
-9/+22
*
[3.11] gh-101100: Further improve docs on function attributes (#113001) (#113...
Alex Waygood
2023-12-12
1
-3/+4
*
[3.11] gh-101100: Improve documentation on function attributes (#112933) (#11...
Alex Waygood
2023-12-12
2
-86/+105
*
[3.11] Docs: Use 'f-strings' as header (GH-112888) (#112924)
Miss Islington (bot)
2023-12-10
1
-2/+4
*
[3.11] gh-101100: Improve documentation of `TracebackType` attributes (GH-112...
Miss Islington (bot)
2023-12-09
1
-21/+39
*
[3.11] gh-101100: Improve documentation for attributes on instance methods (G...
Miss Islington (bot)
2023-12-08
1
-25/+52
*
[3.11] gh-101100: Improve documentation of code object attributes (#112781) (...
Alex Waygood
2023-12-06
1
-29/+80
*
[3.11] gh-101100: Properly document frame object attributes (#112735) (#112775)
Alex Waygood
2023-12-05
1
-25/+60
*
[3.11] gh-101100: Fix many easily solvable Sphinx nitpicks in the datamodel d...
Miss Islington (bot)
2023-12-05
1
-26/+32
*
[3.11] gh-101100: Fix most Sphinx nitpicks in `inspect.rst` (GH-112662) (#112...
Miss Islington (bot)
2023-12-03
1
-0/+2
*
[3.11] gh-112331: Fix reference manual description of attribute lookup mechan...
Miss Islington (bot)
2023-11-25
1
-6/+12
*
[3.11] gh-111944: Add assignment expression parentheses requirements (GH-1119...
Miss Islington (bot)
2023-11-13
1
-4/+5
*
[3.11] GH-101100: Fix reference warnings for ``__enter__`` and ``__exit__`` (...
Miss Islington (bot)
2023-10-19
2
-13/+13
*
[3.11] GH-101100: Fix reference warnings for ``__getitem__`` (GH-110118) (#11...
Miss Islington (bot)
2023-10-19
2
-4/+4
*
[3.11] gh-110886 Doc: add a link to BNF Wikipedia article (GH-110887) (#110901)
Miss Islington (bot)
2023-10-15
1
-1/+2
*
[3.11] gh-110631: Fix reST indentation in `Doc/reference` (GH-110708) (#110741)
Ezio Melotti
2023-10-12
4
-76/+78
*
[3.11] gh-109634: Use :samp: role (GH-109635) (GH-109778)
Serhiy Storchaka
2023-09-29
1
-42/+42
*
[3.11] Datamodel: Add headings to the standard type hierarchy (GH-108146) (#1...
Adam Turner
2023-08-25
1
-981/+1085
*
[3.11] Docs: Datamodel: Merge "Notes on using __slots__" with the parent sect...
Miss Islington (bot)
2023-08-25
1
-2/+1
*
[3.11] gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386) (G...
Miss Islington (bot)
2023-07-29
3
-6/+6
*
[3.11] gh-106892: Use roles :data: and :const: for referencing module variabl...
Serhiy Storchaka
2023-07-21
1
-2/+2
*
[3.11] gh-106919: Use role :c:macro: for referencing the C "constants" (GH-10...
Serhiy Storchaka
2023-07-21
1
-2/+2
*
[3.11] Replace the esoteric term 'datum' when describing dict comprehensions ...
Miss Islington (bot)
2023-07-03
2
-12/+12
*
[3.11] Add single value `agen.athrow(value)` signature to the 3.11 docs gh-10...
Federico Caselli
2023-06-07
1
-1/+2
*
[3.11] GH-97950: Use new-style index directive ('builtin') (GH-104164) (#104221)
Miss Islington (bot)
2023-05-06
4
-31/+31
*
[3.11] GH-97950: Use new-style index directive ('statement') (GH-104162) (#10...
Miss Islington (bot)
2023-05-04
3
-41/+41
*
[3.11] GH-97950: Use new-style index directive ('exception') (GH-104160) (#10...
Adam Turner
2023-05-04
2
-12/+12
*
[3.11] GH-97950: Use new-style index directive ('object') (GH-104158) (#104159)
Miss Islington (bot)
2023-05-04
4
-87/+87
*
[3.11] GH-97950: Use new-style index directive ('operator') (GH-104156) (#104...
Miss Islington (bot)
2023-05-04
1
-25/+25
*
[3.11] GH-97950: Use new-style index directive ('keyword') (GH-104153) (#104155)
Miss Islington (bot)
2023-05-04
3
-27/+27
*
[3.11] GH-97950: Use new-style index directive ('module') (GH-103996) (#104154)
Adam Turner
2023-05-04
4
-10/+10
*
[3.11] gh-103590: do not wrap a single exception raised from a try-except* (#...
Irit Katriel
2023-05-02
1
-0/+4
*
[3.11] GH-103484: Fix redirected permanently URLs (GH-104001) (#104088)
Rafael Fontenelle
2023-05-02
2
-2/+2
*
gh-103373: `__mro_entries__` docs: improve cross references (GH-103398)
Miss Islington (bot)
2023-04-11
1
-5/+10
*
gh-103373: Improve documentation for `__mro_entries__` (GH-103374)
Miss Islington (bot)
2023-04-08
1
-5/+9
[next]