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/portage.git
master
prefix
public_api
use-conflict-auto-resolve
Package management system
Portage development team <dev-portage@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
portage
/
process.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Alway import iscoroutinefunction from inspect
Zac Medico
2024-10-28
1
-5
/
+1
*
Fix asyncio.iscoroutinefunction DeprecationWarning in Python 3.14.0a1
Zac Medico
2024-10-22
1
-1
/
+6
*
run_exitfuncs: Drop hooks inherited via fork
Zac Medico
2024-08-14
1
-2
/
+7
*
Support coroutine exitfuncs for non-main loops
Zac Medico
2024-08-11
1
-3
/
+8
*
run_exitfuncs: Support loop close via hook
Zac Medico
2024-08-08
1
-6
/
+31
*
process: make has_ipv6 a public function
Pavel Balaev
2024-05-27
1
-4
/
+4
*
elog/mod_custom: Spawn processes in background
Zac Medico
2024-03-02
1
-0
/
+29
*
Add workaround for loading libc on musl
Mike Gilbert
2024-02-25
1
-11
/
+5
*
_start_proc: Prevent premature ForkProcess garbage collection
Zac Medico
2024-02-25
1
-2
/
+39
*
process.spawn: Fix logic for missing libc.unshare on musl
Zac Medico
2024-02-24
1
-103
/
+110
*
process._exec: Use _start_fork for os.fork() error handling
Zac Medico
2024-02-11
1
-108
/
+151
*
spawn_wrapper: Make pre_exec function picklable
Zac Medico
2024-02-11
1
-8
/
+18
*
process.spawn: Use _start_proc for returnpid=False
Zac Medico
2024-02-06
1
-18
/
+17
*
process.spawn: Enable returnpid warning for internals
Zac Medico
2024-02-06
1
-6
/
+5
*
process.spawn: Use multiprocessing.Process for returnproc
Zac Medico
2024-02-06
1
-13
/
+79
*
process.spawn: Avoid os.environ pickling error
Zac Medico
2024-02-04
1
-0
/
+3
*
Revert "process.spawn: Use multiprocessing.Process for returnproc"
Zac Medico
2024-02-04
1
-59
/
+13
*
process.spawn: Use multiprocessing.Process for returnproc
Zac Medico
2024-02-03
1
-13
/
+59
*
SpawnProcess: Use spawn returnproc parameter
Zac Medico
2024-02-02
1
-12
/
+108
*
process.spawn: Add returnproc parameter
Zac Medico
2024-02-01
1
-0
/
+84
*
_start_fork: Ensure any _setup_pipes exception is displayed
Zac Medico
2024-01-29
1
-8
/
+9
*
process.spawn: add abstraction layer for os.fork()
Zac Medico
2024-01-29
1
-64
/
+139
*
Rely on os.register_at_fork for _ForkWatcher hook invocation
Zac Medico
2024-01-28
1
-7
/
+3
*
_unshare_validator: multiprocessing spawn compat
Zac Medico
2023-10-24
1
-4
/
+9
*
Drop FEATURES=cgroup, i.e., v1 cgroup usage
Florian Schmaus
2023-07-29
1
-14
/
+0
*
Add FEATURE="warn-on-large-env": warn on large child process environments
Florian Schmaus
2023-03-11
1
-17
/
+52
*
*/*: rerun black w/ 23.1.0
Sam James
2023-02-03
1
-5
/
+0
*
lib/portage/process.py: show diag message if exec failed with E2BIG
Florian Schmaus
2023-01-15
1
-0
/
+29
*
*/*: run Black post-flynt
Sam James
2023-01-10
1
-3
/
+1
*
*/*: convert to f-strings (run flynt)
Sam James
2023-01-10
1
-5
/
+5
*
pyupgrade everything
John Helmert III
2022-12-03
1
-4
/
+4
*
Reformat with black 21.12b0
Michał Górny
2021-12-08
1
-2
/
+0
*
Reformat to use spaces instead of tabs. Also, use black
Wolfgang E. Sanyer
2021-09-19
1
-874
/
+998
*
Use cached portage.getpid() function (bug 739540)
Zac Medico
2020-08-30
1
-5
/
+11
*
lib/*: fix superfluous-parens and enable check
Aaron Bauman
2020-08-05
1
-3
/
+3
*
lib/portage/process.py: fix whitespace
Aaron Bauman
2020-08-03
1
-5
/
+5
*
Fix pylint R0205.
Alec Warner
2020-07-22
1
-1
/
+1
*
ForkProcess: replace os.fork with multiprocessing.Process (bug 730192)
Zac Medico
2020-07-18
1
-2
/
+2
*
Remove support code for Python < 3.4
Michał Górny
2020-07-17
1
-1
/
+1
*
Eliminate the most of explicit py3 conditionals
Michał Górny
2020-07-16
1
-14
/
+2
*
Eliminate basestring/long/_unicode py3 compat
Michał Górny
2020-07-16
1
-4
/
+1
*
process: Provide libc fallback for sethostname() on PyPy
Michał Górny
2020-05-17
1
-1
/
+8
*
Import portage.util.netlink.RtNetlink in global scope
Mike Gilbert
2020-04-20
1
-2
/
+9
*
process: Unshare UTS namespace, and set hostname to 'localhost'
Michał Górny
2020-03-28
1
-1
/
+10
*
process: display relevant FEATURES when unshare fails
Zac Medico
2019-12-15
1
-2
/
+13
*
Use RTNETLINK to configure the loopback interface
Mike Gilbert
2019-08-30
1
-16
/
+10
*
process: add _has_ipv6() function
Zac Medico
2019-08-04
1
-3
/
+40
*
process: redirect IPv6 'ip' command output to /dev/null
Mike Gilbert
2019-08-02
1
-2
/
+4
*
Configure additional addresses on the lo interface for network-sandbox
Mike Gilbert
2019-08-01
1
-13
/
+37
*
Don't modify /etc/mtab from temporary namespaces
i.Dark_Templar
2019-05-27
1
-1
/
+1
[next]