1. a9f05d6 bpo-37032: Add CodeType.replace() method (GH-13542) by Victor Stinner · 5 years ago
  2. 8c77b8c bpo-36540: PEP 570 -- Implementation (GH-12701) by Pablo Galindo · 5 years ago
  3. 0a6a412 bpo-36091: Remove reference to async generator in Lib/types.py. (GH-11996) by Henry Chen · 5 years ago
  4. df8d2cd bpo-35911: add cell constructor (GH-11771) by Pierre Glaser · 5 years ago
  5. 3327a2d bpo-32265: Classify class and static methods of builtin types. (#4776) by Serhiy Storchaka · 7 years ago
  6. 2b5fd1e bpo-32226: Implementation of PEP 560 (core components) (#4732) by Ivan Levkivskyi · 7 years ago
  7. 8110837 bpo-30152: Reduce the number of imports for argparse. (#1269) by Serhiy Storchaka · 7 years ago
  8. 08c1601 bpo:29950: Rename SlotWrapperType to WrapperDescriptorType (GH-926) by Jim Fasarakis-Hilliard · 7 years ago
  9. 934aba6 Issue #29377: Add three new wrappers to types.py (Manuel Krebber). by Guido van Rossum · 7 years ago
  10. eb63645 Issue #28003: Implement PEP 525 -- Asynchronous Generators. by Yury Selivanov · 8 years ago
  11. 4f29e75 Issue #24254: Drop cls.__definition_order__. by Eric Snow · 8 years ago
  12. 92a6c17 Issue #24254: Preserve class attribute definition order. by Eric Snow · 8 years ago
  13. fdbeb2b Issue #24400: Resurrect inspect.isawaitable() by Yury Selivanov · 9 years ago
  14. 53e6230 Issue #24450: Proxy cr_await and gi_yieldfrom in @types.coroutine by Yury Selivanov · 9 years ago
  15. f847f1f Issue #24400, #24325: More tests for types._GeneratorWrapper by Yury Selivanov · 9 years ago
  16. 00e3372 Issue #24325, #24400: Add more unittests for types.coroutine; tweak wrapper implementation. by Yury Selivanov · 9 years ago
  17. 5376ba9 Issue #24400: Introduce a distinct type for 'async def' coroutines. by Yury Selivanov · 9 years ago
  18. 13f7723 Issue 24316: Wrap gen objects returned from callables in types.coroutine by Yury Selivanov · 9 years ago
  19. c565cd5 Issue 24316: Fix types.coroutine() to accept objects from Cython by Yury Selivanov · 9 years ago
  20. 7544508 PEP 0492 -- Coroutines with async and await syntax. Issue #24017. by Yury Selivanov · 9 years ago
  21. 7beb4f9 Issue #23504: Added an __all__ to the types module. by Serhiy Storchaka · 9 years ago
  22. 63c141c Close #19030: inspect.getmembers and inspect.classify_class_attrs by Ethan Furman · 11 years ago
  23. e03ea37 Close #19030: improvements to inspect and Enum. by Ethan Furman · 11 years ago
  24. 409da15 Eric Snow's implementation of PEP 421. by Barry Warsaw · 12 years ago
  25. 7fc570a Close #14588: added a PEP 3115 compliant dynamic type creation mechanism by Nick Coghlan · 12 years ago
  26. 0db176f Issue #14386: Expose the dict_proxy internal type as types.MappingProxyType by Victor Stinner · 12 years ago
  27. 5e69685 Merged revisions 62194,62197-62198,62204-62205,62214,62219-62221,62227,62229-62231,62233-62235,62237-62239 via svnmerge from by Christian Heimes · 16 years ago
  28. e5a32dc Fix docstring of types.py. by Georg Brandl · 17 years ago
  29. 0db3853 Removed more types from the types module by Christian Heimes · 17 years ago
  30. c9543e4 Removed the new module by Christian Heimes · 17 years ago
  31. 4a22b5d Patch from Georg Brandl and me for #1493 Remove unbound method objects by Christian Heimes · 17 years ago
  32. bae07c9 Breaking ground for PEP 3137 implementation: by Guido van Rossum · 17 years ago
  33. 1325790 Merged revisions 55795-55816 via svnmerge from by Guido van Rossum · 17 years ago
  34. a8add0e Merged revisions 55270-55324 via svnmerge from by Guido van Rossum · 17 years ago
  35. 74302db Get rid of 'file' built-in. Get rid of types.StringType and friends. by Guido van Rossum · 17 years ago
  36. 805365e Merged revisions 55007-55179 via svnmerge from by Guido van Rossum · 17 years ago
  37. ef87d6e Rip out all the u"..." literals and calls to unicode(). by Guido van Rossum · 17 years ago
  38. a18af4e PEP 3114: rename .next() to .__next__() and add next() builtin. by Georg Brandl · 17 years ago
  39. 221085d Change all the function attributes from func_* -> __*__. This gets rid by Neal Norwitz · 17 years ago
  40. e2a383d Rip out 'long' and 'L'-suffixed integer literals. (Rough first cut.) by Guido van Rossum · 18 years ago
  41. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  42. 65810fe SF patch 1495675: Remove types.InstanceType and new.instance (Collin Winter) by Guido van Rossum · 18 years ago
  43. 264c659 Oops! Restored the pickle test to test_pyclbr, but changed types.py so by Tim Peters · 20 years ago
  44. ba20533 [ 683376 ] Adding NotImplementedType to types.py by Just van Rossum · 21 years ago
  45. bea18cc SF patch 568629 by Oren Tirosh: types made callable. by Guido van Rossum · 22 years ago
  46. c4c453f Skip Montanaro's patch, SF 559833, exposing xrange type in builtins. by Raymond Hettinger · 22 years ago
  47. 012ed5d add BooleanType by Skip Montanaro · 22 years ago
  48. 496563a Remove some now-obsolete generator future statements. by Tim Peters · 22 years ago
  49. 8b6bd42 Patch #487455: make types.StringTypes a tuple. by Martin v. Löwis · 23 years ago
  50. a427a2b Rename "dictionary" (type and constructor) to "dict". by Tim Peters · 23 years ago
  51. 4f38c1e Don't export generators future info by Jeremy Hylton · 23 years ago
  52. 26991a7 SF [#463737] Add types.CallableIterType by Tim Peters · 23 years ago
  53. 59c9a64 SF bug [#460467] file objects should be subclassable. by Tim Peters · 23 years ago
  54. 339d0f7 Patch #445762: Support --disable-unicode by Martin v. Löwis · 23 years ago
  55. 58682b7 Only catch the errors that can actually occur, as reported in bug #411881. by Martin v. Löwis · 23 years ago
  56. ff88556 Patch #449083: Use builtins to initalize the module. by Martin v. Löwis · 23 years ago
  57. 6d6c1a3 Merge of descr-branch back into trunk. by Tim Peters · 23 years ago
  58. b09f7ed Preliminary support for "from __future__ import generators" to enable by Guido van Rossum · 23 years ago
  59. 3e7b1a0 Teach the types module about generators. Thanks to James Althoff on the by Tim Peters · 23 years ago
  60. 85eacec Marc-Andre Lemburg: add UnicodeType. by Guido van Rossum · 24 years ago
  61. e7b146f The third and final doc-string sweep by Ka-Ping Yee. by Guido van Rossum · 24 years ago
  62. 36561c5 Added BufferType, the type returned by the new builtin buffer(). Greg Stein. by Guido van Rossum · 25 years ago
  63. 1f05708 Use __stdin__ instead of stdin to derive FileType -- safer against assignments. by Guido van Rossum · 26 years ago
  64. 45e2fbc Mass check-in after untabifying all files that need it. by Guido van Rossum · 26 years ago
  65. f15d159 Use sys.exc_info() where needed. by Guido van Rossum · 27 years ago
  66. 898c915 Added some try-excepts so that it can be imported in restricted mode by Guido van Rossum · 27 years ago
  67. e449af7 Ellipses -> Ellipsis rename (the dictionary really says that it should by Guido van Rossum · 28 years ago
  68. 8741b2b Added Slice and Ellipses types. by Guido van Rossum · 28 years ago
  69. 0f6f812 better way to define ComplexType by Guido van Rossum · 28 years ago
  70. 06d7441 add ComplexType by Guido van Rossum · 29 years ago
  71. 780620f added DictType as alias for DictionaryType by Guido van Rossum · 29 years ago
  72. adc940e Cosmetic changes by Guido van Rossum · 30 years ago
  73. 85d8945 Two new generally useful modules: types defines names for all built-in types, by Guido van Rossum · 30 years ago