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/portage.git
master
prefix
public_api
Package management system
Portage development team <dev-portage@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
pym
/
portage
/
dbapi
/
__init__.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make fixpackages less noisy by only generting '*' characters for packages
Zac Medico
2008-12-04
1
-1
/
+9
*
Define __all__ and remove unused imports.
Zac Medico
2008-11-01
1
-3
/
+4
*
Bug #244947 - Add basic repoman support for checking masked and forced flags
Zac Medico
2008-10-31
1
-1
/
+15
*
Revert previous commit since it doesn't properly calculate masked and forced
Zac Medico
2008-10-31
1
-20
/
+0
*
Bug #244947 - Add repoman support for checking masked and forced flags when
Zac Medico
2008-10-31
1
-0
/
+20
*
Py3k compatibility patch #3 by Ali Polatel <hawking@g.o>.
Zac Medico
2008-07-01
1
-1
/
+1
*
Handle KeyError from aux_get() inside dbapi._iter_match_slot() and
Zac Medico
2008-06-26
1
-3
/
+9
*
For consistency, make sure that a normal iterator is always returned
Zac Medico
2008-05-30
1
-1
/
+1
*
Fix dbapi._iter_match_use() to escape IUSE values when necessary.
Zac Medico
2008-05-27
1
-1
/
+1
*
Bug #2272 - Extend dependency atom sytax to specify enabled or disabled
Zac Medico
2008-05-23
1
-8
/
+46
*
* Optimize metadata caching in pordbapi and bindbapi so that cache is
Zac Medico
2008-04-07
1
-1
/
+3
*
* Initialize dbapi._categories = None so that we can compare
Zac Medico
2007-12-29
1
-1
/
+2
*
Make dep_expand() stop relying on having a categories list:
Zac Medico
2007-12-28
1
-0
/
+17
*
Use a regex to validate package directory names in portdbapi.cp_list()
Zac Medico
2007-12-21
1
-1
/
+2
*
Fix portdbapi.cp_list() so that it can cope with a
Zac Medico
2007-12-20
1
-0
/
+1
*
Remove redundant code from previous commit.
Zac Medico
2007-11-03
1
-2
/
+0
*
Bug #197932 - Make dbapi._cpv_sort_ascending()
Zac Medico
2007-11-03
1
-9
/
+10
*
Sort all dbapi.cp_list() results in ascending order and
Zac Medico
2007-10-28
1
-1
/
+20
*
dbapi currently depends on being subclassed and having the subclasses impelem...
Alec Warner
2007-09-07
1
-10
/
+58
*
copyrights.. id? what?
Alec Warner
2007-06-02
1
-0
/
+5
*
Create one unified dbapi.move_slot_ent() method to replace the corresponding ...
Zac Medico
2007-05-31
1
-0
/
+18
*
Create one unified dbapi.update_ents() method and use it for both fixpackages...
Zac Medico
2007-05-31
1
-0
/
+25
*
Use the real symbols in import statements, not the references in __init__.py
Marius Mauch
2007-02-11
1
-2
/
+4
*
Move dbapi and related classes out of __init__.py into their own subpackage.
Marius Mauch
2007-02-10
1
-0
/
+53