1. 58682b7 Only catch the errors that can actually occur, as reported in bug #411881. by Martin v. Löwis · 23 years ago
  2. ff88556 Patch #449083: Use builtins to initalize the module. by Martin v. Löwis · 23 years ago
  3. 6d6c1a3 Merge of descr-branch back into trunk. by Tim Peters · 23 years ago
  4. b09f7ed Preliminary support for "from __future__ import generators" to enable by Guido van Rossum · 23 years ago
  5. 3e7b1a0 Teach the types module about generators. Thanks to James Althoff on the by Tim Peters · 23 years ago
  6. 85eacec Marc-Andre Lemburg: add UnicodeType. by Guido van Rossum · 24 years ago
  7. e7b146f The third and final doc-string sweep by Ka-Ping Yee. by Guido van Rossum · 24 years ago
  8. 36561c5 Added BufferType, the type returned by the new builtin buffer(). Greg Stein. by Guido van Rossum · 25 years ago
  9. 1f05708 Use __stdin__ instead of stdin to derive FileType -- safer against assignments. by Guido van Rossum · 26 years ago
  10. 45e2fbc Mass check-in after untabifying all files that need it. by Guido van Rossum · 26 years ago
  11. f15d159 Use sys.exc_info() where needed. by Guido van Rossum · 27 years ago
  12. 898c915 Added some try-excepts so that it can be imported in restricted mode by Guido van Rossum · 27 years ago
  13. e449af7 Ellipses -> Ellipsis rename (the dictionary really says that it should by Guido van Rossum · 28 years ago
  14. 8741b2b Added Slice and Ellipses types. by Guido van Rossum · 28 years ago
  15. 0f6f812 better way to define ComplexType by Guido van Rossum · 28 years ago
  16. 06d7441 add ComplexType by Guido van Rossum · 29 years ago
  17. 780620f added DictType as alias for DictionaryType by Guido van Rossum · 29 years ago
  18. adc940e Cosmetic changes by Guido van Rossum · 30 years ago
  19. 85d8945 Two new generally useful modules: types defines names for all built-in types, by Guido van Rossum · 30 years ago