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