1. 5abcbb3 typing.py: Consider ellipsis in TupleMeta.__eq__. By Kalle Tuure. github.com/python/typing/pull/201. by Guido van Rossum · 8 years ago
  2. f3ad042 Issue #25609: Backport typing.ContextManager. by Brett Cannon · 8 years ago
  3. 0e0563c Add Text=str. Make ItemsView derive from AbstractSet, not Set (which is the concrete set). by Guido van Rossum · 8 years ago
  4. bd5b9a0 Many changes from the upstream repo (https://github.com/python/typing). by Guido van Rossum · 8 years ago
  5. f17c200 Add Awaitable, AsyncIterable, AsyncIterator to typing.py. by Guido van Rossum · 9 years ago
  6. 557d1eb Issue #25665: Make NamedTuple picklable. by Guido van Rossum · 9 years ago
  7. 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
  8. ca636ea Issue #25390: typing: Don't crash on Union[str, Pattern]. by Guido van Rossum · 9 years ago
  9. 1b66910 Fix issue #24635. by Guido van Rossum · 9 years ago
  10. d70fe63 Issue #23973: Update typing.py from GitHub repo. by Guido van Rossum · 9 years ago
  11. 46dbb7d Preliminary typing.py, anticipating provisional acceptance of PEP 484. by Guido van Rossum · 9 years ago