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.12] typing docs: fix indentation of TypedDict deprecation notice (#120124)
Alex Waygood
2024-06-05
1
-3/+3
*
[3.12] Improve documentation for typing.get_type_hints (GH-119928) (#119944)
Miss Islington (bot)
2024-06-02
1
-26/+28
*
[3.12] Format None, True, False and NotImplemented as literals (GH-118758) (G...
Serhiy Storchaka
2024-05-08
1
-1/+1
*
[3.12] gh-117492: Clarify documentation of `typing.Never` (GH-117678) (#118547)
Miss Islington (bot)
2024-05-03
1
-24/+22
*
[3.12] gh-118030: Group definitions for `ParamSpecArgs` and `ParamSpecKwargs`...
Miss Islington (bot)
2024-04-22
1
-1/+1
*
[3.12] gh-114053: Fix bad interaction of PEP-695, PEP-563 and ``get_type_hint...
Alex Waygood
2024-04-19
1
-1/+3
*
[3.12] Docs: add link roles with Sphinx extlinks (GH-117850) (#117910)
Hugo van Kemenade
2024-04-15
1
-1/+1
*
[3.12] Link to the Python type system specification (GH-117400) (#117448)
Miss Islington (bot)
2024-04-02
1
-73/+15
*
[3.12] gh-115777: Fix double versionadded directives (GH-116269) (GH-116361)
Miss Islington (bot)
2024-03-05
1
-7/+1
*
[3.12] gh-113255: Clarify docs for `typing.reveal_type` (GH-113286) (#113323)
Miss Islington (bot)
2023-12-20
1
-12/+11
*
[3.12] gh-111681: minor fixes to typing doctests; remove unused imports in `t...
Alex Waygood
2023-11-13
1
-1/+1
*
[3.12] Glossary: Add "static type checker" (GH-111837) (#111854)
Miss Islington (bot)
2023-11-08
1
-2/+2
*
[3.12] gh-111729: update generic syntax for `typing.Concatenate` sample code ...
Miss Islington (bot)
2023-11-07
1
-5/+2
*
[3.12] gh-111151: Convert monospaced directives to :ref: (GH-111152) (#111269)
Miss Islington (bot)
2023-10-24
1
-5/+11
*
[3.12] Enhance TypedDict docs around required/optional keys (GH-109547) (#109...
Miss Islington (bot)
2023-10-04
1
-0/+15
*
[3.12] Fix typos in docs and comments (#109619) (#109621)
Alex Waygood
2023-10-02
1
-1/+1
*
[3.12] Fix typo in typing docs: Remove redundant backtick (GH-108559) (#108560)
Miss Islington (bot)
2023-08-28
1
-1/+1
*
[3.12] Clarify `Self` interaction with subclasses (GH-107511) (#107548)
Miss Islington (bot)
2023-08-01
1
-10/+21
*
[3.12] gh-105578: Add more usage examples to `typing.AnyStr` docs (GH-107045)...
Miss Islington (bot)
2023-07-31
1
-0/+15
*
[3.12] gh-107422: Remove outdated `TypedDict` example from typing docs (GH-10...
Miss Islington (bot)
2023-07-29
1
-3/+0
*
[3.12] gh-106745: typing docs: Clarify that removal of PEP-585 aliases is not...
Alex Waygood
2023-07-15
1
-26/+45
*
[3.12] gh-106461: typing: Consolidate docs on `Callable` (GH-106462) (#106574)
Miss Islington (bot)
2023-07-09
1
-55/+75
*
[3.12] Improve typing docs on the type of class objects (GH-106081) (#106096)
Miss Islington (bot)
2023-06-26
1
-49/+59
*
[3.12] Typing docs: fix typo in annotating tuples comment (GH-106048) (#106049)
Miss Islington (bot)
2023-06-23
1
-2/+2
*
[3.12] Typing docs: improve the guidance on annotating tuples (GH-106021) (#1...
Miss Islington (bot)
2023-06-23
1
-21/+72
*
[3.12] typing docs: Improve the intro to each section (GH-105901) (#105902)
Miss Islington (bot)
2023-06-19
1
-36/+40
*
[3.12] More reorganisation of the typing docs (GH-105787) (#105810)
Miss Islington (bot)
2023-06-15
1
-101/+117
*
[3.12] Improve docs for `typing.dataclass_transform` (GH-105792) (#105809)
Miss Islington (bot)
2023-06-15
1
-37/+69
*
[3.12] Typing docs: move the deprecated stuff below the non-deprecated stuff ...
Alex Waygood
2023-06-14
1
-496/+496
*
[3.12] Miscellaneous improvements to the typing docs (GH-105529) (#105567)
Miss Islington (bot)
2023-06-09
1
-74/+143
*
[3.12] Further improve docs for `typing.Annotated` (GH-105498) (#105503)
Miss Islington (bot)
2023-06-08
1
-55/+77
*
[3.12] typing: Improve documentation of generic classes and aliases (GH-10536...
Miss Islington (bot)
2023-06-07
1
-62/+86
*
[3.12] gh-97797: Improve documentation for typing.Annotated (GH-105365) (#105...
Miss Islington (bot)
2023-06-07
1
-19/+54
*
[3.12] Improve docs for `typing.TypeAlias` (GH-105372) (#105446)
Miss Islington (bot)
2023-06-07
1
-4/+26
*
[3.12] Improve code examples in `typing.rst` (GH-105346) (#105422)
Miss Islington (bot)
2023-06-07
1
-30/+75
*
[3.12] typing docs: Make the PEPs list an expandable section, hidden by defau...
Miss Islington (bot)
2023-06-07
1
-1/+11
*
[3.12] `typing.NewType` docs: the future performance improvements are now in ...
Miss Islington (bot)
2023-06-07
1
-3/+7
*
[3.12] gh-103921: Document PEP 695 (GH-104642) (#104989)
Miss Islington (bot)
2023-05-26
1
-216/+475
*
[3.12] gh-104874: Document NewType.__supertype__ (GH-104875) (#104906)
Miss Islington (bot)
2023-05-24
1
-0/+12
*
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
[next]