COMMITS
/ Lib/types.py April 25, 2017
J
bpo:29950: Rename SlotWrapperType to WrapperDescriptorType (GH-926)
Jim Fasarakis-Hilliard committed
February 1, 2017
G
Issue #29377: Add three new wrappers to types.py (Manuel Krebber).
Guido van Rossum committed
September 9, 2016
Y
Issue #28003: Implement PEP 525 -- Asynchronous Generators.
Yury Selivanov committed
September 8, 2016
E
Issue #24254: Drop cls.__definition_order__.
Eric Snow committed
September 5, 2016
E
Issue #24254: Preserve class attribute definition order.
Eric Snow committed
July 3, 2015
Y
Issue #24400: Resurrect inspect.isawaitable()
Yury Selivanov committed
Y
Issue #24450: Proxy cr_await and gi_yieldfrom in @types.coroutine
Yury Selivanov committed
June 24, 2015
Y
Issue #24400, #24325: More tests for types._GeneratorWrapper
Yury Selivanov committed
Y
Issue #24325, #24400: Add more unittests for types.coroutine; tweak wrapper implementation.
Yury Selivanov committed
June 22, 2015
Y
Issue #24400: Introduce a distinct type for 'async def' coroutines.
Yury Selivanov committed
May 29, 2015
Y
Issue 24316: Wrap gen objects returned from callables in types.coroutine
Yury Selivanov committed
Y
Issue 24316: Fix types.coroutine() to accept objects from Cython
Yury Selivanov committed
May 12, 2015
Y
PEP 0492 -- Coroutines with async and await syntax. Issue #24017.
Yury Selivanov committed
March 4, 2015
S
Issue #23504: Added an __all__ to the types module.
Serhiy Storchaka committed
October 18, 2013
E
Close #19030: inspect.getmembers and inspect.classify_class_attrs
Ethan Furman committed
September 25, 2013
E
Close #19030: improvements to inspect and Enum.
Ethan Furman committed
June 3, 2012
B
Eric Snow's implementation of PEP 421.
Barry Warsaw committed
May 19, 2012
N
Close #14588: added a PEP 3115 compliant dynamic type creation mechanism
Nick Coghlan committed
April 15, 2012
V
Issue #14386: Expose the dict_proxy internal type as types.MappingProxyType
Victor Stinner committed
April 9, 2008
December 21, 2007
G
Fix docstring of types.py.
Georg Brandl committed
November 29, 2007
C
Removed more types from the types module
Christian Heimes committed
November 28, 2007
C
Removed the new module
Christian Heimes committed
November 25, 2007
C
Patch from Georg Brandl and me for #1493
Christian Heimes committed
October 8, 2007
G
Breaking ground for PEP 3137 implementation:
Guido van Rossum committed
June 7, 2007
G
Merged revisions 55795-55816 via svnmerge from
Guido van Rossum committed
May 14, 2007
G
Merged revisions 55270-55324 via svnmerge from
Guido van Rossum committed
May 8, 2007
G
Get rid of 'file' built-in. Get rid of types.StringType and friends.
Guido van Rossum committed
May 7, 2007
G
Merged revisions 55007-55179 via svnmerge from
Guido van Rossum committed
May 2, 2007
G
Rip out all the u"..." literals and calls to unicode().
Guido van Rossum committed
April 21, 2007
G
PEP 3114: rename .next() to .__next__() and add next() builtin.
Georg Brandl committed
February 25, 2007
N
Change all the function attributes from func_* -> __*__. This gets rid
Neal Norwitz committed
January 15, 2007
G
Rip out 'long' and 'L'-suffixed integer literals.
Guido van Rossum committed
August 11, 2006
T
Merged revisions 46753-51188 via svnmerge from
Thomas Wouters committed
May 26, 2006
G
SF patch 1495675: Remove types.InstanceType and new.instance
Guido van Rossum committed
July 18, 2004
T
Oops! Restored the pickle test to test_pyclbr, but changed types.py so
Tim Peters committed
February 10, 2003
J
[ 683376 ] Adding NotImplementedType to types.py
Just van Rossum committed
June 14, 2002
G
SF patch 568629 by Oren Tirosh: types made callable.
Guido van Rossum committed
June 5, 2002
R
Skip Montanaro's patch, SF 559833, exposing xrange type in builtins.
Raymond Hettinger committed
May 21, 2002
S
add BooleanType
Skip Montanaro committed
April 1, 2002
T
Remove some now-obsolete generator future statements.
Tim Peters committed
December 2, 2001
M
Patch #487455: make types.StringTypes a tuple.
Martin v. Löwis committed
October 29, 2001
T
Rename "dictionary" (type and constructor) to "dict".
Tim Peters committed
September 26, 2001
J
Don't export generators future info
Jeremy Hylton committed
September 25, 2001
T
SF [#463737] Add types.CallableIterType
Tim Peters committed
September 13, 2001
T
SF bug [#460467] file objects should be subclassable.
Tim Peters committed
August 17, 2001
M
Patch #445762: Support --disable-unicode
Martin v. Löwis committed
August 11, 2001
M
Only catch the errors that can actually occur, as reported in bug #411881.
Martin v. Löwis committed
August 8, 2001
M
Patch #449083: Use builtins to initalize the module.
Martin v. Löwis committed
August 2, 2001
T
Merge of descr-branch back into trunk.
Tim Peters committed