summaryrefslogtreecommitdiffstats
path: root/pym/portage
Commit message (Expand)AuthorAgeFilesLines
* Efficiently recycle partial valid vdb cache when possible. This reduces disk...Zac Medico2007-04-101-4/+7
* Don't load FEATURES in load_infodir() because FEATURES from the build host sh...Zac Medico2007-04-091-0/+4
* Cache NEEDED in order to optimize update_library_map() calls.Zac Medico2007-04-091-1/+1
* Only apply permissions to ccache, confcache, and distcc dirs when they are cr...Zac Medico2007-04-081-7/+6
* Provide a default value to the getattr call.Zac Medico2007-04-051-1/+1
* Make sure XARGS has a default value.Zac Medico2007-04-051-0/+1
* Don't force OS detection in the portage.data module.Zac Medico2007-04-051-4/+2
* Don't set os.environ["USERLAND"] inside portage.data and rely on USERLAND fro...Zac Medico2007-04-052-10/+0
* For bug #173184, handle the CommandNotFound that is produced during uninstall...Zac Medico2007-04-021-4/+9
* I consulted the python oracle and it told me enumerate was better, so go team...Alec Warner2007-04-011-11/+9
* drop line_count in favor of izip and count(), itertools FOR THE WIN baby.Alec Warner2007-03-312-20/+45
* After talking to marienz, decide that 1 class is better than 4, also realize ...Alec Warner2007-03-312-109/+39
* Fix missing import.Zac Medico2007-03-311-0/+1
* spaces -> tabsZac Medico2007-03-281-1/+1
* spaces -> tabsZac Medico2007-03-281-3/+3
* Continue to support profile masking at least until bug #170697 is settled.Zac Medico2007-03-261-0/+13
* minor name changes for bin tests, svn propset keywords Id stuffAlec Warner2007-03-262-3/+3
* fix broken PortageModule classesAlec Warner2007-03-261-1/+3
* fix tests for PortageModulesFileAlec Warner2007-03-261-4/+7
* clean up some init functions, add PortageModules classAlec Warner2007-03-261-6/+39
* fix some tests, break othersAlec Warner2007-03-263-4/+39
* Fix insecure tempfile usageAlec Warner2007-03-263-6/+11
* fix grammar in error outputMike Frysinger2007-03-251-1/+1
* Do the "*" check as early as possible in config.getMissingLicenses().Zac Medico2007-03-251-3/+4
* split the loader classes into their own file, split the recursive filename gr...Alec Warner2007-03-252-167/+168
* completely rewrite file bits, use Loader classes to push loading functionalit...Alec Warner2007-03-251-72/+197
* Fix the rest of the testsAlec Warner2007-03-253-7/+7
* Clean up and simplify preference selection logic for bug #171840.Zac Medico2007-03-231-47/+26
* For bug #171840, consider all choices for slot intersection and promote those...Zac Medico2007-03-231-3/+7
* Ignore non-existent directories for bug #171809. This is required for readon...Zac Medico2007-03-231-1/+9
* Fix a typo.Zac Medico2007-03-211-1/+1
* Pass a list of USE flags into config.getMissingLicenses() so that the method ...Zac Medico2007-03-212-7/+17
* Add a docstring to config.getMissingLicenses().Zac Medico2007-03-201-0/+13
* Pass missing acceptable_licenses parameter into recursive _getMissingLicenses...Zac Medico2007-03-201-2/+4
* Appropriately return from _getMissingLicenses() if one of the choices is sati...Zac Medico2007-03-201-0/+2
* Implement license visibility filtering for GLEP 23, bug #17367, and bug #152593.Zac Medico2007-03-203-7/+176
* Appropriately use globals() instead of locals() as suggested by marienz.Zac Medico2007-03-182-2/+2
* Never use listdir with both recursion=True and followSymlinks=True since it c...Zac Medico2007-03-181-2/+2
* Use locals() instead of setattr to insert generated functions into the curren...Zac Medico2007-03-182-2/+2
* Call the base class destructor if it exists.Zac Medico2007-03-171-0/+2
* Add "bin" to testDirs.Zac Medico2007-03-171-1/+1
* Make paths independent of cwd.Zac Medico2007-03-171-2/+3
* Close /dev/null when finished.Zac Medico2007-03-171-0/+1
* start of framework for programs in portage binMike Frysinger2007-03-174-0/+91
* bump ________foo from the TestCase class since _exc_info() doesn't do anythin...Alec Warner2007-03-171-6/+3
* fix for older python who have oddly named __exc_info()Alec Warner2007-03-171-0/+3
* Use mkstemp to create a random tempfile.Zac Medico2007-03-171-3/+5
* Fix a broken test.Zac Medico2007-03-171-1/+1
* Fix broken exception handling.Zac Medico2007-03-171-3/+3
* Fix a typo.Zac Medico2007-03-171-1/+1