summaryrefslogtreecommitdiffstats
path: root/pym
Commit message (Expand)AuthorAgeFilesLines
* 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
* List package in summary logfileMarius Mauch2006-12-231-2/+2
* 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
* Make metadata_overlay use the autocommits attribute of the underlying database.Zac Medico2006-12-231-1/+1
* Pass a cache instance into metadata_overlay since it doesn't have enough info...Zac Medico2006-12-232-4/+9
* Add volatile cache module missing from the previous commit.Zac Medico2006-12-221-0/+25
* When an unprivileged user runs portage (not in the portage group), use metada...Zac Medico2006-12-223-7/+19
* Remove two old functions, appear to be relics from 2.0.X branch, no longer us...Alec Warner2006-12-221-26/+0
* I hate docstringsAlec Warner2006-12-221-0/+78
* 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-212-1/+12
* Use the return value from setdefault to avoid an extra dict lookup.Zac Medico2006-12-211-2/+1
* For bug #158658, fix the 'TypeError: int argument required' that happens in t...Zac Medico2006-12-211-1/+2
* For bug #158632, make aux_get caching safe for missing values in cache entries.Zac Medico2006-12-211-3/+4
* When a removal phase fails, tell the user where the ebuild is and advise them...Zac Medico2006-12-211-6/+8
* More intelligently handle CacheCorruption errors in the writable cache.Zac Medico2006-12-201-0/+4
* Add missing newlines to the warning message that's printed when the user has ...Zac Medico2006-12-201-4/+4
* For bug #158608, don't attempt to use distlocks when it's detected that the f...Zac Medico2006-12-201-17/+13
* Fix an import statement typo.Zac Medico2006-12-201-1/+1
* For bug #158558, make the unmerge phase do automatic cleanup for broken vardb...Zac Medico2006-12-191-1/+6
* For bug #158558, fix broken ebuild rename logic in vardbapi.move_ent().Zac Medico2006-12-191-7/+11
* Make binarytree.move_ent() properly update PF.Zac Medico2006-12-191-0/+1
* New elog modules for dismerging messages into a single file/mailMarius Mauch2006-12-193-1/+66
* Increase cache hits in portdbapi.xmatch().Zac Medico2006-12-191-1/+4
* Make portdbapi cache SLOT in addition to EAPI and KEYWORDS in order to furthe...Zac Medico2006-12-181-22/+26
* Make use_reduce raise an InvalidDependString exception for use? conditionals ...Zac Medico2006-12-162-21/+24
* Make dep_check validate all depstring atoms in order to prevent problems from...Zac Medico2006-12-161-0/+3
* Fix global updates error handling to prevent a traceback with python-2.5 as r...Zac Medico2006-12-161-3/+2
* Split ACCEPT_KEYWORDS before entering the loop for better efficiency.Zac Medico2006-12-161-1/+2
* Make sure eapi is defined in order to prevent a NameError.Zac Medico2006-12-161-0/+1
* Cache KEYWORDS and EAPI metadata values in order to speed up portdbapi.gvisib...Zac Medico2006-12-161-9/+15
* Move the biolerplate cpv_all() implementation from portdbapi to dbapi.Zac Medico2006-12-131-6/+6
* All portage.fetch() to succeed even if FETCHCOMMAND and RESUMECOMMAND aren't ...Zac Medico2006-12-111-6/+9
* Make the fetch phase bail out if FETCHCOMMAND or RESUMECOMMAND are missing. ...Zac Medico2006-12-111-0/+6
* Ensure that the root of the vdb exists before attempting to lock it. Thanks ...Zac Medico2006-12-111-0/+2
* Add an allow_blockers parameter to isvalidatom so that the behavior is option...Zac Medico2006-12-101-2/+2
* For bug #157734, fix repoman isvalidatom() checks. Thanks to Brian Harring f...Zac Medico2006-12-101-0/+2
* Don't collapse the tuple into a hash, since dict can use __eq__ to avoid prob...Zac Medico2006-12-101-3/+3
* To minimize memory consumption and maximize performance, use hash values for ...Zac Medico2006-12-101-2/+3
* Initialize the match cache in the bindbapi constructor.Zac Medico2006-12-101-0/+1
* Cache the results of fakedbapi.match() calls and clear the cache automaticall...Zac Medico2006-12-101-0/+16
* Use dep_getcpv() inside dep_expand() for code sharing and caching.Zac Medico2006-12-101-15/+5
* Cache results of dep_getcpv() calls.Zac Medico2006-12-101-1/+9
* Cache the results of match_from_list() calls.Zac Medico2006-12-101-0/+8
* Avoid unnecessary dbapi.cp_list() calls inside cpv_expand().Zac Medico2006-12-101-2/+2
* Add ? to the invalid atom characters.Zac Medico2006-12-091-1/+1