summaryrefslogtreecommitdiff
path: root/Lib/types.py
Commit message (Expand)AuthorAgeFilesLines
* Marc-Andre Lemburg: add UnicodeType.Guido van Rossum2000-03-101-0/+1
* The third and final doc-string sweep by Ka-Ping Yee.Guido van Rossum2000-02-041-2/+4
* Added BufferType, the type returned by the new builtin buffer(). Greg Stein.Guido van Rossum1999-03-191-0/+1
* Use __stdin__ instead of stdin to derive FileType -- safer againstGuido van Rossum1998-12-191-1/+1
* Mass check-in after untabifying all files that need it.Guido van Rossum1998-03-261-9/+9
* Use sys.exc_info() where needed.Guido van Rossum1997-09-291-2/+4
* Added some try-excepts so that it can be imported in restricted modeGuido van Rossum1997-09-041-6/+15
* Ellipses -> Ellipsis rename (the dictionary really says that it shouldGuido van Rossum1996-10-111-1/+1
* Added Slice and Ellipses types.Guido van Rossum1996-10-111-0/+3
* better way to define ComplexTypeGuido van Rossum1996-02-131-3/+3
* add ComplexTypeGuido van Rossum1996-01-251-0/+4
* added DictType as alias for DictionaryTypeGuido van Rossum1995-02-271-1/+1
* Cosmetic changesGuido van Rossum1994-09-291-14/+17
* Two new generally useful modules: types defines names for all built-in types,Guido van Rossum1994-06-231-0/+43