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
...
*
gh-79932: raise exception if frame.clear() is called on a suspended frame (#1...
Irit Katriel
2023-11-07
1
-1/+6
*
Fix typos in import system docs (#111396)
Jonathan Berthias
2023-10-27
1
-3/+3
*
GH-101100: Fix reference warnings for ``__enter__`` and ``__exit__`` (#110112)
Adam Turner
2023-10-19
2
-13/+13
*
GH-101100: Fix reference warnings for ``__getitem__`` (#110118)
Adam Turner
2023-10-19
2
-4/+4
*
gh-110886 Doc: add a link to BNF Wikipedia article (#110887)
partev
2023-10-15
1
-1/+2
*
gh-110631: Fix reST indentation in `Doc/reference` (#110708)
Ezio Melotti
2023-10-11
4
-77/+79
*
gh-109634: Fix `:samp:` syntax (GH-110073)
Jacob Coffee
2023-09-29
1
-1/+1
*
gh-109634: Use :samp: role (GH-109635)
Serhiy Storchaka
2023-09-23
1
-42/+42
*
fixes gh-109559: Update `unicodedata` for Unicode 15.1.0 (GH-109560)
James Gerity
2023-09-20
1
-4/+4
*
Docs: Resolve Sphinx warnings in dis.rst (#108476)
Erlend E. Aasland
2023-08-25
1
-1/+3
*
Datamodel: Add headings to the standard type hierarchy (#108146)
Adam Turner
2023-08-25
1
-1000/+1104
*
Docs: Datamodel: Merge "Notes on using __slots__" with the parent section (#1...
Adam Turner
2023-08-25
1
-2/+1
*
gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386)
Serhiy Storchaka
2023-07-29
3
-6/+6
*
gh-102111: Add link to string escape sequences in re module (#106995)
wulmer
2023-07-23
1
-0/+4
*
gh-106892: Use roles :data: and :const: for referencing module variables (GH-...
Serhiy Storchaka
2023-07-21
1
-2/+2
*
gh-106919: Use role :c:macro: for referencing the C "constants" (GH-106920)
Serhiy Storchaka
2023-07-21
1
-2/+2
*
Fix typo in datamodel.rst (#106587)
Riahiamirreza
2023-07-10
1
-1/+1
*
Replace the esoteric term 'datum' when describing dict comprehensions (#106119)
Ned Batchelder
2023-07-03
2
-12/+12
*
gh-106046: Improve error message from `os.fspath` if `__fspath__` is set to `...
Alex Waygood
2023-06-25
1
-2/+3
*
gh-103921: Document PEP 695 (#104642)
Jelle Zijlstra
2023-05-26
5
-12/+422
*
gh-102856: Update "Formatted string literals" docs section after PEP701 (#104...
Lysandros Nikolaou
2023-05-24
1
-17/+35
*
gh-104770: Let generator.close() return value (#104771)
Nicolas Tessore
2023-05-23
1
-6/+13
*
GH-97950: Use new-style index directive ('builtin') (#104164)
Adam Turner
2023-05-06
4
-31/+31
*
gh-102500: Document PEP 688 (#102571)
Jelle Zijlstra
2023-05-04
1
-0/+41
*
GH-97950: Use new-style index directive ('statement') (#104162)
Adam Turner
2023-05-04
3
-41/+41
*
GH-97950: Use new-style index directive ('exception') (#104160)
Adam Turner
2023-05-04
2
-12/+12
*
GH-97950: Use new-style index directive ('object') (#104158)
Adam Turner
2023-05-04
4
-87/+87
*
GH-97950: Use new-style index directive ('operator') (#104156)
Adam Turner
2023-05-04
1
-25/+25
*
GH-97950: Use new-style index directive ('keyword') (#104153)
Adam Turner
2023-05-04
3
-27/+27
*
GH-97950: Use new-style index directive ('module') (#103996)
Adam Turner
2023-05-04
4
-10/+10
*
gh-103590: mention that the change is included in 3.11.4 and clarify except* ...
Irit Katriel
2023-05-03
1
-2/+4
*
GH-97850: Suppress cross-references to the removed ``module_repr`` method (#1...
Adam Turner
2023-05-03
1
-1/+1
*
gh-98040: Remove find_loader, find_module and other deprecated APIs (#98059)
Barry Warsaw
2023-05-03
1
-17/+17
*
GH-103484: Fix redirected permanently URLs (#104001)
Rafael Fontenelle
2023-05-02
2
-2/+2
*
gh-98040: Remove just the `imp` module (#98573)
Barry Warsaw
2023-04-28
1
-1/+2
*
gh-101688: Implement types.get_original_bases (#101827)
James Hilton-Balfe
2023-04-23
1
-0/+4
*
gh-103373: `__mro_entries__` docs: improve cross references (#103398)
Alex Waygood
2023-04-11
1
-5/+10
*
gh-103373: Improve documentation for `__mro_entries__` (#103374)
Alex Waygood
2023-04-08
1
-5/+9
*
gh-101865: Deprecate `co_lnotab` from code objects as per PEP 626 (#101866)
Nikita Sobolev
2023-04-03
1
-1/+2
*
gh-100315: clarification to `__slots__` docs. (#102621)
T
2023-03-14
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
2
-18/+16
*
GH-101898: Fix missing term references for hashable definition (#101899)
Furkan Onder
2023-02-14
1
-1/+1
*
gh-81611: Improve `range` paragraph in 8.3 of language reference (#98353)
4l4k4z4m
2023-01-03
1
-3/+2
*
fix `grammer` -> `grammar` typo in expressions.rst (GH-100683)
Kumar Aditya
2023-01-02
1
-1/+1
*
gh-100201: Document behavior with a bare `yield` statement (#100416)
ram vikram singh
2023-01-01
1
-1/+3
*
GH-85979: Clarify specification of `object.__await__` (#22320)
Paolo Lammens
2022-12-31
1
-0/+8
*
gh-48496: Added example and link to faq for UnboundLocalError in reference (#...
Stanley
2022-12-22
1
-0/+2
*
"Compound statement" docs: Fix with-statement step indexing (#100286)
Frank Dana
2022-12-16
1
-1/+1
*
Fix typo in `__match_args__` doc (#99785)
Terry Jan Reedy
2022-11-26
1
-1/+1
[prev]
[next]