summaryrefslogtreecommitdiffstats
path: root/pym
Commit message (Expand)AuthorAgeFilesLines
...
* Make isvalidatom() (and thus repoman) reject atoms containing |() characters....Zac Medico2006-12-091-1/+6
* Add use.force support to dep_check for repoman especially. Thanks to Flameeye...Zac Medico2006-12-091-1/+5
* Fix a type from the previous commit.Zac Medico2006-12-091-2/+1
* Fix broken SLOT update logic in fakedbapi.cpv_inject().Zac Medico2006-12-091-3/+7
* Remove locking from dbapi.aux_update() implementations so that the caller can...Zac Medico2006-12-091-21/+10
* Clean up vardbapi.aux_get().Zac Medico2006-12-091-14/+14
* minor syntax changes ( in is faster than has_key ) and docstringsAlec Warner2006-12-081-4/+33
* Make all lock files hidden for bug #142369.Zac Medico2006-12-081-1/+3
* s/zip/izip/ some moreZac Medico2006-12-071-3/+3
* A quick docstring for vercmpAlec Warner2006-12-071-1/+23
* Catch an exception instead of using a redundant os.access call.Zac Medico2006-12-071-2/+2
* portage_versions lacks a header or copyright notice :xAlec Warner2006-12-071-0/+6
* Enable FakeVartree to populate the virtuals so that the vdb doesn't have to b...Zac Medico2006-12-071-5/+3
* Share the same config instance between portagetree and portdbapi instances si...Zac Medico2006-12-071-1/+1
* For bug #152127, make vercmp give less value to implcit .0, so two versions t...Zac Medico2006-12-071-2/+5
* Revert r5175 for bug #152127 since the original = behavior seems more desirab...Zac Medico2006-12-071-11/+2
* Fix the 'TypeError: not all arguments converted during string formatting' for...Zac Medico2006-12-071-4/+4
* Fix broken SRC_URI logic in doebuild.Zac Medico2006-12-071-7/+3
* Fix broken SRC_URI logic from the previous commit.Zac Medico2006-12-071-3/+3
* For bug #157385, enable portage.digestgen() to fetch any distfiles for which ...Zac Medico2006-12-071-2/+34
* Implement fakedbapi.aux_update().Zac Medico2006-12-061-0/+3
* Sync match_to_list >=, <=, etc.. code with the new = code.Zac Medico2006-12-061-1/+2
* Make match_to_list = behavior consistent with >= and <= for bug #152127.Zac Medico2006-12-061-2/+11
* Use portage.chdir() instead of os.chdir() in order to avoid an 'OSError: [Err...Zac Medico2006-12-041-1/+1
* When portdbapi.aux_get() generates a KeyError in portage.getmaskingstatus(), ...Zac Medico2006-12-041-1/+6
* Move the global statement out of the try block so that it's clearly in scope ...Zac Medico2006-12-031-1/+1
* Make portage.digestgen() automatically exempt the depend phase from Manifest ...Zac Medico2006-12-031-36/+46
* Skip digest checks when digest is in features.Zac Medico2006-12-021-0/+1
* Make sure that all depend phases triggered by the digest phase are exempt fro...Zac Medico2006-12-021-34/+33
* Make sure that *all* of the ebuilds are listed in the Manifest.Zac Medico2006-12-021-0/+8
* Only attempt to verify the Manifest if the ebuild is actually in a portage tree.Zac Medico2006-12-021-0/+1
* Avoid checking the same Manifest several times in a row during a regen with a...Zac Medico2006-12-021-18/+24
* Temporarily exempt the depend phase during the help phase also.Zac Medico2006-12-021-2/+2
* For manifest and digest phases, use a global variable to temporarily exempt t...Zac Medico2006-12-021-1/+16
* Always verify the ebuild checksums before executing it. Thanks to solar for ...Zac Medico2006-12-021-0/+23
* Update the dblink.isprotected() docstring.Zac Medico2006-11-261-4/+3
* Never overwrite an untouched config file and trigger config protection instea...Zac Medico2006-11-261-35/+6
* For bug #8423, allow the merge phase to overwrite untouched config files and ...Zac Medico2006-11-261-4/+66
* Allow -keyword to be matched since some ebuilds use it. Thanks to Brian Harr...Zac Medico2006-11-231-2/+0
* For bug #150585, stack package.keywords incrementally so that -keyword works ...Zac Medico2006-11-231-3/+26
* Use portage_data.lchown for compatibility.Zac Medico2006-11-221-1/+2
* Really fix bit mask support when preserving S_ISUID and S_ISGID in apply_perm...Zac Medico2006-11-221-1/+3
* Fix bit mask support when preserving S_ISUID and S_ISGID in apply_permissions.Zac Medico2006-11-221-1/+6
* Fix apply_permissions logic for cases where mode is unspecified.Zac Medico2006-11-221-1/+4
* For bug #142993, make sure that chown and chgrp calls preserve S_ISUID and S_...Zac Medico2006-11-222-6/+59
* Allow the ROOT setting to come from make.conf. Thanks to Daniel Barkalow <ba...Zac Medico2006-11-201-13/+33
* Allow dep_wordreduce to mark things satisfied by package.provided even when m...Zac Medico2006-11-201-4/+5
* Use mydbapi is None to eliminate the return_all_deps parameter from dep_check...Zac Medico2006-11-201-17/+13
* Fix portdbapi.cpv_all() so that it actually returns a list of all available e...Zac Medico2006-11-191-1/+5
* Revert ACCEPT_LICENSE support, since license group support is a requirement a...Zac Medico2006-11-182-116/+15