summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* new release 0.10.6v0.10.6Arthur Zamarin2023-12-221-0/+9
* ci: remove pypy3.9Arthur Zamarin2023-12-221-1/+1
* add python 3.12 classifierArthur Zamarin2023-12-221-0/+1
* mappings: small refactorArthur Zamarin2023-08-301-9/+9
* ci: add pytest-github-actions-annotate-failures for testArthur Zamarin2023-06-231-1/+1
* ci: use new PyPI OIDC publishArthur Zamarin2023-05-171-13/+10
* drop support for py3.9Arthur Zamarin2023-05-176-10/+9
* remove deprecated distutils_extensionsArthur Zamarin2023-03-241-1049/+0
* CI: add Python 3.12 alphasSam James2023-03-241-3/+3
* Suppress git blame for reformatArthur Zamarin2023-03-241-0/+2
* Reformat with black 23.1.0Arthur Zamarin2023-03-2430-70/+2
* start work on 0.10.6Arthur Zamarin2023-01-201-1/+1
* 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