summaryrefslogtreecommitdiffstats
path: root/pym/_emerge
Commit message (Expand)AuthorAgeFilesLines
* Move "import copy" to the top of the file.Zac Medico2009-07-031-2/+2
* Fix broken reference to _graph_trees.Zac Medico2009-07-031-1/+1
* Fix broken reference to self.myopts in the dynamic_config constructor.Zac Medico2009-07-031-2/+2
* Use the new frozen_config depgraph constructor parameter to optimizeZac Medico2009-07-031-1/+3
* Add a frozen_config parameter to the depgraph constructor, so that multipleZac Medico2009-07-031-95/+102
* Use depgraph._pkg() whenever possible.Zac Medico2009-07-031-32/+13
* Move RootConfig.visible_pkgs to dynamic_config._visible_pkgs, so RootConfigZac Medico2009-07-022-4/+7
* Fix reversal in --nodeps merge order. Thanks to Michael HaubenwallnerZac Medico2009-07-021-1/+0
* Fix broken references to depgraph._dynamic_config and _frozen_config inZac Medico2009-07-011-10/+11
* Fix typo from previous commit.Zac Medico2009-07-011-1/+1
* Fix depgraph._serialize_tasks so it never performa a needless uninstall taskZac Medico2009-07-011-15/+14
* Always use dep_getkey() when using profile virtuals values, since at leastZac Medico2009-06-301-1/+2
* Fix depgraph._resolve to do old-style virtual matches against package.providedZac Medico2009-06-301-0/+17
* Bug #275217 - Part 4 - Move all member variables of _emerge.depgraph intoZac Medico2009-06-301-529/+542
* Tweak depgraph._select_pkg_highest_available_imp to avoid more updates whenZac Medico2009-06-301-2/+5
* Bug #275945 - Add a new --avoid-update which tries to avoid updating packagesZac Medico2009-06-303-0/+22
* Move code from bug #258773 to dep_zapdeps, since the parent always needs toZac Medico2009-06-291-8/+4
* Add missing resume_depgraph import, and remove unused imports.Zac Medico2009-06-281-4/+1
* Use Package.invalid to generate *.syntax repoman errors for LICENSE,Zac Medico2009-06-281-7/+3
* Make Package.invalid suitable for use by repoman.Zac Medico2009-06-282-6/+11
* Bug #270953 - New !!atom blockers do not allow temporary simulaneousZac Medico2009-06-271-7/+14
* Fix PROVIDE code since the Package class automatically evaluates USEZac Medico2009-06-261-2/+6
* Use clear_caches() to free memory inside action_depclean().Zac Medico2009-06-261-2/+1
* Bug #275532 - In action_depclean(), free memory from the dep calculationZac Medico2009-06-261-39/+62
* Move __init__.py to main.py.Zac Medico2009-06-261-0/+3
* Move __init__.py to main.py.Zac Medico2009-06-261-0/+0
* Use @property instead of __getattribute__ to implement lazy Package.iuse.regexZac Medico2009-06-251-15/+20
* Add a Package.metadata.restrict attribute containing a list of enabledZac Medico2009-06-253-14/+7
* Add a Package.metadata.properties attribute containing a list of enabledZac Medico2009-06-253-20/+7
* * Add a Package.invalid attribute to store messages about invalid LICENSE,Zac Medico2009-06-253-5/+28
* Add/update copyright headers.Zac Medico2009-06-2581-3/+317
* Split out a depgraph._iter_match_pkgs() method fromZac Medico2009-06-251-58/+75
* Use depgraph._pkg() to construct Package instances insideZac Medico2009-06-251-20/+17
* Remove obsolete Package.metadata['CHOST'] initialization.Zac Medico2009-06-251-3/+0
* * Make Package.metadata['USE'] access trigger USE calculation for unbuiltZac Medico2009-06-253-50/+47
* Bug #275217 - Part 3 - Splits depgraph.select_files into select_files andZac Medico2009-06-241-4/+18
* Bug #275217 - Part 2 - Move changelog stuff stuff out of depgraph.Zac Medico2009-06-232-53/+64
* Bu #275217 - Part 1 - Resolve the circular dep between Scheduler andZac Medico2009-06-232-20/+10
* Make the global "actions" variable a local inside parse_opts() since theZac Medico2009-06-231-8/+8
* Bug #275047 - Split _emerge/__init__.py into smaller pieces (part 6).Zac Medico2009-06-232-2704/+2735
* Bug #275047 - Split _emerge/__init__.py into smaller pieces (part 5).Zac Medico2009-06-239-6734/+6845
* Bug #275047 - Split _emerge/__init__.py into smaller pieces (part 4).Zac Medico2009-06-2217-1958/+2134
* Bug #275047 - Split _emerge/__init__.py into smaller pieces (part 3).Zac Medico2009-06-224-340/+350
* Bug #275047 - Split _emerge/__init__.py into smaller pieces (part 2).Zac Medico2009-06-225-361/+393
* Revert lazy imports from r13665 for now, since pyflakes doesn't understandZac Medico2009-06-221-34/+27
* Use lazy imports for submodules where possible.Zac Medico2009-06-221-27/+34
* Bug #275047 - Split _emerge/__init__.py into smaller pieces. Thanks toZac Medico2009-06-2248-3140/+3430
* Factor duplicate code out of depgraph._add_pkg and _pop_disjunction.Zac Medico2009-06-201-80/+57
* Bug #264434 - Delay evaluation of all disjunctive (virtual and ||)Zac Medico2009-06-191-8/+142
* Add a EMERGE_LOG_DIR variable to control the location of emerge.log andZac Medico2009-06-181-2/+18