aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* */*: convert to f-strings (run flynt)Sam James2023-01-101-3/+3
* pyupgrade everythingJohn Helmert III2022-12-031-2/+2
* Drop -b from shebangsJohn Helmert III2022-03-091-1/+1
* Blacken previously missed Python filesJohn Helmert III2022-02-211-25/+31
* Use '/usr/bin/env python' shebangsJohn Helmert III2022-02-211-1/+1
* bin: misc pylint fixesZac Medico2021-01-181-2/+3
* *: drop all import __future__ statementsAaron Bauman2020-08-061-3/+1
* Rename pym→lib, for better distutils-r1 interoperabilityMichał Górny2018-07-181-1/+1
* Do not enable optimizations by default to work-around pycparser issueMichał Górny2017-09-021-1/+1
* Update sys.path in scripts only when using not installed instance of Portage.Arfrever Frehtes Taifersar Arahesis2014-09-201-2/+2
* Use -b instead of -bb.Arfrever Frehtes Taifersar Arahesis2014-01-231-1/+1
* Enable BytesWarnings.Arfrever Frehtes Taifersar Arahesis2014-01-181-5/+5
* Remove unused imports, bug #469022Vladimir Romanov2013-05-151-2/+0
* Add portage._internal_caller var, and use it.Zac Medico2013-01-031-1/+2
* Unconditionally insert our pym dir in sys.path.Zac Medico2012-09-021-8/+5
* Add back executable bits, accidentally removed in previous commit.Zac Medico2010-03-241-0/+0
* Remove all svn $Id keywords.Zac Medico2010-03-241-1/+0
* Support print() function with Python 2 in some files.Arfrever Frehtes Taifersar Arahesis2009-09-201-0/+2
* Update syntax of calls to print() for compatibility with Python 3.Arfrever Frehtes Taifersar Arahesis2009-09-201-12/+12
* Update syntax of 'except' statements for compatibility with Python 3.Arfrever Frehtes Taifersar Arahesis2009-09-201-1/+1
* Update imports to import portage.os (with unicode wrappers), and useZac Medico2009-08-111-3/+5
* Use os.path.realpath to handle symlinks properly.Zac Medico2007-02-101-1/+1
* Fix automatic sys.path insertions so that they're relative instead of absolut...Zac Medico2007-02-101-1/+2
* Namespace sanitizing, step 4Marius Mauch2007-01-251-3/+3
* Rely on PYTHONPATH instead of PORTAGE_PYM_PATH for locating portage's python ...Zac Medico2006-10-311-3/+5
* streamline portage pythonpath handling and add an override analog to how the ...Marius Mauch2006-10-261-1/+1
* make elog mail module always set the 'From' header for rfc2822 complianceMarius Mauch2006-06-101-1/+1
* catch ENOENT and ENOTDIR in clean_locks to prevent ugly tracebacks; bug 124164Simon Stelling2006-05-021-4/+12
* Print the actual DISTDIR location in the help ouput of clean_locks for bug #1...Zac Medico2006-04-221-2/+3
* eat whitespaceMike Frysinger2006-04-161-4/+0
* update copyright yearsMike Frysinger2006-01-051-1/+1
* header changes, $Header: -> $Id:Brian Harring2005-08-301-1/+1
* Migration (without history) of the current stable line to subversion.Jason Stubbs2005-08-281-0/+36