| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue 2408: remove the _types module | Amaury Forgeot d'Arc | 2008-04-08 | 1 | -11/+3 |
|
|
* | Patch #1520294: Support for getset and member descriptors in types.py, | Barry Warsaw | 2006-07-27 | 1 | -1/+13 |
|
|
* | Oops! Restored the pickle test to test_pyclbr, but changed types.py so | Tim Peters | 2004-07-18 | 1 | -4/+3 |
|
|
* | [ 683376 ] Adding NotImplementedType to types.py | Just van Rossum | 2003-02-10 | 1 | -0/+1 |
|
|
* | SF patch 568629 by Oren Tirosh: types made callable. | Guido van Rossum | 2002-06-14 | 1 | -2/+6 |
|
|
* | Skip Montanaro's patch, SF 559833, exposing xrange type in builtins. | Raymond Hettinger | 2002-06-05 | 1 | -1/+1 |
|
|
* | add BooleanType | Skip Montanaro | 2002-05-21 | 1 | -0/+1 |
|
|
* | Remove some now-obsolete generator future statements. | Tim Peters | 2002-04-01 | 1 | -3/+1 |
|
|
* | Patch #487455: make types.StringTypes a tuple. | Martin v. Löwis | 2001-12-02 | 1 | -2/+2 |
|
|
* | Rename "dictionary" (type and constructor) to "dict". | Tim Peters | 2001-10-29 | 1 | -1/+1 |
|
|
* | Don't export generators future info | Jeremy Hylton | 2001-09-26 | 1 | -1/+1 |
|
|
* | SF [#463737] Add types.CallableIterType | Tim Peters | 2001-09-25 | 1 | -3/+5 |
|
|
* | SF bug [#460467] file objects should be subclassable. | Tim Peters | 2001-09-13 | 1 | -6/+1 |
|
|
* | Patch #445762: Support --disable-unicode | Martin v. Löwis | 2001-08-17 | 1 | -1/+6 |
|
|
* | Only catch the errors that can actually occur, as reported in bug #411881. | Martin v. Löwis | 2001-08-11 | 1 | -3/+7 |
|
|
* | Patch #449083: Use builtins to initalize the module. | Martin v. Löwis | 2001-08-08 | 1 | -7/+7 |
|
|
* | Merge of descr-branch back into trunk. | Tim Peters | 2001-08-02 | 1 | -3/+9 |
|
|
* | Preliminary support for "from __future__ import generators" to enable | Guido van Rossum | 2001-07-15 | 1 | -0/+1 |
|
|
* | Teach the types module about generators. Thanks to James Althoff on the | Tim Peters | 2001-06-25 | 1 | -0/+5 |
|
|
* | Marc-Andre Lemburg: add UnicodeType. | Guido van Rossum | 2000-03-10 | 1 | -0/+1 |
|
|
* | The third and final doc-string sweep by Ka-Ping Yee. | Guido van Rossum | 2000-02-04 | 1 | -2/+4 |
|
|
* | Added BufferType, the type returned by the new builtin buffer(). Greg Stein. | Guido van Rossum | 1999-03-19 | 1 | -0/+1 |
|
|
* | Use __stdin__ instead of stdin to derive FileType -- safer against | Guido van Rossum | 1998-12-19 | 1 | -1/+1 |
|
|
* | Mass check-in after untabifying all files that need it. | Guido van Rossum | 1998-03-26 | 1 | -9/+9 |
|
|
* | Use sys.exc_info() where needed. | Guido van Rossum | 1997-09-29 | 1 | -2/+4 |
|
|
* | Added some try-excepts so that it can be imported in restricted mode | Guido van Rossum | 1997-09-04 | 1 | -6/+15 |
|
|
* | Ellipses -> Ellipsis rename (the dictionary really says that it should | Guido van Rossum | 1996-10-11 | 1 | -1/+1 |
|
|
* | Added Slice and Ellipses types. | Guido van Rossum | 1996-10-11 | 1 | -0/+3 |
|
|
* | better way to define ComplexType | Guido van Rossum | 1996-02-13 | 1 | -3/+3 |
|
|
* | add ComplexType | Guido van Rossum | 1996-01-25 | 1 | -0/+4 |
|
|
* | added DictType as alias for DictionaryType | Guido van Rossum | 1995-02-27 | 1 | -1/+1 |
|
|
* | Cosmetic changes | Guido van Rossum | 1994-09-29 | 1 | -14/+17 |
|
|
* | Two new generally useful modules: types defines names for all built-in types, | Guido van Rossum | 1994-06-23 | 1 | -0/+43 |
|
|