Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | generate_man_rsts: better formatting for options | Arthur Zamarin | 2022-12-09 | 1 | -0/+4 | |
* | generate_man_rsts: improve sub sectioning for sub commands | Arthur Zamarin | 2022-12-09 | 1 | -6/+6 | |
* | mark distutils_extensions as deprecated | Arthur Zamarin | 2022-12-09 | 1 | -0/+3 | |
* | Add constraint satisfaction problem solver | Arthur Zamarin | 2022-12-09 | 2 | -0/+260 | |
* | start work on 0.10.4 | Arthur Zamarin | 2022-11-19 | 1 | -1/+1 | |
* | new release 0.10.3v0.10.3 | Arthur Zamarin | 2022-11-15 | 1 | -0/+6 | |
* | dist.sphinxext: new sphinx extension | Arthur Zamarin | 2022-11-11 | 5 | -112/+133 | |
* | start work on 0.10.3 | Arthur Zamarin | 2022-11-08 | 1 | -1/+1 | |
* | new release 0.10.2v0.10.2 | Arthur Zamarin | 2022-11-08 | 1 | -0/+9 | |
* | drop pypy-3.8 support | Arthur Zamarin | 2022-11-08 | 1 | -1/+1 | |
* | Makefile: cleanup and improve | Arthur Zamarin | 2022-11-08 | 1 | -17/+7 | |
* | drop py3.8 support | Arthur Zamarin | 2022-11-08 | 2 | -6/+5 | |
* | pyproject.toml: depend on flit_core >=3.8 | Arthur Zamarin | 2022-11-08 | 1 | -3/+3 | |
* | release.yml: update actions/setup-python to v4 | Arthur Zamarin | 2022-11-03 | 1 | -1/+1 | |
* | pyproject.toml: fix the wheel tag | Arthur Zamarin | 2022-11-02 | 1 | -1/+1 | |
* | snakeoil/test/*.py: fix f-strings | Arthur Zamarin | 2022-11-01 | 2 | -6/+6 | |
* | snakeoil.test.eq_hash_inheritance: fix pytest warning | Arthur Zamarin | 2022-11-01 | 1 | -1/+1 | |
* | compression: tidy up bzip2 docs | Sam James | 2022-10-10 | 1 | -3/+3 | |
* | compression: add parallel xz support | Sam James | 2022-10-10 | 6 | -81/+225 | |
* | compression.__init__: add tests | Arthur Zamarin | 2022-10-10 | 5 | -39/+121 | |
* | compression/_bzip2: add tests | Arthur Zamarin | 2022-10-10 | 6 | -12/+168 | |
* | ci: use deploy using github actions instead of branch | Arthur Zamarin | 2022-10-04 | 1 | -7/+26 | |
* | start work on v0.10.2 | Arthur Zamarin | 2022-09-30 | 1 | -1/+1 | |
* | new release 0.10.1v0.10.1 | Arthur Zamarin | 2022-09-30 | 2 | -1/+15 | |
* | refactor to use f-strings | Arthur Zamarin | 2022-09-26 | 10 | -36/+25 | |
* | move `DemandLoadTargets` to tests | Arthur Zamarin | 2022-09-26 | 2 | -33/+29 | |
* | descriptors: remove unused `classproperty` | Arthur Zamarin | 2022-09-25 | 2 | -50/+0 | |
* | fileutils: remove unused `UnbufferedWriteHandle` | Arthur Zamarin | 2022-09-24 | 1 | -17/+1 | |
* | fileutils: remove deprecated `write_file` | Arthur Zamarin | 2022-09-24 | 4 | -41/+19 | |
* | test/mixins: remove `mk_named_tempfile` | Arthur Zamarin | 2022-09-24 | 2 | -60/+35 | |
* | Revert "dist.distutils_extensions: fix _verinfo.py file" | Arthur Zamarin | 2022-09-19 | 3 | -95/+78 | |
* | dist.distutils_extensions: fix _verinfo.py file | Arthur Zamarin | 2022-09-19 | 1 | -1/+3 | |
* | version: refactor the code | Arthur Zamarin | 2022-09-18 | 3 | -81/+96 | |
* | new release 0.10.0v0.10.0 | Arthur Zamarin | 2022-09-18 | 1 | -0/+35 | |
* | move to flit & makefile | Arthur Zamarin | 2022-09-18 | 16 | -88/+81 | |
* | version: fix env for traversal | Arthur Zamarin | 2022-09-18 | 1 | -1/+1 | |
* | version: better locale protection around running git | Arthur Zamarin | 2022-09-18 | 1 | -1/+5 | |
* | docs: cleanup and fix warnings | Arthur Zamarin | 2022-08-27 | 9 | -88/+69 | |
* | test: remove TestCase | Arthur Zamarin | 2022-08-27 | 2 | -283/+10 | |
* | build: simplify after cython removal | Arthur Zamarin | 2022-08-24 | 7 | -23/+3 | |
* | remove mk_cpy_loadable_testcase | Arthur Zamarin | 2022-08-24 | 2 | -44/+1 | |
* | remove mentions of _readdir C extension | Arthur Zamarin | 2022-08-24 | 2 | -45/+14 | |
* | remove cython _posix.pyx | Arthur Zamarin | 2022-08-24 | 5 | -375/+4 | |
* | remove cython _sequences.pyx | Arthur Zamarin | 2022-08-24 | 4 | -105/+7 | |
* | test/mixins.py: remove TempDirMixin & tempdir_decorator | Arthur Zamarin | 2022-08-24 | 1 | -33/+0 | |
* | data_source: modernize tests | Arthur Zamarin | 2022-08-24 | 2 | -50/+39 | |
* | stringio: remove text_writable & bytes_writable | Arthur Zamarin | 2022-08-24 | 2 | -41/+16 | |
* | test/*.py: various modernization of code | Arthur Zamarin | 2022-08-24 | 6 | -40/+35 | |
* | klass: add typing for jit_attr | Arthur Zamarin | 2022-08-24 | 1 | -8/+9 | |
* | klass: small refactor | Arthur Zamarin | 2022-08-24 | 1 | -20/+15 |