aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* klass: small refactorArthur Zamarin2022-08-241-20/+15
* set next version as 0.10.0Arthur Zamarin2022-08-241-1/+1
* Add type hinting files for cython filesArthur Zamarin2022-08-202-0/+17
* ci: upload wheels during release workflowArthur Zamarin2022-08-191-0/+5
* ci: update actions versions & use new pip cachingArthur Zamarin2022-08-193-38/+30
* ci: test on macos only for 3.10Arthur Zamarin2022-08-191-1/+4
* ci: remove "deps" from test matrixArthur Zamarin2022-08-191-6/+0
* cibuildwheel: enable pre release python 3.11v0.9.12Arthur Zamarin2022-08-081-0/+1
* obj: fix typo in commentSam James2022-08-081-1/+1
* README.rst: cpython -> cythonSam James2022-08-081-1/+1
* new release 0.9.12Arthur Zamarin2022-08-081-0/+11
* ci: enable py3.11 testingSam James2022-08-081-0/+4
* test_obj.py: (py3.11) add __getstate__ to knowledgeArthur Zamarin2022-08-082-5/+5
* test/mixins: (py3.11) fix invalid call to __subclasses__Arthur Zamarin2022-08-081-2/+2
* docs: small updatesArthur Zamarin2022-07-302-18/+8
* ci: submit code coverage only on linuxArthur Zamarin2022-07-301-0/+1
* ci: fix test with minimal-depsArthur Zamarin2022-07-301-0/+1
* tests: mark Namespace tests as XFAIL on PyPyArthur Zamarin2022-07-301-0/+2
* tests: skip failing SplitExec tests on github CIArthur Zamarin2022-07-301-0/+1
* CI: update cibuildwheelArthur Zamarin2022-07-301-2/+2
* distutils_extensions: improve pip detectionArthur Zamarin2022-07-301-1/+1
* start work on v0.9.12Arthur Zamarin2022-07-291-1/+1
* Release 0.9.11v0.9.11Arthur Zamarin2022-07-291-0/+15
* depend on newer cython for py3.11Arthur Zamarin2022-07-291-1/+1
* Another attempt to fix distutils extensionArthur Zamarin2022-07-291-0/+4
* distutils_extensions: fix import w/ newer setuptoolsArthur Zamarin2022-07-291-1/+3
* Revert "distutils_extensions: fix import w/ newer setuptools(?)"Arthur Zamarin2022-07-291-4/+0
* distutils_extensions: fix import w/ newer setuptools(?)Sam James2022-07-291-0/+4
* osutils: deduplicate unit list in sizeof_fmt()Michał Górny2022-06-131-10/+8
* osutils: simplify sizeof_fmt() and fix handling sizes > 1000 YBMichał Górny2022-06-132-8/+10
* osutils: add tests for sizeof_fmt()Michał Górny2022-06-131-1/+24
* .github/workflows/test.yml: add pypy-3.9Sam James2022-05-211-1/+6
* tests: remove RandomPath fixtureArthur Zamarin2022-05-192-36/+27
* tests: remove TempDir fixtureArthur Zamarin2022-05-197-264/+252
* gha: disable fail-fastMichał Górny2022-03-181-0/+1
* bump versionMichał Górny2021-12-251-1/+1
* update newsv0.9.10Michał Górny2021-12-251-0/+5
* distutils_extensions: extend setuptools.command.build_pyMike Gilbert2021-12-251-1/+1
* distutils_extensions: don't import setuptools._distutils directlyMike Gilbert2021-12-251-9/+9
* bump versionMichał Górny2021-12-141-1/+1
* update newsv0.9.9Michał Górny2021-12-141-0/+5
* include requirement files in sdistMichał Górny2021-12-141-0/+1
* bump versionMichał Górny2021-12-141-1/+1
* .github: quote Python "3.10" correctlyv0.9.8Michał Górny2021-12-142-2/+2
* update newsMichał Górny2021-12-141-0/+9
* .github: switch workflows to py3.10 as a stable targetMichał Górny2021-12-143-9/+5
* tox.ini: Add py310 & pypy3Michał Górny2021-12-141-1/+1
* PyPy supportArusekk2021-12-146-3/+12
* obj: PyPy3 does not have object.__sizeof__Michał Górny2021-12-141-2/+4
* chksum: refactor proxying, add WHIRLPOOL supportBrian Harring2021-09-261-26/+20