summaryrefslogtreecommitdiffstats
path: root/Lib/types.py
Commit message (Expand)AuthorAgeFilesLines
* gh-109599: Add types.CapsuleType (#109600)Antoine Pitrou2023-09-251-0/+8
* gh-107576: Ensure `__orig_bases__` are our own in `get_original_bases` (#107584)James Hilton-Balfe2023-08-031-7/+4
* gh-101688: Implement types.get_original_bases (#101827)James Hilton-Balfe2023-04-231-0/+32
* gh-99482: remove `jython` compatibility parts from stdlib and tests (#99484)Nikita Sobolev2022-12-231-1/+0
* gh-96415: Remove `types._cell_factory` from a module namespace (#96416)Nikita Sobolev2022-10-071-1/+1
* gh-89828: Do not relay the __class__ attribute in GenericAlias (#93754)Serhiy Storchaka2022-06-181-1/+1
* bpo-46510: Add missing test for types.TracebackType/FrameType. Calculate them...Irit Katriel2022-01-251-5/+3
* bpo-45664: Fix resolve_bases() and new_class() for GenericAlias instance as a...Serhiy Storchaka2021-12-051-1/+1
* bpo-44732: Rename types.Union to types.UnionType (#27342)Hasan2021-07-261-2/+1
* Fix typos in multiple files (GH-26689)Binbin2021-06-131-1/+1
* bpo-38250: [Enum] single-bit flags are canonical (GH-24215)Ethan Furman2021-01-251-1/+6
* bpo-41810: Reintroduce `types.EllipsisType`, `.NoneType` & `.NotImplementedTy...Bas van Beek2020-09-221-0/+3
* bpo-41428: Implementation for PEP 604 (GH-21515)Maggie Moss2020-09-091-0/+1
* bpo-39481: Implementation for PEP 585 (#18239)Guido van Rossum2020-04-071-0/+3
* bpo-37032: Add CodeType.replace() method (GH-13542)Victor Stinner2019-05-241-8/+2
* bpo-36540: PEP 570 -- Implementation (GH-12701)Pablo Galindo2019-04-291-1/+1
* bpo-36091: Remove reference to async generator in Lib/types.py. (GH-11996)Henry Chen2019-03-031-1/+1
* bpo-35911: add cell constructor (GH-11771)Pierre Glaser2019-02-071-0/+7
* bpo-32265: Classify class and static methods of builtin types. (#4776)Serhiy Storchaka2017-12-151-0/+1
* bpo-32226: Implementation of PEP 560 (core components) (#4732)Ivan Levkivskyi2017-12-141-2/+26
* bpo-30152: Reduce the number of imports for argparse. (#1269)Serhiy Storchaka2017-09-251-4/+4
* bpo:29950: Rename SlotWrapperType to WrapperDescriptorType (GH-926)Jim Fasarakis-Hilliard2017-04-251-1/+1
* Issue #29377: Add three new wrappers to types.py (Manuel Krebber).Guido van Rossum2017-02-011-0/+4
* Issue #28003: Implement PEP 525 -- Asynchronous Generators.Yury Selivanov2016-09-091-0/+5
* Issue #24254: Drop cls.__definition_order__.Eric Snow2016-09-081-4/+1
* Issue #24254: Preserve class attribute definition order.Eric Snow2016-09-051-1/+4
* Issue #24400: Resurrect inspect.isawaitable()Yury Selivanov2015-07-031-5/+5
* Issue #24450: Proxy cr_await and gi_yieldfrom in @types.coroutineYury Selivanov2015-07-031-0/+4
* Issue #24400, #24325: More tests for types._GeneratorWrapperYury Selivanov2015-06-241-11/+11
* Issue #24325, #24400: Add more unittests for types.coroutine; tweak wrapper i...Yury Selivanov2015-06-241-31/+34
* Issue #24400: Introduce a distinct type for 'async def' coroutines.Yury Selivanov2015-06-221-33/+52
* Issue 24316: Wrap gen objects returned from callables in types.coroutineYury Selivanov2015-05-291-4/+36
* Issue 24316: Fix types.coroutine() to accept objects from CythonYury Selivanov2015-05-291-24/+42
* PEP 0492 -- Coroutines with async and await syntax. Issue #24017.Yury Selivanov2015-05-121-0/+24
* Issue #23504: Added an __all__ to the types module.Serhiy Storchaka2015-03-041-0/+3
* Close #19030: inspect.getmembers and inspect.classify_class_attrsEthan Furman2013-10-181-1/+1
* Close #19030: improvements to inspect and Enum.Ethan Furman2013-09-251-0/+57
* Eric Snow's implementation of PEP 421.Barry Warsaw2012-06-031-0/+1
* Close #14588: added a PEP 3115 compliant dynamic type creation mechanismNick Coghlan2012-05-191-0/+58
* Issue #14386: Expose the dict_proxy internal type as types.MappingProxyTypeVictor Stinner2012-04-151-0/+1
* Merged revisions 62194,62197-62198,62204-62205,62214,62219-62221,62227,62229-...Christian Heimes2008-04-091-11/+3
* Fix docstring of types.py.Georg Brandl2007-12-211-3/+2
* Removed more types from the types moduleChristian Heimes2007-11-291-3/+0
* Removed the new moduleChristian Heimes2007-11-281-22/+1
* Patch from Georg Brandl and me for #1493Christian Heimes2007-11-251-1/+0
* Breaking ground for PEP 3137 implementation:Guido van Rossum2007-10-081-2/+0
* Merged revisions 55795-55816 via svnmerge fromGuido van Rossum2007-06-071-1/+1
* Merged revisions 55270-55324 via svnmerge fromGuido van Rossum2007-05-141-13/+4
* Get rid of 'file' built-in. Get rid of types.StringType and friends.Guido van Rossum2007-05-081-12/+0
* Merged revisions 55007-55179 via svnmerge fromGuido van Rossum2007-05-071-1/+0