1. 03e3c34 bpo-31333: Re-implement ABCMeta in C (#5273) by Ivan Levkivskyi · 7 years ago
  2. d911e40 bpo-32226: PEP 560: improve typing module (#4906) by Ivan Levkivskyi · 7 years ago
  3. 29bc193 [bpo-28556] Minor fixes for typing module (#4710) by Ivan Levkivskyi · 7 years ago
  4. 03b9537 bpo-31567: more decorator markup fixes in docs (GH-3959) (#3966) by Éric Araujo · 7 years ago
  5. f350a26 bpo-28556: typing.get_type_hints: better globalns for classes and modules (#3582) by Łukasz Langa · 7 years ago
  6. 65bc620 bpo-28556: Minor updates to typing module (#3550) by Ivan Levkivskyi · 7 years ago
  7. 29fda8d bpo-28556: Updates to typing module (#2076) by Ivan Levkivskyi · 7 years ago
  8. f06e021 bpo-28556: Routine updates to typing (#1366) by Ivan Levkivskyi · 7 years ago
  9. 2e576f5 bpo-30144: Import collections ABC from collections.abc rather than collections. (#1263) by Serhiy Storchaka · 7 years ago
  10. 365cb5b bpo-28556: Fix regression that sneaked into recent typing updates (GH-270) by Ivan Levkivskyi · 8 years ago
  11. abb3b8a Update to typing: treat subscripted generics as proxies (#265) by Ivan Levkivskyi · 8 years ago
  12. b692dc8 bpo-28556: Various updates to typing (#28) by Ivan Levkivskyi · 8 years ago
  13. 95919c0 Issue #28556: Allow defining methods in NamedTuple class syntax (#362) by Guido van Rossum · 8 years ago
  14. d7adfe1 Issue #28556: various style fixes for typing.py by Guido van Rossum · 8 years ago
  15. e9ed560 Issue #29198: add AsyncGenerator (Jelle Zijlstra) by Guido van Rossum · 8 years ago
  16. 3c268be Issue #28556: allow default values in class form of NamedTuple -- Jelle Zijlstra by Guido van Rossum · 8 years ago
  17. 83ec302 Issue #28556: merge 5 more typing changes from upstream (#340, #344, #348, #349, #350) by Guido van Rossum · 8 years ago
  18. 8049052 Issue #29011: Fix an important omission by adding Deque to the typing module. by Raymond Hettinger · 8 years ago
  19. 61f0a02 Issue #28790: Fix error when using Generic and __slots__ (Ivan L) by Guido van Rossum · 8 years ago
  20. ca4b252 Issue #28556: two more small upstream changes by Ivan Levkivskyi (#329, #330) by Guido van Rossum · 8 years ago
  21. 2f84144 Issue #28556: Allow keyword syntax for NamedTuple (Ivan Levkivskyi) (upstream #321) by Guido van Rossum · 8 years ago
  22. f9099de Issue #28649: fix-typing-test-v2.diff by Guido van Rossum · 8 years ago
  23. 991d14f Issue #28556: More typing.py updates from upstream. by Guido van Rossum · 8 years ago
  24. 62fe1bb Issue #28556: updates to typing.py (add Coroutine, prohibit Generic[T]()) by Guido van Rossum · 8 years ago
  25. b7dedc8 Issue #28556: updates to typing.py (fix copy, deepcopy, pickle) by Guido van Rossum · 8 years ago
  26. 5fc25a8 Issue #28556: updates to typing.py by Guido van Rossum · 8 years ago
  27. 3b55799 Two minor typing.py fixes (upstream #305) by Guido van Rossum · 8 years ago
  28. ac353df Issue #28482: Skip a few test_typing tests if asyncio unavailable by Guido van Rossum · 8 years ago
  29. 7ef22d6 Sync typing.py from upstream by Guido van Rossum · 8 years ago
  30. e259267 Merge further typing.py changes from upstream. by Guido van Rossum · 8 years ago
  31. b47c9d2 More updates from upstream typing.py by Guido van Rossum · 8 years ago
  32. 4cefe74 Update typing.py and test_typing.py from upstream (https://github.com/python/typing) by Guido van Rossum · 8 years ago
  33. 0a6976d Issue #28079: Update typing and test typing from python/typing repo. by Guido van Rossum · 8 years ago
  34. efa798d A new version of typing.py from https://github.com/python/typing. by Guido van Rossum · 8 years ago
  35. 91185fe Sync typing.py with upstream. by Guido van Rossum · 8 years ago
  36. eb9aca3 Added Type[C] implementation to typing.py. by Guido van Rossum · 8 years ago
  37. 1cea70f Fix #27014 -- infinite recursion using typing.py. by Guido van Rossum · 8 years ago
  38. 75b1bdc Replace assert statements with self.assertXxx() calls by Zachary Ware · 8 years ago
  39. 5abcbb3 typing.py: Consider ellipsis in TupleMeta.__eq__. By Kalle Tuure. github.com/python/typing/pull/201. by Guido van Rossum · 8 years ago
  40. 6aafbd4 Sync test_typing.py with upstream git repo (typing.py was already synced). by Guido van Rossum · 8 years ago
  41. bd5b9a0 Many changes from the upstream repo (https://github.com/python/typing). by Guido van Rossum · 8 years ago
  42. f17c200 Add Awaitable, AsyncIterable, AsyncIterator to typing.py. by Guido van Rossum · 9 years ago
  43. 6d9e923 Issue #25665: Test pickling with all protocols in test_typing. by Serhiy Storchaka · 9 years ago
  44. 557d1eb Issue #25665: Make NamedTuple picklable. by Guido van Rossum · 9 years ago
  45. 05e3090 Remove unused imports from test_typing.py. by Guido van Rossum · 9 years ago
  46. 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
  47. ca636ea Issue #25390: typing: Don't crash on Union[str, Pattern]. by Guido van Rossum · 9 years ago
  48. 1b66910 Fix issue #24635. by Guido van Rossum · 9 years ago
  49. d70fe63 Issue #23973: Update typing.py from GitHub repo. by Guido van Rossum · 9 years ago
  50. 46dbb7d Preliminary typing.py, anticipating provisional acceptance of PEP 484. by Guido van Rossum · 9 years ago