summaryrefslogtreecommitdiff
path: root/pym
AgeCommit message (Expand)Author
2013-11-01equery: add --ignore-linguas switch to 'equery uses'Julian Ospald
2013-09-04Change argv[0] name check to use startswith() for compatibilty with python-exec.Paul Varner
2013-08-18Add license field to equery meta as requested by hasufellBrian Dolbec
2013-08-11eclean: simplify the sortingBrian Dolbec
2013-08-11Add fifo type to equery files, bug 480308.Brian Dolbec
2013-08-11prevent a possible unknown object "cleaner"Brian Dolbec
2013-07-08Rename eclean --destructive option to --deep (Bug #475808)Paul Varner
2013-03-12equery: respect PORTAGE_CONFIGROOT tooMike Frysinger
2013-01-04Fix regular expression queries to work properly. (Bug 447406)Paul Varner
2012-12-30fix bug 449300, duped use flags due to non defaulted use flags added from ecl...Brian Dolbec
2012-12-22fix bug 445904 make.conf pathBrian Dolbec
2012-12-22update 'svn' versions to 'git', not man pages with already set versions. Brian Dolbec
2012-12-22Add a blank line between pkgs in a query, bug 448190Brian Dolbec
2012-12-20equery: make more ROOT awareMike Frysinger
2012-12-19drop trailing whitespaceMike Frysinger
2012-11-11eclean/test_clean: remove unused test_test_support importW. Trevor King
2012-11-11test_cpv: fix test_main and mark so nosetests will ignore itW. Trevor King
2012-11-11equery/test_init: fix test_main and mark so nosetests will ignore itW. Trevor King
2012-11-11test_atom: fix test_main and mark so nosetests will ignore itW. Trevor King
2012-11-11eclean/test_search: fix test_main and mark so nosetests will ignore itW. Trevor King
2012-11-11test_helpers: fix test_main and mark so nosetests will ignore itW. Trevor King
2012-11-11test_keyword: fix test_main and mark so nosetests will ignore itW. Trevor King
2012-11-11test_query: fix test_main and mark so nosetests will ignore itW. Trevor King
2012-11-11test_syntax: fix test_main and mark so nosetests will ignore itW. Trevor King
2012-11-11cpv: define package_list in compare_strs doctestW. Trevor King
2012-11-11cpv: remove shebang from module without __name__ == '__main__' blockW. Trevor King
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-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