summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* new release 0.10.5v0.10.5Arthur Zamarin2023-01-201-1/+1
* 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-312-24/+5
* 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 after removal of osutils.native_readdir.listdirArthur Zamarin2022-12-251-5/+4
* remove osutils.native_readdir.listdirArthur Zamarin2022-12-252-3/+1
* remove proces.closerangeArthur Zamarin2022-12-252-6/+3
* fix small boolean values typoArthur Zamarin2022-12-252-2/+4
* Reformat w/ black 22.12.0 for consistency.Brian Harring2022-12-2551-1006/+1614
* compression: prefer gtar over tar if availableSam James2022-12-221-1/+2
* 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-091-0/+198
* start work on 0.10.4Arthur Zamarin2022-11-191-1/+1
* dist.sphinxext: new sphinx extensionArthur Zamarin2022-11-114-111/+132
* start work on 0.10.3Arthur Zamarin2022-11-081-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-102-8/+83
* compression.__init__: add testsArthur Zamarin2022-10-102-30/+21
* compression/_bzip2: add testsArthur Zamarin2022-10-103-12/+22
* start work on v0.10.2Arthur Zamarin2022-09-301-1/+1
* new release 0.10.1v0.10.1Arthur Zamarin2022-09-301-1/+1
* refactor to use f-stringsArthur Zamarin2022-09-2610-36/+25
* move `DemandLoadTargets` to testsArthur Zamarin2022-09-261-30/+0
* descriptors: remove unused `classproperty`Arthur Zamarin2022-09-251-34/+0
* fileutils: remove unused `UnbufferedWriteHandle`Arthur Zamarin2022-09-241-17/+1
* fileutils: remove deprecated `write_file`Arthur Zamarin2022-09-242-17/+2
* test/mixins: remove `mk_named_tempfile`Arthur Zamarin2022-09-241-9/+1
* Revert "dist.distutils_extensions: fix _verinfo.py file"Arthur Zamarin2022-09-192-52/+45
* dist.distutils_extensions: fix _verinfo.py fileArthur Zamarin2022-09-191-1/+3
* version: refactor the codeArthur Zamarin2022-09-182-48/+53
* 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-277-86/+65
* test: remove TestCaseArthur Zamarin2022-08-272-283/+10
* remove mk_cpy_loadable_testcaseArthur Zamarin2022-08-241-38/+0
* remove mentions of _readdir C extensionArthur Zamarin2022-08-241-7/+1
* remove cython _posix.pyxArthur Zamarin2022-08-244-327/+3
* remove cython _sequences.pyxArthur Zamarin2022-08-243-86/+3
* test/mixins.py: remove TempDirMixin & tempdir_decoratorArthur Zamarin2022-08-241-33/+0
* data_source: modernize testsArthur Zamarin2022-08-241-7/+8
* stringio: remove text_writable & bytes_writableArthur Zamarin2022-08-241-15/+14
* test/*.py: various modernization of codeArthur Zamarin2022-08-246-40/+35