2009-07-09 |
Zac Medico | Allow --deep to take an optional integer parameter... |
commit | commitdiff | tree | snapshot |
2009-07-09 |
Zac Medico | Tweak arguments for <python-2.6 compat. |
commit | commitdiff | tree | snapshot |
2009-07-09 |
Zac Medico | Make -j argument handling more generic, so it's easy... |
commit | commitdiff | tree | snapshot |
2009-07-09 |
Zac Medico | Use a dict for depgraph params, so we can use it to... |
commit | commitdiff | tree | snapshot |
2009-07-08 |
Zac Medico | Add a --debug warning message inside _add_pkg in case... |
commit | commitdiff | tree | snapshot |
2009-07-08 |
Zac Medico | Document the --selective option. |
commit | commitdiff | tree | snapshot |
2009-07-08 |
Zac Medico | Fix --selective so it works. |
commit | commitdiff | tree | snapshot |
2009-07-07 |
Zac Medico | Bug #276957 - Fix dropped "in graph" choice for runtime... |
commit | commitdiff | tree | snapshot |
2009-07-07 |
Zac Medico | Shorten the preserved libs message when in --quiet... |
commit | commitdiff | tree | snapshot |
2009-07-07 |
Zac Medico | Bug #276866 - --binpkg-respect-use < y | n > |
commit | commitdiff | tree | snapshot |
2009-07-06 |
Zac Medico | Optimize dbapi._iter_match_use() so that it shares... |
commit | commitdiff | tree | snapshot |
2009-07-06 |
Zac Medico | Bug #273640 - Add --disable-dependency-tracking to... |
commit | commitdiff | tree | snapshot |
2009-07-06 |
Zac Medico | Bug #273622 - Add pkg_pretend support for the ebuild... |
commit | commitdiff | tree | snapshot |
2009-07-06 |
Zac Medico | Bug #273631 - Add default src_install implementation... |
commit | commitdiff | tree | snapshot |
2009-07-06 |
Zac Medico | Use PackageSet.findAtomForPackage() when matching the... |
commit | commitdiff | tree | snapshot |
2009-07-06 |
Zac Medico | Always exit unsuccessfully if there are any failures. |
commit | commitdiff | tree | snapshot |
2009-07-05 |
Zac Medico | Hardcode utf_8 encoding inside _setitem(). |
commit | commitdiff | tree | snapshot |
2009-07-05 |
Zac Medico | Assume utf_8 encoding in alls reads/writes (unicode... |
commit | commitdiff | tree | snapshot |
2009-07-05 |
Zac Medico | Fix broken reference to possible_upgrades inside dep_za... |
commit | commitdiff | tree | snapshot |
2009-07-05 |
Zac Medico | Make sure avoid_update always returns existing_node... |
commit | commitdiff | tree | snapshot |
2009-07-05 |
Zac Medico | Bug #276264 - Note that eclass-overrides may make it... |
commit | commitdiff | tree | snapshot |
2009-07-05 |
Zac Medico | Remove set operator support since the current implement... |
commit | commitdiff | tree | snapshot |
2009-07-04 |
Zac Medico | Make dblink.setfile() write environment.bz2 in binary... |
commit | commitdiff | tree | snapshot |
2009-07-04 |
Zac Medico | Assume utf_8 encoding when reading raw ebuild metadata. |
commit | commitdiff | tree | snapshot |
2009-07-04 |
Zac Medico | Remove the workaround from bug #263081 since most strin... |
commit | commitdiff | tree | snapshot |
2009-07-04 |
Zac Medico | Make atomic_ofstream() use codecs.open() for py3k compa... |
commit | commitdiff | tree | snapshot |
2009-07-04 |
Zac Medico | Make grablines() use codecs.open() for py3k compatible... |
commit | commitdiff | tree | snapshot |
2009-07-04 |
Zac Medico | Make code from previous commit safe for empty files. |
commit | commitdiff | tree | snapshot |
2009-07-04 |
Zac Medico | Make getconfig() use codecs.option() for py3k compatibl... |
commit | commitdiff | tree | snapshot |
2009-07-04 |
Zac Medico | As a performance optimization, use StringIO instead... |
commit | commitdiff | tree | snapshot |
2009-07-04 |
Zac Medico | Correct --help usage since it no longer takes system... |
commit | commitdiff | tree | snapshot |
2009-07-04 |
Zac Medico | Correct --help usage since it no longer takes system... |
commit | commitdiff | tree | snapshot |
2009-07-04 |
Zac Medico | Update help() usage since the myopts parameter is gone... |
commit | commitdiff | tree | snapshot |
2009-07-04 |
Zac Medico | Don't pass myopts into profile_check() since it's no... |
commit | commitdiff | tree | snapshot |
2009-07-04 |
Zac Medico | Delete runtime_pkg_mask to avoid memory leak. |
commit | commitdiff | tree | snapshot |
2009-07-04 |
Zac Medico | Make LazyItemsDict derive from UserDict instead of... |
commit | commitdiff | tree | snapshot |
2009-07-04 |
Zac Medico | Remove the --avoid-update option and make it the defaul... |
commit | commitdiff | tree | snapshot |
2009-07-04 |
Zac Medico | Disable depgraph._show_missed_update() when --quiet... |
commit | commitdiff | tree | snapshot |
2009-07-04 |
Zac Medico | Cleanup spinner before calling depgraph.display_problems(). |
commit | commitdiff | tree | snapshot |
2009-07-04 |
Zac Medico | Bug #275217 - Part 5 - When a slot conflict occurs... |
commit | commitdiff | tree | snapshot |
2009-07-03 |
Arfrever Frehtes... | Don't set RDEPEND=${RDEPEND-${DEPEND}} for EAPI=3 and... |
commit | commitdiff | tree | snapshot |
2009-07-03 |
Zac Medico | Implement LazyItemsDict.pop() since dict.pop() bypasse... |
commit | commitdiff | tree | snapshot |
2009-07-03 |
Zac Medico | Make --help into an action, and move --help --sync... |
commit | commitdiff | tree | snapshot |
2009-07-03 |
Zac Medico | Move "import copy" to the top of the file. |
commit | commitdiff | tree | snapshot |
2009-07-03 |
Zac Medico | Skip PROVIDE conditional evaluation in PackageSet.iterA... |
commit | commitdiff | tree | snapshot |
2009-07-03 |
Zac Medico | Fix broken reference to _graph_trees. |
commit | commitdiff | tree | snapshot |
2009-07-03 |
Zac Medico | Fix broken reference to self.myopts in the dynamic_conf... |
commit | commitdiff | tree | snapshot |
2009-07-03 |
Zac Medico | Use the new frozen_config depgraph constructor paramete... |
commit | commitdiff | tree | snapshot |
2009-07-03 |
Zac Medico | Add a frozen_config parameter to the depgraph construct... |
commit | commitdiff | tree | snapshot |
2009-07-03 |
Zac Medico | Use depgraph._pkg() whenever possible. |
commit | commitdiff | tree | snapshot |
2009-07-02 |
Zac Medico | Move RootConfig.visible_pkgs to dynamic_config._visible... |
commit | commitdiff | tree | snapshot |
2009-07-02 |
Zac Medico | Fix reversal in --nodeps merge order. Thanks to Michael... |
commit | commitdiff | tree | snapshot |
2009-07-01 |
Zac Medico | Bug #275947 - Enable build.log when FEATURES=sesandbox... |
commit | commitdiff | tree | snapshot |
2009-07-01 |
Zac Medico | Fix broken references to depgraph._dynamic_config and... |
commit | commitdiff | tree | snapshot |
2009-07-01 |
Zac Medico | Fix typo from previous commit. |
commit | commitdiff | tree | snapshot |
2009-07-01 |
Zac Medico | Fix depgraph._serialize_tasks so it never performa... |
commit | commitdiff | tree | snapshot |
2009-06-30 |
Zac Medico | Remove obsolete blocker expansion code from _expand_new... |
commit | commitdiff | tree | snapshot |
2009-06-30 |
Zac Medico | Always use dep_getkey() when using profile virtuals... |
commit | commitdiff | tree | snapshot |
2009-06-30 |
Zac Medico | Fix depgraph._resolve to do old-style virtual matches... |
commit | commitdiff | tree | snapshot |
2009-06-30 |
Zac Medico | Fix _expand_new_virtuals to expand old-style virtuals... |
commit | commitdiff | tree | snapshot |
2009-06-30 |
Zac Medico | Bug #275217 - Part 4 - Move all member variables of... |
commit | commitdiff | tree | snapshot |
2009-06-30 |
Zac Medico | Tweak depgraph._select_pkg_highest_available_imp to... |
commit | commitdiff | tree | snapshot |
2009-06-30 |
Zac Medico | Bug #275945 - Add a new --avoid-update which tries... |
commit | commitdiff | tree | snapshot |
2009-06-30 |
Zac Medico | Bug #275901 - Make emerge bail out for USE deps in... |
commit | commitdiff | tree | snapshot |
2009-06-30 |
Zac Medico | Bug #82488 - In _expand_new_virtuals(), check PROVIDE... |
commit | commitdiff | tree | snapshot |
2009-06-30 |
Zac Medico | In _expand_new_virtuals, don't expand old-style virtual... |
commit | commitdiff | tree | snapshot |
2009-06-30 |
Zac Medico | Remove the upgrade selection code inside dep_zapdeps... |
commit | commitdiff | tree | snapshot |
2009-06-30 |
Zac Medico | Fix virtual blocker code inside _expand_new_virtuals... |
commit | commitdiff | tree | snapshot |
2009-06-29 |
Zac Medico | Use a finally blocker to ensure _expand_new_virtuals... |
commit | commitdiff | tree | snapshot |
2009-06-29 |
Zac Medico | Bug #275796 - Prefer packages selected for install... |
commit | commitdiff | tree | snapshot |
2009-06-29 |
Zac Medico | Bug #275821 - Make emerge reject !!atom blockers for... |
commit | commitdiff | tree | snapshot |
2009-06-29 |
Zac Medico | Move code from bug #258773 to dep_zapdeps, since the... |
commit | commitdiff | tree | snapshot |
2009-06-29 |
Arfrever Frehtes... | Prepare 41 messages to localization. |
commit | commitdiff | tree | snapshot |
2009-06-28 |
Zac Medico | Add missing resume_depgraph import, and remove unused... |
commit | commitdiff | tree | snapshot |
2009-06-28 |
Zac Medico | Fix constructor to avoid TypeError when the "perms... |
commit | commitdiff | tree | snapshot |
2009-06-28 |
Zac Medico | Bug #253467 - Fix regression in config._env_blacklist... |
commit | commitdiff | tree | snapshot |
2009-06-28 |
Zac Medico | Fix Package.metadata USE conditional evaluation so... |
commit | commitdiff | tree | snapshot |
2009-06-28 |
Zac Medico | Use Package.invalid to generate *.syntax repoman errors... |
commit | commitdiff | tree | snapshot |
2009-06-28 |
Zac Medico | Make Package.invalid suitable for use by repoman. |
commit | commitdiff | tree | snapshot |
2009-06-28 |
Zac Medico | Check for redundant blank lines. Thanks to Markus Meier... |
commit | commitdiff | tree | snapshot |
2009-06-28 |
Zac Medico | Bug #236786 - Warn about 'test?' USE conditionals in... |
commit | commitdiff | tree | snapshot |
2009-06-28 |
Mike Frysinger | make sure etc-update sorts updates in the order (1... |
commit | commitdiff | tree | snapshot |
2009-06-28 |
Zac Medico | * Add new abstract PhaseCheck class for ebuild phase... |
commit | commitdiff | tree | snapshot |
2009-06-27 |
Zac Medico | Bug #270953 - New !!atom blockers do not allow temporar... |
commit | commitdiff | tree | snapshot |
2009-06-26 |
Zac Medico | Use a property to implement portdbapi.settings. |
commit | commitdiff | tree | snapshot |
2009-06-26 |
Zac Medico | Fix PROVIDE code since the Package class automatically... |
commit | commitdiff | tree | snapshot |
2009-06-26 |
Zac Medico | Make portdbapi define self.settings, for conformity... |
commit | commitdiff | tree | snapshot |
2009-06-26 |
Zac Medico | Use clear_caches() to free memory inside action_depclean(). |
commit | commitdiff | tree | snapshot |
2009-06-26 |
Zac Medico | Bug #275532 - In action_depclean(), free memory from... |
commit | commitdiff | tree | snapshot |
2009-06-26 |
Zac Medico | Move __init__.py to main.py. |
commit | commitdiff | tree | snapshot |
2009-06-26 |
Zac Medico | Move __init__.py to main.py. |
commit | commitdiff | tree | snapshot |
2009-06-25 |
Zac Medico | Use @property instead of __getattribute__ to implement... |
commit | commitdiff | tree | snapshot |
2009-06-25 |
Zac Medico | Make dbapi.cp_list() raise NotImplementedError. |
commit | commitdiff | tree | snapshot |
2009-06-25 |
Zac Medico | Make config.regenerate() detect api-level updates to... |
commit | commitdiff | tree | snapshot |
2009-06-25 |
Zac Medico | Add a Package.metadata.restrict attribute containing... |
commit | commitdiff | tree | snapshot |
2009-06-25 |
Zac Medico | Add a Package.metadata.properties attribute containing... |
commit | commitdiff | tree | snapshot |
2009-06-25 |
Zac Medico | * Add a Package.invalid attribute to store messages... |
commit | commitdiff | tree | snapshot |
2009-06-25 |
Zac Medico | Add/update copyright headers. |
commit | commitdiff | tree | snapshot |
2009-06-25 |
Zac Medico | Split out a depgraph._iter_match_pkgs() method from |
commit | commitdiff | tree | snapshot |
2009-06-25 |
Zac Medico | Use depgraph._pkg() to construct Package instances... |
commit | commitdiff | tree | snapshot |
next |