summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_typing.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #28556: updates to typing.py (add Coroutine, prohibit Generic[T]())Guido van Rossum2016-10-291-1/+22
* Issue #28556: updates to typing.py (fix copy, deepcopy, pickle)Guido van Rossum2016-10-291-0/+19
* Issue #28556: updates to typing.pyGuido van Rossum2016-10-291-21/+136
* Two minor typing.py fixes (upstream #305)Guido van Rossum2016-10-221-1/+1
* Issue #28482: Skip a few test_typing tests if asyncio unavailableGuido van Rossum2016-10-211-7/+10
* Sync typing.py from upstreamGuido van Rossum2016-10-211-5/+91
* Merge further typing.py changes from upstream.Guido van Rossum2016-10-091-0/+79
* More updates from upstream typing.pyGuido van Rossum2016-10-031-29/+38
* Update typing.py and test_typing.py from upstream (https://github.com/python/...Guido van Rossum2016-09-271-223/+114
* Issue #28079: Update typing and test typing from python/typing repo.Guido van Rossum2016-09-111-2/+140
* A new version of typing.py from https://github.com/python/typing.Guido van Rossum2016-08-231-1/+12
* Sync typing.py with upstream.Guido van Rossum2016-06-081-2/+36
* Added Type[C] implementation to typing.py.Guido van Rossum2016-05-241-0/+28
* Fix #27014 -- infinite recursion using typing.py.Guido van Rossum2016-05-181-3/+22
* Replace assert statements with self.assertXxx() callsZachary Ware2016-04-191-280/+304
* typing.py: Consider ellipsis in TupleMeta.__eq__. By Kalle Tuure. github.com/...Guido van Rossum2016-04-181-0/+6
* Sync test_typing.py with upstream git repo (typing.py was already synced).Guido van Rossum2016-04-181-0/+20
* Many changes from the upstream repo (https://github.com/python/typing).Guido van Rossum2016-04-051-27/+129
* Add Awaitable, AsyncIterable, AsyncIterator to typing.py.Guido van Rossum2015-12-041-0/+61
* Issue #25665: Test pickling with all protocols in test_typing.Serhiy Storchaka2015-11-201-8/+10
* Issue #25665: Make NamedTuple picklable.Guido van Rossum2015-11-191-0/+8
* Remove unused imports from test_typing.py.Guido van Rossum2015-11-191-5/+0
* Issue #25472: In B[<type>], insert B in front of __bases__, to make the __dic...Guido van Rossum2015-11-191-0/+30
* Issue #25390: typing: Don't crash on Union[str, Pattern].Guido van Rossum2015-10-191-0/+4
* Fix issue #24635.Guido van Rossum2015-09-041-3/+14
* Issue #23973: Update typing.py from GitHub repo.Guido van Rossum2015-08-051-201/+74
* Preliminary typing.py, anticipating provisional acceptance of PEP 484.Guido van Rossum2015-05-221-0/+1373