summaryrefslogtreecommitdiffstats
path: root/pym/portage.py
Commit message (Expand)AuthorAgeFilesLines
* Don't swallow an IOError if it is thrown from the aux_get call in portdbapi.g...Zac Medico2007-01-061-1/+1
* For python-2.3 compatibility, don't pass an iterable into dict.update().Zac Medico2007-01-051-1/+2
* Export EBUILD_PHASE="" when running misc-function.sh in order to prevent bogu...Zac Medico2007-01-041-1/+3
* When using the spawn's returnpid parameter, manually remove the returned pids...Zac Medico2007-01-031-0/+1
* Allow - in elog module namesMarius Mauch2007-01-031-0/+2
* add support for scanning of build logs for common issues #111436Mike Frysinger2007-01-031-0/+2
* Try to create DISTDIR before disabling fetch due to it's nonexistence. Thank...Zac Medico2007-01-021-7/+7
* Optimize dep_zapdeps to work without a vartree when called by repoman.Zac Medico2007-01-021-7/+14
* Don't bother to list the contents of directories before they are unmerged sin...Zac Medico2007-01-021-14/+5
* Fix the writemsg noiselevel from the previous commit.Zac Medico2007-01-021-1/+1
* For bug #159638, fix the UnboundLocalError in vartree.getprovide().Zac Medico2007-01-021-5/+8
* Use slot atom matching to simplify detection of downgrades relative to instal...Zac Medico2006-12-311-14/+12
* Send errors in elog_process() to stderr via writemsg.Zac Medico2006-12-311-4/+6
* Use return values instead of direct sys.exit(123) calls when a merge fails.Zac Medico2006-12-301-19/+11
* Use a try/finally block to ensure that the alarm will always be cancelled app...Zac Medico2006-12-301-2/+4
* For bug #141361, use an alarm signal to implement a 1 minute timeout for proc...Zac Medico2006-12-301-0/+9
* Correct the package.mask lookup order in getmaskingreason().Zac Medico2006-12-301-4/+4
* For bug #151326, prevent invalid comments from being returned by portage.getm...Zac Medico2006-12-301-3/+10
* Improve the logic for bug #159360 to ensure that an actual upgrade is selecte...Zac Medico2006-12-301-6/+9
* Be slightly more defensive when loading the vdb/blockers caches.Zac Medico2006-12-301-1/+2
* For bug #159360, make sure that the highest available new-style virtual is se...Zac Medico2006-12-301-11/+48
* Do some minor cleanup in the dep_zapdeps downgrade avoidance logic (while wor...Zac Medico2006-12-291-9/+9
* For bug #159295 and python-2.3 compatibility, don't assume that dict.update c...Zac Medico2006-12-281-1/+2
* Make vardbapi.cpv_counter() use aux_get for caching.Zac Medico2006-12-281-0/+4
* Make vartree.getslot() use the dbapi for aux_get caching.Zac Medico2006-12-281-7/+3
* Allow the list of keys cached by the vardb to change without forcing a cache ...Zac Medico2006-12-281-0/+4
* Make portdbapi.flush_cache() consistent with vardbapi.flush_cache().Zac Medico2006-12-281-3/+2
* Use a pickle to cache vdb metadata. This greatly improves the performance fo...Zac Medico2006-12-281-0/+95
* Allow dep_check to use the global db for compatibility (fixes python-updater ...Zac Medico2006-12-271-1/+2
* Docstrings for mergeme...Alec Warner2006-12-251-0/+26
* more docstrings..Alec Warner2006-12-251-14/+111
* Make sure that bindbapi makes EAPI correctly default to 0 in all possible cases.Zac Medico2006-12-241-3/+3
* Make bindbapi.aux_get() selectively cache metadata in order to optimize dep m...Zac Medico2006-12-241-17/+31
* Clone cached match results before returning them from portdbapi.xmatch(). Th...Zac Medico2006-12-241-2/+2
* cptot appears to be unused, punting it along with this commented out function...Alec Warner2006-12-241-11/+0
* Docstrings for doebuildAlec Warner2006-12-241-0/+48
* More code cleanup, packagetree appears to be completely unused, so lets remov...Alec Warner2006-12-241-37/+2
* move actionmap_deps out of global scope and into doebuild where it is actuall...Alec Warner2006-12-231-15/+45
* More Docstrings in portage.pyAlec Warner2006-12-231-17/+118
* disable display of elapsed time for collision-protect as it's for benchmarkin...Marius Mauch2006-12-231-1/+1
* startime is set up in treewalk, so no need to do it globally...Alec Warner2006-12-231-2/+0
* Combine two default EAPI settings in portdbapi.aux_get().Zac Medico2006-12-231-7/+3
* Pass a cache instance into metadata_overlay since it doesn't have enough info...Zac Medico2006-12-231-1/+3
* When an unprivileged user runs portage (not in the portage group), use metada...Zac Medico2006-12-221-5/+14
* Remove two old functions, appear to be relics from 2.0.X branch, no longer us...Alec Warner2006-12-221-26/+0
* Use a pipe instead of a temp file for the depend phase.Zac Medico2006-12-221-50/+33
* Fix the "help" phase so that it works without build dirs.Zac Medico2006-12-221-1/+1
* Create a backward compatibility mode for dep_check() so that emerge can use i...Zac Medico2006-12-211-1/+2
* Use the return value from setdefault to avoid an extra dict lookup.Zac Medico2006-12-211-2/+1
* For bug #158632, make aux_get caching safe for missing values in cache entries.Zac Medico2006-12-211-3/+4