summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make WorldHandler lock the world file when in --fix mode.Zac Medico2007-11-051-11/+23
* Add support for package sets in WorldHandler.Zac Medico2007-11-051-1/+11
* Bug #184118 - Add an emaint "cleanresume" action that deletesZac Medico2007-10-221-1/+50
* Clean up system and world set handling. For forward compatibility, the world...Zac Medico2007-07-031-1/+2
* For bug #180706, add sorting and a trailing newline in the rest of the cases ...Zac Medico2007-06-241-1/+2
* Create one unified dbapi.update_ents() method and use it for both fixpackages...Zac Medico2007-05-311-17/+1
* Fix emaint world $ROOT handling.Zac Medico2007-05-281-2/+2
* Add new emaint targets called "moveinst" and "movebin" for applying package m...Zac Medico2007-05-281-1/+121
* Make emaint prune stale entires from $PKGDIR/Packages.Zac Medico2007-05-271-2/+36
* Add an emaint "binhost" target which does the time consuming population of $P...Zac Medico2007-05-271-1/+59
* Fix a typo.Zac Medico2007-05-271-1/+1
* Fix an UnboundLocalError when there's no tty.Zac Medico2007-05-271-1/+2
* Add SIGWINCH support so that the progress bar is resized if the xterm is resi...Zac Medico2007-05-271-2/+7
* Add progress support to emaint (similar to wget's progress bar).Zac Medico2007-05-271-4/+33
* In the WorldHandler class, add support for an onProgress callback that can be...Zac Medico2007-05-271-3/+14
* For bug #166785, check for invalid categories in the world file.Zac Medico2007-02-181-3/+16
* 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-5/+5
* Rely on PYTHONPATH instead of PORTAGE_PYM_PATH for locating portage's python ...Zac Medico2006-10-311-2/+6
* streamline portage pythonpath handling and add an override analog to how the ...Marius Mauch2006-10-261-2/+2
* Move code out of global scope.Zac Medico2006-07-101-10/+12
* Update error handling for write_atomic calls to use PortageException.Zac Medico2006-07-091-2/+2
* revert my last commit except for the parts i really wanted to commitSimon Stelling2006-05-011-149/+3
* allow escaping in elog_base() to fix bug 131913Simon Stelling2006-05-011-3/+149
* Remove the leading / from WORLD_FILE for better cooperation with os.path.join...Zac Medico2006-03-061-5/+6
* use new write_atomic() function for all world file updatesZac Medico2006-02-091-1/+1
* Disable the vdb check until it can be migrated to filter-env.Jason Stubbs2006-01-281-2/+3
* add the "/usr/lib/portage/pym" insert to deal with osx (bit of a hack, but ti...Brian Harring2006-01-271-0/+1