summaryrefslogtreecommitdiffstats
path: root/pym/portage_dep.py
Commit message (Expand)AuthorAgeFilesLines
* Create a backward compatibility mode for dep_check() so that emerge can use i...Zac Medico2006-12-211-0/+10
* Make use_reduce raise an InvalidDependString exception for use? conditionals ...Zac Medico2006-12-161-3/+5
* 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
* 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
* Add ? to the invalid atom characters.Zac Medico2006-12-091-1/+1
* Make isvalidatom() (and thus repoman) reject atoms containing |() characters....Zac Medico2006-12-091-1/+6
* Revert r5175 for bug #152127 since the original = behavior seems more desirab...Zac Medico2006-12-071-11/+2
* Sync match_to_list >=, <=, etc.. code with the new = code.Zac Medico2006-12-061-1/+2
* Make match_to_list = behavior consistent with >= and <= for bug #152127.Zac Medico2006-12-061-2/+11
* Thanks again to Chris White for these additional portage_dep docstrings.Zac Medico2006-11-091-23/+162
* Thanks to Chris White for these portage_dep docstrings.Zac Medico2006-11-081-6/+50
* Improve best_match_to_list() and include support for slot deps.Zac Medico2006-10-051-6/+22
* Add support for slot based dep matching in all dbapi derived classes. The su...Zac Medico2006-10-051-1/+20
* Share duplicate code between dep_getkey() and dep_getcpv().Zac Medico2006-10-041-10/+1
* Move best_match_to_list, match_from_list, and match_to_list from the core por...Zac Medico2006-07-221-1/+113
* Move dep_transform from the portage_dep module to portage_update.Zac Medico2006-07-211-22/+0
* Move isjustname, isspecific, dep_getkey, and dep_transform from the core port...Zac Medico2006-07-211-1/+64
* Move dep_getcpv, get_operator, and isvalidatom from the core portage module t...Zac Medico2006-07-211-0/+57
* make elog mail module always set the 'From' header for rfc2822 complianceMarius Mauch2006-06-101-1/+1
* Allow || ( ) deps that have no default atoms (or turn out empty).Jason Stubbs2006-01-291-1/+3
* Provide more information with DEPEND syntax exceptionsJason Stubbs2006-01-241-10/+14
* Move DEPEND empty sublist processing back into use_reduceJason Stubbs2006-01-241-2/+8
* 'k. reverted use_reduce filtering of empty lists (was resulting in ["||"] as...Brian Harring2006-01-051-6/+2
* el buggo pointed out via spyderous.Brian Harring2006-01-041-2/+6
* Remove the now unnecessary USE="*" hack.Jason Stubbs2005-12-251-4/+0
* Fix an incorrect positional check in *DEPEND parsing.Jason Stubbs2005-12-211-1/+1
* Start from 1st element rather than 2nd when doing checks on *DEPENDJason Stubbs2005-11-031-1/+1
* bye bye mr. cvs_id_stringBrian Harring2005-08-301-1/+1
* header changes, $Header: -> $Id:Brian Harring2005-08-301-1/+1
* Migration (without history) of the current stable line to subversion.Jason Stubbs2005-08-281-0/+155