summaryrefslogtreecommitdiffstats
path: root/pym/_emerge
Commit message (Expand)AuthorAgeFilesLines
* expand_new_virt: use stack for recursionZac Medico2011-04-261-24/+25
* Fix a typo.Arfrever Frehtes Taifersar Arahesis2011-04-261-1/+1
* emerge --info: support new-style virtualsZac Medico2011-04-261-23/+62
* Remove unnecessary sync in Scheduler.py.David James2011-04-111-1/+1
* Fix a typo in a comment.Zac Medico2011-04-101-1/+1
* Scheduler: add more info in docstring commentsZac Medico2011-04-101-1/+7
* Display: fix fetch restrict msg for RO_DISTDIRSZac Medico2011-03-311-2/+2
* chk_updated_info_files: handle --quietZac Medico2011-03-301-3/+5
* Scheduler: pkg_to_replace beware old-style virtZac Medico2011-03-261-1/+2
* BlockerDB: add SLOT match in discardBlockerZac Medico2011-03-261-1/+3
* MergeListItem: inherit _poll and _waitZac Medico2011-03-261-8/+0
* unmerge: fix PORTAGE_BACKGROUND logicZac Medico2011-03-261-0/+7
* Reoranize PackageMerge/MergeListItem interaction.Zac Medico2011-03-265-32/+22
* PackageMerge: call wait() for conformityZac Medico2011-03-251-2/+1
* Update header timestamps for modified files.Zac Medico2011-03-256-6/+6
* MergeProcess: call elog_process for replaced pkgsZac Medico2011-03-252-4/+0
* PollScheduler: tweak _unregister event cleanupZac Medico2011-03-251-5/+9
* PollScheduler: handle missing log directoryZac Medico2011-03-251-12/+23
* MergeProcess: Fix PORTAGE_BACKGROUND/LOG_FILE useZac Medico2011-03-243-14/+24
* Preserve elog message continuity during updates.Zac Medico2011-03-242-0/+4
* Merge packages asynchronously in Portage.David James2011-03-245-53/+61
* Update Portage to sync BlockerDB at init.David James2011-03-243-30/+25
* emerge: support [ y | n ] for --askZac Medico2011-03-242-3/+18
* get_dep_chain: handle InvalidDependStringZac Medico2011-03-231-2/+6
* chk_updated_cfg_files: fix whitespace in messageZac Medico2011-03-201-1/+2
* emerge_main: add "args" parameter (sys.argv[1:])Zac Medico2011-03-201-7/+12
* TaskSequence: also call CompositeTask._cancel()Zac Medico2011-03-181-0/+1
* Update timestamps in headers of modified files.v2.2.0_alpha28Zac Medico2011-03-184-4/+4
* PackageVirtualDbapi: fix get() for reposyntaxZac Medico2011-03-182-3/+3
* CompositeTask: fix _wait for TASK_QUEUEDZac Medico2011-03-181-3/+19
* EbuildIpcDaemon: use non-blocking writeZac Medico2011-03-171-5/+24
* AsynchronousLock: implement _cancelZac Medico2011-03-171-0/+8
* AsynchronousTask: add _cancel template methodZac Medico2011-03-167-17/+21
* Update Scheduler to protect against infinite loopDavid James2011-03-161-4/+2
* Scheduler: tweak prefetcher cancellation logicZac Medico2011-03-164-7/+16
* CompositeTask: handle unstarted terminated tasksZac Medico2011-03-163-6/+24
* CompositeTask: fix assertion in _waitZac Medico2011-03-161-0/+5
* AsynchronousTask: always call wait() if cancelledZac Medico2011-03-164-10/+7
* Scheduler: terminate _merge_wait_queueZac Medico2011-03-161-0/+4
* slot_conflict: tweak message and fix grammarZac Medico2011-03-151-1/+1
* emerge: support [ y | n ] for --quietv2.2.0_alpha27Zac Medico2011-03-142-5/+31
* Update timestamps in headers of modified files.Zac Medico2011-03-141-1/+1
* Scheduler: fix AttributeError in _terminate_tasksZac Medico2011-03-121-1/+4
* PollScheduler: tweek termination logicZac Medico2011-03-104-11/+36
* PollScheduler: call _terminate_tasks in _scheduleZac Medico2011-03-101-7/+11
* Scheduler: avoid infinite loop after CTRL-CZac Medico2011-03-101-1/+14
* AbstractPollTask: log exceptional eventsZac Medico2011-03-092-1/+15
* unmerge: use vardbapi._dblink() to simplifyZac Medico2011-03-081-4/+1
* Bug #357009: Disallow uninstallation of currently used Python interpreter.Arfrever Frehtes Taifersar Arahesis2011-03-091-13/+21
* depgraph: don't output \b to non-ttyZac Medico2011-03-021-2/+7