aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* obj: fix typo in commentSam James2022-08-081-1/+1
* test_obj.py: (py3.11) add __getstate__ to knowledgeArthur Zamarin2022-08-081-1/+1
* test/mixins: (py3.11) fix invalid call to __subclasses__Arthur Zamarin2022-08-081-2/+2
* distutils_extensions: improve pip detectionArthur Zamarin2022-07-301-1/+1
* start work on v0.9.12Arthur Zamarin2022-07-291-1/+1