summaryrefslogtreecommitdiffstats
path: root/pym/_emerge
Commit message (Expand)AuthorAgeFilesLines
* repoman: remove most old-style virtual checksZac Medico2011-05-041-1/+2
* depgraph: migrate implicit libc deps from SchedZac Medico2011-05-042-65/+65
* emergelog: only set permission on creationZac Medico2011-05-041-3/+5
* action_info: eliminate duplicate info_pkgs matchZac Medico2011-05-041-10/+21
* Move preinst/postinst_bsdflags from bash to pyDavid James2011-05-041-1/+6
* display_preserved_libs: load plib_registryZac Medico2011-05-041-1/+3
* emerge: add --misspell-suggestions=n optionZac Medico2011-05-043-1/+18
* emerge: fix indent for --binpkg-respect-use helpZac Medico2011-05-041-1/+1
* --autounmask: Don't change masked/forced flagsSebastian Luther2011-05-041-1/+5
* expand_new_virt: don't traverse blockersZac Medico2011-05-041-0/+6
* expand_new_virt: validate EAPI, IUSE and USEZac Medico2011-05-041-4/+25
* expand_new_virt: eliminate cpv_getkeyZac Medico2011-05-041-2/+1
* expand_new_virt: use stack for recursionZac Medico2011-05-041-24/+25
* Fix a typo.Arfrever Frehtes Taifersar Arahesis2011-05-041-1/+1
* emerge --info: support new-style virtualsZac Medico2011-05-041-23/+62
* Update timestamps in headers of modified files.Zac Medico2011-04-131-1/+1
* Remove unnecessary sync in Scheduler.py.David James2011-04-131-1/+1
* Fix a typo in a comment.Zac Medico2011-04-131-1/+1
* Scheduler: add more info in docstring commentsZac Medico2011-04-131-1/+7
* Display: fix fetch restrict msg for RO_DISTDIRSZac Medico2011-04-131-1/+1
* chk_updated_info_files: handle --quietZac Medico2011-04-131-3/+5
* Update header timestamps for modified files.Zac Medico2011-03-262-2/+2
* 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
* PollScheduler: tweak _unregister event cleanupZac Medico2011-03-261-5/+9
* PollScheduler: handle missing log directoryZac Medico2011-03-261-12/+23
* Update Portage to sync BlockerDB at init.David James2011-03-263-30/+25
* emerge: support [ y | n ] for --askZac Medico2011-03-262-3/+18
* get_dep_chain: handle InvalidDependStringZac Medico2011-03-261-2/+6
* chk_updated_cfg_files: fix whitespace in messageZac Medico2011-03-261-1/+2
* emerge_main: add "args" parameter (sys.argv[1:])Zac Medico2011-03-261-7/+12
* TaskSequence: also call CompositeTask._cancel()Zac Medico2011-03-261-0/+1
* Update timestamps in headers of modified files.v2.1.9.44Zac Medico2011-03-182-2/+2
* CompositeTask: fix _wait for TASK_QUEUEDZac Medico2011-03-181-3/+19
* EbuildIpcDaemon: use non-blocking writeZac Medico2011-03-181-5/+24
* AsynchronousLock: implement _cancelZac Medico2011-03-181-0/+8
* AsynchronousTask: add _cancel template methodZac Medico2011-03-187-17/+21
* Update Scheduler to protect against infinite loopDavid James2011-03-181-4/+2
* Scheduler: tweak prefetcher cancellation logicZac Medico2011-03-184-7/+16
* CompositeTask: handle unstarted terminated tasksZac Medico2011-03-183-6/+24
* CompositeTask: fix assertion in _waitZac Medico2011-03-181-0/+5
* AsynchronousTask: always call wait() if cancelledZac Medico2011-03-184-10/+7
* Scheduler: terminate _merge_wait_queueZac Medico2011-03-181-0/+4
* slot_conflict: tweak message and fix grammarZac Medico2011-03-181-1/+1
* emerge: support [ y | n ] for --quietv2.1.9.43Zac 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-141-1/+4
* PollScheduler: tweek termination logicZac Medico2011-03-144-11/+36