aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add missing DirProxy/GetAttrProxy to klass.__all__Brian Harring2024-01-151-0/+2
* Reformat w/ black 22.12.0 for consistency.Brian Harring2022-12-251-46/+118
* refactor to use f-stringsArthur Zamarin2022-09-261-1/+1
* klass: add typing for jit_attrArthur Zamarin2022-08-241-8/+9
* klass: small refactorArthur Zamarin2022-08-241-20/+15
* sort imports with isortTim Harder2021-03-281-2/+2
* klass: Fix ignore_missing=True in steal_docs()Michał Górny2021-03-151-0/+1
* klass: drop 'native' prefixesTim Harder2020-12-141-28/+24
* klass: inject_richcmp_methods_from_cmp(): drop inject_always paramTim Harder2020-12-141-7/+3
* compatibility: drop is_py3kTim Harder2020-12-141-1/+1
* klass: rename _sentinel to sentinel since it's used publiclyTim Harder2020-11-011-4/+4
* drop unnecessary object class inheritance for py3Tim Harder2020-01-311-15/+15
* fix pickling for LazilyHashedPath and ImmutableInstanceTim Harder2019-09-031-4/+15
* drop explicit demandloaded modules to straight importsTim Harder2019-08-221-6/+2
* remove license/copyright file headersTim Harder2019-08-181-3/+0
* klass: generic_equality: support pulling attr list from __slots__Tim Harder2019-08-141-2/+5
* update docstrings for py3 metaclass styleTim Harder2019-08-131-2/+1
* klass: use __getattribute__ instead of getattr() to retrieve jitted attrTim Harder2019-08-101-1/+4
* klass: DirProxy: support pulling attr list from __slots__Tim Harder2019-08-101-2/+6
* klass: add SlotsPicklingMixin class to aid in pickling classes with __slots__Tim Harder2019-08-091-2/+25
* klass: allow jit_attr_named() and jit_attr_ext_method() to pass doc paramsTim Harder2019-01-261-6/+5
* revert f-string usage until we're >= py3.6 onlyTim Harder2018-06-041-1/+2
* klass: add initial aliased and alias decoratorsTim Harder2018-05-101-1/+42
* use relative imports for internal modulesTim Harder2018-04-111-4/+4
* remove unsupported py2 and deprecated py3 code and fallbacksTim Harder2018-04-111-5/+7
* klass: rename GetDirProxy to DirProxy and add initial testsTim Harder2017-12-181-1/+1
* klass: add GetDirProxy to return proper dir() listings for classes using GetA...Tim Harder2017-12-171-0/+7
* move snakeoil module into src subdirTim Harder2017-09-231-0/+715