summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Use protocol=2 for pickle.dump() calls, so that pickles written by py3k willZac Medico2009-03-101-1/+1
* Reorganize code for --digests and FEATURES=digest.Zac Medico2009-03-091-21/+49
* Bug #261675 - Generate manifests in advance when FEATURES=digest is enabled.Zac Medico2009-03-091-1/+8
* Make the --digest warning message show for FEATURES=digest.Zac Medico2009-03-091-2/+7
* Always use basestring instead of str with isinstance().Zac Medico2009-03-071-1/+1
* Make --searchdesc imply --search inside parse_opts().Zac Medico2009-03-051-8/+3
* Only generate PORTAGE_COUNTER_HASH for actions that can involve vdbZac Medico2009-03-051-1/+2
* Make --version and action.Zac Medico2009-03-051-3/+3
* Set Unpickler.find_global = None when possible and handle AttributeErrorZac Medico2009-03-051-0/+5
* Remove unnecessary creation of lists when iterating over digraphs forZac Medico2009-03-051-2/+2
* Bug #256289 - When displaying an unsatisfied USE dep and all packages withZac Medico2009-03-041-8/+24
* When ACCEPT_CHOSTS is set, enable CHOST masking for unbuilt ebuilds. ThisZac Medico2009-03-021-4/+11
* Skip the code from bug #259954 when $ROOT != / since it shouldn't matter ifZac Medico2009-03-011-0/+6
* Fix PipeReader and PipeReaderTestCase to work with binary strings in py3k.Zac Medico2009-02-271-0/+2
* Remove recursion code from Scheduler._system_merge_started() since indirectZac Medico2009-02-261-38/+13
* In traversing deps to add to Scheduler._unsatisfied_system_deps, only traverseZac Medico2009-02-261-1/+8
* Bug #259954 - Do not spawn parallel build when the system is in a fragileZac Medico2009-02-261-1/+65
* Remove stray parenthesis.Zac Medico2009-02-261-1/+1
* Inside depgraph._merge_order_bias(), promote deep system runtime deps towardZac Medico2009-02-261-32/+60
* Implement BlockerDepPriority.__str__().Zac Medico2009-02-261-0/+3
* Fix typo in DepPriority.__str__().Zac Medico2009-02-251-1/+1
* When displaying reverse dependencies in verbose --depclean/--prune output,Zac Medico2009-02-231-2/+11
* When decoding term codes inside the JobStatusDisplay constructor, use theZac Medico2009-02-221-1/+2
* In EbuildFetchonly.execute(), skip builddir creation when the ebuild doesZac Medico2009-02-221-4/+26
* For python-3.0 compatibility, open files in binary mode insideZac Medico2009-02-211-3/+3
* Fix StringIO imports so that 2to3 can handle them. Also, replace shlex +Zac Medico2009-02-201-16/+8
* When displaying the list of failed packages, tell the number that failed.Zac Medico2009-02-191-2/+7
* Optimize depgraph._dep_expand() to avoid calling pordbapi.cp_all(),Zac Medico2009-02-191-15/+6
* Decode terminal codes from binary when necessary, for python-3.0 compatibilityZac Medico2009-02-191-0/+3
* Handle ValueError when unpickling, since this can be triggered by anZac Medico2009-02-191-1/+1
* Tweak code to avoid python-3.0 errors like this one:Zac Medico2009-02-191-3/+9
* For compatibility with python-3.0, open files in text mode where appropriate.Zac Medico2009-02-191-1/+1
* For compatibility with python-3.0, always open streams for pickles in binaryZac Medico2009-02-191-11/+3
* Don't bother to calculate PORTAGE_COUNTER_HASH when in --pretend mode.Zac Medico2009-02-191-3/+4
* Inside post_emerge(), skip the vardbapi counter check when in --pretendZac Medico2009-02-191-2/+2
* For compatibility with python-3.0, use isinstance() instead of type().Zac Medico2009-02-191-3/+3
* In python-3.0, the UserDict.DictMixin class has been replaced byZac Medico2009-02-191-7/+1
* Set svn:keywords Id on all files.Zac Medico2009-02-181-1/+1
* Call depgraph._dep_check_composite_db._clear_cache() insideZac Medico2009-02-181-1/+2
* Bug #253904 - Add a lookahead mechanism insideZac Medico2009-02-171-0/+14
* Bug #259124 - Inside EbuildFetcher._start(), pass the NOCOLOR variable intoZac Medico2009-02-161-0/+4
* Fix broken references to DepPriority attributes.Zac Medico2009-02-151-4/+6
* Fix merge order calculation so that the circular runtime path isn't enteredZac Medico2009-02-151-1/+2
* Bug #250020 - When calculating merge order, try to ensure that packagesZac Medico2009-02-141-90/+197
* In depgraph._serialize_tasks(), when appropriate, execute uninstall tasksZac Medico2009-02-141-4/+15
* For the --buildpkgonly digraph.hasallzeros() check, remove "nomerge" nodesZac Medico2009-02-141-8/+10
* In depgraph._serialize_tasks(), verify that an uninstall task has at least oneZac Medico2009-02-131-22/+48
* Fix Scheduler._prevent_builddir_collisions() to skip non-Package instancesZac Medico2009-02-131-0/+3
* Inside depgraph._select_atoms(), only trigger the circular dependencyZac Medico2009-02-111-2/+11
* Remove support for deprecated 2_pre* EAPI values.Zac Medico2009-02-091-4/+1