| Commit message (Expand) | Author | Age | Files | Lines |
* | Update documentation of inherit. Reported by Jeremy Olexa. | Arfrever Frehtes Taifersar Arahesis | 2009-09-15 | 1 | -4/+5 |
* | Fix broken virtual depth code from previous commit. | Zac Medico | 2009-09-14 | 1 | -2/+1 |
* | Add support in depgraph._add_pkg_dep_string() for adding indirect virtual | Zac Medico | 2009-09-14 | 1 | -6/+36 |
* | Make depgraph._select_atoms() return a dict, in order to separate selected | Zac Medico | 2009-09-14 | 1 | -17/+30 |
* | When _expand_new_virtuals() is called by repoman, skip expansion of new-style | Zac Medico | 2009-09-14 | 1 | -5/+17 |
* | Reimplement the code from bug #283795 so that indirect deps are preserved | Zac Medico | 2009-09-14 | 2 | -37/+57 |
* | Simplify cpv_getkey() by just calling dep_getkey('=' + mycpv). | Zac Medico | 2009-09-14 | 2 | -17/+1 |
* | Make dep_getcpv() use Atom, and fall back to legacy code for backward compat. | Zac Medico | 2009-09-14 | 1 | -10/+7 |
* | Insice match_from_list(), use remove_slot() instead of dep_getcpv() where | Zac Medico | 2009-09-14 | 1 | -1/+1 |
* | Use a regular expression for cpv_getkey(), and fall back to legacy code if | Zac Medico | 2009-09-14 | 2 | -0/+6 |
* | Make get_operator() use Atom, and remove unnecessary reflection code from | Zac Medico | 2009-09-14 | 1 | -6/+7 |
* | Make isspecific() use the Atom class and fall back to legacy code if the | Zac Medico | 2009-09-14 | 1 | -13/+9 |
* | Use the Atom class to implement dep_getkey(), and fall back to legacy code | Zac Medico | 2009-09-14 | 1 | -0/+10 |
* | Add more test cases. | Zac Medico | 2009-09-14 | 1 | -0/+3 |
* | Simplify isvalidatom() to simply use the Atom class. Thanks to Marat | Zac Medico | 2009-09-14 | 1 | -33/+3 |
* | Simplify the _pkg regex and fix validation for some cases by using the | Zac Medico | 2009-09-14 | 2 | -12/+41 |
* | Bug #240656 - Unmerge broken symlinks where a directory was expected. | Zac Medico | 2009-09-14 | 1 | -1/+1 |
* | Simlify the Atom regex. Thanks to Marat Radchenko <marat@slonopotamus.org> | Zac Medico | 2009-09-14 | 1 | -9/+4 |
* | Use cpv_getkey() instead of dep_getkey() where appropriate. | Zac Medico | 2009-09-13 | 2 | -4/+4 |
* | Make the Atom constructor use regular expression match groups for | Zac Medico | 2009-09-13 | 1 | -22/+41 |
* | Fix docs for isjustname() since it doesn't raise InvalidAtom now. | Zac Medico | 2009-09-12 | 1 | -1/+0 |
* | Add backward compatibility to isjustname(), so the tests don't fail. | Zac Medico | 2009-09-12 | 1 | -1/+10 |
* | Add tests for the Atom class. | Zac Medico | 2009-09-12 | 1 | -0/+42 |
* | Fix bug in _expand_new_virtuals() reported by Arfrever: | Zac Medico | 2009-09-12 | 1 | -1/+1 |
* | Use isjustname() where appropriate. | Zac Medico | 2009-09-12 | 4 | -6/+8 |
* | Fix isjustname docstring to have a valid atom in the example. | Zac Medico | 2009-09-12 | 1 | -1/+1 |
* | Reimplement isjustname() using the Atom class. Thanks to Marat Radchenko | Zac Medico | 2009-09-12 | 1 | -13/+8 |
* | In config.getvirtuals(), save Atom instances in order to avoid revalidation. | Zac Medico | 2009-09-12 | 1 | -17/+38 |
* | Make dbapi.move_ent() take advantage of Atom instances when validating | Zac Medico | 2009-09-12 | 2 | -9/+8 |
* | Add missing InvalidAtom import. | Zac Medico | 2009-09-12 | 1 | -1/+1 |
* | Make parse_updates() and update_dbentry() use Atom instances. | Zac Medico | 2009-09-12 | 1 | -9/+27 |
* | Fix bad assumptions. | Zac Medico | 2009-09-12 | 1 | -20/+15 |
* | Fix poor assumptions. | Zac Medico | 2009-09-12 | 1 | -6/+9 |
* | Fix bugs and poor assumptions. | Zac Medico | 2009-09-12 | 1 | -7/+5 |
* | Update grabdict_package and grabfile_package calling code to take advantage | Zac Medico | 2009-09-12 | 1 | -35/+18 |
* | Make grabfile_package() accept *atom only for files named 'packages' since | Zac Medico | 2009-09-12 | 1 | -1/+2 |
* | Make grabdict_package() and grabfile_package() return Atom instances when | Zac Medico | 2009-09-12 | 1 | -12/+25 |
* | Implement Atom.__copy__ and __deepcopy__ to return self, since instances are | Zac Medico | 2009-09-12 | 1 | -0/+9 |
* | Bug #257660 - Handle directories that are unlisted in Entries, which is normal | Zac Medico | 2009-09-12 | 1 | -1/+5 |
* | Add test cases for operators with missing version component. | Zac Medico | 2009-09-08 | 1 | -2/+7 |
* | Add test case for * operator with missing =. | Zac Medico | 2009-09-08 | 1 | -0/+1 |
* | simplify atom regex (winning even more performance) and turns it in verbose | Zac Medico | 2009-09-08 | 2 | -8/+19 |
* | Fix false positives in gcc QA with debug mode some more. Thanks again to | Zac Medico | 2009-09-08 | 1 | -3/+3 |
* | Reimplement isspecific() using a single regular expression match. Thanks to | Zac Medico | 2009-09-08 | 1 | -11/+9 |
* | Fix isvalidatom() to check the 'must not end in' clause from PMS 2.1.2. | Zac Medico | 2009-09-08 | 2 | -6/+16 |
* | Fix code from previous commit so it's guaranteed to always properly reset | Zac Medico | 2009-09-08 | 1 | -2/+6 |
* | In debug mode, avoid showing gcc QA search strings in the trace, so they won't | Zac Medico | 2009-09-08 | 1 | -0/+4 |
* | Reimplement isvalidatom() to use a single regular expression match. Thanks | Zac Medico | 2009-09-07 | 2 | -68/+44 |
* | Bug #283795 - Make dep_check() filter out expanded indirect virual deps after | Zac Medico | 2009-09-07 | 1 | -11/+26 |
* | Optimize catpkgsplit() by creating a tuple directly instead of generating it | Zac Medico | 2009-09-07 | 1 | -4/+3 |