summaryrefslogtreecommitdiff
path: root/Lib/typing.py
Commit message (Expand)AuthorAgeFilesLines
* A new version of typing.py from https://github.com/python/typing.Guido van Rossum2016-08-231-25/+43
* Sync typing.py with upstream.Guido van Rossum2016-06-081-2/+40
* Comment/docstring tweaks for typing.py.Guido van Rossum2016-05-261-1/+2
* Added Type[C] implementation to typing.py.Guido van Rossum2016-05-241-1/+33
* Fix #27014 -- infinite recursion using typing.py.Guido van Rossum2016-05-181-11/+9
* typing.py: Consider ellipsis in TupleMeta.__eq__. By Kalle Tuure. github.com/...Guido van Rossum2016-04-181-1/+2
* Issue #25609: Backport typing.ContextManager.Brett Cannon2016-04-151-0/+7
* Add Text=str. Make ItemsView derive from AbstractSet, not Set (which is the c...Guido van Rossum2016-04-051-1/+6
* Many changes from the upstream repo (https://github.com/python/typing).Guido van Rossum2016-04-051-152/+242
* Add Awaitable, AsyncIterable, AsyncIterator to typing.py.Guido van Rossum2015-12-031-0/+15
* Issue #25665: Make NamedTuple picklable.Guido van Rossum2015-11-191-0/+5
* Issue #25472: In B[<type>], insert B in front of __bases__, to make the __dic...Guido van Rossum2015-11-181-1/+1
* Issue #25390: typing: Don't crash on Union[str, Pattern].Guido van Rossum2015-10-191-0/+3
* Fix issue #24635.Guido van Rossum2015-09-041-5/+10
* Issue #23973: Update typing.py from GitHub repo.Guido van Rossum2015-08-051-147/+76
* Preliminary typing.py, anticipating provisional acceptance of PEP 484.Guido van Rossum2015-05-221-0/+1714