1. efa798d A new version of typing.py from https://github.com/python/typing. by Guido van Rossum · 8 years ago
  2. 91185fe Sync typing.py with upstream. by Guido van Rossum · 8 years ago
  3. eb9aca3 Added Type[C] implementation to typing.py. by Guido van Rossum · 8 years ago
  4. 1cea70f Fix #27014 -- infinite recursion using typing.py. by Guido van Rossum · 8 years ago
  5. 75b1bdc Replace assert statements with self.assertXxx() calls by Zachary Ware · 8 years ago
  6. 5abcbb3 typing.py: Consider ellipsis in TupleMeta.__eq__. By Kalle Tuure. github.com/python/typing/pull/201. by Guido van Rossum · 8 years ago
  7. 6aafbd4 Sync test_typing.py with upstream git repo (typing.py was already synced). by Guido van Rossum · 8 years ago
  8. bd5b9a0 Many changes from the upstream repo (https://github.com/python/typing). by Guido van Rossum · 8 years ago
  9. f17c200 Add Awaitable, AsyncIterable, AsyncIterator to typing.py. by Guido van Rossum · 9 years ago
  10. 6d9e923 Issue #25665: Test pickling with all protocols in test_typing. by Serhiy Storchaka · 9 years ago
  11. 557d1eb Issue #25665: Make NamedTuple picklable. by Guido van Rossum · 9 years ago
  12. 05e3090 Remove unused imports from test_typing.py. by Guido van Rossum · 9 years ago
  13. bb7c57c Issue #25472: In B[<type>], insert B in front of __bases__, to make the __dict__ descriptor work. by Guido van Rossum · 9 years ago
  14. ca636ea Issue #25390: typing: Don't crash on Union[str, Pattern]. by Guido van Rossum · 9 years ago
  15. 1b66910 Fix issue #24635. by Guido van Rossum · 9 years ago
  16. d70fe63 Issue #23973: Update typing.py from GitHub repo. by Guido van Rossum · 9 years ago
  17. 46dbb7d Preliminary typing.py, anticipating provisional acceptance of PEP 484. by Guido van Rossum · 9 years ago