Enable BytesWarnings.
[portage.git] / bin / emaint
2014-01-18 Arfrever Frehtes... Enable BytesWarnings. master
2013-11-29 Mike Frysingerfix random pylint errors
2013-03-09 W. Trevor Kingemaint: Clean and standardize package docstrings and...
2013-03-09 Zac MedicoRemove stray quotes in emaint docstrings.
2013-01-03 Zac MedicoAdd portage._internal_caller var, and use it.
2012-09-02 Zac MedicoUnconditionally insert our pym dir in sys.path.
2012-07-23 Brian Dolbecemaint: split into separate modules
2012-07-17 Zac MedicoPropagate EAPI for update_dbentry (bug #426476).
2012-07-10 Brian Dolbecmigrate emaint to use the new title and label features...
2012-07-03 Zac Medicoemaint: remove obsolete world category check
2011-10-28 Zac MedicoFix missed ROOT -> EROOT changes.
2011-10-25 Zac MedicoUse EROOT instead of ROOT for keys everywhere.
2011-06-18 Zac Medicoemaint binhost: add method for SIZE/MTIME checks
2011-06-18 Zac Medicoemaint binhost: check SIZE and MTIME
2010-09-05 Zac MedicoRemove redundant initial os.sep argument to os.path...
2010-09-04 Fabian GroffenMerge branch 'master' of git+ssh://git.overlays.gentoo...
2010-09-04 Fabian GroffenMerge branch 'master' of git+ssh://git.overlays.gentoo...
2010-09-04 Fabian Groffenuse EROOT with WORLD_FILE
2010-09-04 Fabian Groffenuse EROOT with VDB_PATH
2010-08-30 Zac MedicoRename the portage.sets module to portage._sets since...
2010-07-28 Zac MedicoTweak global updates handling so that updates from...
2010-07-28 Zac MedicoMake dbapi.update_ents() take a dict of {repo_name...
2010-07-27 Michał GórnyFallback to updates from PORTDIR if repository has...
2010-07-27 Michał GórnyAdd repository-wide updates support to emaint.
2010-02-09 Zac MedicoSkip atom validation in WorldHandler since WorldSelecte...
2010-01-11 Zac MedicoBug #300388 - Fix terminal handling code to so term...
2009-10-17 Zac MedicoFix WorldHandler to use the "selected" set.
2009-09-25 Arfrever Frehtes... Use list comprehensions instead of filter() or map...
2009-09-22 Zac MedicoReplace doct.keys() usage with __iter__(), since it...
2009-09-21 Arfrever Frehtes... Use dict.(keys|values|items)() instead of dict.(iterkey...
2009-09-21 Arfrever Frehtes... Use filter() and zip() instead of itertools.ifilter...
2009-09-20 Arfrever Frehtes... Update syntax of numbers for compatibility with Python 3.
2009-09-20 Arfrever Frehtes... Support print() function with Python 2 in some files.
2009-09-20 Arfrever Frehtes... Update syntax of calls to print() for compatibility...
2009-09-20 Arfrever Frehtes... Update syntax of 'except' statements for compatibility...
2009-08-11 Zac MedicoUpdate imports to import portage.os (with unicode wrapp...
2009-08-04 Zac MedicoBug #280259 - Fix emaint to call binarytree._load_pkgin...
2008-11-24 Zac MedicoFix typo in --help.
2008-11-23 Zac MedicoAdd docs for all of the supported commands.
2008-08-01 Zac MedicoOptimize `emaint` --fix binhost so that it the Packages...
2008-03-15 Zac MedicoFix an UnboundLocalError for 'pkgindex'.
2008-03-07 Zac MedicoConvert PackageIndex.packages from a dict to a list...
2008-01-13 Alec Warnerstyle fixes (imports), add support for --version (bug...
2007-12-17 Zac MedicoFix setconfig.getSets() api breakage.
2007-12-04 Marius MauchFix setconfig loader to use config files instead of...
2007-11-12 Zac MedicoBug #197797 - Set umask to 022 so that created files...
2007-11-09 Marius MauchMove glsa-check from gentoolkit into portage so the...
2007-11-05 Zac MedicoMake WorldHandler lock the world file when in --fix...
2007-11-05 Zac MedicoAdd support for package sets in WorldHandler.
2007-10-22 Zac MedicoBug #184118 - Add an emaint "cleanresume" action that...
2007-07-03 Zac MedicoClean up system and world set handling. For forward...
2007-06-24 Zac MedicoFor bug #180706, add sorting and a trailing newline...
2007-05-31 Zac MedicoCreate one unified dbapi.update_ents() method and use...
2007-05-28 Zac MedicoFix emaint world $ROOT handling.
2007-05-28 Zac MedicoAdd new emaint targets called "moveinst" and "movebin...
2007-05-27 Zac MedicoMake emaint prune stale entires from $PKGDIR/Packages.
2007-05-27 Zac MedicoAdd an emaint "binhost" target which does the time...
2007-05-27 Zac MedicoFix a typo.
2007-05-27 Zac MedicoFix an UnboundLocalError when there's no tty.
2007-05-27 Zac MedicoAdd SIGWINCH support so that the progress bar is resize...
2007-05-27 Zac MedicoAdd progress support to emaint (similar to wget's progr...
2007-05-27 Zac MedicoIn the WorldHandler class, add support for an onProgres...
2007-02-18 Zac MedicoFor bug #166785, check for invalid categories in the...
2007-02-10 Zac MedicoUse os.path.realpath to handle symlinks properly.
2007-02-10 Zac MedicoFix automatic sys.path insertions so that they're relat...
2007-01-25 Marius MauchNamespace sanitizing, step 4
2006-10-31 Zac MedicoRely on PYTHONPATH instead of PORTAGE_PYM_PATH for...
2006-10-26 Marius Mauchstreamline portage pythonpath handling and add an overr...
2006-07-10 Zac MedicoMove code out of global scope.
2006-07-09 Zac MedicoUpdate error handling for write_atomic calls to use...
2006-05-01 Simon Stellingrevert my last commit except for the parts i really...
2006-05-01 Simon Stellingallow escaping in elog_base() to fix bug 131913
2006-03-06 Zac MedicoRemove the leading / from WORLD_FILE for better coopera...
2006-02-09 Zac Medicouse new write_atomic() function for all world file...
2006-01-28 Jason StubbsDisable the vdb check until it can be migrated to filte...
2006-01-27 Brian Harringadd the "/usr/lib/portage/pym" insert to deal with...
2006-01-24 Marius Mauchfix possible path and vdb location issues
2006-01-22 Marius Mauchfixup
2006-01-22 Marius Mauchstore all auxdbkeys in vdb and add a new emaint target...
2006-01-12 Brian Harringdon't inline code, do __name__=="__main__" so the modul...
2005-12-30 Jason StubbsRemove tests for masked/unavailable packages.
2005-12-24 Jason StubbsFix an incorrect variable reference triggered when...
2005-12-21 Jason StubbsSeparate masked and unavailable ebuilds and report...
2005-11-13 Jason StubbsAdded a description of emaint to `emaint --help`
2005-11-01 Mike Frysingeroutput a finished message
2005-10-14 Jason StubbsTake the str() of the option passed to the callback...
2005-10-07 Jason StubbsRework to API behaviour rather than API documentation
2005-10-05 Jason StubbsAdd new tool to check and fix problems with the world...