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
*
Fix docstring of types.py.
Georg Brandl
2007-12-21
1
-3/+2
*
Removed more types from the types module
Christian Heimes
2007-11-29
1
-3/+0
*
Removed the new module
Christian Heimes
2007-11-28
1
-22/+1
*
Patch from Georg Brandl and me for #1493
Christian Heimes
2007-11-25
1
-1/+0
*
Breaking ground for PEP 3137 implementation:
Guido van Rossum
2007-10-08
1
-2/+0
*
Merged revisions 55795-55816 via svnmerge from
Guido van Rossum
2007-06-07
1
-1/+1
*
Merged revisions 55270-55324 via svnmerge from
Guido van Rossum
2007-05-14
1
-13/+4
*
Get rid of 'file' built-in. Get rid of types.StringType and friends.
Guido van Rossum
2007-05-08
1
-12/+0
*
Merged revisions 55007-55179 via svnmerge from
Guido van Rossum
2007-05-07
1
-1/+0
*
Rip out all the u"..." literals and calls to unicode().
Guido van Rossum
2007-05-02
1
-1/+1
*
PEP 3114: rename .next() to .__next__() and add next() builtin.
Georg Brandl
2007-04-21
1
-1/+1
*
Change all the function attributes from func_* -> __*__. This gets rid
Neal Norwitz
2007-02-25
1
-1/+1
*
Rip out 'long' and 'L'-suffixed integer literals.
Guido van Rossum
2007-01-15
1
-1/+1
*
Merged revisions 46753-51188 via svnmerge from
Thomas Wouters
2006-08-11
1
-1/+13
*
SF patch 1495675: Remove types.InstanceType and new.instance
Guido van Rossum
2006-05-26
1
-4/+2
*
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