Old "Change USE" message: Don't screw up if the highest version is masked and parent...
[portage.git] / bin / portageq
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...
2006-05-19 Zac MedicoCatch a ValueError thrown from cpv_expand and use it...
2006-01-08 Brian Harringbug 118191 , puke properly when no args to envvar are...
2006-01-05 Mike Frysingerupdate copyright years
2005-12-26 Jason StubbsSanitize the root parameter specified to portageq.
2005-12-26 Jason StubbsExport the ROOT environment variable when using functio...
2005-12-10 Mike Frysingeradd a -v (verbose) option to envvar for easily generati...
2005-12-10 Mike Frysingertouchup in general, add support for -h/--help, and...
2005-11-27 Jason StubbsKill of generation of CDEPEND for binary and installed...
2005-11-15 Brian Harringfix for portageq usage call (missing argv), via Emanuel...
2005-08-30 Brian Harringheader changes, $Header: -> $Id:
2005-08-28 Jason StubbsMigration (without history) of the current stable line...