index
:
cpython
3.10
3.11
3.12
3.13
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Lib
/
types.py
Commit message (
Expand
)
Author
Age
*
GH-118761: Expose more core interpreter types in ``_types`` (#132103)
Adam Turner
2025-04-05
*
gh-109599: Expose `CapsuleType` via the `_types` module (#131969)
Adam Turner
2025-04-04
*
gh-109599: Add types.CapsuleType (#109600)
Antoine Pitrou
2023-09-25
*
gh-107576: Ensure `__orig_bases__` are our own in `get_original_bases` (#107584)
James Hilton-Balfe
2023-08-03
*
gh-101688: Implement types.get_original_bases (#101827)
James Hilton-Balfe
2023-04-23
*
gh-99482: remove `jython` compatibility parts from stdlib and tests (#99484)
Nikita Sobolev
2022-12-23
*
gh-96415: Remove `types._cell_factory` from a module namespace (#96416)
Nikita Sobolev
2022-10-07
*
gh-89828: Do not relay the __class__ attribute in GenericAlias (#93754)
Serhiy Storchaka
2022-06-18
*
bpo-46510: Add missing test for types.TracebackType/FrameType. Calculate them...
Irit Katriel
2022-01-25
*
bpo-45664: Fix resolve_bases() and new_class() for GenericAlias instance as a...
Serhiy Storchaka
2021-12-05
*
bpo-44732: Rename types.Union to types.UnionType (#27342)
Hasan
2021-07-26
*
Fix typos in multiple files (GH-26689)
Binbin
2021-06-12
*
bpo-38250: [Enum] single-bit flags are canonical (GH-24215)
Ethan Furman
2021-01-25
*
bpo-41810: Reintroduce `types.EllipsisType`, `.NoneType` & `.NotImplementedTy...
Bas van Beek
2020-09-22
*
bpo-41428: Implementation for PEP 604 (GH-21515)
Maggie Moss
2020-09-09
*
bpo-39481: Implementation for PEP 585 (#18239)
Guido van Rossum
2020-04-07
*
bpo-37032: Add CodeType.replace() method (GH-13542)
Victor Stinner
2019-05-24
*
bpo-36540: PEP 570 -- Implementation (GH-12701)
Pablo Galindo
2019-04-29
*
bpo-36091: Remove reference to async generator in Lib/types.py. (GH-11996)
Henry Chen
2019-03-03
*
bpo-35911: add cell constructor (GH-11771)
Pierre Glaser
2019-02-07
*
bpo-32265: Classify class and static methods of builtin types. (#4776)
Serhiy Storchaka
2017-12-15
*
bpo-32226: Implementation of PEP 560 (core components) (#4732)
Ivan Levkivskyi
2017-12-14
*
bpo-30152: Reduce the number of imports for argparse. (#1269)
Serhiy Storchaka
2017-09-26
*
bpo:29950: Rename SlotWrapperType to WrapperDescriptorType (GH-926)
Jim Fasarakis-Hilliard
2017-04-25
*
Issue #29377: Add three new wrappers to types.py (Manuel Krebber).
Guido van Rossum
2017-02-01
*
Issue #28003: Implement PEP 525 -- Asynchronous Generators.
Yury Selivanov
2016-09-08
*
Issue #24254: Drop cls.__definition_order__.
Eric Snow
2016-09-08
*
Issue #24254: Preserve class attribute definition order.
Eric Snow
2016-09-05
*
Issue #24400: Resurrect inspect.isawaitable()
Yury Selivanov
2015-07-03
*
Issue #24450: Proxy cr_await and gi_yieldfrom in @types.coroutine
Yury Selivanov
2015-07-03
*
Issue #24400, #24325: More tests for types._GeneratorWrapper
Yury Selivanov
2015-06-24
*
Issue #24325, #24400: Add more unittests for types.coroutine; tweak wrapper i...
Yury Selivanov
2015-06-24
*
Issue #24400: Introduce a distinct type for 'async def' coroutines.
Yury Selivanov
2015-06-22
*
Issue 24316: Wrap gen objects returned from callables in types.coroutine
Yury Selivanov
2015-05-29
*
Issue 24316: Fix types.coroutine() to accept objects from Cython
Yury Selivanov
2015-05-29
*
PEP 0492 -- Coroutines with async and await syntax. Issue #24017.
Yury Selivanov
2015-05-11
*
Issue #23504: Added an __all__ to the types module.
Serhiy Storchaka
2015-03-04
*
Close #19030: inspect.getmembers and inspect.classify_class_attrs
Ethan Furman
2013-10-18
*
Close #19030: improvements to inspect and Enum.
Ethan Furman
2013-09-25
*
Eric Snow's implementation of PEP 421.
Barry Warsaw
2012-06-03
*
Close #14588: added a PEP 3115 compliant dynamic type creation mechanism
Nick Coghlan
2012-05-20
*
Issue #14386: Expose the dict_proxy internal type as types.MappingProxyType
Victor Stinner
2012-04-16
*
Merged revisions 62194,62197-62198,62204-62205,62214,62219-62221,62227,62229-...
Christian Heimes
2008-04-09
*
Fix docstring of types.py.
Georg Brandl
2007-12-21
*
Removed more types from the types module
Christian Heimes
2007-11-29
*
Removed the new module
Christian Heimes
2007-11-28
*
Patch from Georg Brandl and me for #1493
Christian Heimes
2007-11-25
*
Breaking ground for PEP 3137 implementation:
Guido van Rossum
2007-10-08
*
Merged revisions 55795-55816 via svnmerge from
Guido van Rossum
2007-06-07
*
Merged revisions 55270-55324 via svnmerge from
Guido van Rossum
2007-05-14
[next]