summaryrefslogtreecommitdiffstats
path: root/pym
Commit message (Expand)AuthorAgeFilesLines
...
* return from the merge task instead of calling sys.exit directly.Zac Medico2007-03-241-6/+1
* Allow the merge task to continue despite conflicts when --fetch-all-uri is sp...Zac Medico2007-03-241-0/+1
* 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
* Add --verbose to the "for more help" message.Zac Medico2007-03-221-1/+1
* default --help should be usable, so make the extended output require --verboseMike Frysinger2007-03-221-6/+3
* 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-213-8/+23
* Add a docstring to config.getMissingLicenses().Zac Medico2007-03-201-0/+13
* Catch a potential InvalidDependString exception.Zac Medico2007-03-201-2/+8
* 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-204-13/+198
* 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
* Fix a utime call to prevent a timestamp collision for bug #171117.Zac Medico2007-03-161-2/+2
* For bug #171117, ensure that the new and old config have different timestamps...Zac Medico2007-03-161-1/+7
* Add back rstrip(os.path.sep) from the previous commit since it's needed when ...Zac Medico2007-03-151-4/+4
* Automatically convert ROOT and PORTAGE_CONFIGROOT to absolute paths when nece...Zac Medico2007-03-151-2/+2
* For bug #170178, remove all hardcoded references to '/usr/lib/portage'.Zac Medico2007-03-102-4/+6
* Display message about --buildpkgonly restriction in pretend mode as wellMarius Mauch2007-03-091-0/+5
* Remove the "masked by: profile" support from getmaskingstatus().Zac Medico2007-03-091-12/+0
* Use the full atoms from the system set, since profile masking does not automa...Zac Medico2007-03-091-4/+2
* Remove legacy "masked by: profile" support as per bug #149508. Profiles shou...Zac Medico2007-03-091-17/+0
* whoopse, s/;/:/Alec Warner2007-03-081-1/+1
* add PackageMask{File} classes, change unit tests to use try/finally, makes su...Alec Warner2007-03-084-12/+101
* Change load() to have no default arguments, makes caller specifiy explicitly....Alec Warner2007-03-083-3/+90
* Part of my attempt now involves cleaning up config; this means for me; removi...Alec Warner2007-03-077-11/+117
* Take marien's advice, turn Skips into Todos for clarity sakeAlec Warner2007-03-072-18/+14
* Fix 2 more types.InstanceType comparisons that are broken by the transition o...Zac Medico2007-03-061-2/+2
* For bug #169620, in --tree display always show the dowload size on the node t...Zac Medico2007-03-061-3/+2
* Update all the unittests to use the new framework, test skipping with isValid...Alec Warner2007-03-0618-17/+36
* Roll our own unittest framework to add skip support.Alec Warner2007-03-061-7/+126
* these will fail nowAlec Warner2007-03-051-3/+4
* Avoid pointless population of the binary tree when --buildpkg is enabled. Th...Zac Medico2007-03-051-3/+3
* Display blockers at the end of the list so that it will more often be easy fo...Zac Medico2007-03-041-4/+8
* Remove the KVERS environment variable since it's code that creates it is brok...Zac Medico2007-03-041-4/+0