K. Lange
|
1e044c140d
|
Support for __init_subclass__
|
2023-01-26 20:01:39 +09:00 |
|
K. Lange
|
f9df8b22ef
|
initial support for __new__
|
2023-01-24 18:15:13 +09:00 |
|
K. Lange
|
d8a1861c23
|
format() and object.__format__()
|
2022-07-10 16:10:07 +09:00 |
|
K. Lange
|
c10a457242
|
Rudimentary __setattr__ support
|
2022-07-07 14:54:30 +09:00 |
|
K. Lange
|
41c77de753
|
Implement overridable hashing and speed up property access
|
2021-03-25 19:49:18 +09:00 |
|
K. Lange
|
6b3f8de63b
|
Implement general __get__/__set__ descriptors
property objects are no longer a special case and have been simplified
old-style native properties can probably all be removed as well, but, todo
|
2021-03-10 20:24:12 +09:00 |
|
K. Lange
|
05f7d9537a
|
Add tests related to recent class method changes
|
2021-03-09 23:00:47 +09:00 |
|