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
/
library
/
typing.rst
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-126543: Docs: change "bound type var" to "bounded" when used in the contex...
Pedro Fonini
2024-11-11
1
-11/+11
*
Docs: improve generic `typing.NamedTuple` example (#124739)
CBerJun
2024-09-29
1
-1/+3
*
gh-119180: Rename SOURCE format to STRING (#124620)
Jelle Zijlstra
2024-09-26
1
-1/+1
*
gh-101100: Add a table of class attributes to the "Custom classes" section of...
Alex Waygood
2024-09-25
1
-1/+2
*
gh-124120: Document `Annotated.__origin__` (#124125)
sobolevn
2024-09-24
1
-0/+18
*
GH-103484: Fix permanently redirects reported by linkcheck (GH-124144)
Rafael Fontenelle
2024-09-17
1
-1/+1
*
Fix "The Matrix" movie release year in `typing.rst` (#123965)
sobolevn
2024-09-11
1
-1/+1
*
gh-119180: Documentation for PEP 649 and 749 (#122235)
Jelle Zijlstra
2024-09-11
1
-1/+110
*
gh-123523: Rework typing documentation for generators and coroutines, and lin...
Stanislav Terliakov
2024-09-06
1
-101/+98
*
gh-120661: improve example for basic type hints (#120934)
Bénédikt Tran
2024-06-25
1
-5/+6
*
Typing docs: normalize some indents in code examples (#120912)
Nyakku Shigure
2024-06-23
1
-4/+5
*
gh-120572: add missing parentheses in TypeIs documentation (#120573)
Nyuan Zhang
2024-06-16
1
-2/+2
*
Improve documentation for typing.get_type_hints (#119928)
Jelle Zijlstra
2024-06-02
1
-26/+28
*
[docs] TypeVarTuple default is keyword-only (#119215)
Sebastian Rittau
2024-05-20
1
-1/+1
*
typing docs: Fix formatting issue (#119210)
David Foster
2024-05-20
1
-1/+1
*
gh-118803: Remove `ByteString` from `typing` and `collections.abc` (#118804)
Nikita Sobolev
2024-05-08
1
-12/+0
*
Format None, True, False and NotImplemented as literals (GH-118758)
Serhiy Storchaka
2024-05-08
1
-1/+1
*
gh-118660: Add second type parameter to (Async)ContextManager (#118681)
Jelle Zijlstra
2024-05-07
1
-2/+18
*
gh-118647: Add defaults to typing.Generator and typing.AsyncGenerator (#118648)
Jelle Zijlstra
2024-05-06
1
-4/+22
*
gh-116126: Implement PEP 696 (#116129)
Jelle Zijlstra
2024-05-03
1
-3/+79
*
gh-117492: Clarify documentation of `typing.Never` (#117678)
Nice Zombies
2024-05-03
1
-24/+22
*
gh-118030: Group definitions for `ParamSpecArgs` and `ParamSpecKwargs` in `ty...
Nice Zombies
2024-04-22
1
-1/+1
*
gh-114053: Fix bad interaction of PEP-695, PEP-563 and ``get_type_hints`` (#1...
Alex Waygood
2024-04-19
1
-1/+3
*
Docs: add link roles with Sphinx extlinks (#117850)
Hugo van Kemenade
2024-04-15
1
-1/+1
*
gh-117516: Implement typing.TypeIs (#117517)
Jelle Zijlstra
2024-04-09
1
-27/+91
*
Link to the Python type system specification (#117400)
Shantanu
2024-03-31
1
-73/+15
*
gh-89547: typing.rst: Add note about change in behavior with ClassVar/Final (...
Jelle Zijlstra
2024-03-12
1
-0/+8
*
gh-116127: PEP-705: Add `ReadOnly` support for `TypedDict` (#116350)
Nikita Sobolev
2024-03-12
1
-0/+39
*
gh-115777: Fix double versionadded directives (GH-116269)
Serhiy Storchaka
2024-03-05
1
-7/+1
*
gh-113255: Clarify docs for `typing.reveal_type` (#113286)
Kir
2023-12-20
1
-12/+11
*
Glossary: Add "static type checker" (#111837)
Jelle Zijlstra
2023-11-08
1
-2/+2
*
gh-111729: update generic syntax for `typing.Concatenate` sample code in `Doc...
方糖
2023-11-07
1
-5/+2
*
gh-111681: minor fixes to typing doctests; remove unused imports in `test_typ...
Nikita Sobolev
2023-11-03
1
-4/+4
*
gh-111151: Convert monospaced directives to :ref: (#111152)
InSync
2023-10-24
1
-5/+11
*
Enhance TypedDict docs around required/optional keys (#109547)
Jelle Zijlstra
2023-09-27
1
-0/+15
*
Fix typos in docs and comments (#109619)
Heinz-Alexander Fuetterer
2023-09-20
1
-1/+1
*
Fix typo in typing docs: Remove redundant backtick (#108559)
nikkie
2023-08-28
1
-1/+1
*
Clarify `Self` interaction with subclasses (#107511)
Alexandru Mărășteanu
2023-08-01
1
-10/+21
*
gh-105578: Document that `AnyStr` is deprecated in py313 (#107116)
Michael The
2023-07-31
1
-0/+14
*
gh-105578: Add more usage examples to `typing.AnyStr` docs (#107045)
Michael The
2023-07-31
1
-0/+15
*
gh-107422: Remove outdated `TypedDict` example from typing docs (#107436)
Rakesh Sabale
2023-07-29
1
-3/+0
*
gh-106745: typing docs: Clarify that removal of PEP-585 aliases is not curren...
Alex Waygood
2023-07-14
1
-25/+45
*
gh-106309: Deprecate typing.no_type_check_decorator (#106312)
Alex Waygood
2023-07-13
1
-15/+20
*
gh-106461: typing: Consolidate docs on `Callable` (#106462)
Alex Waygood
2023-07-09
1
-55/+75
*
Improve typing docs on the type of class objects (#106081)
Alex Waygood
2023-06-26
1
-49/+59
*
Typing docs: fix typo in annotating tuples comment (#106048)
Eamon Tracey
2023-06-23
1
-2/+2
*
Typing docs: improve the guidance on annotating tuples (#106021)
Alex Waygood
2023-06-23
1
-21/+72
*
typing docs: Improve the intro to each section (#105901)
Alex Waygood
2023-06-18
1
-36/+40
*
More reorganisation of the typing docs (#105787)
Alex Waygood
2023-06-15
1
-101/+117
*
Improve docs for `typing.dataclass_transform` (#105792)
Alex Waygood
2023-06-15
1
-37/+69
[next]