summaryrefslogtreecommitdiffstats
path: root/pym/portage/dep.py
Commit message (Expand)AuthorAgeFilesLines
* add @ to the list of invalid atom chars so sets with prefix aren't considered...Marius Mauch2008-03-181-1/+1
* When in strict mode, make paren_reduce() detect missing whitespace aroundZac Medico2008-03-151-0/+8
* Make strip_empty() return a nedw list instead of working in-place. Thanks toZac Medico2008-03-131-5/+1
* Bug #203316 - Fix isvalidatom() to properly detect invalid operatorsZac Medico2008-01-111-1/+1
* Don't cache results from match_from_list() since *dbapi.match() caches do the...Zac Medico2007-08-241-10/+1
* Remove the "missing left parenthesis" test for now since it gives false posit...Zac Medico2007-06-111-3/+0
* For bug #181355, detect parenthesis mismatch in paren_reduce(), raise an Inva...Zac Medico2007-06-111-2/+12
* Make all the python code respect USE conditionals in RESTRICT. It's already ...Zac Medico2007-06-071-1/+1
* Fix an IndexError in get_operator() that occurs when isvalidatom() passes it ...Zac 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().Zac Medico2007-05-301-1/+1
* Fix slot handling at the beginning of match_from_list().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.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
* Remember to call the superclass constructor.Zac Medico2007-05-241-0/+1
* Fix paren_normalize logic.Zac Medico2007-05-241-6/+3
* Add more relevant package metadata to the Packages index, including dependenc...Zac Medico2007-05-241-0/+38
* add docstringsAlec Warner2007-02-101-0/+20
* For backward compatibility with api consumers, _dep_check_strict behavior wil...Zac Medico2007-02-071-2/+3
* fix doc typo; more test fiddlingAlec Warner2007-02-011-2/+2
* Round one of dep_getusedeps()Alec Warner2007-02-011-1/+31
* Namespace sanitizing, step 2Marius Mauch2007-01-251-10/+10
* Namespace sanitizing, step 1Marius Mauch2007-01-251-0/+646