summaryrefslogtreecommitdiff
path: root/Lib/types.py
Commit message (Expand)AuthorAgeFilesLines
* remove more code for restricted executionBenjamin Peterson2009-08-281-9/+4
* restricted environments are no moreBenjamin Peterson2009-08-281-5/+1
* Issue 2408: remove the _types moduleAmaury Forgeot d'Arc2008-04-081-11/+3
* Patch #1520294: Support for getset and member descriptors in types.py,Barry Warsaw2006-07-271-1/+13
* Oops! Restored the pickle test to test_pyclbr, but changed types.py soTim Peters2004-07-181-4/+3
* [ 683376 ] Adding NotImplementedType to types.pyJust van Rossum2003-02-101-0/+1
* SF patch 568629 by Oren Tirosh: types made callable.Guido van Rossum2002-06-141-2/+6
* Skip Montanaro's patch, SF 559833, exposing xrange type in builtins.Raymond Hettinger2002-06-051-1/+1
* add BooleanTypeSkip Montanaro2002-05-211-0/+1
* Remove some now-obsolete generator future statements.Tim Peters2002-04-011-3/+1
* Patch #487455: make types.StringTypes a tuple.Martin v. Löwis2001-12-021-2/+2
* Rename "dictionary" (type and constructor) to "dict".Tim Peters2001-10-291-1/+1
* Don't export generators future infoJeremy Hylton2001-09-261-1/+1
* SF [#463737] Add types.CallableIterTypeTim Peters2001-09-251-3/+5
* SF bug [#460467] file objects should be subclassable.Tim Peters2001-09-131-6/+1
* Patch #445762: Support --disable-unicodeMartin v. Löwis2001-08-171-1/+6
* Only catch the errors that can actually occur, as reported in bug #411881.Martin v. Löwis2001-08-111-3/+7
* Patch #449083: Use builtins to initalize the module.Martin v. Löwis2001-08-081-7/+7
* Merge of descr-branch back into trunk.Tim Peters2001-08-021-3/+9
* Preliminary support for "from __future__ import generators" to enableGuido van Rossum2001-07-151-0/+1
* Teach the types module about generators. Thanks to James Althoff on theTim Peters2001-06-251-0/+5
* 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