summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* add optional repo list limiter to the list functionBrian Dolbec2011-02-111-2/+5
* slight code change to my modified base.Brian Dolbec2011-02-111-10/+10
* update to using basestring instead of str.Brian Dolbec2011-02-111-4/+5
* Apply tulcod's g-common support changes.Brian Dolbec2011-02-113-0/+78
* some docstring updatesBrian Dolbec2011-02-111-2/+12
* remove the extra comma that wrapped the dict in a tuple.Brian Dolbec2011-02-111-1/+1
* change add_repo and delete_repo to add_repos,Brian Dolbec2011-02-111-6/+69
* fix the docstrings to match current input types.Brian Dolbec2011-02-111-7/+7
* make the sync_results saved every time rather than conditional.Brian Dolbec2011-02-111-2/+2
* fix some typos, copy/paste errors, and debug/fix some changes to the api.Brian Dolbec2011-02-111-8/+8
* Remove the Output class as it is not needed, was used for initial testing only.Brian Dolbec2011-02-111-63/+0
* Add a get_option function as a convenience function for option retrieval inst...Brian Dolbec2011-02-111-0/+5
* Modify the API to be more compatible with a c interface.Brian Dolbec2011-02-111-37/+87
* Separate out the configs from the args parsing code. This will allow basic c...Brian Dolbec2011-02-114-34/+97
* change the shebang because it would not run in my test environmentBrian Dolbec2011-02-111-1/+1
* create a new readme to explain a bit how to use the new apiBrian Dolbec2011-02-111-0/+57
* fix results trackingBrian Dolbec2011-02-111-22/+22
* add new layman API file and class to be used by api consumers, but could also...Brian Dolbec2011-02-111-0/+354
* Change the remaining modules to use the config['output'] variable so re-direc...Brian Dolbec2011-02-113-12/+17
* Add an output parameter to Message class and change the prints that weren't a...Brian Dolbec2011-02-111-5/+10
* change to use the config['output'] variableBrian Dolbec2011-02-112-12/+15
* Add an input parameter, 'output' to delete_empty_directory so that it can be ...Brian Dolbec2011-02-111-5/+5
* add new __init__ input parameters, output (replaces OUT import), stdout, stdi...Brian Dolbec2011-02-111-18/+32
* Extend .gitignoreSebastian Pipping2011-02-081-0/+1
* MANIFEST.in: Ship file doc/docbook-xsl.cssv1.4.2Sebastian Pipping2011-02-081-0/+1
* Prepare release of 1.4.2 (set release date, sync release notes)Sebastian Pipping2011-02-083-8/+11
* Makefile: Extract version from layman/version.py (was hardcoded before)Sebastian Pipping2011-02-081-4/+6
* Makefile: Add target "website" to ease uploading the latest man page to layma...Sebastian Pipping2011-02-081-0/+7
* Makefile: Remove target "www"Sebastian Pipping2011-02-081-4/+0
* Add missing asciidoc.confSebastian Pipping2010-11-071-0/+3
* Improve documentation on option nocheck (bug #267686)Sebastian Pipping2010-11-072-4/+18
* man page: Add "=" to long optionsSebastian Pipping2010-11-071-8/+8
* man page: Fix logic in synopsisSebastian Pipping2010-11-071-8/+8
* man page: Uppercase parameter variables and fix their style in synopsisSebastian Pipping2010-11-071-10/+10
* man page: Improve styleSebastian Pipping2010-11-061-2/+2
* man page: Improve styleSebastian Pipping2010-11-061-1/+1
* man page: Introduce see also sectionSebastian Pipping2010-11-061-0/+5
* man page: Add note on gpo.zugaina.orgSebastian Pipping2010-11-061-0/+3
* man page: Replace PORTAGE_OVERLAYS by PORTDIR_OVERLAYSebastian Pipping2010-11-061-1/+1
* Migrate documentation from DocBook to AsciidocSebastian Pipping2010-11-064-1004/+430
* Ignore case when sorting data for layman -l|-LSebastian Pipping2010-10-232-1/+7
* Prepare release of 1.4.1 (set release date, sync release notes)v1.4.1Sebastian Pipping2010-07-094-13/+9
* Add script to ease up test suite invocationSebastian Pipping2010-07-081-0/+13
* Fix doctest error reported by dabbottSebastian Pipping2010-07-082-1/+4
* Catch keyboard interrupts (Ctrl+C)Sebastian Pipping2010-07-082-1/+12
* Rename make target "release" to "dist"v1.4.0Sebastian Pipping2010-07-081-2/+2
* Prepare release of 1.4.0 (set release date, sync release notes)Sebastian Pipping2010-07-084-8/+14
* Close stdin of child processes in quiet modeSebastian Pipping2010-07-073-8/+22
* Replace os.system() by subprocess.Popen()Sebastian Pipping2010-07-0710-92/+123
* Improve command line API cases "layman" and "layman foo"Sebastian Pipping2010-07-072-1/+15