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-103099: Link mypy docs from typing.rst (GH-103100)
Miss Islington (bot)
2023-03-30
1
-0/+8
*
gh-102936: typing: document performance pitfalls of protocols decorated with ...
Miss Islington (bot)
2023-03-23
1
-2/+18
*
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
*
[3.10] gh-100673: Removed erroneous note in the get_type_hints docs (#100701)...
Alex Waygood
2023-01-07
1
-4/+0
*
[3.10] gh-99535: Add test for inheritance of annotations and update documenta...
Jelle Zijlstra
2022-12-27
1
-0/+4
*
[3.10] gh-92871: Postpone the removal of typing.{io,re} to 3.13 (GH-98958) (#...
Jelle Zijlstra
2022-11-02
1
-2/+2
*
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
*
gh-98500: Fix typing docs for `*View` classes (GH-98511)
Miss Islington (bot)
2022-10-24
1
-4/+4
*
gh-98561: Fix a typo in typing (GH-98562)
Miss Islington (bot)
2022-10-23
1
-1/+1
*
[3.10] docs(typing): harmonize "See PEP x for more details" (GH-97927). (#98293)
Jelle Zijlstra
2022-10-16
1
-6/+5
*
gh-96130: Rephrase use of "typecheck" verb for clarity (GH-98144)
Miss Islington (bot)
2022-10-12
1
-10/+10
*
[3.10] gh-96917: link to typing.readthedocs.io from typing.rst (GH-96921) (GH...
Shantanu
2022-09-20
1
-0/+5
*
gh-94439: typing docs: Add minimum version to `__required_keys__` and `__opti...
Miss Islington (bot)
2022-08-13
1
-0/+5
*
gh-92743: Remove copyright sign next to "Raymond Hettinger" (#94665)
Guy Yagev
2022-07-07
1
-1/+1
*
gh-92417: `typing` docs: `from __future__ import annotations` can be used in ...
Miss Islington (bot)
2022-05-08
1
-1/+1
*
[3.10] Improve the typing docs (GH-92264) (#92270)
Jelle Zijlstra
2022-05-03
1
-21/+20
*
typing docs: Add example for async functions (GH-20386)
Miss Islington (bot)
2022-05-01
1
-0/+4
*
[3.10] bpo-46769: Fix backticks in typing.rst to appease rstlint (GH-32374)
Ken Jin
2022-04-06
1
-1/+1
*
[3.10] bpo-46769: Improve documentation for `typing.TypeVar` (GH-31712) (GH-3...
Alex Waygood
2022-03-23
1
-21/+88
*
[3.10] bpo-46677: Add examples of inheritance and attributes to `TypedDict` d...
Charlie Zhao
2022-03-12
1
-3/+88
*
bpo-46494: Mention the typing_extensions pkg in typing docs (GH-31260)
Miss Islington (bot)
2022-03-08
1
-0/+4
*
Remove unused `Any` from `Concatenate` example in typing docs (GH-30516)
Miss Islington (bot)
2022-01-11
1
-1/+1
*
[3.10] bpo-46120: State that `|` is preferred over `Union` (GH-30222) (GH-30250)
Miss Islington (bot)
2021-12-29
1
-1/+1
*
[3.10] bpo-46104: Fix example broken by GH-30148 (GH-30203) (GH-30209)
Miss Islington (bot)
2021-12-20
1
-1/+1
*
[3.10] bpo-46104: Reduce use of pre-PEP 526 syntax in typing docs (GH-30148) ...
Miss Islington (bot)
2021-12-18
1
-9/+8
*
[3.10] [doc] bpo-45680: Disambiguate ``__getitem__`` and ``__class_getitem__`...
Miss Islington (bot)
2021-11-18
1
-0/+1
*
Remove reference to ``Tuple`` at top of ``typing`` docs (GH-29401)
Miss Islington (bot)
2021-11-04
1
-4/+3
*
bpo-45680: ``typing`` docs: improve links to docs on ``GenericAlias``/``__cla...
Miss Islington (bot)
2021-11-04
1
-4/+4
*
bpo-45655: Add ref to union type expressions at top of typing docs (GH-29309)
Miss Islington (bot)
2021-10-29
1
-1/+2
*
[3.10] bo-45655: Add "relevant PEPs" section to typing documentation (GH-29302)
Alex Waygood
2021-10-29
1
-7/+41
*
Add PEPs 593 & 647 to list of PEPs at top of typing docs (GH-29097)
Miss Islington (bot)
2021-10-20
1
-1/+1
*
bpo-44925: [docs] Fix confusing deprecation notice for typing.IO (GH-28004)
Miss Islington (bot)
2021-08-31
1
-4/+4
*
Move susp-ignored locations
Miss Islington (bot)
2021-08-22
1
-14/+16
*
bpo-44926: `get_type_hints`: Add note about type aliases with forward refs (G...
Miss Islington (bot)
2021-08-22
1
-0/+7
*
Doc: Change errant 3.10.0 to 3.10, to match other mentions (GH-27459) (GH-27479)
Miss Islington (bot)
2021-07-30
1
-2/+2
*
bpo-44353: Document that typing.NewType is now a class (GH-27319) (GH-27321)
Miss Islington (bot)
2021-07-24
1
-10/+19
*
bpo-43453: Update and re-add example to typing runtime_checkable (GH-27013)
Miss Islington (bot)
2021-07-05
1
-2/+7
*
bpo-38291: Remove mention of typing.io and typing.re again (GH-26113)
Miss Islington (bot)
2021-06-14
1
-2/+10
*
bpo-44001: improve Literal documentation (GH-25877) (#25882)
Miss Islington (bot)
2021-05-04
1
-2/+2
*
bpo-43766: Fix TypeGuard docs (#25660)
Ken Jin
2021-04-27
1
-8/+3
*
bpo-43766: Implement PEP 647 (User-Defined Type Guards) in typing.py (#25282)
Ken Jin
2021-04-27
1
-0/+74
*
bpo-43783: Add ParamSpecArgs/Kwargs (GH-25298)
Jelle Zijlstra
2021-04-11
1
-2/+22
*
bpo-41974: Remove part of the note regarding complex.__float__ (GH-25197)
DevilXD
2021-04-10
1
-4/+1
*
bpo-41370: Add note about ForwardRefs and PEP585 generic types in docs (#25183)
Ken Jin
2021-04-04
1
-2/+7
*
bpo-43345: Enhance TypedDict documentation. (#24668)
Paul Bryan
2021-02-28
1
-12/+13
*
bpo-41824: Add versionadded for typing.ForwardRef docs (#24224)
Ken Jin
2021-02-09
1
-0/+2
*
Fix various ParamSpec errors in typing (GH-24176)
Ken Jin
2021-01-11
1
-2/+2
*
Fix a typo in docs for typing.Concatenate (#24169)
Johan Dahlin
2021-01-08
1
-1/+1
[next]