summaryrefslogtreecommitdiffstats
path: root/pym/portage_dep.py
Commit message (Expand)AuthorAgeFilesLines
* For bug #181355, detect parenthesis mismatch in paren_reduce(), raise an Inva...Zac Medico2007-06-111-2/+9
* Fix an IndexError in get_operator() that occurs when isvalidatom() passes it ...v2.1.2.9Zac Medico2007-05-301-0/+2
* For bug #180399, raise an appropriate InvalidDependString exception if there ...Zac Medico2007-05-301-1/+12
* Return a copy of the cached result from match_from_list(). (trunk r6673)Zac Medico2007-05-301-1/+1
* Fix slot handling at the beginning of match_from_list(). (trunk r6669)Zac Medico2007-05-301-2/+1
* Fix get_operator() and best_match_to_list() so that slot deps mesh properly w...Zac Medico2007-05-291-1/+2
* Fix dep_getcpv() so that it always properly removes the slot regardless of wh...Zac Medico2007-05-291-3/+2
* Don't pass slotted packages into pkgsplit since it doesn't handle them. (trun...Zac Medico2007-05-291-4/+11
* For bug #179870, add support for cpv:slot in match_from_list() and use it to ...Zac Medico2007-05-291-13/+10
* For backward compatibility with api consumers, _dep_check_strict behavior wil...Zac Medico2007-02-071-2/+3
* Validate ebuild names in portdbapi.cp_list() and raise an raise an informativ...Zac Medico2007-01-181-0/+2
* another annoy space bugAlec Warner2007-01-121-1/+1
* more string deprecationAlec Warner2007-01-121-2/+2
* comment the excepts in a few placesAlec Warner2007-01-121-1/+1
* Change vercmp to use int() instead of string atoi, catch ValueError in pkgcmpAlec Warner2007-01-121-3/+1
* Handle the exception in isvalidatom, change it to use a portage exceptoin, th...Alec Warner2007-01-111-1/+5
* elaborate a bit on isjustname()Alec Warner2007-01-111-1/+1
* Use startwith to simplify =* matching.Zac Medico2007-01-101-2/+1
* Minor fixes for the =* operator (I hope we're done now :).Zac Medico2007-01-101-3/+6
* I hate this thingMarius Mauch2007-01-101-1/+4
* minor performance improvementMarius Mauch2007-01-101-5/+5
* also sanitize mycpv for =* handlingMarius Mauch2007-01-101-0/+2
* =* operator sucksMarius Mauch2007-01-101-8/+5
* Documenting the loop a bitMarius Mauch2007-01-101-0/+3
* Make the =* operator more robustMarius Mauch2007-01-101-2/+7
* Attach the problematic data to the exception for debuggingMarius Mauch2007-01-101-1/+1
* Stupid me, shouldn't jsut move a part of the patchMarius Mauch2007-01-101-0/+12
* Always use vercmp for cpv comparisonsMarius Mauch2007-01-101-4/+3
* 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