summaryrefslogtreecommitdiff
path: root/Lib/test/test_types.py
Commit message (Expand)AuthorAgeFilesLines
* 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-6/+37
|\
| * 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
* | 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
* 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
* Merged revisions 77727 via svnmerge fromEzio Melotti2010-01-241-6/+6
* use assert[Not]In where appropriateBenjamin Peterson2010-01-191-2/+2
* Issue #7435: Remove duplicate int/long tests, and otherMark Dickinson2009-12-051-132/+17
* convert old fail* assertions to assert*Benjamin Peterson2009-06-301-2/+2
* Issue #5859: Remove '%f' to '%g' formatting switch for large floats.Mark Dickinson2009-05-011-4/+19
* Merged revisions 71802 via svnmerge fromEric Smith2009-04-221-0/+6
* The other half of Issue #1580: use short float repr where possible.Eric Smith2009-04-161-1/+48
* Added ',' thousands grouping to int.__format__. See PEP 378.Eric Smith2009-04-031-0/+11
* Merged revisions 65125 via svnmerge fromEric Smith2008-07-191-0/+6
* Backed out r65073, pending fixing it in Windows.Eric Smith2008-07-171-10/+2
* Merged revisions 65069 via svnmerge fromEric Smith2008-07-171-2/+10
* Merged revisions 64984 via svnmerge fromEric Smith2008-07-161-1/+12
* Forward port of r64958.Eric Smith2008-07-151-0/+38
* Merged revisions 64499 via svnmerge fromEric Smith2008-06-241-0/+8
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-1/+1
* Merged revisions 63078 via svnmerge fromEric Smith2008-05-111-2/+13
* Merged revisions 62586 via svnmerge fromEric Smith2008-04-301-1/+11
* Merged revisions 61431,61433-61436,61439,61444,61449-61450,61453,61458,61465,...Christian Heimes2008-03-181-0/+9