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.8] bpo-41824: Fix indentation issue in ForwardRef docs (#24495)
Ken Jin
2021-02-09
1
-1/+1
*
[3.8] bpo-41824: Add versionadded for typing.ForwardRef docs (#24224) (#24494)
Ken Jin
2021-02-09
1
-0/+2
*
Doc: fix typo in typing.Type docs (GH-23460)
Miss Islington (bot)
2020-11-22
1
-1/+1
*
[3.8] [doc] Fix link to abc.collections.Iterable (GH-22502) (#22504)
Andre Delfino
2020-10-11
1
-1/+1
*
[doc] Fix link to abc.collections.Iterable (GH-22520)
Miss Skeleton (bot)
2020-10-03
1
-2/+2
*
[3.8] bpo-41624: fix documentation of typing.Coroutine (GH-21952). (#21983)
Karthikeyan Singaravelan
2020-08-28
1
-1/+1
*
Fix typo in typing doc (GH-21879)
Miss Islington (bot)
2020-08-14
1
-1/+1
*
bpo-33864: Clarify the docs for typing.ByteString (GH-21311)
Miss Islington (bot)
2020-07-04
1
-1/+1
*
bpo-40745: Fix typos in NewType docs (GH-20379)
Miss Islington (bot)
2020-05-26
1
-2/+2
*
bpo-36320: Use the deprecated-removed directive for _field_types (GH-19370)
Serhiy Storchaka
2020-04-04
1
-1/+1
*
Add a missing space after a period in 'typing.TypedDict' documentation (GH-18...
Miss Islington (bot)
2020-03-05
1
-1/+1
*
bpo-39572: Document ’total’ flag of TypedDict (GH-18554)
Miss Islington (bot)
2020-02-19
1
-2/+14
*
bpo-38467: Fix argument name of typing functions (GH-16753)
Miss Islington (bot)
2019-10-13
1
-2/+2
*
bpo-28556: Remove another mention of metaclass of Generic in typing docs (GH-...
Miss Islington (bot)
2019-10-13
1
-2/+2
*
bpo-32996: Documentation fix-up. (GH-16646)
Miss Islington (bot)
2019-10-10
1
-3/+4
*
bpo-28556: Update the opening note in typing docs (GH-16204)
Miss Islington (bot)
2019-09-16
1
-4/+3
*
bpo-37814: Document the empty tuple type annotation syntax (GH-15208)
Miss Islington (bot)
2019-08-13
1
-1/+2
*
Document typing.ForwardRef (GH-14216)
Miss Islington (bot)
2019-06-19
1
-0/+7
*
Improve version added references in `typing` module docs (GH-13457)
Anthony Sottile
2019-06-02
1
-4/+18
*
bpo-29262: Add get_origin() and get_args() introspection helpers to typing (G...
Ivan Levkivskyi
2019-05-30
1
-0/+19
*
bpo-37058: PEP 544: Add Protocol to typing module (GH-13585)
Ivan Levkivskyi
2019-05-28
1
-1/+97
*
bpo-37049: PEP 589: Add TypedDict to typing module (GH-13573)
Ivan Levkivskyi
2019-05-26
1
-0/+33
*
bpo-37046: PEP 586: Add Literal to typing module (#13572)
Ivan Levkivskyi
2019-05-26
1
-0/+22
*
bpo-37045: PEP 591: Add final qualifiers to typing module (GH-13571)
Ivan Levkivskyi
2019-05-26
1
-0/+44
*
bpo-36972: Add SupportsIndex (GH-13448)
Paul Dagnelie
2019-05-22
1
-0/+6
*
Fix wrong indentation of a paragraph in documentation (GH-12868)
cocoatomo
2019-04-18
1
-2/+2
*
bpo-35581: Document @typing.type_check_only (GH-11312)
Sebastian Rittau
2019-04-12
1
-0/+18
*
bpo-36320: Switch typing.NamedTuple from OrderedDict to regular dict (GH-12396)
Raymond Hettinger
2019-03-18
1
-4/+14
*
Update the seealso entries for namedtuple() (GH-12373)
Raymond Hettinger
2019-03-16
1
-1/+1
*
Fix the versionadded info for typing.NoReturn (GH-11880)
Jack Wilsdon
2019-02-15
1
-1/+1
*
bpo-35631: Improve typing docs wrt abstract/concrete collection types (GH-11396)
Ville Skyttä
2019-01-04
1
-8/+17
*
Add 2 missing commas (GH-10698)
Boštjan Mejak
2018-12-23
1
-1/+1
*
bpo-35341: Add generic version of OrderedDict to typing (GH-10850)
Ismo Toijala
2018-12-02
1
-0/+6
*
bpo-35089: Don't mention typing.io and typing.re (GH-10173)
Sebastian Rittau
2018-10-28
1
-16/+9
*
bpo-35042: Use the :pep: role where a PEP is specified (#10036)
Stéphane Wirtel
2018-10-26
1
-1/+1
*
bpo-35044, doc: Use the :exc: role for the exceptions (GH-10037)
Stéphane Wirtel
2018-10-26
1
-1/+1
*
Clarify that Type[SomeTypeVar] is legal (#9585)
Michael Lee
2018-09-26
1
-3/+6
*
bpo-34336: Don't promote possibility to leave out typing.Optional (#8677)
Ville Skyttä
2018-08-05
1
-4/+12
*
Document typing.NoReturn (GH-7107)
Ivan Levkivskyi
2018-05-25
1
-0/+12
*
bpo-28556: Don't simplify unions at runtime (GH-6841)
Ivan Levkivskyi
2018-05-18
1
-4/+3
*
Add AsyncContextManager to typing module documentation. (GH-6822)
Travis DePrato
2018-05-14
1
-0/+6
*
bpo-32284: Fix documentation of BinaryIO and TextIO (#4832)
Sebastian Rittau
2017-12-13
1
-3/+3
*
bpo-29879: Update typing documentation. (GH-4573)
Ivan Levkivskyi
2017-11-26
1
-0/+12
*
bpo-31567: more decorator markup fixes in docs (GH-3959) (#3966)
Éric Araujo
2017-10-12
1
-3/+3
*
bpo-31564: Update typing documentation (GH-3696)
topper-123
2017-09-24
1
-3/+9
*
bpo-30619: Clarify typing.Union documentation (GH-2326)
khyox
2017-06-22
1
-1/+1
*
bpo-29974: Improve typing.TYPE_CHECKING example (GH-982)
Mathias Rav
2017-04-26
1
-2/+7
*
Improvements to typing documentation (#967)
Jelle Zijlstra
2017-04-08
1
-7/+43
*
bpo-29481: add versionadded 3.6.1 to typing.Deque docs (#107)
Mariatta
2017-02-15
1
-0/+2
*
Issue #29198: Merge from 3.5
Berker Peksag
2017-02-04
1
-2/+2
|
\
[next]