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
*
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
*
gh-105570: Deprecate unusual ways of creating empty TypedDicts (#105780)
Alex Waygood
2023-06-14
1
-0/+8
*
Typing docs: move the deprecated stuff below the non-deprecated stuff (#105781)
Alex Waygood
2023-06-14
1
-488/+488
*
gh-105566: Deprecate unusual ways of creating `typing.NamedTuple` classes (#1...
Alex Waygood
2023-06-14
1
-0/+13
*
gh-104873: Add typing.get_protocol_members and typing.is_protocol (#104878)
Jelle Zijlstra
2023-06-14
1
-0/+32
*
Miscellaneous improvements to the typing docs (#105529)
Alex Waygood
2023-06-09
1
-74/+143
*
Further improve docs for `typing.Annotated` (#105498)
Alex Waygood
2023-06-08
1
-55/+77
*
typing: Improve documentation of generic classes and aliases (#105369)
Alex Waygood
2023-06-07
1
-62/+86
*
gh-97797: Improve documentation for typing.Annotated (#105365)
Alex Waygood
2023-06-07
1
-19/+54
*
Improve docs for `typing.TypeAlias` (#105372)
Alex Waygood
2023-06-07
1
-4/+26
*
Improve code examples in `typing.rst` (#105346)
Alex Waygood
2023-06-07
1
-30/+75
*
typing docs: Make the PEPs list an expandable section, hidden by default (#10...
Alex Waygood
2023-06-07
1
-1/+11
*
`typing.NewType` docs: the future performance improvements are now in the pas...
Alex Waygood
2023-06-07
1
-3/+7
*
gh-103921: Document PEP 695 (#104642)
Jelle Zijlstra
2023-05-26
1
-216/+475
*
gh-104786: Remove kwargs-based TypedDict creation (#104891)
Tomas R
2023-05-25
1
-16/+8
*
gh-104874: Document NewType.__supertype__ (#104875)
Jelle Zijlstra
2023-05-24
1
-0/+12
*
gh-92871: Remove typing.{io,re} namespaces (#92873)
Sebastian Rittau
2023-05-23
1
-11/+0
*
typing docs: Move some classes out of the "Generics" section (#104707)
Jelle Zijlstra
2023-05-21
1
-146/+146
*
Minor improvements to typing docs (#104465)
Jelle Zijlstra
2023-05-14
1
-4/+6
*
gh-104010: Separate and improve docs for `typing.get_origin` and `typing.get_...
chgnrdv
2023-05-10
1
-9/+22
*
gh-102500: Remove mention of bytes shorthand (#104281)
Shantanu
2023-05-08
1
-6/+3
*
gh-91896: Deprecate collections.abc.ByteString (#102096)
Shantanu
2023-05-04
1
-2/+1
*
Improve assert_type phrasing (#104081)
Shantanu
2023-05-02
1
-3/+4
*
gh-103629: Update typing.Unpack docs in compliance with PEP 692 (#103894)
Franek Magiera
2023-04-26
1
-2/+22
*
Fix old behaviour in typing documentation (#103400)
James Hilton-Balfe
2023-04-09
1
-3/+3
*
gh-74690: Document changes made to runtime-checkable protocols in 3.12 (#103348)
Alex Waygood
2023-04-07
1
-9/+18
*
gh-102433: Use `inspect.getattr_static` in `typing._ProtocolMeta.__instancech...
Alex Waygood
2023-04-02
1
-0/+9
*
gh-103099: Link mypy docs from typing.rst (#103100)
Shantanu
2023-03-30
1
-1/+8
*
gh-102936: typing: document performance pitfalls of protocols decorated with ...
Alex Waygood
2023-03-23
1
-2/+18
*
Fix typos in documentation and comments (GH-102374)
Michael K
2023-03-02
1
-1/+1
*
gh-101561: Add typing.override decorator (#101564)
Steven Troxler
2023-02-27
1
-0/+38
*
gh-101100: Fix sphinx warnings in `typing` module docs (#102260)
Nikita Sobolev
2023-02-25
1
-1/+1
*
GH-101898: Fix missing term references for hashable definition (#101899)
Furkan Onder
2023-02-14
1
-1/+1
*
gh-100673: Removed erroneous note in the get_type_hints docs (#100701)
FrozenBob
2023-01-07
1
-4/+0
*
gh-99535: Add test for inheritance of annotations and update documentation (#...
MonadChains
2022-12-24
1
-0/+4
*
gh-99957: Add `frozen_default` parameter on `dataclass_transform` (#99958)
Erik De Bonte
2022-12-06
1
-0/+4
*
gh-99662: fix typo in typing.TypeVarTuple docs (#99672)
GabrielAnguita
2022-11-22
1
-1/+1
*
gh-92871: Postpone the removal of typing.{io,re} to 3.13 (#98958)
Sebastian Rittau
2022-11-02
1
-3/+3
*
gh-98602: [typing docs] Use quotes for forward reference in TypeVarTuple exam...
Eclips4
2022-10-25
1
-1/+1
*
gh-98623: Fix base classes in `typing.rst` (#98626)
Nikita Sobolev
2022-10-25
1
-2/+2
*
gh-98507: [typing docs] Rephrase "now supports `[]`" to "now supports subscri...
Nikita Sobolev
2022-10-24
1
-72/+78
*
gh-98500: Fix typing docs for `*View` classes (#98511)
Nikita Sobolev
2022-10-24
1
-4/+4
*
gh-98561: Fix a typo in typing (GH-98562)
Omkaar
2022-10-23
1
-1/+1
*
docs(typing): harmonize "See PEP x for more details" (#97927)
Simon Legner
2022-10-15
1
-10/+8
*
gh-96130: Rephrase use of "typecheck" verb for clarity (#98144)
Shantanu
2022-10-12
1
-10/+10
[next]