summaryrefslogtreecommitdiffstats
path: root/pym/_emerge
Commit message (Expand)AuthorAgeFilesLines
* Make the --digest warning message show for FEATURES=digest. (trunk r12796)Zac Medico2009-03-111-2/+7
* Always use basestring instead of str with isinstance(). (trunk r12775)Zac Medico2009-03-111-1/+1
* Make --searchdesc imply --search inside parse_opts(). (trunk r12754)Zac Medico2009-03-111-8/+3
* Only generate PORTAGE_COUNTER_HASH for actions that can involve vdbZac Medico2009-03-111-1/+2
* Make --version and action. (trunk r12752)Zac Medico2009-03-111-3/+3
* Set Unpickler.find_global = None when possible and handle AttributeErrorZac Medico2009-03-111-0/+5
* Remove unnecessary creation of lists when iterating over digraphs forZac Medico2009-03-111-2/+2
* Bug #256289 - When displaying an unsatisfied USE dep and all packages withZac Medico2009-03-111-8/+24
* When ACCEPT_CHOSTS is set, enable CHOST masking for unbuilt ebuilds. ThisZac Medico2009-03-111-4/+11
* Skip the code from bug #259954 when $ROOT != / since it shouldn't matter ifZac Medico2009-03-111-0/+6
* Fix PipeReader and PipeReaderTestCase to work with binary strings in py3k.Zac Medico2009-03-111-0/+2
* Remove recursion code from Scheduler._system_merge_started() since indirectZac Medico2009-03-111-38/+13
* In traversing deps to add to Scheduler._unsatisfied_system_deps, only traverseZac Medico2009-03-111-1/+8
* Bug #259954 - Do not spawn parallel build when the system is in a fragileZac Medico2009-03-111-1/+65
* Remove stray parenthesis. (trunk r12711)Zac Medico2009-03-111-1/+1
* Inside depgraph._merge_order_bias(), promote deep system runtime deps towardZac Medico2009-03-111-32/+60
* Implement BlockerDepPriority.__str__(). (trunk r12709)Zac Medico2009-03-111-0/+3
* Fix typo in DepPriority.__str__(). (trunk r12708)Zac Medico2009-03-111-1/+1
* When displaying reverse dependencies in verbose --depclean/--prune output,Zac Medico2009-03-111-2/+11
* When decoding term codes inside the JobStatusDisplay constructor, use theZac Medico2009-03-111-1/+2
* In EbuildFetchonly.execute(), skip builddir creation when the ebuild doesZac Medico2009-03-111-4/+26
* For python-3.0 compatibility, open files in binary mode insideZac Medico2009-03-111-3/+3
* Fix StringIO imports so that 2to3 can handle them. Also, replace shlex +Zac Medico2009-03-111-16/+8
* When displaying the list of failed packages, tell the number that failed.Zac Medico2009-03-111-2/+7
* Optimize depgraph._dep_expand() to avoid calling pordbapi.cp_all(),Zac Medico2009-03-111-15/+6
* Decode terminal codes from binary when necessary, for python-3.0 compatibilityZac Medico2009-03-111-0/+3
* Handle ValueError when unpickling, since this can be triggered by anZac Medico2009-03-111-1/+1
* Tweak code to avoid python-3.0 errors like this one:Zac Medico2009-03-111-3/+9
* For compatibility with python-3.0, open files in text mode where appropriate.Zac Medico2009-03-111-1/+1
* For compatibility with python-3.0, always open streams for pickles in binaryZac Medico2009-03-111-11/+3
* Don't bother to calculate PORTAGE_COUNTER_HASH when in --pretend mode.Zac Medico2009-03-111-3/+4
* Inside post_emerge(), skip the vardbapi counter check when in --pretendZac Medico2009-03-111-2/+2
* For compatibility with python-3.0, use isinstance() instead of type().Zac Medico2009-03-111-3/+3
* In python-3.0, the UserDict.DictMixin class has been replaced byZac Medico2009-03-111-7/+1
* Bug #253904 - Add a lookahead mechanism insideZac Medico2009-03-111-1/+16
* Bug #259124 - Inside EbuildFetcher._start(), pass the NOCOLOR variable intoZac Medico2009-03-111-0/+4
* Fix broken references to DepPriority attributes. (trunk r12619)Zac Medico2009-03-111-4/+6
* Fix merge order calculation so that the circular runtime path isn't enteredZac Medico2009-03-111-1/+2
* Bug #250020 - When calculating merge order, try to ensure that packagesZac Medico2009-03-111-90/+197
* In depgraph._serialize_tasks(), when appropriate, execute uninstall tasksZac Medico2009-03-111-4/+15
* For the --buildpkgonly digraph.hasallzeros() check, remove "nomerge" nodesZac Medico2009-03-111-8/+10
* In depgraph._serialize_tasks(), verify that an uninstall task has at least oneZac Medico2009-03-111-22/+48
* Fix Scheduler._prevent_builddir_collisions() to skip non-Package instancesZac Medico2009-03-111-0/+3
* Inside depgraph._select_atoms(), only trigger the circular dependencyZac Medico2009-03-111-2/+11
* Remove support for deprecated 2_pre* EAPI values. (trunk r12594)Zac Medico2009-03-111-4/+1
* Make DepPriority.__str__() indicate optional deps. (trunk r12586)Zac Medico2009-03-111-0/+2
* Inside depgraph._serialize_tasks(), simplify the logic which delays selectionZac Medico2009-03-111-51/+39
* Fix Scheduler._find_system_deps() so that it only traverses runtime deps.Zac Medico2009-03-111-3/+10
* Add UnmergeDepPriority.optional attribute, to avoid traceback. (trunk r12579)Zac Medico2009-03-111-1/+1
* Bug #256616 - Also consider deep runtime dependencies of system packages whenZac Medico2009-03-111-2/+43