aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* dbbase.py: adds return value for read_db()Devan Franchini2016-02-291-1/+1
* Adds error reporting for db read failuresDevan Franchini2016-02-291-1/+11
* dbbase.py: Whitespace cleanupDevan Franchini2015-10-161-3/+3
* dbbase.py: Creates internal function to get database module controllerDevan Franchini2015-10-161-19/+24
* Adds remove parameter to database write() functionDevan Franchini2015-08-151-2/+2
* Adds remove function for overlay removal from databasesDevan Franchini2015-08-051-0/+13
* Removes unnecessary "_db" appendage to db_type varDevan Franchini2015-07-171-3/+3
* dbbase.py: Optimizes if check for db_typeDevan Franchini2015-07-151-4/+9
* dbbase.py: Adds limitation to use only one db typeDevan Franchini2015-07-131-19/+29
* Adds switch on read_db if text is providedDevan Franchini2015-07-131-3/+8
* dbbase.py: Modifies read_db function to allow for passing a text parameterDevan Franchini2015-07-091-2/+2
* dbbase.py: Adds use of db module plug-in systemDevan Franchini2015-07-091-84/+59
* dbbase.py: Code cleanupDevan Franchini2015-06-141-43/+56
* dbbase.py: Reorganizes importsDevan Franchini2015-05-131-1/+3
* layman/db: Ignore an initially-missing installed fileW. Trevor King2014-10-211-2/+2
* Removes doctest remnantsDevan Franchini2014-10-171-18/+0
* external.py: Adds ReadWriteSelectListDbBase() test to test suiteDevan Franchini2014-08-101-70/+0
* Implements the "with" syntax to open filesDevan Franchini2014-06-141-5/+5
* dbbase.py: Fixes implicit tuple unpackingDevan Franchini2014-06-121-1/+1
* {argsparser, dbbase}.py: Adds py3 keys() compatibilityDevan Franchini2014-06-121-1/+1
* Adds unicode compatibility supportDevan Franchini2014-06-021-9/+14
* Imports unicode_literals from __future__Devan Franchini2014-06-021-0/+2
* Adds compatibility to exception handlingDevan Franchini2014-06-021-3/+3
* 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