aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Rename pym→lib, for better distutils-r1 interoperabilityMichał Górny2018-07-181-1/+1
* asyncio: explicitly close event loops (bug 654390)Zac Medico2018-05-061-0/+3
* 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-2/+2
* fix random pylint errorsMike Frysinger2013-11-291-2/+2
* emaint: Clean and standardize package docstrings and module descriptionsW. Trevor King2013-03-091-2/+1
* Remove stray quotes in emaint docstrings.Zac Medico2013-03-091-1/+1
* 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-7/+4
* emaint: split into separate modulesBrian Dolbec2012-07-221-631/+28
* Propagate EAPI for update_dbentry (bug #426476).Zac Medico2012-07-171-3/+4
* migrate emaint to use the new title and label features of the progressbar.Brian Dolbec2012-07-091-4/+2
* emaint: remove obsolete world category checkZac Medico2012-07-031-7/+2
* Fix missed ROOT -> EROOT changes.Zac Medico2011-10-271-1/+1
* Use EROOT instead of ROOT for keys everywhere.Zac Medico2011-10-251-10/+10
* emaint binhost: add method for SIZE/MTIME checksZac Medico2011-06-181-19/+38
* emaint binhost: check SIZE and MTIMEZac Medico2011-06-181-1/+21
* Remove redundant initial os.sep argument to os.path.join() callsZac Medico2010-09-051-2/+2
* use EROOT with WORLD_FILEFabian Groffen2010-09-041-1/+1
* use EROOT with VDB_PATHFabian Groffen2010-09-041-2/+2
* Rename the portage.sets module to portage._sets since it will be usefulZac Medico2010-08-301-2/+2
* Tweak global updates handling so that updates from $PORTDIR are appliedZac Medico2010-07-271-10/+40
* Make dbapi.update_ents() take a dict of {repo_name: list}, since it'sZac Medico2010-07-271-2/+1
* Fallback to updates from PORTDIR if repository has no 'updates' dir.Michał Górny2010-07-271-0/+3
* Add repository-wide updates support to emaint.Michał Górny2010-07-271-40/+55
* Skip atom validation in WorldHandler since WorldSelectedSet handles thisZac Medico2010-02-091-3/+2
* Bug #300388 - Fix terminal handling code to so term codes aren't sent whenZac Medico2010-01-111-1/+1
* Fix WorldHandler to use the "selected" set.Zac Medico2009-10-171-2/+2
* Use list comprehensions instead of filter() or map() in some places for compa...Arfrever Frehtes Taifersar Arahesis2009-09-251-3/+3
* Replace doct.keys() usage with __iter__(), since it behaves identically inZac Medico2009-09-221-1/+1
* Use dict.(keys|values|items)() instead of dict.(iterkeys|itervalues|iteritems...Arfrever Frehtes Taifersar Arahesis2009-09-211-2/+2
* Use filter() and zip() instead of itertools.ifilter() and itertools.izip() fo...Arfrever Frehtes Taifersar Arahesis2009-09-211-2/+1
* Update syntax of numbers for compatibility with Python 3.Arfrever Frehtes Taifersar Arahesis2009-09-201-1/+1
* Support print() function with Python 2 in some files.Arfrever Frehtes Taifersar Arahesis2009-09-201-0/+3
* Update syntax of calls to print() for compatibility with Python 3.Arfrever Frehtes Taifersar Arahesis2009-09-201-7/+7
* 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-2/+1
* Bug #280259 - Fix emaint to call binarytree._load_pkgindex() for unicodeZac Medico2009-08-041-13/+3
* Fix typo in --help.Zac Medico2008-11-241-1/+1
* Add docs for all of the supported commands.Zac Medico2008-11-231-4/+26
* Optimize `emaint` --fix binhost so that it the Packages file isn't re-readZac Medico2008-08-011-15/+45
* Fix an UnboundLocalError for 'pkgindex'.Zac Medico2008-03-151-2/+2
* Convert PackageIndex.packages from a dict to a list so that in the futureZac Medico2008-03-071-6/+14
* style fixes (imports), add support for --version (bug 138159)Alec Warner2008-01-131-4/+8
* Fix setconfig.getSets() api breakage.Zac Medico2007-12-171-1/+1
* Fix setconfig loader to use config files instead of hardcoded fallbacksMarius Mauch2007-12-041-2/+2
* Bug #197797 - Set umask to 022 so that created files (such as theZac Medico2007-11-121-0/+4
* Move glsa-check from gentoolkit into portage so the gentoolkit version can be...Marius Mauch2007-11-091-2/+1