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-91243: Document Required and NotRequired (#93173)
David Foster
2022-05-27
1
-7/+58
*
gh-91860: documentation for typing.dataclass_transform (#92768)
Shantanu
2022-05-20
1
-0/+69
*
`typing.Text`: tweak deprecation notice (#92405)
Alex Waygood
2022-05-08
1
-1/+2
*
gh-92417: `typing` docs: `from __future__ import annotations` can be used in ...
Alex Waygood
2022-05-08
1
-1/+1
*
gh-92332: Docs-only deprecation of `typing.Text` (GH-92351)
Alex Waygood
2022-05-06
1
-0/+7
*
Improve the typing docs (#92264)
Jelle Zijlstra
2022-05-03
1
-34/+33
*
bpo-44863: Allow generic typing.TypedDict (#27663)
Samodya Abey
2022-05-03
1
-1/+10
*
bpo-43923: Add support for generic typing.NamedTuple (#92027)
Serhiy Storchaka
2022-05-02
1
-0/+9
*
typing docs: Add example for async functions (#20386)
Sam Bull
2022-05-01
1
-0/+4
*
Rephrase typing.assert_never docs (#92061)
Shantanu
2022-04-30
1
-2/+2
*
Fix indentation for typing.Unpack docs (#92058)
Jelle Zijlstra
2022-04-29
1
-21/+21
*
bpo-44791: Accept ellipsis as the last argument of typing.Concatenate (#30969)
Serhiy Storchaka
2022-04-29
1
-1/+2
*
gh-91873: Summarise deprecations in typing at the top level (GH-91864)
Ken Jin
2022-04-29
1
-0/+21
*
gh-90633: Improve error and docs for typing.assert_never (#91720)
Jelle Zijlstra
2022-04-25
1
-1/+15
*
gh-91764: Mark version typing.Unpack and LiteralString were added in (#91817)
Dominic Davis-Foster
2022-04-22
1
-0/+4
*
gh-89263: Add typing.get_overloads (GH-31716)
Jelle Zijlstra
2022-04-16
1
-0/+29
*
bpo-47088: Add typing.LiteralString (PEP 675) (GH-32064)
Jelle Zijlstra
2022-04-05
1
-0/+29
*
bpo-46998: Allow subclassing Any at runtime (GH-31841)
Shantanu
2022-04-05
1
-0/+5
*
bpo-47097: Add documentation for TypeVarTuple (#32103)
Matthew Rahtz
2022-04-04
1
-0/+119
*
bpo-46480: rephrase typing.assert_type docs (GH-32069)
Shantanu
2022-03-24
1
-1/+1
*
bpo-46480: add typing.assert_type (GH-30843)
Jelle Zijlstra
2022-03-17
1
-0/+25
*
bpo-46769: Improve documentation for `typing.TypeVar` (GH-31712)
Alex Waygood
2022-03-16
1
-21/+55
*
bpo-46677: Add examples of inheritance and attributes to `TypedDict` docs (GH...
Charlie Zhao
2022-03-10
1
-3/+88
*
bpo-46494: Mention the typing_extensions pkg in typing docs (GH-31260)
Meer Suri
2022-03-08
1
-0/+4
*
bpo-46195: Do not add `Optional` in `get_type_hints` (GH-30304)
Nikita Sobolev
2022-03-02
1
-3/+6
*
bpo-46571: improve `typing.no_type_check` to skip foreign objects (GH-31042)
Nikita Sobolev
2022-02-19
1
-2/+2
*
bpo-46066: Deprecate kwargs syntax for TypedDict definitions (GH-31126)
97littleleaf11
2022-02-17
1
-2/+14
*
bpo-46475: Add typing.Never and typing.assert_never (GH-30842)
Jelle Zijlstra
2022-02-08
1
-0/+56
*
bpo-46534: Implement PEP 673 Self in typing.py (GH-30924)
James Hilton-Balfe
2022-02-07
1
-0/+47
*
bpo-46414: Add typing.reveal_type (#30646)
Jelle Zijlstra
2022-02-02
1
-0/+31
*
fix typo in typing.rst (#30841)
Jelle Zijlstra
2022-01-23
1
-1/+1
*
bpo-46342: make @typing.final introspectable (GH-30530)
Jelle Zijlstra
2022-01-12
1
-0/+9
*
Remove unused `Any` from `Concatenate` example in typing docs (GH-30516)
Michael Oliver
2022-01-11
1
-1/+1
*
bpo-46120: State that `|` is preferred over `Union` (GH-30222)
Nikita Sobolev
2021-12-24
1
-1/+1
*
bpo-46104: Fix example broken by GH-30148 (GH-30203)
Alex Waygood
2021-12-20
1
-1/+1
*
bpo-46104: Reduce use of pre-PEP 526 syntax in typing docs (GH-30148)
Alex Waygood
2021-12-18
1
-9/+8
*
[doc] bpo-45680: Disambiguate ``__getitem__`` and ``__class_getitem__`` in th...
Alex Waygood
2021-11-18
1
-0/+1
*
Remove reference to ``Tuple`` at top of ``typing`` docs (GH-29401)
Alex Waygood
2021-11-04
1
-4/+3
*
bpo-45680: ``typing`` docs: improve links to docs on ``GenericAlias``/``__cla...
Alex Waygood
2021-11-04
1
-4/+4
*
bpo-45655: Add ref to union type expressions at top of typing docs (GH-29309)
Alex Waygood
2021-10-29
1
-1/+2
*
bpo-45655: Add "relevant PEPs" section to ``typing`` documentation (GH-29280)
Alex Waygood
2021-10-28
1
-7/+41
*
Add PEPs 593 & 647 to list of PEPs at top of typing docs (GH-29097)
Alex Waygood
2021-10-20
1
-1/+1
*
Replace usage of List[...] with list[...] in typing docs (GH-28821)
Micael Jarniac
2021-10-09
1
-8/+8
*
bpo-44925: [docs] Fix confusing deprecation notice for typing.IO (GH-28004)
DonnaDia
2021-08-31
1
-4/+4
*
bpo-44957: Promote PEP 604 syntax in typing docs (GH-27833)
Sebastian Rittau
2021-08-22
1
-14/+16
*
bpo-44926: `get_type_hints`: Add note about type aliases with forward refs (#...
Maximilian Hils
2021-08-20
1
-0/+7
*
Doc: Change errant 3.10.0 to 3.10, to match other mentions (GH-27459)
Ori Avtalion
2021-07-30
1
-2/+2
*
bpo-44353: Document that typing.NewType is now a class (#27319)
Ken Jin
2021-07-24
1
-10/+19
*
bpo-43453: Update and re-add example to typing runtime_checkable (#27013)
andrei kulakov
2021-07-05
1
-2/+7
*
bpo-38291: Remove mention of typing.io and typing.re again (GH-26113)
Sebastian Rittau
2021-06-14
1
-2/+10
[next]