summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* new release 0.10.0v0.10.0Arthur Zamarin2022-09-181-0/+35
* move to flit & makefileArthur Zamarin2022-09-1816-88/+81
* version: fix env for traversalArthur Zamarin2022-09-181-1/+1
* version: better locale protection around running gitArthur Zamarin2022-09-181-1/+5
* docs: cleanup and fix warningsArthur Zamarin2022-08-279-88/+69
* test: remove TestCaseArthur Zamarin2022-08-272-283/+10
* build: simplify after cython removalArthur Zamarin2022-08-247-23/+3
* remove mk_cpy_loadable_testcaseArthur Zamarin2022-08-242-44/+1
* remove mentions of _readdir C extensionArthur Zamarin2022-08-242-45/+14
* remove cython _posix.pyxArthur Zamarin2022-08-245-375/+4
* remove cython _sequences.pyxArthur Zamarin2022-08-244-105/+7
* test/mixins.py: remove TempDirMixin & tempdir_decoratorArthur Zamarin2022-08-241-33/+0
* data_source: modernize testsArthur Zamarin2022-08-242-50/+39
* stringio: remove text_writable & bytes_writableArthur Zamarin2022-08-242-41/+16
* test/*.py: various modernization of codeArthur Zamarin2022-08-246-40/+35
* klass: add typing for jit_attrArthur Zamarin2022-08-241-8/+9
* 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