aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/types.py
Commit message (Expand)AuthorAge
* Added BufferType, the type returned by the new builtin buffer(). Greg Stein.Guido van Rossum1999-03-19
* Use __stdin__ instead of stdin to derive FileType -- safer againstGuido van Rossum1998-12-19
* Mass check-in after untabifying all files that need it.Guido van Rossum1998-03-26
* Use sys.exc_info() where needed.Guido van Rossum1997-09-29
* Added some try-excepts so that it can be imported in restricted modeGuido van Rossum1997-09-04
* Ellipses -> Ellipsis rename (the dictionary really says that it shouldGuido van Rossum1996-10-11
* Added Slice and Ellipses types.Guido van Rossum1996-10-11
* better way to define ComplexTypeGuido van Rossum1996-02-13
* add ComplexTypeGuido van Rossum1996-01-25
* added DictType as alias for DictionaryTypeGuido van Rossum1995-02-27
* Cosmetic changesGuido van Rossum1994-09-29
* Two new generally useful modules: types defines names for all built-in types,Guido van Rossum1994-06-23