summaryrefslogtreecommitdiff
path: root/pym
AgeCommit message (Expand)Author
2012-11-11metadata: gourmet package no longer part of a herdW. Trevor King
2012-11-11metadata: use print() in PackageFormatter doctest for Python 3 compatibilityW. Trevor King
2012-11-11metadata: remove shebang from module without __name__ == '__main__' blockW. Trevor King
2012-11-11package: use portage-9999 in Package.environment doctestW. Trevor King
2012-11-11package: use portage-9999 (and define pkg) in Package.ebuild_path doctestW. Trevor King
2012-11-11package: use portage-9999 in module doctestW. Trevor King
2012-11-11package: update PackageFormatter doctest to use QueryW. Trevor King
2012-11-11package: use print() in PackageFormatter doctest for Python 3 compatibilityW. Trevor King
2012-11-11package: change "f" -> "path" to avoid pylint C0103 (Invalid name "f")W. Trevor King
2012-11-11package: change "e" -> "error" to avoid pylint C0103 (Invalid name "e")W. Trevor King
2012-11-11package: remove shebang from module without __name__ == '__main__' blockW. Trevor King
2012-11-11package: wrap long lines to avoid pylint C0301W. Trevor King
2012-11-11helpers: remove unused "sys" importW. Trevor King
2012-11-11helpers: change "p" -> "path" to avoid pylint C0103 (Invalid name "p")W. Trevor King
2012-11-11helpers: wrap long lines to avoid pylint C0301W. Trevor King
2012-11-11helpers: use grep instead of vim in FileOwner doctestW. Trevor King
2012-11-09Fix bug 381581 - revdep-rebuild unicode errorPaul Varner
2012-10-31eclean: Fix pkg sorting to work with Python3Paul Varner
2012-10-31eclean: sort pkg list shown to userMike Frysinger
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