Fix output to be sorted using portage.versions.vercmp (bug 409449).
[gentoolkit.git] / pym /
2012-05-16 Paul VarnerFix output to be sorted using portage.versions.vercmp...
2012-05-16 Paul VarnerMake colors for useflags be the same as portage.
2012-05-08 Paul VarnerFix Bug 414627, where not all packages were being printed.
2012-04-11 Paul VarnerFix eshowkw traceback on prefix enviroments (Bug 411599).
2012-04-04 Mike Frysingerequery: turn sys.argv into a parameter
2012-03-19 Brian Dolbecfix a missed hardcoded path not using the portage.root.
2012-03-19 Brian Dolbecadd an ebuild listing option to equery which as request...
2012-03-04 Brian DolbecAdd ignored files/directories check.
2012-03-02 Brian Dolbecfix bug 406613. ignore any .keep_* files in /var/db...
2012-03-02 Brian Dolbecfix bug 406495. renamed portage.config() parameter...
2012-02-06 Paul VarnerMerge branch 'gentoolkit' of git+ssh://git.overlays...
2012-02-06 Paul VarnerChange the documentation for revdep-rebuild --library.
2012-01-27 Brian DolbecFix bug 400957 where -hC did not work to to printing...
2012-01-22 Brian Dolbecfix bug 398103 to properly delete broken symlinks and...
2011-12-23 Brian DolbecFix equery's term_width too.
2011-12-23 Brian DolbecFix the term_width setting for the recent portage chang...
2011-10-10 dol-senreverse the logging message in analyse.py since it...
2011-10-10 dol-senadd --library output to revdep-rebuild.
2011-08-25 dol-senfix bug 380573.
2011-07-16 Paul VarnerFix updated Package class to work correctly with prefix...
2011-07-16 Paul VarnerUpdate Package Class to allow passing of local_config.
2011-07-15 Paul VarnerDo not index ChangeLog entries with an invalid CPV...
2011-07-14 Paul VarnerFix call_program to actually return stdout as string...
2011-07-14 Paul VarnerChange default cache directory to '/var/cache/revdep...
2011-07-14 Paul VarnerFix help for --binpkgs-missing option
2011-07-14 Paul VarnerMake development warning always print
2011-07-14 dol-senMerge branch 'gentoolkit' of git+ssh://git.overlays...
2011-07-14 dol-senmajor pylint cleanup, 2 probable bugs fixed along the...
2011-07-13 dol-senmerge head, fix conflicts, more pylint cleanup
2011-07-13 dol-senpartial pylint cleanup
2011-07-13 Paul VarnerFix python 3 incompatible code
2011-07-13 Paul VarnerAdd from __future__ import print_function for python...
2011-07-13 dol-senfix the placement of the l.endswith('.a') in the if
2011-07-13 dol-senfix a possibility of a None type error in exclDictMatchCP
2011-07-13 dol-senfix the use of set updates and the with statement.
2011-07-12 Paul VarnerRemove automatic adding of pretend to revdep-rebuild...
2011-07-12 Paul VarnerFix python 3 syntax errors with new revdep-rebuild...
2011-07-12 Paul VarnerUpdate setup.py for python revdep-rebuild
2011-07-12 SlawekFixed --library checking when not using cache
2011-07-12 SlawekAdded support for file path in -L option
2011-07-12 SlawekFixed .la files parser. Some minor logging fixes.
2011-07-12 dol-senpass the nocolor setting on to emerge.
2011-07-12 dol-senmove unused function to stuff.py
2011-07-12 dol-senchange the masking status message.
2011-07-12 dol-senwhitespace separation from system imports
2011-07-12 dol-senmore cleanup of importing logging. Use the one defined...
2011-07-12 dol-senmigrate away from a global SETTINGS usage.
2011-07-12 dol-sennew /bin/revdep-ng script. revamp rebuild.py for a...
2011-07-12 dol-senconvert to gentoolkit's standard tab indent.
2011-07-12 dol-senrename revdep-rebuild.py due to a python error if a...
2011-07-12 SlawekFixed bug from: bugs.gentoo.org/show_bug.cgi?id=353518
2011-07-12 SlawekSome fixes after file split. Removed unwanted files...
2011-07-12 Slawomir LisSplit to several files. Introduced logging (instead...
2011-07-12 SlawekFixed error in reading cache. Fixed problem with too...
2011-07-12 lis.slawekFixed checks for --library option
2011-07-12 lis.slawekFixed scanning revdep config; minor fix in analyse...
2011-07-12 lis.slawekFixed problem with 32/64 bit libraries and binaries
2011-07-12 brian.dolbecComment the NO_PRETEND variable better.
2011-07-12 brian.dolbecfix a missing leading space so that any args are not...
2011-07-12 lis.slawekInitial revision of revdep-rebuild python version
2011-07-12 brian.dolbeccreate a pkg for the new python revdep-rebuild.
2011-07-12 Paul VarnerChange "Deprecated" to "unavailable" to reflect term...
2011-05-29 Christian RuppertAllow only one arg for --arch/-a
2011-05-28 Christian RuppertMerge branch 'gentoolkit' of git+ssh://overlays.gentoo...
2011-05-23 dol-senfix the Dependencies.graph_depends() api return value...
2011-05-20 dol-senfix bug 368113 dupe'd USE flags
2011-05-20 dol-senRevert "uniqify the list of returned use flags in uses...
2011-05-20 Paul Varneruniqify the list of returned use flags in uses.py....
2011-05-18 dol-senadd keywords formatter option.
2011-05-17 dol-senfound a better spot to set piping wrap width so as... gentoolkit-0.3.0.3
2011-05-16 dol-senadd CONFIG['termWidth'] setting to the no-pipe option...
2011-05-16 dol-senfix py3 compatibility issues in eshowkw.
2011-05-12 Paul VarnerMerge branch 'gentoolkit' of git+ssh://git.overlays...
2011-05-11 dol-senanalyse namespace change to enalyze and standardize...
2011-04-18 Paul VarnerChange eprefix.py to only look at portage for the value...
2011-04-10 Brian Dolbectemporary fix for a test failure due to the added dotfi... gentoolkit-0.3.0
2011-03-31 Paul VarnerFix extend_realpaths in FileOwner class. (Bug 96515)
2011-03-18 Brian Dolbecadd the Homepage to epkginfo/equery meta's Upstream...
2011-03-08 Brian Dolbecadd a dotfile check and only delete hidden (.dotfile...
2011-02-25 Brian Dolbecdecorate some functions as @staticmethod
2011-02-25 Brian Dolbecmove mysettings out of __getMaskStatus() into __init__...
2011-02-24 Christian RuppertWhitespace
2011-02-24 Christian RuppertFix package.mask check
2011-02-24 Brian Dolbecfix some alignment mismatches
2011-02-24 Brian Dolbecfix the rebuild_keywords slot appended bug.
2011-02-23 Brian Dolbeccode the rebuild keywords module.
2011-02-11 Brian DolbecMerge branch 'gentoolkit' of git+ssh://git.overlays...
2011-02-11 Brian Dolbecapply djanderson's idea for a simpler/better fix to...
2011-01-30 Tomas ChvatalSome whitespace to visualy separate the code
2011-01-30 Tomas ChvatalAlign the suffix for revision correctly.
2011-01-30 Tomas ChvatalAlign revision nicely so it is space separated and...
2011-01-28 Andy KittnerFix unicode vs. bytes issue in glsa-check (#341293)
2011-01-26 Brian Dolbecfix the missing unset flags issue due to my misleading...
2011-01-25 Brian Dolbecfix a missed function rename for an assignment
2011-01-25 Brian Dolbecfix the setting of the quiet option properly this time
2011-01-25 Brian DolbecFix missing quiet option passing into the analyse module
2011-01-25 Brian DolbecAdd a leading '-' to disabled USE flags.
2011-01-25 Brian DolbecModify printers to use the newly split out CpvValuesWra...
2011-01-25 Brian DolbecAdd a new cpv and values textwrapping class
2011-01-25 Brian Dolbecfix a missed rename and relocationof some imports
next