Serhiy Storchaka
|
70d28a184c
|
Remove unused imports.
|
2016-12-16 20:00:15 +02:00 |
Serhiy Storchaka
|
9ec07721f4
|
Issue #28797: Modifying the class __dict__ inside the __set_name__ method of
a descriptor that is used inside that class no longer prevents calling the
__set_name__ method of other descriptors.
|
2016-11-29 09:54:17 +02:00 |
Serhiy Storchaka
|
d5d32d2127
|
Issue #28214: Improved exception reporting for problematic __set_name__
attributes.
|
2016-10-21 17:13:31 +03:00 |
Serhiy Storchaka
|
afd02a439f
|
Issue #28214: Now __set_name__ is looked up on the class instead of the
instance.
|
2016-09-21 15:54:59 +03:00 |
Berker Peksag
|
01d1719062
|
Issue #27366: Tweak PEP 487 documentation
* Added versionadded directives
* Deleted duplicate sentence from __init_subclass__ docstring
* Modernized tests
|
2016-07-30 14:06:15 +03:00 |
Nick Coghlan
|
d78448e912
|
Issue #27366: Implement PEP 487
- __init_subclass__ called when new subclasses defined
- __set_name__ called when descriptors are part of a
class definition
|
2016-07-30 16:26:03 +10:00 |