1. f5e7b19 bpo-23722: Raise a RuntimeError for absent __classcell__. (GH-6931) by Serhiy Storchaka · 6 years ago
  2. 70d28a1 Remove unused imports. by Serhiy Storchaka · 8 years ago
  3. 19d2467 Issue #23722: improve __classcell__ compatibility by Nick Coghlan · 8 years ago
  4. 944368e Issue #23722: Initialize __class__ from type.__new__() by Nick Coghlan · 8 years ago
  5. 3d74976 Issue #26718: super.__init__ no longer leaks memory if called multiple times. by Serhiy Storchaka · 8 years ago
  6. 38c707e Issue #21741: Update 147 test modules to use test discovery. by Zachary Ware · 9 years ago
  7. a29ac45 reset __class__, so multiple runs don't fail (closes #17999) by Benjamin Peterson · 11 years ago
  8. 312595c hide the __class__ closure from the class body (#12370) by Benjamin Peterson · 11 years ago
  9. 159ae41 when an argument is a cell, set the local copy to NULL (see #17927) by Benjamin Peterson · 11 years ago
  10. 6a42bd6 Make super() internal errors RuntimeError instead of SystemError (closes #15839) by Benjamin Peterson · 12 years ago
  11. 0b43bcf Close #14857: fix regression in references to PEP 3135 implicit __class__ closure variable. Reopens issue #12370, but also updates unittest.mock to workaround that issue by Nick Coghlan · 12 years ago
  12. f5ff223 use a invalid name for the __class__ closure for super() (closes #12370) by Benjamin Peterson · 13 years ago
  13. 206cd1c fix uglyNamingConvention by Benjamin Peterson · 13 years ago
  14. 91cc8fb Fix for bug 4360 "SystemError when method has both super() & closure". Patch by Barry Warsaw · 16 years ago
  15. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  16. cd16bf6 Merged revisions 55817-55961 via svnmerge from by Guido van Rossum · 17 years ago