summaryrefslogtreecommitdiffstats
path: root/Lib/typing.py
Commit message (Expand)AuthorAgeFilesLines
* 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-041-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-191-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