aboutsummaryrefslogtreecommitdiff
path: root/layman
Commit message (Expand)AuthorAgeFilesLines
* add missing output messagesBrian Dolbec2011-01-171-3/+22
* add a generator for source types the same as source uris.Brian Dolbec2011-01-172-11/+17
* fix missing importBrian Dolbec2011-01-171-0/+1
* removing old action classes and cliBrian Dolbec2011-01-171-570/+0
* reload the _available_db after fetchingBrian Dolbec2011-01-161-0/+1
* create a new cli interface to use the new apiBrian Dolbec2011-01-161-0/+286
* 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-1111-104/+144
|\
| * Prepare release of 1.4.1 (set release date, sync release notes)Sebastian 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
| * Close stdin of child processes in quiet modeSebastian Pipping2010-07-071-2/+12
| * Replace os.system() by subprocess.Popen()Sebastian Pipping2010-07-079-92/+121
| * Improve command line API cases "layman" and "layman foo"Sebastian Pipping2010-07-071-1/+7
| * Tune usage summary displaySebastian Pipping2010-07-071-4/+3
| * Prepare release of 1.3.4 (set release date, sync release notes)Sebastian Pipping2010-07-051-1/+1
* | Merge branch 'master' into apiBrian Dolbec2010-07-112-2/+2
|\|
| * Propagate move of CVS and SubversionSebastian Pipping2010-07-052-2/+2
* | 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-072-30/+93
* | 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
* | Add an input parameter, 'output' to delete_empty_directory so that it can be ...Brian Dolbec2010-07-061-5/+5
* | add new __init__ input parameters, output (replaces OUT import), stdout, stdi...Brian Dolbec2010-07-061-18/+32
|/
* Prepare release of 1.3.3 (set release date, sync release notes, update website)Sebastian Pipping2010-04-081-1/+1