aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* reload the _available_db after fetchingBrian Dolbec2011-01-161-0/+1
* create a new cli interface to use the new apiBrian Dolbec2011-01-162-2/+291
* overhaul the api, add several functions, delay loading of the db's, etcBrian Dolbec2011-01-161-95/+133
* update the version to show it is the api branchBrian Dolbec2011-01-161-1/+1
* move utility functions out of the Overlay class Brian Dolbec2011-01-162-41/+60
* add a linefeed to the hint message for better output separationBrian Dolbec2011-01-161-2/+2
* fix long lines and a typo, minor code improvementsBrian Dolbec2011-01-161-10/+19
* Move color codes to a new file.Brian Dolbec2011-01-162-14/+53
* add optional repo list limiter to the list functionBrian Dolbec2011-01-161-2/+5
* slight code change to my modified base.Brian Dolbec2011-01-161-10/+10
* update to using basestring instead of str.Brian Dolbec2010-11-141-4/+5
* Apply tulcod's g-common support changes.Brian Dolbec2010-08-073-0/+78
* some docstring updatesBrian Dolbec2010-07-161-2/+12
* remove the extra comma that wrapped the dict in a tuple.Brian Dolbec2010-07-161-1/+1
* change add_repo and delete_repo to add_repos,Brian Dolbec2010-07-161-6/+69
* fix the docstrings to match current input types.Brian Dolbec2010-07-151-7/+7
* remove the extra comment marker used to force a push to my public repoBrian Dolbec2010-07-111-1/+1
* push a comment change to for an update in publicBrian Dolbec2010-07-111-1/+1
* make the sync_results saved every time rather than conditional.Brian Dolbec2010-07-111-2/+2
* fix some typos, copy/paste errors, and debug/fix some changes to the api.Brian Dolbec2010-07-111-8/+8
* fix an unsaved copy/paste editBrian Dolbec2010-07-111-1/+1
* Merge branch 'master' of git://layman.git.sourceforge.net/gitroot/layman/laym...Brian Dolbec2010-07-1117-456/+214
|\
| * Prepare release of 1.4.1 (set release date, sync release notes)Sebastian 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"Sebastian 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
| * Tune usage summary displaySebastian Pipping2010-07-071-4/+3
| * Prepare release of 1.3.4 (set release date, sync release notes)Sebastian Pipping2010-07-054-17/+9
| * Add make target "doc" to main MakefileSebastian Pipping2010-07-051-2/+5
| * No longer store generated file www/index.htmlSebastian Pipping2010-07-051-316/+0
| * Change date format in change log from YYYY/MM/DD to YYYY-MM-DDSebastian Pipping2010-07-051-12/+12
* | Merge branch 'master' into apiBrian Dolbec2010-07-113-2/+9
|\|
| * Propagate move of CVS and SubversionSebastian Pipping2010-07-053-2/+9
* | Remove the Output class as it is not needed, was used for initial testing only.Brian Dolbec2010-07-111-63/+0
* | Add a get_option function as a convenience function for option retrieval inst...Brian Dolbec2010-07-101-0/+5
* | Modify the API to be more compatible with a c interface.Brian Dolbec2010-07-101-37/+87
* | Separate out the configs from the args parsing code. This will allow basic c...Brian Dolbec2010-07-074-34/+97
* | change the shebang because it would not run in my test environmentBrian Dolbec2010-07-061-1/+1
* | create a new readme to explain a bit how to use the new apiBrian Dolbec2010-07-061-0/+57
* | fix the remaining missed i renames to idBrian Dolbec2010-07-061-18/+18
* | fix results trackingBrian Dolbec2010-07-061-4/+4
* | add new layman API file and class to be used by api consumers, but could also...Brian Dolbec2010-07-061-0/+354
* | Change the remaining modules to use teh config['output'] variable so re-direc...Brian Dolbec2010-07-063-11/+21
* | Add an output parameter to Message class and change the prints that weren't a...Brian Dolbec2010-07-061-5/+10
* | change to use the config['output'] variableBrian Dolbec2010-07-062-12/+15