summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_super.py
Commit message (Expand)AuthorAgeFilesLines
* gh-106917: fix super classmethod calls to non-classmethods (#106977)Carl Meyer2023-07-241-2/+44
* gh-105035: fix super() calls on unusual types (e.g. meta-types) (#105094)Carl Meyer2023-05-301-0/+12
* gh-104057: Fix direct invocation of test_super (#104064)Kirill Podoprigora2023-05-011-2/+2
* gh-87729: add LOAD_SUPER_ATTR instruction for faster super() (#103497)Carl Meyer2023-04-241-3/+88
* bpo-46921: Vectorcall support for `super()` (GH-31687)Ken Jin2022-03-061-0/+8
* bpo-23722: Raise a RuntimeError for absent __classcell__. (GH-6931)Serhiy Storchaka2018-05-201-34/+10
* Remove unused imports.Serhiy Storchaka2016-12-161-1/+0
* Issue #23722: improve __classcell__ compatibilityNick Coghlan2016-12-051-23/+104
* Issue #23722: Initialize __class__ from type.__new__()Nick Coghlan2016-09-111-0/+81
* Issue #26718: super.__init__ no longer leaks memory if called multiple times.Serhiy Storchaka2016-04-131-0/+9
* Issue #21741: Update 147 test modules to use test discovery.Zachary Ware2015-04-131-5/+0
* reset __class__, so multiple runs don't fail (closes #17999)Benjamin Peterson2013-05-171-0/+5
* hide the __class__ closure from the class body (#12370)Benjamin Peterson2013-05-151-2/+26
* when an argument is a cell, set the local copy to NULL (see #17927)Benjamin Peterson2013-05-121-0/+13
* Make super() internal errors RuntimeError instead of SystemError (closes #15839)Benjamin Peterson2012-09-021-0/+15
* Close #14857: fix regression in references to PEP 3135 implicit __class__ clo...Nick Coghlan2012-05-271-0/+24
* use a invalid name for the __class__ closure for super() (closes #12370)Benjamin Peterson2011-06-201-0/+10
* fix uglyNamingConventionBenjamin Peterson2011-06-191-7/+7
* Fix for bug 4360 "SystemError when method has both super() & closure". PatchBarry Warsaw2008-11-201-0/+11
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-2/+2
* Merged revisions 55817-55961 via svnmerge fromGuido van Rossum2007-06-131-0/+79