GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
proj/pkgcore/snakeoil.git
master
A python library that implements optimized versions of common functionality
PkgCore Project (pkgcore@gentoo.org)
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
snakeoil
/
process
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reformat with black 23.1.0
Arthur Zamarin
2023-03-24
1
-3
/
+0
*
process.spawn: add type annotations
Arthur Zamarin
2022-12-31
1
-42
/
+44
*
remove proces.closerange
Arthur Zamarin
2022-12-25
2
-6
/
+3
*
Reformat w/ black 22.12.0 for consistency.
Brian Harring
2022-12-25
3
-45
/
+105
*
docs: cleanup and fix warnings
Arthur Zamarin
2022-08-27
2
-37
/
+23
*
remove cython _posix.pyx
Arthur Zamarin
2022-08-24
1
-20
/
+1
*
sort imports via isort
Tim Harder
2021-07-01
1
-2
/
+2
*
sort imports with isort
Tim Harder
2021-03-28
3
-6
/
+5
*
use super() to call parent method
Tim Harder
2021-03-22
2
-4
/
+4
*
process.spawn: drop unused find_invoking_python()
Tim Harder
2021-03-21
1
-27
/
+0
*
process: drop unused is_running()
Tim Harder
2021-03-15
1
-30
/
+0
*
use := operator with os.fork() usage
Tim Harder
2020-12-06
1
-4
/
+2
*
drop explicit demandloaded modules to straight imports
Tim Harder
2019-08-22
1
-7
/
+4
*
remove license/copyright file headers
Tim Harder
2019-08-18
2
-7
/
+0
*
process.spawn: _exec(): reset SIGCHLD to the default as well
Tim Harder
2019-07-27
1
-0
/
+1
*
process.spawn: spawn_get_output(): simplify return values
Tim Harder
2019-02-25
1
-2
/
+2
*
replace io.open() usage with open()
Tim Harder
2018-12-04
1
-1
/
+0
*
process.spawn: add missing bash_version to export list
Tim Harder
2018-04-11
1
-1
/
+1
*
use relative imports for internal modules
Tim Harder
2018-04-11
3
-10
/
+8
*
remove unsupported py2 and deprecated py3 code and fallbacks
Tim Harder
2018-04-11
3
-46
/
+9
*
process.namespaces: allow root user to create user namespaces
Tim Harder
2017-12-16
1
-1
/
+1
*
process.spawn: bash_version(): add method to get the current system bash version
Tim Harder
2017-09-27
1
-0
/
+24
*
move snakeoil module into src subdir
Tim Harder
2017-09-23
3
-0
/
+954