aboutsummaryrefslogtreecommitdiff
path: root/layman
Commit message (Expand)AuthorAgeFilesLines
* fix the incorrect exit code settings which are opposite the True/False that t...Brian Dolbec2011-02-132-3/+7
* Split out MessageBase class, more code reduction/cleanupBrian Dolbec2011-02-131-15/+38
* more DebugMessage class cleanup/transition to subclassing MessageBrian Dolbec2011-02-131-25/+14
* fix a missed color_off(), add myself to the copyright, whitespace cleaningBrian Dolbec2011-02-131-10/+7
* fix a long line, clean an unused import, fix the sync return value betterBrian Dolbec2011-02-131-4/+3
* simplify debug.py to subclass the simplified Message classBrian Dolbec2011-02-131-128/+23
* further simplify, reduce the number of functionsBrian Dolbec2011-02-132-28/+16
* output more info to the trial for adding an overlayBrian Dolbec2011-02-121-0/+4
* use the new message class and fix the error recording and outputBrian Dolbec2011-02-124-24/+214
* rename Overlay's __str__(). split out UnknownOverlayMessage() from the excep...Brian Dolbec2011-02-122-4/+6
* add the ability to plugin repository definition xml files without editing the...Brian Dolbec2011-02-121-5/+33
* add an irc data element to the overlay xmlBrian Dolbec2011-02-122-0/+14
* add a list_ids() and use the itBrian Dolbec2011-02-122-2/+8
* add missing output statements, debug all the new actionsBrian Dolbec2011-02-121-17/+26
* minor word changeBrian Dolbec2011-02-121-1/+1
* add missing output messagesBrian Dolbec2011-02-121-3/+20
* add a generator for source types the same as source uris.Brian Dolbec2011-02-122-11/+17
* create a new cli interface to use the new apiBrian Dolbec2011-02-121-0/+286
* overhaul the api, add several functions, delay loading of the db's, etcBrian Dolbec2011-02-122-97/+140
* move utility functions out of the Overlay classBrian Dolbec2011-02-112-41/+61
* add a linefeed to the hint message for better output separationBrian Dolbec2011-02-111-2/+2
* fix long lines and a typo, minor code improvementsBrian Dolbec2011-02-111-10/+19
* Move color codes to a new file.Brian Dolbec2011-02-112-14/+53
* 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-112-30/+93
* 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
* Prepare release of 1.4.2 (set release date, sync release notes)Sebastian Pipping2011-02-081-1/+1
* Ignore case when sorting data for layman -l|-LSebastian Pipping2010-10-231-1/+1
* Prepare release of 1.4.1 (set release date, sync release notes)v1.4.1Sebastian Pipping2010-07-091-1/+1
* Fix doctest error reported by dabbottSebastian Pipping2010-07-081-1/+1
* Catch keyboard interrupts (Ctrl+C)Sebastian Pipping2010-07-081-1/+5
* Prepare release of 1.4.0 (set release date, sync release notes)Sebastian Pipping2010-07-081-1/+1