| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | bpo-41559: Documentation for PEP 612 (GH-24000) | Ken Jin | 2021-01-02 | 1 | -1/+203 |
|
|
* | Doc: fix typo in typing.Type docs (GH-23460) | John Belmonte | 2020-11-22 | 1 | -1/+1 |
|
|
* | bpo-42345: Add whatsnew and versionchanged for typing.Literal in 3.9 (GH-23386) | kj | 2020-11-19 | 1 | -0/+6 |
|
|
* | bpo-42345: Fix hash implementation of typing.Literal (GH-23383) | Yurii Karabas | 2020-11-19 | 1 | -3/+3 |
|
|
* | bpo-42317: Improve docs of typing.get_args concerning Union (GH-23254) | Dominik1123 | 2020-11-16 | 1 | -0/+3 |
|
|
* | bpo-42198: Link to GenericAlias in typing and expressions (GH-23030) | kj | 2020-10-30 | 1 | -37/+74 |
|
|
* | [doc] Add mentions of PEP 613 (TypeAlias) to docs (GH-22733) | Andre Delfino | 2020-10-17 | 1 | -1/+3 |
|
|
* | Fix typo in "Context manager types" section in typing.rst (GH-22676) | Saiyang Gou | 2020-10-12 | 1 | -2/+2 |
|
|
* | Fix typo in typing.rst (GH-22625) | abdo | 2020-10-11 | 1 | -1/+1 |
|
|
* | bpo-41923: PEP 613: Add TypeAlias to typing module (#22532) | Mikhail Golubev | 2020-10-07 | 1 | -0/+13 |
|
|
* | bpo-41428: Documentation for PEP 604 (gh-22517) | Fidget-Spinner | 2020-10-05 | 1 | -0/+4 |
|
|
* | [doc] Use list[int] instead of List[int] (etc.) in a few more places (GH-22524) | Andre Delfino | 2020-10-03 | 1 | -6/+6 |
|
|
* | [doc] Fix link to abc.collections.Iterable (GH-22520) | Andre Delfino | 2020-10-03 | 1 | -2/+2 |
|
|
* | [doc] Fix link to abc.collections.Iterable (GH-22502) | Andre Delfino | 2020-10-02 | 1 | -1/+1 |
|
|
* | Fix is_typeddict markup (#22501) | Andre Delfino | 2020-10-02 | 1 | -5/+6 |
|
|
* | [doc] Leverage the fact that the actual types can now be indexed for typing (... | Andre Delfino | 2020-09-27 | 1 | -23/+26 |
|
|
* | [doc] Minor improvements to is_typeddict (GH-22280) | Andre Delfino | 2020-09-16 | 1 | -1/+1 |
|
|
* | bpo-41792: Add is_typeddict function to typing.py (GH-22254) | Patrick Reader | 2020-09-16 | 1 | -0/+14 |
|
|
* | [doc] Add link to Generic in typing (GH-22125) | Andre Delfino | 2020-09-07 | 1 | -1/+1 |
|
|
* | [doc] Fix padding in some typing definitions (GH-22114) | Andre Delfino | 2020-09-05 | 1 | -12/+12 |
|
|
* | bpo-41624: fix documentation of typing.Coroutine (GH-21952) | MingZhe Hu | 2020-08-27 | 1 | -1/+1 |
|
|
* | Fix typo in typing doc (GH-21879) | Irit Katriel | 2020-08-14 | 1 | -1/+1 |
|
|
* | bpo-40979: refactored typing.rst; (mostly) same content, new sub-sections and... | Luciano Ramalho | 2020-08-02 | 1 | -614/+823 |
|
|
* | bpo-33864: Clarify the docs for typing.ByteString (GH-21311) | Zackery Spytz | 2020-07-04 | 1 | -1/+1 |
|
|
* | bpo-40745: Fix typos in NewType docs (GH-20379) | ziheng | 2020-05-26 | 1 | -2/+2 |
|
|
* | bpo-40182: Remove the _field_types attribute of the NamedTuple class (GH-19368) | Serhiy Storchaka | 2020-04-04 | 1 | -4/+5 |
|
|
* | 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) | ananthan-123 | 2020-02-19 | 1 | -2/+14 |
|
|
* | bpo-39491: Merge PEP 593 (typing.Annotated) support (#18260) | Jakub Stasiak | 2020-02-05 | 1 | -1/+101 |
|
|
* | bpo-38467: Fix argument name of typing functions (GH-16753) | Sebastian Rittau | 2019-10-13 | 1 | -2/+2 |
|
|
* | bpo-28556: Remove another mention of metaclass of Generic in typing docs (GH-... | Ivan Levkivskyi | 2019-10-13 | 1 | -2/+2 |
|
|
* | bpo-32996: Documentation fix-up. (GH-16646) | M. Eric Irrgang | 2019-10-10 | 1 | -3/+4 |
|
|
* | bpo-28556: Update the opening note in typing docs (GH-16204) | Ivan Levkivskyi | 2019-09-16 | 1 | -4/+3 |
|
|