summaryrefslogtreecommitdiffstats
path: root/pym/portage
Commit message (Expand)AuthorAgeFilesLines
* Reimplement isjustname() using the Atom class. Thanks to Marat RadchenkoZac Medico2009-09-121-13/+8
* In config.getvirtuals(), save Atom instances in order to avoid revalidation.Zac Medico2009-09-121-17/+38
* Make dbapi.move_ent() take advantage of Atom instances when validatingZac Medico2009-09-122-9/+8
* Add missing InvalidAtom import.Zac Medico2009-09-121-1/+1
* Make parse_updates() and update_dbentry() use Atom instances.Zac Medico2009-09-121-9/+27
* Fix bad assumptions.Zac Medico2009-09-121-20/+15
* Fix poor assumptions.Zac Medico2009-09-121-6/+9
* Fix bugs and poor assumptions.Zac Medico2009-09-121-7/+5
* Update grabdict_package and grabfile_package calling code to take advantageZac Medico2009-09-121-35/+18
* Make grabfile_package() accept *atom only for files named 'packages' sinceZac Medico2009-09-121-1/+2
* Make grabdict_package() and grabfile_package() return Atom instances whenZac Medico2009-09-121-12/+25
* Implement Atom.__copy__ and __deepcopy__ to return self, since instances areZac Medico2009-09-121-0/+9
* Bug #257660 - Handle directories that are unlisted in Entries, which is normalZac Medico2009-09-121-1/+5
* Add test cases for operators with missing version component.Zac Medico2009-09-081-2/+7
* Add test case for * operator with missing =.Zac Medico2009-09-081-0/+1
* simplify atom regex (winning even more performance) and turns it in verboseZac Medico2009-09-082-8/+19
* Reimplement isspecific() using a single regular expression match. Thanks toZac Medico2009-09-081-11/+9
* Fix isvalidatom() to check the 'must not end in' clause from PMS 2.1.2.Zac Medico2009-09-082-6/+16
* Reimplement isvalidatom() to use a single regular expression match. ThanksZac Medico2009-09-072-68/+44
* Bug #283795 - Make dep_check() filter out expanded indirect virual deps afterZac Medico2009-09-071-11/+26
* Optimize catpkgsplit() by creating a tuple directly instead of generating itZac Medico2009-09-071-4/+3
* In catpkgsplit(), use split('/', 1) since there should never be more than onZac Medico2009-09-071-1/+1
* Remove unused vardbapi._counter_hash() method.Zac Medico2009-09-061-19/+0
* Add ACCEPT_LICENSE and ACCEPT_PROPERTIES to the Packages file header.Zac Medico2009-09-051-1/+3
* Add a vardbapi._pkgs_changed attribute to use instead of PORTAGE_COUNTER_HASHZac Medico2009-09-052-1/+6
* Use _unicode_decode() on the string returned from time.strftime(), in orderZac Medico2009-09-054-5/+15
* DEPCACHE_PATH is not used with ROOT at all, so move it out of the target_root...Fabian Groffen2009-09-051-1/+1
* pym/portage/sets/files.py: use WORLD_FILE instead of manual reconstructionFabian Groffen2009-09-052-3/+4
* reorganise const.py to have logical grouping based on usageFabian Groffen2009-09-051-28/+49
* DEPRECATED_PROFILE_FILE is derived from PROFILE_PATH which has no leading slashFabian Groffen2009-09-051-1/+1
* PRIVATE_PATH has no leading slash (like all other uses of this var assume)Fabian Groffen2009-09-051-2/+2
* consistently use CACHE_PATH with target_root, this commit needs a separate so...Fabian Groffen2009-09-054-12/+12
* Fix usage of VDB_PATHFabian Groffen2009-09-051-1/+1
* Remove unnecessary redundant dict lookup at the beginning of catpkgsplit().Zac Medico2009-09-051-2/+0
* Use _unicode_decode() on the string retunred from time.strftime(), in orderZac Medico2009-09-031-1/+7
* Fix broken indentation from previous commits.Zac Medico2009-08-301-5/+5
* Bug #283223 - Don't call str() on unicode strings inside _db_escape_string(),Zac Medico2009-08-301-1/+5
* Bug #283223 - Don't call str() inside _db_escape_string(), since it'sZac Medico2009-08-301-1/+1
* Use KeyValuePairFileLoader intead on getconfig(), since getconfig() is tooZac Medico2009-08-291-5/+9
* Use KeyValuePairFileLoader instead of getconfig() for /etc/portage/modules,Zac Medico2009-08-291-2/+5
* Bug #281834 - In getconfig(), do not allow definition of variables that haveZac Medico2009-08-281-0/+13
* Improve logic for bug #278729.Zac Medico2009-08-271-7/+15
* Bug #278729 - Inside dep_zapdeps(), account for USE dependencies in someZac Medico2009-08-271-20/+51
* Fix the code from bug #275796 to ensure that choices always go into theZac Medico2009-08-271-2/+8
* Fix tar_contents() to handle UnicodeEncodeError by falling back to utf_8 ifZac Medico2009-08-271-1/+22
* Use plain ascii encoding for this file, in order to avoid error messages likeZac Medico2009-08-271-2/+1
* Fix mkdir() to call the local setfscreate() with strict returncode checking.Zac Medico2009-08-261-2/+2
* remove FIXME, since zmedico fixed itFabian Groffen2009-08-241-5/+0
* Bug #282505 - Fix unicode handling for package moves in binary packages.v2.2_rc40Zac Medico2009-08-243-8/+33
* Bug #282306 - Inside dblink._match_contents(), fall back to utf_8 encoding ifZac Medico2009-08-241-7/+71