summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* new release 0.10.5v0.10.5Arthur Zamarin2023-01-202-1/+11
* cli.arghparse: add missing comma in help metavar textArthur Zamarin2023-01-201-3/+2
* formatters: add typing annotationsArthur Zamarin2023-01-171-15/+33
* cli.arghparse: improve _format_args for DelayedArthur Zamarin2023-01-161-0/+2
* fileutils: small cleanup and modernizationArthur Zamarin2022-12-314-34/+6
* process.spawn: add type annotationsArthur Zamarin2022-12-312-43/+45
* cli.arghparse: fix bind_final_checkArthur Zamarin2022-12-311-1/+1
* little modernization of snakeoil.cliArthur Zamarin2022-12-303-29/+26
* fix TestArComp::test_missing_tar when gtar is installedArthur Zamarin2022-12-251-1/+1
* fix after removal of osutils.native_readdir.listdirArthur Zamarin2022-12-251-5/+4
* remove osutils.native_readdir.listdirArthur Zamarin2022-12-253-10/+2
* remove proces.closerangeArthur Zamarin2022-12-252-6/+3
* fix small boolean values typoArthur Zamarin2022-12-252-2/+4
* pyproject.toml: include license file in sdisticp2022-12-251-1/+1
* ci: add black format checkArthur Zamarin2022-12-251-0/+7
* Makefile: add black format targetArthur Zamarin2022-12-251-0/+4
* Suppress the black reformat commit from git blameBrian Harring2022-12-251-0/+2
* Reformat w/ black 22.12.0 for consistency.Brian Harring2022-12-2585-2383/+3268
* compression: prefer gtar over tar if availableSam James2022-12-221-1/+2
* new release 0.10.4v0.10.4Arthur Zamarin2022-12-091-0/+13
* generate_man_rsts: better formatting for optionsArthur Zamarin2022-12-091-0/+4
* generate_man_rsts: improve sub sectioning for sub commandsArthur Zamarin2022-12-091-6/+6
* mark distutils_extensions as deprecatedArthur Zamarin2022-12-091-0/+3
* Add constraint satisfaction problem solverArthur Zamarin2022-12-092-0/+260
* start work on 0.10.4Arthur Zamarin2022-11-191-1/+1
* new release 0.10.3v0.10.3Arthur Zamarin2022-11-151-0/+6
* dist.sphinxext: new sphinx extensionArthur Zamarin2022-11-115-112/+133
* start work on 0.10.3Arthur Zamarin2022-11-081-1/+1
* new release 0.10.2v0.10.2Arthur Zamarin2022-11-081-0/+9
* drop pypy-3.8 supportArthur Zamarin2022-11-081-1/+1
* Makefile: cleanup and improveArthur Zamarin2022-11-081-17/+7
* drop py3.8 supportArthur Zamarin2022-11-082-6/+5
* pyproject.toml: depend on flit_core >=3.8Arthur Zamarin2022-11-081-3/+3
* release.yml: update actions/setup-python to v4Arthur Zamarin2022-11-031-1/+1
* pyproject.toml: fix the wheel tagArthur Zamarin2022-11-021-1/+1
* snakeoil/test/*.py: fix f-stringsArthur Zamarin2022-11-012-6/+6
* snakeoil.test.eq_hash_inheritance: fix pytest warningArthur Zamarin2022-11-011-1/+1
* compression: tidy up bzip2 docsSam James2022-10-101-3/+3
* compression: add parallel xz supportSam James2022-10-106-81/+225
* compression.__init__: add testsArthur Zamarin2022-10-105-39/+121
* compression/_bzip2: add testsArthur Zamarin2022-10-106-12/+168
* ci: use deploy using github actions instead of branchArthur Zamarin2022-10-041-7/+26
* start work on v0.10.2Arthur Zamarin2022-09-301-1/+1
* new release 0.10.1v0.10.1Arthur Zamarin2022-09-302-1/+15
* refactor to use f-stringsArthur Zamarin2022-09-2610-36/+25
* move `DemandLoadTargets` to testsArthur Zamarin2022-09-262-33/+29
* descriptors: remove unused `classproperty`Arthur Zamarin2022-09-252-50/+0
* fileutils: remove unused `UnbufferedWriteHandle`Arthur Zamarin2022-09-241-17/+1
* fileutils: remove deprecated `write_file`Arthur Zamarin2022-09-244-41/+19
* test/mixins: remove `mk_named_tempfile`Arthur Zamarin2022-09-242-60/+35