GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
proj/layman.git
1.4.x
c-layman
master
overlord_merge
plugin
layman: Gentoo overlay manager
Brian Dolbec (dol-sen) <brian.dolbec@gmail.com>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
layman
/
dbbase.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
dbbase.py: adds return value for read_db()
Devan Franchini
2016-02-29
1
-1
/
+1
*
Adds error reporting for db read failures
Devan Franchini
2016-02-29
1
-1
/
+11
*
dbbase.py: Whitespace cleanup
Devan Franchini
2015-10-16
1
-3
/
+3
*
dbbase.py: Creates internal function to get database module controller
Devan Franchini
2015-10-16
1
-19
/
+24
*
Adds remove parameter to database write() function
Devan Franchini
2015-08-15
1
-2
/
+2
*
Adds remove function for overlay removal from databases
Devan Franchini
2015-08-05
1
-0
/
+13
*
Removes unnecessary "_db" appendage to db_type var
Devan Franchini
2015-07-17
1
-3
/
+3
*
dbbase.py: Optimizes if check for db_type
Devan Franchini
2015-07-15
1
-4
/
+9
*
dbbase.py: Adds limitation to use only one db type
Devan Franchini
2015-07-13
1
-19
/
+29
*
Adds switch on read_db if text is provided
Devan Franchini
2015-07-13
1
-3
/
+8
*
dbbase.py: Modifies read_db function to allow for passing a text parameter
Devan Franchini
2015-07-09
1
-2
/
+2
*
dbbase.py: Adds use of db module plug-in system
Devan Franchini
2015-07-09
1
-84
/
+59
*
dbbase.py: Code cleanup
Devan Franchini
2015-06-14
1
-43
/
+56
*
dbbase.py: Reorganizes imports
Devan Franchini
2015-05-13
1
-1
/
+3
*
layman/db: Ignore an initially-missing installed file
W. Trevor King
2014-10-21
1
-2
/
+2
*
Removes doctest remnants
Devan Franchini
2014-10-17
1
-18
/
+0
*
external.py: Adds ReadWriteSelectListDbBase() test to test suite
Devan Franchini
2014-08-10
1
-70
/
+0
*
Implements the "with" syntax to open files
Devan Franchini
2014-06-14
1
-5
/
+5
*
dbbase.py: Fixes implicit tuple unpacking
Devan Franchini
2014-06-12
1
-1
/
+1
*
{argsparser, dbbase}.py: Adds py3 keys() compatibility
Devan Franchini
2014-06-12
1
-1
/
+1
*
Adds unicode compatibility support
Devan Franchini
2014-06-02
1
-9
/
+14
*
Imports unicode_literals from __future__
Devan Franchini
2014-06-02
1
-0
/
+2
*
Adds compatibility to exception handling
Devan Franchini
2014-06-02
1
-3
/
+3
*
Add checking for ROOT in the environment on statup, and setting it in the app...
Brian Dolbec
2012-10-14
1
-0
/
+6
*
make the tests more py3 compatibile.
dol-sen
2011-09-23
1
-1
/
+4
*
py2, py3 compatability changes so 2to3 will work correctly.
dol-sen
2011-09-22
1
-2
/
+4
*
fix unknown variable
dol-sen
2011-09-18
1
-1
/
+2
*
clean out nearly useless quiet parameter, use config['quiet'] instead.
dol-sen
2011-08-24
1
-4
/
+3
*
revert using "as" in exceptions. enable using the "with" statement in py-2.5.
dol-sen
2011-08-09
1
-4
/
+4
*
Revert "migrate to print()" to restore py-2.5 compatibility.
dol-sen
2011-08-09
1
-4
/
+2
*
add debug messages, fix broken UnknownOverlayException
dol-sen
2011-08-06
1
-3
/
+10
*
fix the overly noisy output for unsupported overlay types. Thank you fuzzyra...
dol-sen
2011-07-28
1
-1
/
+1
*
update all tests to pass
dol-sen
2011-07-22
1
-12
/
+20
*
fix --list --verbose functionality, bug 375779
dol-sen
2011-07-20
1
-2
/
+2
*
migrate to using explicit checks.
Brian Dolbec
2011-03-27
1
-3
/
+3
*
migrate except ... as
Brian Dolbec
2011-03-26
1
-3
/
+3
*
migrate to print()
Brian Dolbec
2011-03-26
1
-2
/
+4
*
make add_from_dict() private.
Brian Dolbec
2011-03-26
1
-2
/
+2
*
clean out excessive use of try: except pairs
Brian Dolbec
2011-03-26
1
-20
/
+9
*
add 2 new functions, add_new & add_from_dict.
Brian Dolbec
2011-02-23
1
-2
/
+44
*
rename Overlay's __str__(). split out UnknownOverlayMessage() from the excep...
Brian Dolbec
2011-02-12
1
-3
/
+5
*
add a list_ids() and use the it
Brian Dolbec
2011-02-12
1
-0
/
+6
*
add optional repo list limiter to the list function
Brian Dolbec
2011-02-11
1
-2
/
+5
*
change to use the config['output'] variable
Brian Dolbec
2011-02-11
1
-4
/
+5
*
Ignore case when sorting data for layman -l|-L
Sebastian Pipping
2010-10-23
1
-1
/
+1
*
pylint: Resolve redefinition of variable by renaming
Sebastian Pipping
2010-02-21
1
-4
/
+4
*
Hint about broken overlay catalog
Sebastian Pipping
2010-02-18
1
-5
/
+37
*
Move safe op out of try-except block, extend code doc
Sebastian Pipping
2010-02-18
1
-2
/
+3
*
pylint: Remove unused variable
Sebastian Pipping
2010-02-17
1
-1
/
+1
*
pylint: Resolve unused import
Sebastian Pipping
2010-02-17
1
-1
/
+1
[next]