summaryrefslogtreecommitdiffstats
path: root/pym/portage/dbapi
Commit message (Expand)AuthorAgeFilesLines
* Use MiscFunctionsProcess to eliminate the _spawn_misc_sh() function.Zac Medico2010-08-161-4/+11
* Handle OSError from os.path.samefile() (breakage from previous commit).Zac Medico2010-08-161-1/+5
* Bug #332967 - In bintree.inject(), add a sanity check to make sure weZac Medico2010-08-161-2/+3
* Split a _parse_uri_map() function out of portdbapi.getFetchMap(), forZac Medico2010-08-161-27/+35
* Remove questionable lockfile removal code in dbapi.invalidentry().Zac Medico2010-08-151-9/+1
* portage.dep: Integrate the functionality of flatten into use_reduceSebastian Luther2010-08-142-4/+3
* Implement use dependency defaultsSebastian Luther2010-08-131-3/+5
* Introduce portage.eapi. Use it everywhere.Sebastian Luther2010-08-111-1/+2
* portage/dbapi/{bintree.py,porttree.py}: Remove deprecated stuff in all placesSebastian Luther2010-08-112-6/+0
* portage/dbapi/bintree.py: Remove deprecated parameterSebastian Luther2010-08-111-23/+1
* portage/dbapi/porttree.py: Remove deprecated functions, deprecate more casesSebastian Luther2010-08-111-18/+1
* portage/dbapi/vartree.py: Remove unused importSebastian Luther2010-08-111-1/+0
* portage.dep.use_reduce: pass is_src_uri when neededSebastian Luther2010-08-101-71/+3
* portage.dep.use_reduce: Work on depstrings instead of paren_reduce'd dep arraysSebastian Luther2010-08-103-8/+5
* Eliminate redundant _eclasses_ code from aux_get which is handledZac Medico2010-08-101-11/+3
* Add REQUIRED_USE to metadata keys, caches, etc.Sebastian Luther2010-08-103-5/+9
* When executing the 'depend' phase inside aux_get(), use theZac Medico2010-08-101-8/+17
* In cp_list(), use basestring for ininstance check on the mytreeZac Medico2010-08-091-4/+6
* add optional list support for mytree to complinment the trees param in cp_list()Brian Dolbec2010-08-091-1/+4
* Use a regular expression to simplify dblink.getcontents().Zac Medico2010-08-061-65/+45
* Bug #330645 - Use more lazy imports for the portage.data module, inZac Medico2010-08-032-2/+2
* Tweak global updates handling so that updates from $PORTDIR are appliedZac Medico2010-07-273-10/+21
* Make dbapi.update_ents() take a dict of {repo_name: list}, since it'sZac Medico2010-07-271-10/+17
* Limit repository-wide dbentry updates.Michał Górny2010-07-271-1/+5
* Support repository-wide updates.Michał Górny2010-07-273-3/+10
* If more than 20 file collisions occur, only look up the first 20 sinceZac Medico2010-07-261-0/+4
* When the iter_owners dblink cache becomes full, do not finish processingZac Medico2010-07-261-36/+35
* Bug #329159 - If there are merge collisions are detected, only search forZac Medico2010-07-251-21/+23
* Make iter_owners() switch to a slower but lower-memory mode if the numberZac Medico2010-07-251-2/+55
* Add a gc.collect() call inside iter_owers(), since people are reportingZac Medico2010-07-251-0/+2
* In portdbapi.getfetchsizes(), only split PORTAGE_RO_DISTDIRS when necessary.Zac Medico2010-07-191-11/+11
* Skip unecessary stat calls on PORTAGE_RO_DISTDIRS inZac Medico2010-07-181-2/+1
* Bug #305035 - Fix portdbapi.getfetchsizes() to account forZac Medico2010-07-181-2/+16
* GLEP 55 removalDaniel Robbins2010-07-061-34/+6
* Split out a _pkgindex_cpv_map_latest_build() function.Zac Medico2010-06-041-26/+36
* Fix code from previous commit to handle missing BUILD_TIME better.Zac Medico2010-06-041-10/+10
* When organizing remote binhost metadata into a cpv -> metadata map,Zac Medico2010-06-041-1/+25
* Don't use finally with atomic_ofstream since that prevents it fromZac Medico2010-05-131-12/+6
* Eliminate redundant os.sep in vardbapi.getpath().Zac Medico2010-05-061-1/+1
* Eliminate redundant os.sep in vardbapi._bump_mtime. Thanks toZac Medico2010-05-061-1/+3
* Make vardbapi.counter_tick_core() create the counter file's parent directoryZac Medico2010-05-031-0/+3
* Fix typo from previous commit.Zac Medico2010-04-281-1/+1
* Inside bintree.inject(), discard cached metadata to ensure thatZac Medico2010-04-281-0/+4
* Use shlex_split for splitting PORTDIR_OVERLAY.Zac Medico2010-04-271-2/+2
* In bintree.inject(), ensure that _pkgindex_entry returns local metadataZac Medico2010-04-271-5/+6
* Make iuse_implicit_re private for now.Zac Medico2010-04-271-1/+1
* --update: don't ignore higher versions because of missing IUSESebastian Luther2010-04-271-5/+2
* Implement REPLACING_VERSIONS and REPLACED_BY_VERSIONSebastian Luther2010-04-101-0/+6
* Handle IOError when trying to cache the Packages file from the binhost.Zac Medico2010-04-091-1/+1
* When caching Packages file from binhost, ignore failure to write in casesZac Medico2010-04-091-2/+1