2009-09-19 |
Zac Medico | Fix config.setinst() to add Atom instances to the provi... |
commit | commitdiff | tree | snapshot |
2009-09-19 |
Zac Medico | Revert accidental changes _unicode_module_wrapper.__get... |
commit | commitdiff | tree | snapshot |
2009-09-19 |
Zac Medico | Remove obsolete InvalidAtom handler in _add_pkg_dep_str... |
commit | commitdiff | tree | snapshot |
2009-09-19 |
Zac Medico | Avoid lots of redundant Atom constructor calls. Thanks... |
commit | commitdiff | tree | snapshot |
2009-09-19 |
Zac Medico | Fix _expand_new_virtuals() to preserve USE deps in... |
commit | commitdiff | tree | snapshot |
2009-09-19 |
Zac Medico | Use a dict for Package.metadata, because it's faster... |
commit | commitdiff | tree | snapshot |
2009-09-18 |
Zac Medico | Atom optimizations. Remove the metaclass and cache... |
commit | commitdiff | tree | snapshot |
2009-09-15 |
Arfrever Frehtes... | Update documentation of inherit. Reported by Jeremy... |
commit | commitdiff | tree | snapshot |
2009-09-14 |
Zac Medico | Fix broken virtual depth code from previous commit. |
commit | commitdiff | tree | snapshot |
2009-09-14 |
Zac Medico | Add support in depgraph._add_pkg_dep_string() for addin... |
commit | commitdiff | tree | snapshot |
2009-09-14 |
Zac Medico | Make depgraph._select_atoms() return a dict, in order... |
commit | commitdiff | tree | snapshot |
2009-09-14 |
Zac Medico | When _expand_new_virtuals() is called by repoman, skip... |
commit | commitdiff | tree | snapshot |
2009-09-14 |
Zac Medico | Reimplement the code from bug #283795 so that indirect... |
commit | commitdiff | tree | snapshot |
2009-09-14 |
Zac Medico | Simplify cpv_getkey() by just calling dep_getkey('... |
commit | commitdiff | tree | snapshot |
2009-09-14 |
Zac Medico | Make dep_getcpv() use Atom, and fall back to legacy... |
commit | commitdiff | tree | snapshot |
2009-09-14 |
Zac Medico | Insice match_from_list(), use remove_slot() instead... |
commit | commitdiff | tree | snapshot |
2009-09-14 |
Zac Medico | Use a regular expression for cpv_getkey(), and fall... |
commit | commitdiff | tree | snapshot |
2009-09-14 |
Zac Medico | Make get_operator() use Atom, and remove unnecessary... |
commit | commitdiff | tree | snapshot |
2009-09-14 |
Zac Medico | Make isspecific() use the Atom class and fall back... |
commit | commitdiff | tree | snapshot |
2009-09-14 |
Zac Medico | Use the Atom class to implement dep_getkey(), and fall... |
commit | commitdiff | tree | snapshot |
2009-09-14 |
Zac Medico | Add more test cases. |
commit | commitdiff | tree | snapshot |
2009-09-14 |
Zac Medico | Simplify isvalidatom() to simply use the Atom class... |
commit | commitdiff | tree | snapshot |
2009-09-14 |
Zac Medico | Simplify the _pkg regex and fix validation for some... |
commit | commitdiff | tree | snapshot |
2009-09-14 |
Zac Medico | Bug #240656 - Unmerge broken symlinks where a directory... |
commit | commitdiff | tree | snapshot |
2009-09-14 |
Zac Medico | Simlify the Atom regex. Thanks to Marat Radchenko ... |
commit | commitdiff | tree | snapshot |
2009-09-13 |
Zac Medico | Use cpv_getkey() instead of dep_getkey() where appropriate. |
commit | commitdiff | tree | snapshot |
2009-09-13 |
Zac Medico | Make the Atom constructor use regular expression match... |
commit | commitdiff | tree | snapshot |
2009-09-12 |
Zac Medico | Fix docs for isjustname() since it doesn't raise Invali... |
commit | commitdiff | tree | snapshot |
2009-09-12 |
Zac Medico | Add backward compatibility to isjustname(), so the... |
commit | commitdiff | tree | snapshot |
2009-09-12 |
Zac Medico | Add tests for the Atom class. |
commit | commitdiff | tree | snapshot |
2009-09-12 |
Zac Medico | Fix bug in _expand_new_virtuals() reported by Arfrever: |
commit | commitdiff | tree | snapshot |
2009-09-12 |
Zac Medico | Use isjustname() where appropriate. |
commit | commitdiff | tree | snapshot |
2009-09-12 |
Zac Medico | Fix isjustname docstring to have a valid atom in the... |
commit | commitdiff | tree | snapshot |
2009-09-12 |
Zac Medico | Reimplement isjustname() using the Atom class. Thanks... |
commit | commitdiff | tree | snapshot |
2009-09-12 |
Zac Medico | In config.getvirtuals(), save Atom instances in order... |
commit | commitdiff | tree | snapshot |
2009-09-12 |
Zac Medico | Make dbapi.move_ent() take advantage of Atom instances... |
commit | commitdiff | tree | snapshot |
2009-09-12 |
Zac Medico | Add missing InvalidAtom import. |
commit | commitdiff | tree | snapshot |
2009-09-12 |
Zac Medico | Make parse_updates() and update_dbentry() use Atom... |
commit | commitdiff | tree | snapshot |
2009-09-12 |
Zac Medico | Fix bad assumptions. |
commit | commitdiff | tree | snapshot |
2009-09-12 |
Zac Medico | Fix poor assumptions. |
commit | commitdiff | tree | snapshot |
2009-09-12 |
Zac Medico | Fix bugs and poor assumptions. |
commit | commitdiff | tree | snapshot |
2009-09-12 |
Zac Medico | Update grabdict_package and grabfile_package calling... |
commit | commitdiff | tree | snapshot |
2009-09-12 |
Zac Medico | Make grabfile_package() accept *atom only for files... |
commit | commitdiff | tree | snapshot |
2009-09-12 |
Zac Medico | Make grabdict_package() and grabfile_package() return... |
commit | commitdiff | tree | snapshot |
2009-09-12 |
Zac Medico | Implement Atom.__copy__ and __deepcopy__ to return... |
commit | commitdiff | tree | snapshot |
2009-09-12 |
Zac Medico | Bug #257660 - Handle directories that are unlisted... |
commit | commitdiff | tree | snapshot |
2009-09-08 |
Zac Medico | Add test cases for operators with missing version compo... |
commit | commitdiff | tree | snapshot |
2009-09-08 |
Zac Medico | Add test case for * operator with missing =. |
commit | commitdiff | tree | snapshot |
2009-09-08 |
Zac Medico | simplify atom regex (winning even more performance... |
commit | commitdiff | tree | snapshot |
2009-09-08 |
Zac Medico | Fix false positives in gcc QA with debug mode some... |
commit | commitdiff | tree | snapshot |
2009-09-08 |
Zac Medico | Reimplement isspecific() using a single regular express... |
commit | commitdiff | tree | snapshot |
2009-09-08 |
Zac Medico | Fix isvalidatom() to check the 'must not end in' clause... |
commit | commitdiff | tree | snapshot |
2009-09-08 |
Zac Medico | Fix code from previous commit so it's guaranteed to... |
commit | commitdiff | tree | snapshot |
2009-09-08 |
Zac Medico | In debug mode, avoid showing gcc QA search strings... |
commit | commitdiff | tree | snapshot |
2009-09-07 |
Zac Medico | Reimplement isvalidatom() to use a single regular expre... |
commit | commitdiff | tree | snapshot |
2009-09-07 |
Zac Medico | Bug #283795 - Make dep_check() filter out expanded... |
commit | commitdiff | tree | snapshot |
2009-09-07 |
Zac Medico | Optimize catpkgsplit() by creating a tuple directly... |
commit | commitdiff | tree | snapshot |
2009-09-07 |
Zac Medico | In catpkgsplit(), use split('/', 1) since there should... |
commit | commitdiff | tree | snapshot |
2009-09-07 |
Zac Medico | Handle AttributeError instead of using getattr. Thanks... |
commit | commitdiff | tree | snapshot |
2009-09-06 |
Zac Medico | In display_news_notification(), use the exising vartree... |
commit | commitdiff | tree | snapshot |
2009-09-06 |
Zac Medico | Remove unused vardbapi._counter_hash() method. |
commit | commitdiff | tree | snapshot |
2009-09-06 |
Zac Medico | Document ACCEPT_PROPERTIES and package.properties. |
commit | commitdiff | tree | snapshot |
2009-09-06 |
Zac Medico | Document ACCEPT_LICENSE and package.license. |
commit | commitdiff | tree | snapshot |
2009-09-05 |
Zac Medico | Add ACCEPT_LICENSE and ACCEPT_PROPERTIES to the Package... |
commit | commitdiff | tree | snapshot |
2009-09-05 |
Zac Medico | Add a vardbapi._pkgs_changed attribute to use instead... |
commit | commitdiff | tree | snapshot |
2009-09-05 |
Zac Medico | Inside Scheduler._check_manifests(), display all broken... |
commit | commitdiff | tree | snapshot |
2009-09-05 |
Zac Medico | Use _unicode_decode() on the string returned from time... |
commit | commitdiff | tree | snapshot |
2009-09-05 |
Fabian Groffen | DEPCACHE_PATH is not used with ROOT at all, so move... |
commit | commitdiff | tree | snapshot |
2009-09-05 |
Fabian Groffen | pym/portage/sets/files.py: use WORLD_FILE instead of... |
commit | commitdiff | tree | snapshot |
2009-09-05 |
Fabian Groffen | reorganise const.py to have logical grouping based... |
commit | commitdiff | tree | snapshot |
2009-09-05 |
Fabian Groffen | DEPRECATED_PROFILE_FILE is derived from PROFILE_PATH... |
commit | commitdiff | tree | snapshot |
2009-09-05 |
Fabian Groffen | add note that this file does not seem to deal with... |
commit | commitdiff | tree | snapshot |
2009-09-05 |
Fabian Groffen | PRIVATE_PATH has no leading slash (like all other uses... |
commit | commitdiff | tree | snapshot |
2009-09-05 |
Fabian Groffen | consistently use CACHE_PATH with target_root, this... |
commit | commitdiff | tree | snapshot |
2009-09-05 |
Fabian Groffen | Fix usage of VDB_PATH |
commit | commitdiff | tree | snapshot |
2009-09-05 |
Zac Medico | Remove unnecessary redundant dict lookup at the beginni... |
commit | commitdiff | tree | snapshot |
2009-09-05 |
Zac Medico | Bug #282808 - Handle a potential KeyError inside PollSc... |
commit | commitdiff | tree | snapshot |
2009-09-04 |
Arfrever Frehtes... | Fix documentation of some QA_* variables. |
commit | commitdiff | tree | snapshot |
2009-09-03 |
Zac Medico | Fix typo from previous commit. |
commit | commitdiff | tree | snapshot |
2009-09-03 |
Zac Medico | Bug #283513 - Do not allow --noreplace together with... |
commit | commitdiff | tree | snapshot |
2009-09-03 |
Zac Medico | Use _unicode_decode() on the string retunred from time... |
commit | commitdiff | tree | snapshot |
2009-09-01 |
Arfrever Frehtes... | Remove reference to GRP_STAGE23_USE (bug #283358). |
commit | commitdiff | tree | snapshot |
2009-09-01 |
Arfrever Frehtes... | Add dev-util/gperf to list of suspected run-time depend... |
commit | commitdiff | tree | snapshot |
2009-08-31 |
Zac Medico | Bug #283292 - Fix FindPortdir() to prevent OSError... |
commit | commitdiff | tree | snapshot |
2009-08-30 |
Zac Medico | Fix broken indentation from previous commits. |
commit | commitdiff | tree | snapshot |
2009-08-30 |
Zac Medico | Bug #283223 - Don't call str() on unicode strings insid... |
commit | commitdiff | tree | snapshot |
2009-08-30 |
Zac Medico | Bug #283223 - Don't call str() inside _db_escape_string... |
commit | commitdiff | tree | snapshot |
2009-08-29 |
Arfrever Frehtes... | Many packages use setuptools at run-time, so remove... |
commit | commitdiff | tree | snapshot |
2009-08-29 |
Zac Medico | Use KeyValuePairFileLoader intead on getconfig(), since... |
commit | commitdiff | tree | snapshot |
2009-08-29 |
Zac Medico | Use KeyValuePairFileLoader instead of getconfig() for... |
commit | commitdiff | tree | snapshot |
2009-08-28 |
Zac Medico | Bug #281834 - In getconfig(), do not allow definition... |
commit | commitdiff | tree | snapshot |
2009-08-27 |
Zac Medico | Improve logic for bug #278729. |
commit | commitdiff | tree | snapshot |
2009-08-27 |
Zac Medico | Bug #278729 - Inside dep_zapdeps(), account for USE... |
commit | commitdiff | tree | snapshot |
2009-08-27 |
Zac Medico | Fix the code from bug #275796 to ensure that choices... |
commit | commitdiff | tree | snapshot |
2009-08-27 |
Zac Medico | Fix tar_contents() to handle UnicodeEncodeError by... |
commit | commitdiff | tree | snapshot |
2009-08-27 |
Zac Medico | Use plain ascii encoding for this file, in order to... |
commit | commitdiff | tree | snapshot |
2009-08-26 |
Zac Medico | Fix mkdir() to call the local setfscreate() with strict... |
commit | commitdiff | tree | snapshot |
2009-08-25 |
Zac Medico | Inside depgraph._show_unsatisfied_dep(), show reasons... |
commit | commitdiff | tree | snapshot |
2009-08-24 |
Zac Medico | Show log paths when displaying the list of failed packa... |
commit | commitdiff | tree | snapshot |
2009-08-24 |
Fabian Groffen | make sure we can deal with arches like x86-fbsd, like... |
commit | commitdiff | tree | snapshot |
next |