summaryrefslogtreecommitdiff
path: root/pym
AgeCommit message (Expand)Author
2012-10-21man page updates thanks to Francesco Turco. Update analyze and rebuild modu...Brian Dolbec
2012-10-09Modify _pkg_re to work with EAPI 4-python which is in use by Funtoo.Paul Varner
2012-10-06py 3.3 fix for bug 436934. Change the level parameter for the __import__() c...Brian Dolbec
2012-09-06Remove check of isatty when guessing color.Paul Varner
2012-08-24Strip initial whitespace at the start of the description (Bug 432530).Paul Varner
2012-07-31mark dbapi as deprecated.Brian Dolbec
2012-07-31replace all use of dbapi's PORTDB, VARDB, BINDB assigned variables with the a...Brian Dolbec
2012-07-24Return string from Package.__str__ (Bug 423209)Paul Varner
2012-06-28reverse an accidental indentation change from tabs to spaces.Brian Dolbec
2012-06-28move enalyse/base.py to gentoolkit for general module use.Brian Dolbec
2012-06-28update docstrings to ready it for a move to gentoolkit for general use.Brian Dolbec
2012-06-19Change division to floor division for Python3 compatibility (Bug 417233).Paul Varner
2012-06-07fix a bug in enalyze rebuild where it did not consider IUSE defaults for calc...Brian Dolbec
2012-06-02remove the auto linewrapping from the stablereq output line so it does not me...Brian Dolbec
2012-06-02add a -S, --stablereq option to equery meta to list the arch cc's to add to S...Brian Dolbec
2012-05-16Fix output to be sorted using portage.versions.vercmp (bug 409449).Paul Varner
2012-05-16Make colors for useflags be the same as portage.Paul Varner
2012-05-08Fix Bug 414627, where not all packages were being printed.Paul Varner
2012-04-11Fix eshowkw traceback on prefix enviroments (Bug 411599).Paul Varner
2012-04-04equery: turn sys.argv into a parameterMike Frysinger
2012-03-18fix a missed hardcoded path not using the portage.root.Brian Dolbec
2012-03-18add an ebuild listing option to equery which as requested by Calchan and ryao.Brian Dolbec
2012-03-03Add ignored files/directories check.Brian Dolbec
2012-03-02fix bug 406613. ignore any .keep_* files in /var/db/pkg. Print a warning for...Brian Dolbec
2012-03-01fix bug 406495. renamed portage.config() parameter from _eprefix to eprefix.Brian Dolbec
2012-02-06Merge branch 'gentoolkit' of git+ssh://git.overlays.gentoo.org/proj/gentoolki...Paul Varner
2012-02-06Change the documentation for revdep-rebuild --library.Paul Varner
2012-01-27Fix bug 400957 where -hC did not work to to printing help immediately upon f...Brian Dolbec
2012-01-22fix bug 398103 to properly delete broken symlinks and not abort.Brian Dolbec
2011-12-22Fix equery's term_width too.Brian Dolbec
2011-12-22Fix the term_width setting for the recent portage change, which is now return...Brian Dolbec
2011-10-10reverse the logging message in analyse.py since it is not correct.dol-sen
2011-10-10add --library output to revdep-rebuild.dol-sen
2011-08-25fix bug 380573.dol-sen
2011-07-15Fix updated Package class to work correctly with prefix portagePaul Varner
2011-07-15Update Package Class to allow passing of local_config.Paul Varner
2011-07-15Do not index ChangeLog entries with an invalid CPV. (Bug 375293)Paul Varner
2011-07-14Fix call_program to actually return stdout as string under py3kPaul Varner
2011-07-14Change default cache directory to '/var/cache/revdep-rebuild'Paul Varner
2011-07-13Fix help for --binpkgs-missing optionPaul Varner
2011-07-13Make development warning always printPaul Varner
2011-07-13major pylint cleanup, 2 probable bugs fixed along the way.dol-sen
2011-07-13merge head, fix conflicts, more pylint cleanupdol-sen
2011-07-13partial pylint cleanupdol-sen
2011-07-13fix the placement of the l.endswith('.a') in the ifdol-sen
2011-07-12fix a possibility of a None type error in exclDictMatchCPdol-sen
2011-07-12fix the use of set updates and the with statement.dol-sen
2011-07-12Remove automatic adding of pretend to revdep-rebuild options.Paul Varner
2011-07-12Fix python 3 syntax errors with new revdep-rebuild. Change VERSION toPaul Varner
2011-07-12Update setup.py for python revdep-rebuildPaul Varner