summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix typos. Thanks to Arfrever Frehtes Taifersar ArahesisZac Medico2008-03-301-1/+1
| | | | | | <Arfrever.FTA@GMail.Com>. svn path=/main/trunk/; revision=9632
* Remove lots of unnecessary list generation via dict.keys().Zac Medico2007-06-211-4/+4
| | | | svn path=/main/trunk/; revision=6911
* Use os.path.realpath to handle symlinks properly.Zac Medico2007-02-101-1/+1
| | | | svn path=/main/trunk/; revision=5945
* Fix automatic sys.path insertions so that they're relative instead of ↵Zac Medico2007-02-101-1/+2
| | | | | | absolute hard coded. svn path=/main/trunk/; revision=5942
* Namespace sanitizing, step 4Marius Mauch2007-01-251-2/+2
| | | | svn path=/main/trunk/; revision=5784
* Fix a typo.Zac Medico2007-01-121-6/+2
| | | | svn path=/main/trunk/; revision=5606
* More String deprecationAlec Warner2007-01-121-5/+5
| | | | svn path=/main/trunk/; revision=5597
* Rely on PYTHONPATH instead of PORTAGE_PYM_PATH for locating portage's python ↵Zac Medico2006-10-311-3/+5
| | | | | | modules, then fall back to an explicit sys.path insertion if an ImportError occurs. svn path=/main/trunk/; revision=4884
* streamline portage pythonpath handling and add an override analog to how the ↵Marius Mauch2006-10-261-1/+1
| | | | | | bash side does it svn path=/main/trunk/; revision=4822
* Remove unnecessary PORTAGE_CALLER exports.Zac Medico2006-06-251-1/+0
| | | | svn path=/main/trunk/; revision=3649
* make elog mail module always set the 'From' header for rfc2822 complianceMarius Mauch2006-06-101-1/+1
| | | | svn path=/main/trunk/; revision=3483
* update copyright yearsMike Frysinger2006-01-051-1/+1
| | | | svn path=/main/trunk/; revision=2526
* header changes, $Header: -> $Id:Brian Harring2005-08-301-1/+1
| | | | svn path=/main/branches/2.0/; revision=1951
* Migration (without history) of the current stable line to subversion.Jason Stubbs2005-08-281-0/+102
svn path=/main/branches/2.0/; revision=1941