aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Reformat with black 23.1.0Arthur Zamarin2023-03-241-3/+0
* process.spawn: add type annotationsArthur Zamarin2022-12-311-42/+44
* remove proces.closerangeArthur Zamarin2022-12-252-6/+3
* Reformat w/ black 22.12.0 for consistency.Brian Harring2022-12-253-45/+105
* docs: cleanup and fix warningsArthur Zamarin2022-08-272-37/+23
* remove cython _posix.pyxArthur Zamarin2022-08-241-20/+1
* sort imports via isortTim Harder2021-07-011-2/+2
* sort imports with isortTim Harder2021-03-283-6/+5
* use super() to call parent methodTim Harder2021-03-222-4/+4
* process.spawn: drop unused find_invoking_python()Tim Harder2021-03-211-27/+0
* process: drop unused is_running()Tim Harder2021-03-151-30/+0
* use := operator with os.fork() usageTim Harder2020-12-061-4/+2
* drop explicit demandloaded modules to straight importsTim Harder2019-08-221-7/+4
* remove license/copyright file headersTim Harder2019-08-182-7/+0
* process.spawn: _exec(): reset SIGCHLD to the default as wellTim Harder2019-07-271-0/+1
* process.spawn: spawn_get_output(): simplify return valuesTim Harder2019-02-251-2/+2
* replace io.open() usage with open()Tim Harder2018-12-041-1/+0
* process.spawn: add missing bash_version to export listTim Harder2018-04-111-1/+1
* use relative imports for internal modulesTim Harder2018-04-113-10/+8
* remove unsupported py2 and deprecated py3 code and fallbacksTim Harder2018-04-113-46/+9
* process.namespaces: allow root user to create user namespacesTim Harder2017-12-161-1/+1
* process.spawn: bash_version(): add method to get the current system bash versionTim Harder2017-09-271-0/+24
* move snakeoil module into src subdirTim Harder2017-09-233-0/+954