1. f8cb8a1 Issue #27985: Implement PEP 526 -- Syntax for Variable Annotations. by Yury Selivanov · 8 years ago
  2. 4f29e75 Issue #24254: Drop cls.__definition_order__. by Eric Snow · 8 years ago
  3. 92a6c17 Issue #24254: Preserve class attribute definition order. by Eric Snow · 8 years ago
  4. efa798d A new version of typing.py from https://github.com/python/typing. by Guido van Rossum · 8 years ago
  5. 91185fe Sync typing.py with upstream. by Guido van Rossum · 8 years ago
  6. b22c708 Comment/docstring tweaks for typing.py. by Guido van Rossum · 8 years ago
  7. eb9aca3 Added Type[C] implementation to typing.py. by Guido van Rossum · 8 years ago
  8. 1cea70f Fix #27014 -- infinite recursion using typing.py. by Guido van Rossum · 8 years ago
  9. 5abcbb3 typing.py: Consider ellipsis in TupleMeta.__eq__. By Kalle Tuure. github.com/python/typing/pull/201. by Guido van Rossum · 8 years ago
  10. f3ad042 Issue #25609: Backport typing.ContextManager. by Brett Cannon · 8 years ago
  11. 0e0563c Add Text=str. Make ItemsView derive from AbstractSet, not Set (which is the concrete set). by Guido van Rossum · 8 years ago
  12. bd5b9a0 Many changes from the upstream repo (https://github.com/python/typing). by Guido van Rossum · 8 years ago
  13. f17c200 Add Awaitable, AsyncIterable, AsyncIterator to typing.py. by Guido van Rossum · 9 years ago
  14. 557d1eb Issue #25665: Make NamedTuple picklable. by Guido van Rossum · 9 years ago
  15. 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
  16. ca636ea Issue #25390: typing: Don't crash on Union[str, Pattern]. by Guido van Rossum · 9 years ago
  17. 1b66910 Fix issue #24635. by Guido van Rossum · 9 years ago
  18. d70fe63 Issue #23973: Update typing.py from GitHub repo. by Guido van Rossum · 9 years ago
  19. 46dbb7d Preliminary typing.py, anticipating provisional acceptance of PEP 484. by Guido van Rossum · 9 years ago