Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Check that a class has an explicitly defined metaclass before emitting ↵ | cpopa | 2014-08-17 | 1 | -1/+1 |
| | | | | | | | 'old-style-class' for Python 2. This can catch metaclasses defined at module level, using `__metaclass__ = ...` syntax, which transforms all old style classes to newstyle. Also, look for the .newstyle attribute instead of bases. | ||||
* | Port more testcases to the new framework. | Torsten Marek | 2014-07-25 | 1 | -0/+116 |