aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* lib/_emerge/resolver/circular_dependency.py: fix whitespaceAaron Bauman2020-08-031-3/+3
* lib/_emerge/resolver/slot_collision.py: fix whitespaceAaron Bauman2020-08-031-31/+29
* lib/_emerge/EbuildBuild.py: drop unused-importAaron Bauman2020-08-031-2/+2
* lib/_emerge/PollScheduler.py: drop unused-importAaron Bauman2020-08-031-3/+1
* lib/_emerge/resolver/slot_collision.py: drop unused-importAaron Bauman2020-08-031-2/+0
* lib/_emerge/actions.py: drop unused-importAaron Bauman2020-08-031-12/+4
* lib/_emerge/AbstractEbuildProcess.py: drop unused-importAaron Bauman2020-08-031-2/+1
* lib/_emerge/UseFlagDisplay.py: drop unused-importAaron Bauman2020-08-031-1/+0
* lib/_emerge/depgraph.py: drop unused-importAaron Bauman2020-08-031-2/+0
* lib/_emerge/AbstractPollTask.py: drop unused-importAaron Bauman2020-08-031-2/+1
* lib/_emerge/Package.py: drop unused-importAaron Bauman2020-08-031-1/+0
* lib/_emerge/resolver/output.py: fix unused-importAaron Bauman2020-08-031-2/+0
* lib/_emerge/DependencyArg.py: fix unused-importAaron Bauman2020-08-031-3/+0
* lib/_emerge/Scheduler.py: fix unused-importAaron Bauman2020-08-031-2/+0
* lib/_emerge/resolver/slot_collision.py: fix redefined-builtin W0622Aaron Bauman2020-08-021-37/+37
* Fix R1705.Alec Warner2020-07-2910-129/+119
* Fix redefined-builtin errors for pylint.Alec Warner2020-07-237-20/+20
* Fix C0305, trailing newlines.Alec Warner2020-07-2218-18/+0
* Fix 'unused-import' for stdlib imports.Alec Warner2020-07-2220-24/+0
* _EbuildFetcherProcess: emit eerror for fetch failure in _proc_join_doneZac Medico2020-07-221-8/+4
* Fix R0205 in _emerge.Alec Warner2020-07-2226-45/+45
* SubProcess._async_waitpid: document override usageZac Medico2020-07-181-3/+6
* Remove py<3.4 import compatibilityMichał Górny2020-07-182-9/+2
* Remove support code for Python < 3.4Michał Górny2020-07-175-78/+4
* Update copyright headers after previous changeMichał Górny2020-07-166-6/+6
* Eliminate the most of explicit py3 conditionalsMichał Górny2020-07-1612-78/+7
* Eliminate basestring/long/_unicode py3 compatMichał Górny2020-07-1614-112/+52
* Remove from __future__ import unicode_literalsZac Medico2020-07-1517-28/+6
* SpawnProcess._async_wait: allow _main_task to exit normallyZac Medico2020-06-231-0/+11
* EbuildPhase._elog: _set_nonblocking(build_logger.stdin.fileno())Zac Medico2020-06-231-1/+3
* Support PORTAGE_LOG_FILTER_FILE_CMD (bug 709746)Zac Medico2020-06-225-24/+90
* Revert "Support PORTAGE_LOG_FILTER_FILE_CMD (bug 709746)"Zac Medico2020-06-155-90/+24
* Support PORTAGE_LOG_FILTER_FILE_CMD (bug 709746)Zac Medico2020-06-145-24/+90
* depgraph: respect <foo-version:= for slot operator rebuild (bug 717140)Zac Medico2020-04-111-3/+9
* _schedule_merge_wakeup: handle main loop exitZac Medico2020-04-091-1/+2
* Scheduler: wakeup for empty merge queue (bug 711322)Zac Medico2020-04-082-10/+35
* Revert "AsynchronousTask: add coroutine async_start method"Zac Medico2020-04-073-37/+9
* Revert "AbstractEbuildProcess: add _async_start coroutine"Zac Medico2020-04-072-14/+27
* Revert "EbuildPhase: add _async_start coroutine"Zac Medico2020-04-072-22/+13
* Revert "AsynchronousTask: Call _start_hook after _start_async"Zac Medico2020-04-071-2/+2
* Revert "EbuildBuildDir: use async_start method"Zac Medico2020-04-071-44/+78
* Revert "ForkExecutor: use async_start method"Zac Medico2020-04-071-13/+2
* Revert "SpawnProcess: use async_start method (bug 709746)"Zac Medico2020-04-076-40/+12
* Revert "SpawnProcess: add _main coroutine"Zac Medico2020-04-071-22/+11
* Revert "SpawnProcess: only cancel self._main_task if it's not done"Zac Medico2020-04-071-1/+1
* Revert "SpawnProcess: make _main cancel pipe_logger when appropriate"Zac Medico2020-04-071-7/+2
* Revert "SpawnProcess: cancel pipe_logger after async_start CancelledError"Zac Medico2020-04-071-6/+1
* Revert "CompositeTask: call self.cancel() for _start_task CancelledError"Zac Medico2020-04-071-1/+1
* Revert "EbuildBuildDir: cancel current tasks for CancelledError"Zac Medico2020-04-071-30/+16
* Revert "Support PORTAGE_LOG_FILTER_FILE (bug 709746)"Zac Medico2020-04-073-55/+15