aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* binarytree.move_ent: copy on write for package moveZac Medico2021-01-193-16/+48
* repoman: fix DeprecationWarning: invalid escape sequence \sZac Medico2021-01-181-1/+1
* tox.ini: fix pylint commandZac Medico2021-01-181-1/+1
* bin: misc pylint fixesZac Medico2021-01-1810-44/+43
* repoman: misc pylint fixesZac Medico2021-01-1866-120/+80
* ProxyManager: remove unused loop parameterZac Medico2021-01-181-1/+1
* ProxyManager: Use async and await syntaxZac Medico2021-01-182-8/+5
* man/make.conf.5: Fix typo in markupUlrich Müller2021-01-181-1/+1
* RepoStorageInterface: Use async and await syntaxZac Medico2021-01-185-96/+56
* repoman: Use async and await syntaxZac Medico2021-01-181-13/+9
* 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-173-2/+50
* 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
* Updates for portage-3.0.13 releaseportage-3.0.13Zac Medico2021-01-113-1/+14
* 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-102-1/+23
* Add unit test demonstrating bug 764764Zac Medico2021-01-101-1/+97
* Make digests available to fetch commandDaniel M. Weeks2021-01-092-1/+19
* 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-023-3/+4
* ci: upgrade workflow to ubuntu-20.04Zac Medico2021-01-011-1/+1
* .travis.yml: convert to github actionZac Medico2021-01-013-26/+52
* lib/portage/util/__init__.py: Fix useless-returnZac Medico2021-01-011-1/+0
* .travis.yml: remove duplicate call to ./setup.py testZac Medico2020-12-301-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
* Test with Python 3.10Manuel Rüger2020-12-304-8/+11
* Drop Python 2 compatibility in extension modulesMike Gilbert2020-12-242-18/+2
* Adjust mangling of "arch" value from scanelf outputMike Gilbert2020-12-231-1/+1
* Updates for portage-3.0.12 releaseportage-3.0.12Zac Medico2020-12-072-1/+7
* _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
* depgraph._add_pkg: fix AttributeError when myparent is not a PackageZac Medico2020-12-031-1/+1
* MergeOrderTestCase: fix x11-drivers/xf86-video-fbdev slot operator depsZac Medico2020-12-021-4/+4