Enable BytesWarnings.
[portage.git] / bin / portageq
2014-01-18 Arfrever Frehtes... Enable BytesWarnings. master
2013-12-02 Arfrever Frehtes... portageq: Print deprecation warnings for deprecated...
2013-11-29 Mike Frysingerfix random pylint errors
2013-11-27 Sebastian Lutherportageq envvar: shell escape variable (bug 492314)
2013-09-16 Arfrever Frehtes... Bug #485056: Fix portageq with Python <2.6.5.
2013-08-03 Zac Medicoportageq: portage.util._argparse
2013-07-22 Zac Medicoportageq: add aliases for bug #476830
2013-07-14 Arfrever Frehtes... portageq: Delete incorrect usage of uses_eroot decorato...
2013-07-14 Arfrever Frehtes... portageq: Use uses_eroot decorator.
2013-07-14 Arfrever Frehtes... portageq repositories_configuration: Require EROOT...
2013-07-14 Arfrever Frehtes... portageq: Support repositories_configuration command.
2013-07-13 Zac Medicoportageq: avoid portdbapi instantiation
2013-06-20 Zac MedicoDecode sys.argv with surrogateescape for Python 3
2013-06-18 Ruud KoolenAdd cross-prefix support
2013-03-20 Zac Medicoportageq: fix envvar -v, bug #462412 v2.2.0_alpha168
2013-03-18 Zac Medicoportageq: optimize pquery --no-version
2013-03-18 Zac Medicoportageq: fix visiblity filter with no atoms
2013-03-18 Zac Medicoportageq: add pquery to global command list
2013-03-18 Zac Medicoportageq: optimize cat/name expansion for pquery
2013-03-18 Zac Medicoportageq: visiblity filter for pquery mode
2013-03-18 Zac Medicoportageq: support atoms for pquery mode
2013-03-17 Zac Medicoportageq: emulate subset of Pkgcore's pquery
2013-03-17 Zac Medicoportageq: remove unused imports
2013-02-17 Zac Medicoportageq: fix 'Unicode equal comparison failed'
2013-01-18 Zac MedicoUse unicode_literals more.
2013-01-03 Zac MedicoAdd portage._internal_caller var, and use it.
2012-10-13 Arfrever Frehtes... EAPI="5-progress": Add master_repositories(), repositor...
2012-10-07 Arfrever Frehtes... best_version() and has_version(): Improve die() messages.
2012-09-24 Arfrever Frehtes... portageq: Automatically do not include imported functio...
2012-09-21 Zac MedicoAdd preserve-libs for stable branch (not default)
2012-09-02 Zac MedicoUnconditionally insert our pym dir in sys.path.
2012-08-31 Gregory M. Turnerportageq: clarify meaning of uses_root
2012-07-18 Zac MedicoFix extended atom match for =* operator.
2012-04-22 Zac Medicoportageq: use return instead of sys.exit
2012-04-13 Zdenek Behanportageq mass_best_visible: optional "type" arg
2012-03-11 Mike Frysingerportageq: add "colormap" helper
2012-01-15 Arfrever Frehtes... Support repository dependencies in EAPI="4-python".
2012-01-15 Arfrever Frehtes... portageq metadata: Support repository dependencies.
2011-12-10 Zac MedicoUse portage.const.EPREFIX more.
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...
next