summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Updates for portage-3.0.18 releaseportage-3.0.18Zac Medico2021-03-293-1/+12
* SyncRepos: suppress portage update message if PYTHON_TARGETS changedZac Medico2021-03-282-7/+48
* repoman: add variable.phase check like pkgcheck VariableScopeCheck (bug 608664)Zac Medico2021-03-287-12/+162
* SimpleRepomanTestCase: compare QATracker results to expected valuesZac Medico2021-03-281-7/+22
* glsa-check: suppress line 293 newline for --quiet (bug 719260)Zac Medico2021-03-281-1/+2
* SimpleRepomanTestCase: collect results from subprocessesZac Medico2021-03-281-6/+67
* repoman: change sys.exit in actions.py to return in main.pyZac Medico2021-03-282-1/+2
* SimpleRepomanTestCase: use asyncioZac Medico2021-03-281-23/+66
* repoman: split up repoman_mainZac Medico2021-03-281-3/+36
* repoman: fix argv inconsistencyZac Medico2021-03-282-3/+3
* BuildIdProfileFormatTestCase: add package.unmaskZac Medico2021-03-281-0/+1
* Add profile format extension for repo atomsFelix Bier2021-03-283-6/+18
* Atom: Decouple eapi and allow_repoFelix Bier2021-03-2811-35/+102
* emerge: add -W option short for --deselectGreg Kubaryk2021-03-273-2/+4
* ResolverPlayground: enable package.use.{force,mask}Zac Medico2021-03-271-2/+8
* _get_eapi_attrs: cache eapi_* function calls via decoratorZac Medico2021-03-271-26/+81
* _test_lock_fn: remove temp file (bug 775239)Zac Medico2021-03-111-0/+4
* Use atomic_ofstream as Context Manager i.e., with-statement contextsFlorian Schmaus2021-03-113-12/+11
* setup.py: fix GLOBAL_CONFIG_PATH double prefixZac Medico2021-03-091-3/+6
* Updates for portage-3.0.17 releaseportage-3.0.17Zac Medico2021-03-072-1/+6
* setup.py: prefix paths in repos.conf and make.globals for pip venv installZac Medico2021-03-071-0/+4
* bin_entry_point: fix sys.argv[0] for non-python programsZac Medico2021-03-071-0/+1
* EbuildPhase: Use async and await syntaxZac Medico2021-03-072-22/+16
* BuildLogger: Use async and await syntaxZac Medico2021-03-071-7/+5
* PipeLogger: Use async and await syntaxZac Medico2021-03-071-7/+5
* _writer: Use async and await syntaxZac Medico2021-03-071-8/+5
* _test_lock_fn: use _lock_manager and call unlockZac Medico2021-03-071-29/+30
* dblink: add _format_contents_line methodZac Medico2021-03-071-5/+37
* AsyncioEventLoop: remove obsolete supports_multiprocessing attributeZac Medico2021-03-071-6/+1
* Remove unused _PortageEventLoop and _PortageChildWatcherZac Medico2021-03-061-112/+0
* Removed unused portage.util.futures.eventsZac Medico2021-03-062-209/+3
* Remove unused _EventLoopFuture classZac Medico2021-03-061-155/+1
* Removed unused portage.util.futures.transportsZac Medico2021-03-062-577/+2
* Removed unused portage.util.futures._asyncio.tasksZac Medico2021-03-062-123/+19
* Remove unused PollSelectAdapter and PollConstants classesZac Medico2021-03-062-91/+0
* bin_entry_point: handle versioned python shebangsZac Medico2021-03-061-1/+1
* Remove unused EventLoop classZac Medico2021-03-061-1153/+0
* Remove unit tests for deprecated EAPI-progressZac Medico2021-03-062-196/+0
* Mark EAPIs "4-python" and "5-progress" as deprecatedMatt Turner2021-03-061-4/+4
* Use asyncio.subprocess.Process directlyMatt Turner2021-03-062-120/+4
* lib: Remove outdated Python 2 commentsMatt Turner2021-03-068-32/+0
* Remove outdated mention of Python 2 from commentMatt Turner2021-03-061-5/+5
* Remove Python 2 workaroundMatt Turner2021-03-061-5/+1
* man/make.conf.5: fix typosSam James2021-03-061-4/+4
* _test_lock_fn: extend lock_fn to return unlock functionZac Medico2021-03-061-7/+12
* _get_lock_fn: split out _test_lock_fnZac Medico2021-03-051-10/+17
* setup.py: remove unused eprefix variableZac Medico2021-03-041-15/+4
* bin/ebuild-pyhelper: wrapper for portage python helpersZac Medico2021-03-043-18/+23
* setup.py: fix EPREFIX and PORTAGE_BASE_PATH for pip installZac Medico2021-03-031-7/+44
* bin_entry_point: rewrite python shebangs for venvZac Medico2021-03-031-1/+11