index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
types.py
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
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
[prev]