aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* _setup_repo_revisions: Skip async_aux_get for INHERITEDZac Medico2024-03-091-10/+3
* EbuildPhase/EbuildBinpkg: Ensure PKGDIR subdirectory permissionsZac Medico2024-03-093-6/+18
* __dyn_install: Record REPO_REVISIONS in build-infoZac Medico2024-03-092-0/+47
* util: set a timeout for urlopen callsMike Gilbert2024-03-061-3/+3
* SpawnProcess: Optimize away null input for create_pipe=FalseZac Medico2024-03-032-30/+28
* socks5: Use run_coroutine_exitfuncs()Zac Medico2024-03-033-49/+7
* _validate_deps: Discard configdict["pkg"]["USE"]Zac Medico2024-03-033-1/+31
* elog/mod_custom: Spawn processes in backgroundZac Medico2024-03-023-5/+105
* binarytree._populate_remote: Fix UnboundLocalError for binpkg-request-signatureZac Medico2024-03-021-1/+1
* doebuild: Call _setup_localeZac Medico2024-03-012-33/+52
* Improve whitespace handling when parsing /proc/self/mountinfoMike Gilbert2024-03-011-3/+4
* Drop portage.util.libc extension moduleMike Gilbert2024-02-291-6/+3
* Delete compat_coroutine moduleZac Medico2024-02-285-368/+1
* gpkg: placate blackSam James2024-02-281-1/+3
* gpkg: add missing new lines to error messagesSam James2024-02-281-9/+9
* binpkg: add another missing newline to error messageSam James2024-02-281-1/+1
* UnshareNetTestCase: Initialize ABILITY_TO_UNSHARE in setUpZac Medico2024-02-271-5/+13
* BinarytreeTestCase: Use temporary TMPDIRZac Medico2024-02-261-1/+21
* Scheduler: Support parallel-install with merge-waitZac Medico2024-02-262-13/+35
* cnf: sets: Migrate @golang-rebuild to dev-lang/goZac Medico2024-02-262-3/+15
* SpawnProcess: Wait for async set_term_sizeZac Medico2024-02-255-16/+46
* Add workaround for loading libc on muslMike Gilbert2024-02-255-28/+28
* test_baseline: Improve robustness with cleanupGábor Oszkár Dénes2024-02-251-1/+1
* _start_proc: Prevent premature ForkProcess garbage collectionZac Medico2024-02-251-2/+39
* dbapi: Fix TypeError when passing Exception to warnings.warnZac Medico2024-02-251-4/+7
* testSpawnReturnProcTerminate: Fix integer in spawn command argumentZac Medico2024-02-241-1/+1
* process.spawn: Fix logic for missing libc.unshare on muslZac Medico2024-02-241-103/+110
* _dynamic_deps_preload: Fix settings referenceZac Medico2024-02-241-1/+1
* SchedulerInterface/PollScheduler: Add _loop propertyZac Medico2024-02-235-5/+21
* Fix python 3.9 CI jobs since 92ff02b9189fZac Medico2024-02-231-1/+1
* AsyncioEventLoop: Call process.run_exitfuncs() before closeZac Medico2024-02-223-10/+101
* emerge: Skip installed packages with emptytree in depgraph selectionGábor Oszkár Dénes2024-02-234-4/+160
* socks5: Use real asyncio.runZac Medico2024-02-212-29/+46
* _get_running_loop: Support real asyncio.runZac Medico2024-02-211-2/+26
* EbuildPhase: async_check_localeZac Medico2024-02-215-25/+70
* EbuildMetadataPhase: Migrate to _async_startZac Medico2024-02-211-11/+6
* async_aux_get: Use EbuildMetadataPhase deallocate_config futureZac Medico2024-02-213-45/+97
* asyncio: Wrap asyncio.Lock for python 3.9 compatZac Medico2024-02-211-0/+17
* ResolverPlayground: Use egencache to create manifestsZac Medico2024-02-212-19/+23
* MetadataRegen: Use EbuildMetadataPhase deallocate_configZac Medico2024-02-212-2/+25
* EbuildMetadataPhase: Add deallocate_config futureZac Medico2024-02-212-1/+38
* anydbm: Pickle support for multiprocessing spawnZac Medico2024-02-212-4/+17
* Support PROPERTIES=test_userpriv not to drop perms for testsMichał Górny2024-02-212-0/+6
* estrip: Support debug info deduplication with sys-devel/dwzYiFei Zhu2024-02-212-0/+2
* gpkg: add missing newline to gpkg format errorSam James2024-02-211-1/+1
* binpkg: add missing newline to gpkg format errorSam James2024-02-211-1/+1
* BuildLogger: Fix portage.locks._open_fds memory leakZac Medico2024-02-131-1/+6
* actions: Fix interaction between start-method and pytest-xdistZac Medico2024-02-127-7/+22
* Revert "EbuildPhase: async_check_locale"Zac Medico2024-02-125-87/+25
* EbuildBuild: Execute EbuildFetchonly in subprocessZac Medico2024-02-124-47/+33