summaryrefslogtreecommitdiffstats
path: root/layman/dbbase.py
Commit message (Expand)AuthorAgeFilesLines
* Add checking for ROOT in the environment on statup, and setting it in the app...Brian Dolbec2012-10-141-0/+6
* make the tests more py3 compatibile.dol-sen2011-09-231-1/+4
* py2, py3 compatability changes so 2to3 will work correctly.dol-sen2011-09-221-2/+4
* fix unknown variabledol-sen2011-09-181-1/+2
* clean out nearly useless quiet parameter, use config['quiet'] instead.dol-sen2011-08-241-4/+3
* revert using "as" in exceptions. enable using the "with" statement in py-2.5.dol-sen2011-08-091-4/+4
* Revert "migrate to print()" to restore py-2.5 compatibility.dol-sen2011-08-091-4/+2
* add debug messages, fix broken UnknownOverlayExceptiondol-sen2011-08-061-3/+10
* fix the overly noisy output for unsupported overlay types. Thank you fuzzyra...dol-sen2011-07-281-1/+1
* update all tests to passdol-sen2011-07-221-12/+20
* fix --list --verbose functionality, bug 375779dol-sen2011-07-201-2/+2
* migrate to using explicit checks.Brian Dolbec2011-03-271-3/+3
* migrate except ... as Brian Dolbec2011-03-261-3/+3
* migrate to print()Brian Dolbec2011-03-261-2/+4
* make add_from_dict() private.Brian Dolbec2011-03-261-2/+2
* clean out excessive use of try: except pairsBrian Dolbec2011-03-261-20/+9
* add 2 new functions, add_new & add_from_dict.Brian Dolbec2011-02-231-2/+44
* rename Overlay's __str__(). split out UnknownOverlayMessage() from the excep...Brian Dolbec2011-02-121-3/+5
* add a list_ids() and use the itBrian Dolbec2011-02-121-0/+6
* add optional repo list limiter to the list functionBrian Dolbec2011-02-111-2/+5
* change to use the config['output'] variableBrian Dolbec2011-02-111-4/+5
* Ignore case when sorting data for layman -l|-LSebastian Pipping2010-10-231-1/+1
* pylint: Resolve redefinition of variable by renamingSebastian Pipping2010-02-211-4/+4
* Hint about broken overlay catalogSebastian Pipping2010-02-181-5/+37
* Move safe op out of try-except block, extend code docSebastian Pipping2010-02-181-2/+3
* pylint: Remove unused variableSebastian Pipping2010-02-171-1/+1
* pylint: Resolve unused importSebastian Pipping2010-02-171-1/+1
* pylint: Resolve re-importSebastian Pipping2010-02-171-1/+1
* Rename layman.overlay.Overlays to layman.dbbase.DbBaseSebastian Pipping2010-01-281-0/+233