aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* emirrordist: prevent distfiles_db _pkg_str pickle problemsZac Medico2021-01-211-1/+2
* binarytree.move_ent: copy on write for package moveZac Medico2021-01-193-16/+48
* bin: misc pylint fixesZac Medico2021-01-181-1/+2
* ProxyManager: remove unused loop parameterZac Medico2021-01-181-1/+1
* ProxyManager: Use async and await syntaxZac Medico2021-01-182-8/+5
* RepoStorageInterface: Use async and await syntaxZac Medico2021-01-185-96/+56
* SubprocessExecTestCase: Use async and await syntaxZac Medico2021-01-181-18/+14
* ChildWatcherTestCase: Use async and await syntaxZac Medico2021-01-181-6/+4
* AsyncFunctionTestCase: Use async and await syntaxZac Medico2021-01-181-6/+4
* SimpleEmergeTestCase: Use async and await syntaxZac Medico2021-01-181-9/+7
* AuxdbTestCase: Use async and await syntaxZac Medico2021-01-181-7/+5
* RetryTestCase: Use async and await syntaxZac Medico2021-01-181-19/+9
* PipeLoggerTestCase: Use async and await syntaxZac Medico2021-01-181-12/+10
* coroutine: do not require loop parameterZac Medico2021-01-181-5/+1
* bindbapi.aux_update: fix spurious package file renamesZac Medico2021-01-181-1/+1
* bindbapi.move_ent: use cpv_exists instead of getnameZac Medico2021-01-171-1/+1
* doebuild: use NamedTemporaryFile for PORTAGE_BINPKG_TMPFILEZac Medico2021-01-171-5/+8
* Add @changed-subslot package setMatt Turner2021-01-171-2/+37
* bindbapi.move_ent: remove redundant self._pkg_str callsZac Medico2021-01-171-7/+3
* vardbapi.move_ent: remove redundant self._pkg_str callsZac Medico2021-01-171-6/+2
* global_event_loop: return running loop for current threadZac Medico2021-01-112-34/+24
* AsyncioEventLoop: wrap child watcher for thread safety (bug 764905)Zac Medico2021-01-101-1/+29
* check_reverse_dependencies: dereference virtual expansions (bug 764764)Zac Medico2021-01-101-1/+1
* Add unit test demonstrating bug 764764Zac Medico2021-01-101-1/+97
* Make digests available to fetch commandDaniel M. Weeks2021-01-091-0/+6
* Fix varexpand, splitting in fetchDaniel M. Weeks2021-01-091-2/+3
* _Retry: Use ensure_future for self._current_taskZac Medico2021-01-041-2/+2
* test_retry: use context manager to cancel pending futuresZac Medico2021-01-041-75/+106
* ci: enable repoman testsZac Medico2021-01-021-1/+2
* lib/portage/util/__init__.py: Fix useless-returnZac Medico2021-01-011-1/+0
* env_update: use "with statement" on atomic_ofstreamFlorian Schmaus2020-12-301-18/+12
* Make atomic_ofstream a Context ManagerFlorian Schmaus2020-12-301-1/+9
* _safe_loop: instantiate asyncio loop for API consumer threadZac Medico2020-12-061-9/+40
* Remove unused EventLoop lazy importsZac Medico2020-12-062-2/+0
* Use default asyncio event loop implementation in API consumer threadsZac Medico2020-12-062-8/+24
* Use default asyncio event loop implementation in child processesZac Medico2020-12-062-7/+4
* MergeOrderTestCase: fix x11-drivers/xf86-video-fbdev slot operator depsZac Medico2020-12-021-4/+4
* find_smallest_cycle: don't merge satisfied PDEPEND too earlyZac Medico2020-12-021-2/+25
* Allow a package to replace its own buildtime dependencyZac Medico2020-11-282-9/+109
* backtracking: fix virtual choices for circular deps (bug 757306)Zac Medico2020-11-271-2/+5
* compare_files: fix missing xattr handlingZac Medico2020-11-221-2/+2
* compare_files: handle missing xattr supportZac Medico2020-11-211-1/+2
* find_smallest_cycle: enhance search prioritizationZac Medico2020-11-211-0/+10
* emerge: Disable profile deprecation warning inheritance (bug 753497)Zac Medico2020-11-212-12/+27
* Typofix: Use just one definite articlePetr Ĺ abata2020-11-215-6/+6
* Add slot operator := BDEPEND unit tests for bug 752153Zac Medico2020-11-141-0/+209
* make.conf: expand special *ROOT variables (bug 752147)Zac Medico2020-11-011-1/+6
* emerge: add --quickpkg-direct-root optionZac Medico2020-11-011-1/+2
* lib/portage/tests/emerge/test_simple.py: drop unused-importZac Medico2020-10-171-2/+0
* SimpleEmergeTestCase: fix TypeError: write() argument must be str, not intZac Medico2020-10-121-2/+1