portageq: get_repo* uses_root
[portage.git] / bin / portageq
2011-12-09 Zac Medicoportageq: get_repo* uses_root
2011-10-29 Zac Medicoportageq: refer to <eroot> instead of <root>
2011-10-29 Zac MedicoUse EROOT to validate path arguments.
2011-10-28 Zac MedicoCheck for bytes instead of unicode in args.
2011-10-25 Zac MedicoUse EROOT instead of ROOT for keys everywhere.
2011-10-14 Zac Medicoportageq match: wildcard support
2011-09-23 Zac Medicoportageq best_visible: use match-all-cpv-only
2011-09-22 Zac Medicoportageq best_visible: multi-repo support
2011-08-06 Zac Medicoportageq: fix short help display for leading \n
2011-08-04 Zac Medicoportageq best_visible: support optional pkgtype
2011-07-14 Zac Medicoportageq: reference GLEP 37 in expand_virtual doc
2011-07-01 Zac Medicoportageq get_repo_path: output empty if unknown v2.2.0_alpha43
2011-06-18 Zac Medicoportageq: fix all_best_visible to fail early
2011-06-06 Zac Medicoportageq: support --version
2011-06-02 Zac Medicoportageq: exclude expand_new_virt from commands
2011-06-02 Zac Medicoportageq: add new expand_virtual function
2011-03-20 Zac Medicoportageq owners: list orphans via stderr
2011-01-15 Zac MedicoWhen killed by signal, return 128 + signum.
2010-10-12 Zac MedicoFix portageq to handle NOCOLOR.
2010-10-11 Zac Medicohas/best_version: eqawarn if EAPI wrong for atom
2010-10-09 Zac MedicoUse EAPI to validate best/has_version atoms.
2010-09-29 Zac MedicoInvert portageq list_preserved_libs returncode meaning.
2010-09-04 Fabian Groffenuse EROOT with VDB_PATH
2010-09-02 Zac MedicoHide the portageq list_preserved_libs command when...
2010-08-30 Zac MedicoRename vardbapi.plib_registry to vardbapi._plib_registr...
2010-08-16 Zac MedicoWhen displaying portage.auxdbkeys, sort and filter...
2010-08-16 Alec WarnerAdd ability for portageq help to print valid metadata...
2010-08-11 Zac MedicoMake sure portageq doesn't interpret anything that...
2010-07-05 Zac MedicoHandle InvalidAtom from vardbapi.match() in has_version.
2010-03-24 Zac MedicoAdd back executable bits, accidentally removed in previ...
2010-03-24 Zac MedicoRemove all svn $Id keywords.
2010-03-24 Zac MedicoDon't use $Id or $Rev for version strings since that...
2010-01-28 Zac MedicoFix AttributeError from has_versions for atoms with...
2010-01-28 Zac MedicoAdd an Atom.evaluate_conditionals() method and use...
2010-01-27 Zac MedicoAdd support for evaluation of conditional USE atoms...
2009-10-11 Zac MedicoBug #288551 - Fix portageq to handle portage.exception...
2009-09-21 Arfrever Frehtes... Use dict.(keys|values|items)() instead of dict.(iterkey...
2009-09-21 Arfrever Frehtes... Support both Python 2 and 3 in portage._unicode_encode...
2009-09-21 Arfrever Frehtes... Use range() instead of xrange() for compatibility with...
2009-09-20 Arfrever Frehtes... Support print() function with Python 2 in some files.
2009-09-20 Arfrever Frehtes... Update syntax of calls to print() for compatibility...
2009-09-20 Arfrever Frehtes... Update syntax of 'except' statements for compatibility...
2009-08-11 Zac MedicoUpdate imports to import portage.os (with unicode wrapp...
2009-08-08 Zac MedicoUse writemsg_stdout() for safe unicode output.
2009-08-08 Zac MedicoMove global portage import to the top and add writemsg and
2009-08-08 Zac MedicoSimplify command introspection inside usage().
2009-08-06 Zac MedicoAdd a new portage.util.shlex_split() function to wrap...
2009-08-04 Zac MedicoDecode arguments to unicode if necessary (needed at...
2009-07-30 Zac MedicoFix breakage in owners() handling of abs paths.
2009-06-24 Zac MedicoAdd support to `portageq owners` for querying paths...
2008-08-24 Zac MedicoFix grammar. Thanks to ABCD.
2008-08-23 Zac MedicoFix spelling typos in error messages.
2008-08-23 Zac MedicoFix the loop in filter_protected() to continue when...
2008-08-23 Zac MedicoFlush stdout after the loop inside filter_protected...
2008-08-23 Zac MedicoAdd a new filter_protected command which is similar...
2008-08-22 Zac MedicoAdd a new is_protected command which queries whether...
2008-07-23 Zac MedicoFix bug in get_repo_path() when called with multiple... v2.2_rc3
2008-07-23 Zac MedicoFix typo, found by pyflakes.
2008-07-23 Zac MedicoAdd sandbox write access to PORTAGE_PYM_PATH before...
2008-07-04 Zac MedicoBug #230525 - Work around ObjectProxy breakage in ...
2008-07-04 Zac MedicoImport portage before trying to access portage.exceptio...
2008-06-28 Zac MedicoBug #229859 - Also add atom validation to match().
2008-06-28 Zac MedicoBug #229859 - Make portageq check atom validity when...
2008-06-26 Zac Medico* Remove PORTAGE_LEGACY_GLOBALS hack for portage import...
2008-06-09 Zac MedicoAdd CONTENTS indexing support for optimization of owner...
2008-04-20 Zac MedicoBug #218559 - Make portdbapi automatically add sandbox...
2008-03-06 Zac MedicoUse os.environ["SANDBOX_ON"] = "0" to make portageq...
2008-03-03 Marius Mauchfix message on ValueError to not sound like crap
2007-12-21 Zac MedicoImplement a `portageq contents <root> <category/package...
2007-12-21 Zac MedicoTypo: remove bogus argument.
2007-12-21 Zac MedicoEnhance the portageq match command to list all installe...
2007-12-21 Zac MedicoBug #202566 - Move the 'global portage' statement to...
2007-12-11 Zac MedicoInstead of calling sys.exit when a ParseError occurs...
2007-12-11 Zac MedicoFirst import the main portage module without legacy...
2007-10-23 Zac MedicoPrint the Id tag an it's own line to avoid going
2007-10-23 Zac MedicoFix the version Id tag.
2007-10-21 Zac MedicoBug #196537 - Make portageq check that the <root> parameter
2007-10-17 Zac MedicoBug #196043 - Implement a `portageq owners <root> ...
2007-10-05 Zac MedicoBug #194764 - All the match* functions can raise
2007-06-29 Marius MauchUse better parseable format for list_preserved_libs
2007-06-21 Zac MedicoRemove lots of unnecessary list generation via dict...
2007-06-20 Zac MedicoFor bug #180165, make portageq print a "Permission...
2007-06-13 Marius MauchAdd portageq command to list preserved libs
2007-02-10 Zac MedicoUse os.path.realpath to handle symlinks properly.
2007-02-10 Zac MedicoFix automatic sys.path insertions so that they're relat...
2007-01-27 Mike Frysingerif requested argv cannot be matched to anything, exit...
2007-01-18 Marius MauchSyntax error
2007-01-16 Alec WarnerVarious glep 42 fixes, fix up the portageq calls to...
2007-01-16 Alec Warnermerge glep42 into trunk
2007-01-15 Alec Warnerexithandler is not a portageq func, so ignore it
2007-01-12 Alec WarnerMore String deprecation
2006-10-31 Zac MedicoRely on PYTHONPATH instead of PORTAGE_PYM_PATH for...
2006-10-26 Marius Mauchstreamline portage pythonpath handling and add an overr...
2006-10-09 Zac MedicoRemove unused PORTAGE_CALLER=portageq from the environment.
2006-09-20 Zac MedicoMake portageq exit successfully for -h or --help.
2006-09-19 Zac MedicoMake portageq exit with nonzero status when called...
2006-08-19 Zac MedicoMake sure that portageq exits quietly when killed,...
2006-07-15 Zac MedicoAdd a new portageq metadata function that wraps dbapi...
2006-06-10 Marius Mauchmake elog mail module always set the 'From' header...
2006-06-02 Zac MedicoIn portageq, catch a KeyError and print a message to...
next