summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-11-11dependencies: avoid Package-is-not-iterable in graph_reverse_depends doctestW. Trevor King
2012-11-11dependencies: update Dependencies doctest to use portage-9999W. Trevor King
2012-11-11helpers: update entry counts and version range in ChangeLog doctestW. Trevor King
2012-11-11helpers: update package counts in get_cpvs doctestW. Trevor King
2012-11-11helpers: convert get_cpvs output to a set before calculating len()W. Trevor King
2012-11-11helpers: use print() in ChangeLog doctest for Python 3 compatibilityW. Trevor King
2012-11-11keyword: define keyword_list in compare_strs doctestW. Trevor King
2012-11-11keyword: use Python 2/3-agnostic set notation in reduce_keywords doctestW. Trevor King
2012-11-11keyword: remove shebang from module without __name__ == '__main__' blockW. Trevor King
2012-11-11metadata: fix 'maintainer' -> 'maintainers' in module doctestW. Trevor King
2012-11-11metadata: add new _Upstream attributes in module doctestW. Trevor King
2012-11-11metadata: update gnome-print USE descriptionW. Trevor King
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-11.gitignore: remove auto-generated stuff from `git status`W. 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-11pylint: update pylintrc based on the template from pylint 0.23.0W. 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-21more man page fixes.Brian Dolbec
2012-10-21man page updates thanks to Francesco Turco. Update analyze and rebuild modu...Brian Dolbec
2012-10-09Minor example changes to equery man page.Paul Varner
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-10-02Minor fix in rebuild (parsing options)Slawek
2012-10-02Cleanup in revdep-rebuild file; improved multi-core analyzing (speedup on mul...Slawek
2012-09-26Fix euse to always prefer /etc/portage/make.conf over /etc/make.conf. Bug 434672Paul Varner
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-28update authors with my contributions.Brian Dolbec