Tags: matthewwardrop/spec-classes
Toggle v1.5.13's commit message
fix compatbility with Python <= 3.9
Toggle v1.5.12's commit message
Further improve type-checking integration for pylance.
Toggle v1.5.11's commit message
Skip calling constructors for non-spec-classes that inherit the spec-…
…classes metadata from a parent class.
Toggle v1.5.10's commit message
fix: Changes to class during deepcopy causes errors.
This could be due to threading or due to non-local mutations during the copying process.
Toggle v1.5.9's commit message
KeyedList: Implement O(1) "contains" checks.
Toggle v1.5.8's commit message
Leverage __tracebackhide__ to reduce clutter in IPython sessions.
Toggle v1.5.7's commit message
Attr: Improve robustness of skipping descriptors during instantiation.
Toggle v1.5.6's commit message
Fix `NoneType` reference in Python <3.10.
Toggle v1.5.5's commit message
fix: Always compare sentinels to object ids to prevent issues with (e…
….g.) pandas.
Toggle v1.5.4's commit message
Increase robustness of sentinel equality checks.
You can’t perform that action at this time.