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
*
[3.11] gh-113255: Clarify docs for `typing.reveal_type` (#113286) (#113326)
Alex Waygood
2023-12-20
1
-12/+11
*
[3.11] gh-111681: minor fix to a typing doctest (#111682) (#112037)
Alex Waygood
2023-11-13
1
-1/+1
*
[3.11] Glossary: Add "static type checker" (GH-111837) (#111855)
Miss Islington (bot)
2023-11-08
1
-2/+2
*
[3.11] gh-111151: Convert monospaced directives to :ref: (GH-111152) (#111270)
Jelle Zijlstra
2023-10-24
1
-4/+10
*
[3.11] Enhance TypedDict docs around required/optional keys (GH-109547) (#109...
Miss Islington (bot)
2023-09-27
1
-0/+15
*
[3.11] Fix typos in docs and comments (#109619) (#109622)
Alex Waygood
2023-09-20
1
-1/+1
*
[3.11] Fix typo in typing docs: Remove redundant backtick (GH-108559) (#108561)
Miss Islington (bot)
2023-08-28
1
-1/+1
*
[3.11] Clarify `Self` interaction with subclasses (GH-107511) (#107549)
Miss Islington (bot)
2023-08-01
1
-10/+21
*
[3.11] gh-105578: Add more usage examples to `typing.AnyStr` docs (GH-107045)...
Miss Islington (bot)
2023-07-31
1
-0/+15
*
[3.11] gh-107422: Remove outdated `TypedDict` example from typing docs (#1074...
Alex Waygood
2023-07-29
1
-3/+0
*
[3.11] gh-106745: typing docs: Clarify that removal of PEP-585 aliases is not...
Alex Waygood
2023-07-15
1
-21/+37
*
[3.11] gh-106461: typing: Consolidate docs on `Callable` (GH-106462) (#106575)
Miss Islington (bot)
2023-07-09
1
-55/+75
*
[3.11] Improve typing docs on the type of class objects (GH-106081) (#106097)
Miss Islington (bot)
2023-06-26
1
-49/+59
*
[3.11] Typing docs: fix typo in annotating tuples comment (GH-106048) (#106050)
Miss Islington (bot)
2023-06-23
1
-2/+2
*
[3.11] Typing docs: improve the guidance on annotating tuples (GH-106021) (#1...
Miss Islington (bot)
2023-06-23
1
-21/+72
*
[3.11] typing docs: Improve the intro to each section (#105901) (#105903)
Alex Waygood
2023-06-19
1
-36/+40
*
[3.11] More reorganisation of the typing docs (#105787) (#105816)
Alex Waygood
2023-06-15
1
-99/+111
*
[3.11] Improve docs for `typing.dataclass_transform` (#105792) (#105815)
Alex Waygood
2023-06-15
1
-33/+62
*
[3.11] Typing docs: move the deprecated stuff below the non-deprecated stuff ...
Alex Waygood
2023-06-14
1
-492/+492
*
[3.11] Remove stray reference to PEP-695 in the typing docs (#105655)
Alex Waygood
2023-06-11
1
-4/+3
*
[3.11] Miscellaneous improvements to the typing docs (#105529) (#105568)
Alex Waygood
2023-06-09
1
-71/+137
*
[3.11] Fix two errors in the typing docs (#105559)
Alex Waygood
2023-06-09
1
-2/+2
*
[3.11] Further improve docs for `typing.Annotated` (GH-105498) (#105504)
Miss Islington (bot)
2023-06-08
1
-55/+77
*
[3.11] [typing docs] Don't describe `Sized` and `Hashable` as deprecated in t...
Alex Waygood
2023-06-08
1
-2/+2
*
[3.11] typing: Improve documentation of generic classes and aliases (#105369)...
Alex Waygood
2023-06-07
1
-59/+82
*
[3.11] Improve docs for `typing.TypeAlias` (GH-105372). (#105447)
Jelle Zijlstra
2023-06-07
1
-3/+24
*
[3.11] gh-97797: Improve documentation for typing.Annotated (GH-105365). (#10...
Jelle Zijlstra
2023-06-07
1
-19/+53
*
[3.11] Improve code examples in `typing.rst` (#105346) (#105427)
Alex Waygood
2023-06-07
1
-22/+65
*
[3.11] typing docs: Make the PEPs list an expandable section, hidden by defau...
Miss Islington (bot)
2023-06-07
1
-1/+11
*
[3.11] `typing.NewType` docs: the future performance improvements are now in ...
Miss Islington (bot)
2023-06-07
1
-3/+7
*
[3.11] gh-103921: Improve typing documentation (GH-104642) (#105007)
Jelle Zijlstra
2023-05-27
1
-150/+190
*
[3.11] gh-104874: Document NewType.__supertype__ (GH-104875) (#104907)
Miss Islington (bot)
2023-05-24
1
-0/+12
*
[3.11] typing docs: Move some classes out of the "Generics" section (GH-10470...
Jelle Zijlstra
2023-05-21
1
-122/+125
*
[3.11] Minor improvements to typing docs (GH-104465) (#104475)
Miss Islington (bot)
2023-05-14
1
-4/+6
*
[3.11] gh-104010: Separate and improve docs for `typing.get_origin` and `typi...
Miss Islington (bot)
2023-05-10
1
-9/+22
*
[3.11] gh-102500: collections.abc.Buffer doesn't exist in 3.11 (#104317)
Shantanu
2023-05-09
1
-1/+1
*
[3.11] gh-102500: Remove mention of bytes shorthand (#104281) (#104288)
Alex Waygood
2023-05-08
1
-8/+4
*
[3.11] Improve assert_type phrasing (GH-104081) (#104084)
Miss Islington (bot)
2023-05-02
1
-3/+4
*
gh-103099: Link mypy docs from typing.rst (GH-103100)
Miss Islington (bot)
2023-03-30
1
-1/+8
*
gh-102936: typing: document performance pitfalls of protocols decorated with ...
Miss Islington (bot)
2023-03-23
1
-2/+18
*
[3.11] Fix typos in documentation and comments (GH-102374) (#102376)
Alex Waygood
2023-03-02
1
-1/+1
*
gh-101100: Fix sphinx warnings in `typing` module docs (GH-102260)
Miss Islington (bot)
2023-02-25
1
-1/+1
*
GH-101898: Fix missing term references for hashable definition (GH-101899)
Miss Islington (bot)
2023-02-14
1
-1/+1
*
gh-100673: Removed erroneous note in the get_type_hints docs (GH-100701)
Miss Islington (bot)
2023-01-07
1
-4/+0
*
gh-99535: Add test for inheritance of annotations and update documentation (G...
Miss Islington (bot)
2022-12-24
1
-0/+4
*
gh-99662: fix typo in typing.TypeVarTuple docs (GH-99672)
Miss Islington (bot)
2022-11-22
1
-1/+1
*
gh-92871: Postpone the removal of typing.{io,re} to 3.13 (GH-98958)
Miss Islington (bot)
2022-11-02
1
-3/+3
*
gh-98602: [typing docs] Use quotes for forward reference in TypeVarTuple exam...
Miss Islington (bot)
2022-10-25
1
-1/+1
*
gh-98623: Fix base classes in `typing.rst` (GH-98626)
Miss Islington (bot)
2022-10-25
1
-2/+2
*
gh-98507: [typing docs] Rephrase "now supports `[]`" to "now supports subscri...
Miss Islington (bot)
2022-10-24
1
-72/+78
[next]