Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | obj: fix typo in comment | Sam James | 2022-08-08 | 1 | -1/+1 |
* | test_obj.py: (py3.11) add __getstate__ to knowledge | Arthur Zamarin | 2022-08-08 | 1 | -1/+1 |
* | obj: PyPy3 does not have object.__sizeof__ | Michał Górny | 2021-12-14 | 1 | -2/+4 |
* | sort imports with isort | Tim Harder | 2021-03-28 | 1 | -1/+0 |
* | klass: rename _sentinel to sentinel since it's used publicly | Tim Harder | 2020-11-01 | 1 | -2/+2 |
* | drop unnecessary object class inheritance for py3 | Tim Harder | 2020-01-31 | 1 | -2/+2 |
* | remove license/copyright file headers | Tim Harder | 2019-08-18 | 1 | -3/+0 |
* | use relative imports for internal modules | Tim Harder | 2018-04-11 | 1 | -1/+1 |
* | remove unsupported py2 and deprecated py3 code and fallbacks | Tim Harder | 2018-04-11 | 1 | -31/+14 |
* | move snakeoil module into src subdir | Tim Harder | 2017-09-23 | 1 | -0/+273 |