| Commit message (Expand) | Author | Age | Files | Lines |
* | Use PackageSet.findAtomForPackage() when matching the existing node against | Zac Medico | 2009-07-06 | 1 | -1/+4 |
* | Always exit unsuccessfully if there are any failures. | Zac Medico | 2009-07-06 | 1 | -1/+3 |
* | Hardcode utf_8 encoding inside _setitem(). | Zac Medico | 2009-07-05 | 1 | -3/+2 |
* | Assume utf_8 encoding in alls reads/writes (unicode handling required for py3k). | Zac Medico | 2009-07-05 | 1 | -3/+6 |
* | Fix broken reference to possible_upgrades inside dep_zapdeps(). | Zac Medico | 2009-07-05 | 1 | -1/+1 |
* | Make sure avoid_update always returns existing_node if available. | Zac Medico | 2009-07-05 | 1 | -0/+2 |
* | Bug #276264 - Note that eclass-overrides may make it necessary to set | Zac Medico | 2009-07-05 | 1 | -1/+6 |
* | Remove set operator support since the current implementation does not meet | Zac Medico | 2009-07-05 | 1 | -43/+1 |
* | Make dblink.setfile() write environment.bz2 in binary mode. | Zac Medico | 2009-07-04 | 1 | -1/+4 |
* | Assume utf_8 encoding when reading raw ebuild metadata. | Zac Medico | 2009-07-04 | 2 | -2/+5 |
* | Remove the workaround from bug #263081 since most strings should be unicode | Zac Medico | 2009-07-04 | 1 | -12/+0 |
* | Make atomic_ofstream() use codecs.open() for py3k compatible unicode handling | Zac Medico | 2009-07-04 | 1 | -4/+10 |
* | Make grablines() use codecs.open() for py3k compatible unicode handling. | Zac Medico | 2009-07-04 | 1 | -1/+1 |
* | Make code from previous commit safe for empty files. | Zac Medico | 2009-07-04 | 1 | -1/+1 |
* | Make getconfig() use codecs.option() for py3k compatible unicode handling. | Zac Medico | 2009-07-04 | 1 | -1/+5 |
* | As a performance optimization, use StringIO instead of _insert_newline_eof to | Zac Medico | 2009-07-04 | 1 | -60/+4 |
* | Correct --help usage since it no longer takes system, world, or --sync as | Zac Medico | 2009-07-04 | 1 | -1/+1 |
* | Correct --help usage since it no longer takes system, world, or --sync as | Zac Medico | 2009-07-04 | 1 | -1/+1 |
* | Update help() usage since the myopts parameter is gone. Thanks to | Zac Medico | 2009-07-04 | 1 | -1/+1 |
* | Don't pass myopts into profile_check() since it's no longer needed. Thanks to | Zac Medico | 2009-07-04 | 1 | -5/+3 |
* | Delete runtime_pkg_mask to avoid memory leak. | Zac Medico | 2009-07-04 | 1 | -1/+1 |
* | Make LazyItemsDict derive from UserDict instead of dict so that we don't have | Zac Medico | 2009-07-04 | 1 | -43/+18 |
* | Remove the --avoid-update option and make it the default behavior when | Zac Medico | 2009-07-04 | 4 | -30/+1 |
* | Disable depgraph._show_missed_update() when --quiet is enabled and --debug | Zac Medico | 2009-07-04 | 1 | -0/+4 |
* | Cleanup spinner before calling depgraph.display_problems(). | Zac Medico | 2009-07-04 | 1 | -0/+2 |
* | Bug #275217 - Part 5 - When a slot conflict occurs, mask the first package | Zac Medico | 2009-07-04 | 2 | -23/+143 |
* | Don't set RDEPEND=${RDEPEND-${DEPEND}} for EAPI=3 and simplify setting it for... | Arfrever Frehtes Taifersar Arahesis | 2009-07-03 | 1 | -10/+4 |
* | Implement LazyItemsDict.pop() since dict.pop() bypasses our overridden | Zac Medico | 2009-07-03 | 1 | -0/+17 |
* | Make --help into an action, and move --help --sync output to the | Zac Medico | 2009-07-03 | 2 | -35/+29 |
* | Move "import copy" to the top of the file. | Zac Medico | 2009-07-03 | 1 | -2/+2 |
* | Skip PROVIDE conditional evaluation in PackageSet.iterAtomsForPackage(), since | Zac Medico | 2009-07-03 | 1 | -3/+3 |
* | Fix broken reference to _graph_trees. | Zac Medico | 2009-07-03 | 1 | -1/+1 |
* | Fix broken reference to self.myopts in the dynamic_config constructor. | Zac Medico | 2009-07-03 | 1 | -2/+2 |
* | Use the new frozen_config depgraph constructor parameter to optimize | Zac Medico | 2009-07-03 | 1 | -1/+3 |
* | Add a frozen_config parameter to the depgraph constructor, so that multiple | Zac Medico | 2009-07-03 | 1 | -95/+102 |
* | Use depgraph._pkg() whenever possible. | Zac Medico | 2009-07-03 | 1 | -32/+13 |
* | Move RootConfig.visible_pkgs to dynamic_config._visible_pkgs, so RootConfig | Zac Medico | 2009-07-02 | 2 | -4/+7 |
* | Fix reversal in --nodeps merge order. Thanks to Michael Haubenwallner | Zac Medico | 2009-07-02 | 1 | -1/+0 |
* | Bug #275947 - Enable build.log when FEATURES=sesandbox is enabled, since | Zac Medico | 2009-07-01 | 1 | -7/+6 |
* | Fix broken references to depgraph._dynamic_config and _frozen_config in | Zac Medico | 2009-07-01 | 1 | -10/+11 |
* | Fix typo from previous commit. | Zac Medico | 2009-07-01 | 1 | -1/+1 |
* | Fix depgraph._serialize_tasks so it never performa a needless uninstall task | Zac Medico | 2009-07-01 | 1 | -15/+14 |
* | Remove obsolete blocker expansion code from _expand_new_virtuals. | Zac Medico | 2009-06-30 | 1 | -19/+6 |
* | Always use dep_getkey() when using profile virtuals values, since at least | Zac Medico | 2009-06-30 | 2 | -5/+7 |
* | Fix depgraph._resolve to do old-style virtual matches against package.provided | Zac Medico | 2009-06-30 | 1 | -0/+17 |
* | Fix _expand_new_virtuals to expand old-style virtuals for package.provided | Zac Medico | 2009-06-30 | 1 | -0/+9 |
* | Bug #275217 - Part 4 - Move all member variables of _emerge.depgraph into | Zac Medico | 2009-06-30 | 1 | -529/+542 |
* | Tweak depgraph._select_pkg_highest_available_imp to avoid more updates when | Zac Medico | 2009-06-30 | 1 | -2/+5 |
* | Bug #275945 - Add a new --avoid-update which tries to avoid updating packages | Zac Medico | 2009-06-30 | 4 | -0/+34 |
* | Bug #275901 - Make emerge bail out for USE deps in EAPI 0 and 1. | Zac Medico | 2009-06-30 | 1 | -0/+4 |