aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/master' into prefixprefixFabian Groffen2024-02-2517-160/+511
|\
| * 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
* | Merge remote-tracking branch 'origin/master' into prefixFabian Groffen2024-02-22124-1169/+4598
|\|
| * 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
| * process._exec: Use _start_fork for os.fork() error handlingZac Medico2024-02-111-108/+151
| * spawn_wrapper: Make pre_exec function picklableZac Medico2024-02-112-17/+26
| * _overlap_dnf: deduplicate any-of blocksZac Medico2024-02-102-9/+39
| * test_gpkg_metadata_url_case: fix string format for pyupgradeZac Medico2024-02-101-2/+2
| * DuplicateOverlapDNFTestCase: Add test for bug 891137Zac Medico2024-02-101-1/+29
| * test_gpkg_metadata_url_case: fix pylint W0611: Unused import random (unused-i...Zac Medico2024-02-101-1/+0
| * test_gpkg_metadata_url_case: optimize httpd port allocationZac Medico2024-02-101-20/+8
| * test_gpkg_metadata_url_case: shutdown http server daemon threadsZac Medico2024-02-101-3/+12
| * GPG: Use threading.Event for thread safetyZac Medico2024-02-091-6/+8
| * GPG: Proactively stop to avoid "GPG keepalive failed" error in pypy ci jobsZac Medico2024-02-093-5/+33
| * gpkg: Less aggressive subprocess.Popen kill in order to avoid BrokenPipeErrorZac Medico2024-02-091-5/+14
| * test_gpkg_path_case: Add missing playground cleanupZac Medico2024-02-091-1/+2
| * ManifestTestCase: Fix tempdir removalZac Medico2024-02-091-2/+3
| * SecuritySetTestCase: Disable playground debug so tempdir is cleaned upZac Medico2024-02-091-2/+2
| * EAPITestCase: Disable playground debug so tempdir is cleaned upZac Medico2024-02-091-2/+2
| * ManifestTestCase: Remove tempdirZac Medico2024-02-091-1/+3
| * MoveEntTestCase: Disable playground debug so tempdir is cleaned upZac Medico2024-02-091-2/+2
| * AuxdbTestCase: Add missing playground cleanupZac Medico2024-02-091-29/+38
| * Revert "gpkg: on error, close stdin before killing external programs"Sam James2024-02-091-4/+4
| * EbuildPhase: async_check_localeZac Medico2024-02-095-25/+87