summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Use list comprehensions instead of filter() or map() in some places for ↵Arfrever Frehtes Taifersar Arahesis2009-09-251-8/+6
| | | | | | compatibility with Python 3. svn path=/main/trunk/; revision=14421
* Support print() function with Python 2 in some files.Arfrever Frehtes Taifersar Arahesis2009-09-201-0/+2
| | | | svn path=/main/trunk/; revision=14291
* Update syntax of calls to print() for compatibility with Python 3.Arfrever Frehtes Taifersar Arahesis2009-09-201-7/+7
| | | | | | (2to3-3.1 -f print -nw ${FILES}) svn path=/main/trunk/; revision=14290
* Update syntax of 'except' statements for compatibility with Python 3.Arfrever Frehtes Taifersar Arahesis2009-09-201-1/+1
| | | | | | (2to3-3.1 -f except -nw ${FILES}) svn path=/main/trunk/; revision=14289
* add note that this file does not seem to deal with ROOT at allFabian Groffen2009-09-051-0/+2
| | | | svn path=/main/trunk/; revision=14190
* Update imports to import portage.os (with unicode wrappers), and useZac Medico2009-08-111-1/+3
| | | | | | _unicode_encode() and _unicode_decode() where appropriate. svn path=/main/trunk/; revision=13993
* Bug #241906 - Handle InvalidAtom exception raised from vardbapi.match().Zac Medico2008-11-011-1/+2
| | | | svn path=/main/trunk/; revision=11771
* Bug #210690 - Fix --help output to show the leading slash on the path toZac Medico2008-03-191-1/+3
| | | | | | the world file. svn path=/main/trunk/; revision=9486
* For bug #180706, add sorting and a trailing newline in the rest of the cases ↵Zac Medico2007-06-241-1/+2
| | | | | | where the world file is written. svn path=/main/trunk/; revision=6999
* 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
* More String deprecationAlec Warner2007-01-121-1/+1
| | | | svn path=/main/trunk/; revision=5597
* Rely on PYTHONPATH instead of PORTAGE_PYM_PATH for locating portage's python ↵Zac Medico2006-10-311-2/+6
| | | | | | 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-3/+2
| | | | | | bash side does it svn path=/main/trunk/; revision=4822
* ignore packages that were just fetched from being added to the worldfileMarius Mauch2006-08-041-1/+1
| | | | svn path=/main/trunk/; revision=4150
* make elog mail module always set the 'From' header for rfc2822 complianceMarius Mauch2006-06-101-1/+1
| | | | svn path=/main/trunk/; revision=3483
* Remove the leading / from WORLD_FILE for better cooperation with ↵Zac Medico2006-03-061-3/+3
| | | | | | os.path.join (see bug #124471). svn path=/main/trunk/; revision=2818
* use new write_atomic() function for all world file updatesZac Medico2006-02-091-3/+1
| | | | svn path=/main/trunk/; revision=2681
* 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/+93
svn path=/main/branches/2.0/; revision=1941