1. 5265b3a Fix typo in typing.py module docstring (#9014) by Tim McNamara · 6 years ago
  2. 86bfed3 Fix typo in TypeVar docstring (#8142) by João D. Ferreira · 6 years ago
  3. 97b523d bpo-33652: Remove __getstate__ and __setstate__ methods in typing. (GH-7144) by Serhiy Storchaka · 6 years ago
  4. 09f3221 bpo-33652: Improve pickle support in the typing module. (GH-7123) by Serhiy Storchaka · 6 years ago
  5. 0e61dff Reverse the meaning of is_argument when used for type check (GH-7039) by Nina Zakharenko · 6 years ago
  6. f65e31f bpo-28556: Don't simplify unions at runtime (GH-6841) by Ivan Levkivskyi · 6 years ago
  7. 2d2d3b1 Fix ClassVar as string fails when getting type hints (GH-6824) by Nina Zakharenko · 6 years ago
  8. b551e9f Fix a bug in Generic.__new__ (GH-6758) by Ivan Levkivskyi · 6 years ago
  9. 43d12a6 bpo-28556: Minor fixes for typing module (GH-6732) by Ivan Levkivskyi · 6 years ago
  10. 61f82e0 Spelling fixes to docs, docstrings, and comments (GH-6374) by Ville Skyttä · 6 years ago
  11. 2a363d2 bpo-32873: Remove a name hack for generic aliases in typing module (GH-6376) by Ivan Levkivskyi · 6 years ago
  12. ee566fe Call super in Generic.__init_subclass__ (#6356) by Ivan Levkivskyi · 6 years ago
  13. 8349403 bpo-32873: Treat type variables and special typing forms as immutable by copy and pickle (GH-6216) by Ivan Levkivskyi · 6 years ago
  14. 4573820 bpo-33061: Add missing 'NoReturn' to __all__ in typing.py (GH-6127) by aetracht · 6 years ago
  15. d911e40 bpo-32226: PEP 560: improve typing module (#4906) by Ivan Levkivskyi · 7 years ago
  16. 29bc193 [bpo-28556] Minor fixes for typing module (#4710) by Ivan Levkivskyi · 7 years ago
  17. f350a26 bpo-28556: typing.get_type_hints: better globalns for classes and modules (#3582) by Łukasz Langa · 7 years ago
  18. 65bc620 bpo-28556: Minor updates to typing module (#3550) by Ivan Levkivskyi · 7 years ago
  19. 29fda8d bpo-28556: Updates to typing module (#2076) by Ivan Levkivskyi · 7 years ago
  20. f06e021 bpo-28556: Routine updates to typing (#1366) by Ivan Levkivskyi · 7 years ago
  21. 365cb5b bpo-28556: Fix regression that sneaked into recent typing updates (GH-270) by Ivan Levkivskyi · 7 years ago
  22. abb3b8a Update to typing: treat subscripted generics as proxies (#265) by Ivan Levkivskyi · 7 years ago
  23. b692dc8 bpo-28556: Various updates to typing (#28) by Ivan Levkivskyi · 7 years ago
  24. 95919c0 Issue #28556: Allow defining methods in NamedTuple class syntax (#362) by Guido van Rossum · 8 years ago
  25. d7adfe1 Issue #28556: various style fixes for typing.py by Guido van Rossum · 8 years ago
  26. e9ed560 Issue #29198: add AsyncGenerator (Jelle Zijlstra) by Guido van Rossum · 8 years ago
  27. 3c268be Issue #28556: allow default values in class form of NamedTuple -- Jelle Zijlstra by Guido van Rossum · 8 years ago
  28. 83ec302 Issue #28556: merge 5 more typing changes from upstream (#340, #344, #348, #349, #350) by Guido van Rossum · 8 years ago
  29. 8049052 Issue #29011: Fix an important omission by adding Deque to the typing module. by Raymond Hettinger · 8 years ago
  30. 61f0a02 Issue #28790: Fix error when using Generic and __slots__ (Ivan L) by Guido van Rossum · 8 years ago
  31. b24569a Issue #28556: upstream improvements to docstrings and error messages by Ivan Levkivskyi (#331) by Guido van Rossum · 8 years ago
  32. ca4b252 Issue #28556: two more small upstream changes by Ivan Levkivskyi (#329, #330) by Guido van Rossum · 8 years ago
  33. 2f84144 Issue #28556: Allow keyword syntax for NamedTuple (Ivan Levkivskyi) (upstream #321) by Guido van Rossum · 8 years ago
  34. dad1790 Issue #28649: fix second issue with _ForwardRef (#328) by Guido van Rossum · 8 years ago
  35. c7b9295 Issue #28649: fix first issue with _ForwardRef (#327) by Guido van Rossum · 8 years ago
  36. 9b10756 Issue #28649: typing-clear-caches.patch by Guido van Rossum · 8 years ago
  37. 991d14f Issue #28556: More typing.py updates from upstream. by Guido van Rossum · 8 years ago
  38. 62fe1bb Issue #28556: updates to typing.py (add Coroutine, prohibit Generic[T]()) by Guido van Rossum · 8 years ago
  39. b7dedc8 Issue #28556: updates to typing.py (fix copy, deepcopy, pickle) by Guido van Rossum · 8 years ago
  40. 5fc25a8 Issue #28556: updates to typing.py by Guido van Rossum · 8 years ago
  41. 3b55799 Two minor typing.py fixes (upstream #305) by Guido van Rossum · 8 years ago
  42. 9f91e85 Fix indent by Guido van Rossum · 8 years ago
  43. 7ef22d6 Sync typing.py from upstream by Guido van Rossum · 8 years ago
  44. 5e2a0ef Issue #28339: Remove ByteString.register(memoryview(...)) from typing.py. by Guido van Rossum · 8 years ago
  45. e259267 Merge further typing.py changes from upstream. by Guido van Rossum · 8 years ago
  46. b47c9d2 More updates from upstream typing.py by Guido van Rossum · 8 years ago
  47. 4cefe74 Update typing.py and test_typing.py from upstream (https://github.com/python/typing) by Guido van Rossum · 8 years ago
  48. 0a6976d Issue #28079: Update typing and test typing from python/typing repo. by Guido van Rossum · 8 years ago
  49. efa798d A new version of typing.py from https://github.com/python/typing. by Guido van Rossum · 8 years ago
  50. 91185fe Sync typing.py with upstream. by Guido van Rossum · 8 years ago
  51. b22c708 Comment/docstring tweaks for typing.py. by Guido van Rossum · 8 years ago
  52. eb9aca3 Added Type[C] implementation to typing.py. by Guido van Rossum · 8 years ago
  53. 1cea70f Fix #27014 -- infinite recursion using typing.py. by Guido van Rossum · 8 years ago
  54. 5abcbb3 typing.py: Consider ellipsis in TupleMeta.__eq__. By Kalle Tuure. github.com/python/typing/pull/201. by Guido van Rossum · 8 years ago
  55. f3ad042 Issue #25609: Backport typing.ContextManager. by Brett Cannon · 8 years ago
  56. 0e0563c Add Text=str. Make ItemsView derive from AbstractSet, not Set (which is the concrete set). by Guido van Rossum · 8 years ago
  57. bd5b9a0 Many changes from the upstream repo (https://github.com/python/typing). by Guido van Rossum · 8 years ago
  58. f17c200 Add Awaitable, AsyncIterable, AsyncIterator to typing.py. by Guido van Rossum · 9 years ago
  59. 557d1eb Issue #25665: Make NamedTuple picklable. by Guido van Rossum · 9 years ago
  60. 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
  61. ca636ea Issue #25390: typing: Don't crash on Union[str, Pattern]. by Guido van Rossum · 9 years ago
  62. 1b66910 Fix issue #24635. by Guido van Rossum · 9 years ago
  63. d70fe63 Issue #23973: Update typing.py from GitHub repo. by Guido van Rossum · 9 years ago
  64. 46dbb7d Preliminary typing.py, anticipating provisional acceptance of PEP 484. by Guido van Rossum · 9 years ago