summaryrefslogtreecommitdiff
path: root/Lib/test/test_types.py
Commit message (Expand)AuthorAgeFilesLines
* bpo-42195: Disallow isinstance/issubclass for subclasses of genericaliases in...Ken Jin2021-01-021-0/+10
* bpo-42195: Ensure consistency of Callable's __args__ in collections.abc and t...kj2020-12-131-5/+7
* bpo-42233: Add union type expression support for GenericAlias and fix de-dupl...kj2020-11-081-0/+22
* bpo-38605: Make 'from __future__ import annotations' the default (GH-20434)Batuhan Taskaya2020-10-061-2/+2
* bpo-41810: Reintroduce `types.EllipsisType`, `.NoneType` & `.NotImplementedTy...Bas van Beek2020-09-221-0/+10
* bpo-41428: Implementation for PEP 604 (GH-21515)Maggie Moss2020-09-091-0/+114
* bpo-39075: types.SimpleNamespace no longer sorts attributes in its repr (GH-1...Zackery Spytz2020-05-151-3/+3
* bpo-40273: Reversible mappingproxy (FH-19513)Zackery Spytz2020-05-071-0/+9
* bpo-39481: Implementation for PEP 585 (#18239)Guido van Rossum2020-04-071-0/+1
* bpo-36144: Update MappingProxyType with PEP 584's operators (#18814)Brandt Bucher2020-03-071-0/+19
* Fix typos in comments, docs and test names (#15018)Min ho Kim2019-07-301-1/+1
* bpo-32265: Classify class and static methods of builtin types. (#4776)Serhiy Storchaka2017-12-151-0/+4
* bpo-32226: Implementation of PEP 560 (core components) (#4732)Ivan Levkivskyi2017-12-141-0/+84
* bpo-31655: Validate keyword names in SimpleNamespace constructor. (#3909)Serhiy Storchaka2017-10-071-0/+2
* bpo-31588: Validate return value of __prepare__() methods (GH-3764)Oren Milman2017-09-281-0/+22
* bpo:29950: Rename SlotWrapperType to WrapperDescriptorType (GH-926)Jim Fasarakis-Hilliard2017-04-251-4/+4
* bpo-10379: add 'monetary' to format_string, deprecate formatGarvit Khatri2017-03-281-3/+3
* Issue #29377: Add three new wrappers to types.py (Manuel Krebber).Guido van Rossum2017-02-011-0/+18
* Issue #26331: Implement the parsing part of PEP 515.Brett Cannon2016-09-091-0/+1
* Issue #24254: Drop cls.__definition_order__.Eric Snow2016-09-081-22/+0
* Issue #24254: Preserve class attribute definition order.Eric Snow2016-09-051-0/+22
* Issue #27157: Make only type() itself accept the one-argument formBerker Peksag2016-08-191-0/+18
* Issue #24692: Add more tests for types.coroutineYury Selivanov2015-07-231-5/+19
* Issue #24400: Resurrect inspect.isawaitable()Yury Selivanov2015-07-031-3/+13
* Issue #24450: Proxy cr_await and gi_yieldfrom in @types.coroutineYury Selivanov2015-07-031-2/+5
* Issue #24400, #24325: More tests for types._GeneratorWrapperYury Selivanov2015-06-241-2/+20
* Issue #24325, #24400: Add more unittests for types.coroutine; tweak wrapper i...Yury Selivanov2015-06-241-31/+175
* Issue #24400: Introduce a distinct type for 'async def' coroutines.Yury Selivanov2015-06-221-6/+48
* Issue 24316: Wrap gen objects returned from callables in types.coroutineYury Selivanov2015-05-291-11/+34
* Issue 24316: Fix types.coroutine() to accept objects from CythonYury Selivanov2015-05-291-2/+30
* Issue #24257: Fixed incorrect uses of PyObject_IsInstance().Serhiy Storchaka2015-05-221-0/+16
|\
| * Issue #24257: Fixed incorrect uses of PyObject_IsInstance().Serhiy Storchaka2015-05-221-0/+16
| * Reverted 16efa8d27e4c after discussion with Eric.Vinay Sajip2014-04-151-2/+0
| * Closed issue #8931: Make alternate formatting for 'c' raise an exception. Pat...Eric V. Smith2014-04-151-0/+2
* | PEP 0492 -- Coroutines with async and await syntax. Issue #24017.Yury Selivanov2015-05-111-1/+34
* | Issue #21741: Update 147 test modules to use test discovery.Zachary Ware2015-04-131-6/+2
* | Close issue #8931: Make alternate formatting for 'c' raise an exception. Patc...Eric V. Smith2014-04-151-0/+2
|/
* move SharedKeyTests to test_descrBenjamin Peterson2014-03-171-24/+2
* Issue #20637: Key-sharing now also works for instance dictionaries of subclas...Antoine Pitrou2014-02-231-2/+24
* Issue #15022: Ensure all pickle protocols are supported.Eric Snow2013-02-161-4/+9
* Issue #15022: Add pickle and comparison support to types.SimpleNamespace.Eric Snow2013-02-161-6/+26
* Close #16160: Subclass support now works for types.SimpleNamespace. Thanks t...Eric Snow2012-10-161-0/+9
* renmae test method to avoid conflict (#16056)Benjamin Peterson2012-09-271-1/+1
* Eric Snow's implementation of PEP 421.Barry Warsaw2012-06-031-1/+142
* Close #14588: added a PEP 3115 compliant dynamic type creation mechanismNick Coghlan2012-05-201-1/+250
* Issue #14386: Expose the dict_proxy internal type as types.MappingProxyTypeVictor Stinner2012-04-161-3/+181
* Issue #7094: Add alternate ('#') flag to __format__ methods for float, comple...Eric Smith2010-11-251-8/+22
* basicsize and itemsize are Py_ssize_t #9688Benjamin Peterson2010-08-251-0/+5
* Merged revisions 78093 via svnmerge fromGeorg Brandl2010-03-141-1/+0
* Merged revisions 78349 via svnmerge fromEric Smith2010-02-231-0/+22