summaryrefslogtreecommitdiffstats
path: root/pym/portage/dbapi
Commit message (Expand)AuthorAgeFilesLines
* Fix -* handling in gvisible to match incremental semanticsMarius Mauch2007-04-301-6/+8
* Use a config instance that's not locked/immutable.Zac Medico2007-04-131-2/+2
* Efficiently recycle partial valid vdb cache when possible. This reduces disk...Zac Medico2007-04-101-4/+7
* Cache NEEDED in order to optimize update_library_map() calls.Zac Medico2007-04-091-1/+1
* Continue to support profile masking at least until bug #170697 is settled.Zac Medico2007-03-261-0/+13
* Pass a list of USE flags into config.getMissingLicenses() so that the method ...Zac Medico2007-03-211-1/+6
* Implement license visibility filtering for GLEP 23, bug #17367, and bug #152593.Zac Medico2007-03-201-4/+19
* Never use listdir with both recursion=True and followSymlinks=True since it c...Zac Medico2007-03-181-2/+2
* Fix a utime call to prevent a timestamp collision for bug #171117.Zac Medico2007-03-161-2/+2
* For bug #171117, ensure that the new and old config have different timestamps...Zac Medico2007-03-161-1/+7
* For bug #170178, remove all hardcoded references to '/usr/lib/portage'.Zac Medico2007-03-101-3/+4
* Remove legacy "masked by: profile" support as per bug #149508. Profiles shou...Zac Medico2007-03-091-17/+0
* Fix misplaced [1]Zac Medico2007-03-011-1/+1
* For bug #168823, fix broken except statement syntax that prevents the ValueEr...Zac Medico2007-03-011-1/+1
* Merged from branches/prefix r6091:6092.Zac Medico2007-02-271-1/+1
* Fix "NameError: global name 'myfilelist' is not defined" when collision-prote...Zac Medico2007-02-221-2/+2
* For bug #167795, try avoid the population routine when possible, so that FEAT...Zac Medico2007-02-201-0/+11
* set.remove() returns None, so can't use it in a function callMarius Mauch2007-02-181-1/+1
* Move preserve-libs and collision-protect code from treewalk() into their own ...Marius Mauch2007-02-181-117/+131
* extend check for internal references, should remove all libs that are only us...Marius Mauch2007-02-181-6/+25
* Move reverse NEEDED cache into CACHE_PATH and use a more descriptive nameMarius Mauch2007-02-181-2/+2
* For bug #163990, warn about binary packages with invalid categories and do no...Zac Medico2007-02-181-0/+18
* For bug #163990, warn about ebuilds with invalid categories and do not allow ...Zac Medico2007-02-181-1/+6
* Ignore compiled files.Marius Mauch2007-02-171-3/+89
* Fix missing imports.Zac Medico2007-02-131-3/+3
* Make subpackage naming consistentMarius Mauch2007-02-111-1/+2
* import best() from portage.versionsZac Medico2007-02-111-2/+2
* Use the real symbols in import statements, not the references in __init__.pyMarius Mauch2007-02-115-28/+35
* Add missing VDB_PATH to fix vardbapi.aux_get() breakage.Zac Medico2007-02-101-1/+1
* Fix vardb.cpv_all() breakage.Zac Medico2007-02-101-2/+1
* Fix missing stat import.Zac Medico2007-02-101-1/+1
* Break a recursive loop.Zac Medico2007-02-101-1/+1
* fix broken importsZac Medico2007-02-101-1/+3
* remove broken dblink importZac Medico2007-02-101-1/+1
* fix syntaxZac Medico2007-02-101-1/+1
* Move dbapi and related classes out of __init__.py into their own subpackage.Marius Mauch2007-02-105-0/+3280