Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove unused imports. | Serhiy Storchaka | 2016-12-16 | 1 | -1/+0 |
| | |||||
* | Issue #28797: Modifying the class __dict__ inside the __set_name__ method of | Serhiy Storchaka | 2016-11-29 | 1 | -0/+16 |
| | | | | | a descriptor that is used inside that class no longer prevents calling the __set_name__ method of other descriptors. | ||||
* | Issue #28214: Improved exception reporting for problematic __set_name__ | Serhiy Storchaka | 2016-10-21 | 1 | -7/+19 |
| | | | | attributes. | ||||
* | Issue #28214: Now __set_name__ is looked up on the class instead of the | Serhiy Storchaka | 2016-09-21 | 1 | -0/+12 |
| | | | | instance. | ||||
* | Issue #27366: Tweak PEP 487 documentation | Berker Peksag | 2016-07-30 | 1 | -22/+22 |
| | | | | | | * Added versionadded directives * Deleted duplicate sentence from __init_subclass__ docstring * Modernized tests | ||||
* | Issue #27366: Implement PEP 487 | Nick Coghlan | 2016-07-30 | 1 | -0/+244 |
- __init_subclass__ called when new subclasses defined - __set_name__ called when descriptors are part of a class definition |