2010-08-11 |
Sebastian Luther | Tests: ResolverPlayground: don't ignore "local config... |
commit | commitdiff | tree | snapshot |
2010-08-11 |
Sebastian Luther | Tests: add resolver/test_backtracking |
commit | commitdiff | tree | snapshot |
2010-08-11 |
Sebastian Luther | Tests: add ResolverPlaygroundTestCase and port all... |
commit | commitdiff | tree | snapshot |
2010-08-11 |
Sebastian Luther | Make sure we don't allow IUSE defaults in EAPIs that... |
commit | commitdiff | tree | snapshot |
2010-08-11 |
Sebastian Luther | portage.dep.dep_check: Make sure we don't allow slot... |
commit | commitdiff | tree | snapshot |
2010-08-11 |
Sebastian Luther | Use eapi_has_required_use for REQUIRED_USE eapi checks |
commit | commitdiff | tree | snapshot |
2010-08-11 |
Zac Medico | Use explicit imports, to make pyflakes happy. |
commit | commitdiff | tree | snapshot |
2010-08-11 |
Sebastian Luther | Introduce portage.eapi. Use it everywhere. |
commit | commitdiff | tree | snapshot |
2010-08-11 |
Sebastian Luther | portage/dbapi/{bintree.py,porttree.py}: Remove deprecat... |
commit | commitdiff | tree | snapshot |
2010-08-11 |
Sebastian Luther | portage/cache/mappings.py: Remove deprecated functions |
commit | commitdiff | tree | snapshot |
2010-08-11 |
Sebastian Luther | portage/dbapi/bintree.py: Remove deprecated parameter |
commit | commitdiff | tree | snapshot |
2010-08-11 |
Sebastian Luther | portage/dbapi/porttree.py: Remove deprecated functions... |
commit | commitdiff | tree | snapshot |
2010-08-11 |
Sebastian Luther | portage/dbapi/vartree.py: Remove unused import |
commit | commitdiff | tree | snapshot |
2010-08-11 |
Sebastian Luther | portage/dep/__init__.py: Remove deprecated behaviour |
commit | commitdiff | tree | snapshot |
2010-08-11 |
Sebastian Luther | portage/eclass_cache.py: Remove deprecated parameter |
commit | commitdiff | tree | snapshot |
2010-08-11 |
Sebastian Luther | portage/package/ebuild/config.py: Remove deprecated... |
commit | commitdiff | tree | snapshot |
2010-08-11 |
Sebastian Luther | portage/package/ebuild/digestgen: Remove deprecated... |
commit | commitdiff | tree | snapshot |
2010-08-11 |
Sebastian Luther | Remove the now empty pym/portage/_deprecated.py |
commit | commitdiff | tree | snapshot |
2010-08-11 |
Sebastian Luther | Remove deprecated portage.pkgmerge |
commit | commitdiff | tree | snapshot |
2010-08-11 |
Sebastian Luther | Remove deprecated portage.getvirtuals |
commit | commitdiff | tree | snapshot |
2010-08-11 |
Sebastian Luther | Remove deprecated portage.dep_virtual |
commit | commitdiff | tree | snapshot |
2010-08-11 |
Sebastian Luther | Remove deprecated portage.digestParseFile |
commit | commitdiff | tree | snapshot |
2010-08-11 |
Sebastian Luther | Remove deprecated portage.commit_mtimedb |
commit | commitdiff | tree | snapshot |
2010-08-11 |
Zac Medico | Make sure portageq doesn't interpret anything that... |
commit | commitdiff | tree | snapshot |
2010-08-11 |
Zac Medico | * Configuration files now support atoms with wildcards... |
commit | commitdiff | tree | snapshot |
2010-08-11 |
Zac Medico | Add stacklevel=2 to warnings.warn() calls. |
commit | commitdiff | tree | snapshot |
2010-08-11 |
Zac Medico | Don't use deprecated paren_normalize() function. |
commit | commitdiff | tree | snapshot |
2010-08-11 |
Sebastian Luther | Tests: Remove paren_reduce tests |
commit | commitdiff | tree | snapshot |
2010-08-11 |
Sebastian Luther | Add deprecation warnings for paren_reduce, strip_empty... |
commit | commitdiff | tree | snapshot |
2010-08-11 |
Sebastian Luther | Tests: More portage,dep.Atom tests |
commit | commitdiff | tree | snapshot |
2010-08-11 |
Sebastian Luther | portage.dep.dep_opconvert: remove handling of '&&'... |
commit | commitdiff | tree | snapshot |
2010-08-11 |
Sebastian Luther | Tests: Add tests for portage.dep.dep_opconvert |
commit | commitdiff | tree | snapshot |
2010-08-11 |
Sebastian Luther | Tests: add dep/testStandalone. Test small functions... |
commit | commitdiff | tree | snapshot |
2010-08-11 |
Sebastian Luther | portage.dep.use_reduce: pass is_src_uri when needed |
commit | commitdiff | tree | snapshot |
2010-08-11 |
Sebastian Luther | portage.dep.use_reduce: Add is_src_uri and allow_src_ur... |
commit | commitdiff | tree | snapshot |
2010-08-11 |
Sebastian Luther | portage.dep._dep_check_strict: Unused, removed |
commit | commitdiff | tree | snapshot |
2010-08-11 |
Sebastian Luther | portage.dep.use_reduce: Work on depstrings instead... |
commit | commitdiff | tree | snapshot |
2010-08-11 |
Zac Medico | Add not about RDEPEND not being implicitly set in EAPI... |
commit | commitdiff | tree | snapshot |
2010-08-11 |
Zac Medico | Add REQUIRED_USE docs from Brian Harring's GLEP draft. |
commit | commitdiff | tree | snapshot |
2010-08-11 |
Zac Medico | Eliminate redundant _eclasses_ code from aux_get which... |
commit | commitdiff | tree | snapshot |
2010-08-11 |
Zac Medico | Don't cache REQUIRED_USE for EAPIs 1-3 which don't... |
commit | commitdiff | tree | snapshot |
2010-08-11 |
Zac Medico | Add some docs for EAPI 4_pre1. |
commit | commitdiff | tree | snapshot |
2010-08-11 |
Sebastian Luther | Allow flags from IUSE_IMPLICIT in REQUIRED_USE. Move... |
commit | commitdiff | tree | snapshot |
2010-08-11 |
Sebastian Luther | Add repoman check for REQUIRED_USE |
commit | commitdiff | tree | snapshot |
2010-08-11 |
Sebastian Luther | Add missing IUSE check in portage.dep._check_required_use() |
commit | commitdiff | tree | snapshot |
2010-08-11 |
Sebastian Luther | Add REQUIRED_USE check as pre-merge check. |
commit | commitdiff | tree | snapshot |
2010-08-11 |
Sebastian Luther | Implement portage.dep.check_required_use() for checking... |
commit | commitdiff | tree | snapshot |
2010-08-11 |
Sebastian Luther | Add REQUIRED_USE to metadata keys, caches, etc. |
commit | commitdiff | tree | snapshot |
2010-08-10 |
Zac Medico | Don't use os.getlogin() since apparently it's unreliable. |
commit | commitdiff | tree | snapshot |
2010-08-10 |
Zac Medico | Pretend that the current user's uid/gid are the 'portag... |
commit | commitdiff | tree | snapshot |
2010-08-10 |
Zac Medico | Add suitable default PORTAGE_TMPDIR setting. |
commit | commitdiff | tree | snapshot |
2010-08-10 |
Zac Medico | Try using _emerge.main.setconfig_fallback() to make... |
commit | commitdiff | tree | snapshot |
2010-08-10 |
Sebastian Luther | portage.dep.paren_reduce: Remove redundant brackets |
commit | commitdiff | tree | snapshot |
2010-08-10 |
Zac Medico | When executing the 'depend' phase inside aux_get()... |
commit | commitdiff | tree | snapshot |
2010-08-10 |
Sebastian Luther | portage.dep: Rewrite paren_reduce and add tests |
commit | commitdiff | tree | snapshot |
2010-08-10 |
Zac Medico | Relocate attributes from AbstractEbuildProcess to subcl... |
commit | commitdiff | tree | snapshot |
2010-08-10 |
Zac Medico | Convert doebuild.spawn() to use the AsynchronousTask... |
commit | commitdiff | tree | snapshot |
2010-08-10 |
Zac Medico | In cp_list(), use basestring for ininstance check on... |
commit | commitdiff | tree | snapshot |
2010-08-10 |
Brian Dolbec | add optional list support for mytree to complinment... |
commit | commitdiff | tree | snapshot |
2010-08-09 |
Zac Medico | Fix /etc/portage/package.keywords handling so that... |
commit | commitdiff | tree | snapshot |
2010-08-09 |
Zac Medico | Tweak the profile package.* atom specificity code to use |
commit | commitdiff | tree | snapshot |
2010-08-09 |
Zac Medico | Call portage._disable_legacy_globals() in order to... |
commit | commitdiff | tree | snapshot |
2010-08-09 |
Zac Medico | Detect if python xml support is enabled and bail out... |
commit | commitdiff | tree | snapshot |
2010-08-09 |
Sebastian Luther | Tests: dep/testAtom: add test for Atom.violated_conditi... |
commit | commitdiff | tree | snapshot |
2010-08-09 |
Sebastian Luther | portage.dep.Atom.violated_conditionals(): Fix "not... |
commit | commitdiff | tree | snapshot |
2010-08-09 |
Sebastian Luther | Tests: Let ./runTests take files as argument to run... |
commit | commitdiff | tree | snapshot |
2010-08-08 |
Sebastian Luther | autounmask: rename _needed_user_config_changes in _need... |
commit | commitdiff | tree | snapshot |
2010-08-08 |
Sebastian Luther | Test: resolver/test_autounmask: Check the suggested... |
commit | commitdiff | tree | snapshot |
2010-08-08 |
Sebastian Luther | Tests: resolver/test_autounmask: Remove test that don... |
commit | commitdiff | tree | snapshot |
2010-08-08 |
Sebastian Luther | autounmask: Restart less often for use changes |
commit | commitdiff | tree | snapshot |
2010-08-07 |
Arfrever Frehtes... | Bug #308835: Support options in shebang and terminate... |
commit | commitdiff | tree | snapshot |
2010-08-07 |
Zac Medico | Ensure that _select_pkg_highest_available_imp() falls... |
commit | commitdiff | tree | snapshot |
2010-08-07 |
Zac Medico | Fix _getMissingProperties() package.properties handling... |
commit | commitdiff | tree | snapshot |
2010-08-07 |
Zac Medico | Fix _getMissingLicenses() package.license handling... |
commit | commitdiff | tree | snapshot |
2010-08-07 |
Zac Medico | Bug #331413 - Clarify the behavior of the =$CATEGORY... |
commit | commitdiff | tree | snapshot |
2010-08-07 |
Zac Medico | Use ResolverPlayground for it's config instance, so... |
commit | commitdiff | tree | snapshot |
2010-08-07 |
Zac Medico | Bug #331429 - Fix breakage in package.properties and... |
commit | commitdiff | tree | snapshot |
2010-08-07 |
Zac Medico | Implement ExtendedAtomDict.__len__(). |
commit | commitdiff | tree | snapshot |
2010-08-07 |
Zac Medico | Implement ExtendedAtomDict.__iter__(). |
commit | commitdiff | tree | snapshot |
2010-08-06 |
Zac Medico | Fix _select_pkg_highest_available_imp to reject install... |
commit | commitdiff | tree | snapshot |
2010-08-06 |
Zac Medico | Rename allow_missing_keywords to allow_unstable_keyword... |
commit | commitdiff | tree | snapshot |
2010-08-06 |
Zac Medico | Delay variable definitions in _pkg_visibility_check... |
commit | commitdiff | tree | snapshot |
2010-08-06 |
Zac Medico | Make dep_check use depgraph._pkg_use_enabled to query... |
commit | commitdiff | tree | snapshot |
2010-08-06 |
Zac Medico | Use finally block for autounmask handling inside |
commit | commitdiff | tree | snapshot |
2010-08-06 |
Sebastian Luther | autounmask: Add ability to adjust USE |
commit | commitdiff | tree | snapshot |
2010-08-06 |
Arfrever Frehtes... | Fix typo in comment. |
commit | commitdiff | tree | snapshot |
2010-08-06 |
Zac Medico | Add a _MaskReason.hint attribute that the --autounmask... |
commit | commitdiff | tree | snapshot |
2010-08-06 |
Zac Medico | Use _get_masking_status() for the --autounmaks KEYWORDS... |
commit | commitdiff | tree | snapshot |
2010-08-06 |
Zac Medico | * Split out a _get_masking_status() method that returns... |
commit | commitdiff | tree | snapshot |
2010-08-06 |
Zac Medico | Bug #331413 - Clarify valid $VERSION parts that may... |
commit | commitdiff | tree | snapshot |
2010-08-06 |
Zac Medico | Split out a _getmaskingstatus() method that returns... |
commit | commitdiff | tree | snapshot |
2010-08-06 |
Zac Medico | Use a regular expression to simplify dblink.getcontents(). |
commit | commitdiff | tree | snapshot |
2010-08-06 |
Zac Medico | In action_unmerge(), create a Schuduler instance for... |
commit | commitdiff | tree | snapshot |
2010-08-06 |
Zac Medico | Pass more parameters to the Package constructor. |
commit | commitdiff | tree | snapshot |
2010-08-06 |
Zac Medico | Fix scope issue that could cause 'retval' variable... |
commit | commitdiff | tree | snapshot |
2010-08-06 |
Zac Medico | Bug #331271 - Fix USE_EXPAND wildcards so that the... |
commit | commitdiff | tree | snapshot |
2010-08-05 |
Zac Medico | Bug #331271 - Fix USE_EXPAND wildcards so that the... |
commit | commitdiff | tree | snapshot |
2010-08-05 |
Zac Medico | Use ValueError.args since direct indexing of ValueError... |
commit | commitdiff | tree | snapshot |
2010-08-05 |
Zac Medico | Add a test case for lazyimport._preload_portage_submodu... |
commit | commitdiff | tree | snapshot |
2010-08-05 |
Zac Medico | Add a fake _test_ option to myopts that can be used... |
commit | commitdiff | tree | snapshot |
next |