Enable BytesWarnings.
[portage.git] / bin / emerge
2014-01-18 Arfrever Frehtes... Enable BytesWarnings. master
2013-11-29 Mike Frysingerfix random pylint errors
2013-05-15 Vladimir RomanovRemove unused imports, bug #469022
2013-01-03 Zac MedicoAdd portage._internal_caller var, and use it.
2012-10-14 Zac Medicoemerge: handle KeyboardInterrupt, not SIGINT
2012-09-02 Zac MedicoUnconditionally insert our pym dir in sys.path.
2012-07-02 Zac MedicoDon't use SIGUSR1 under Jython, bug #424259.
2011-01-15 Zac MedicoWhen killed by signal, return 128 + signum.
2010-03-24 Zac MedicoAdd back executable bits, accidentally removed in previ...
2010-03-24 Zac MedicoRemove all svn $Id keywords.
2010-03-13 Zac MedicoUpdate SIGPIPE comments to refer to "[Errno 32] Broken...
2010-03-13 Zac MedicoAdd references to bug #309001 in comments about SIGPIPE...
2009-09-20 Arfrever Frehtes... Support print() function with Python 2 in some files.
2009-09-20 Arfrever Frehtes... Update syntax of 'except' statements for compatibility...
2009-08-04 Zac MedicoBug #280320 - Fix broken _emerge.main ImportError handler..
2009-06-26 Zac MedicoMove __init__.py to main.py.
2009-03-18 Zac MedicoUpdate copyright headers.
2009-03-10 Zac MedicoBug #261852 - If an unexpected exception is raise from...
2008-12-23 Zac MedicoAdd SIGUSR1 signal handlers that call pdb.set_trace...
2008-12-23 Zac MedicoMove initial signal handlers to the launcher script.
2007-12-11 Zac MedicoInstead of calling sys.exit when a ParseError occurs...
2007-10-16 Zac MedicoMove the emerge module to _emerge to make it private
2007-06-20 Zac MedicoFor bug #180165, make portageq print a "Permission...
2007-03-03 Alec WarnerIn the same vein as copyright, add Id and svn:keywords...
2007-03-03 Alec Warneryou can't insert into sys.path without importing sys...
2007-02-17 Marius MauchFor full backwards compat (with symlinks or other weird...
2007-02-17 Marius MauchMove bin/emerge to pym/emerge/__init__.py to restore...
2007-02-17 Marius MauchPrint hostname in xterm title if sheridan is available...
2007-02-17 Marius MauchPrint filename when displaying package.mask comments
2007-02-14 Zac MedicoOptimize merge order calculation for --tree output...
2007-02-14 Zac MedicoFor bug #158100, use an exact reversal of the actual...
2007-02-12 Zac MedicoIn the event of a circular dependency panic, eliminate...
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-02-08 Marius MauchCreate namespace for emerge
2007-02-07 Zac MedicoFor bug #165780, make config-protect code consistently...
2007-02-07 Zac MedicoFor bug #165783, handle an InvalidDependString exceptio...
2007-02-07 Zac MedicoFor backward compatibility with api consumers, _dep_che...
2007-02-05 Zac MedicoFor bug #165382, show a helpful message if an exception...
2007-02-05 Zac MedicoFix another UnboundLocalError (branches/prefix r5893)
2007-02-03 Zac MedicoFix "UnboundLocalError: local variable 'portage' refere...
2007-02-01 Zac MedicoRename dir.bz2 since that's the most likely case now.
2007-02-01 Zac MedicoFix --newuse so that it works correctly with --usepkg.
2007-02-01 Zac MedicoLoad the most current variables from /etc/profile.env...
2007-01-30 Zac MedicoFix "UnboundLocalError: local variable 'portage' refere...
2007-01-30 Zac MedicoFor bug #164363, shuffle the ip addresses returned...
2007-01-29 Zac MedicoFor bug #164078, don't trigger the CLEAN_DELAY countdow...
2007-01-28 Zac MedicoRemove a stray print statement. Thanks to Rick Warner...
2007-01-27 Zac MedicoIgnore EEXIST from rmdir since some kernels (such as...
2007-01-27 Zac MedicoFor consistency, do not imply --pretend with --changelo...
2007-01-25 Marius MauchNamespace sanitizing, step 5
2007-01-20 Zac MedicoFor bug #161356, prevent an AttributeError if the excep...
2007-01-18 Zac MedicoSimplify rsync timestamp.chk handling and print the...
2007-01-18 Alec Warnerfix apply_permissions import and use keyworded args...
2007-01-18 Alec Warnerdump emerge's normpath in favor of portage_util's norma...
2007-01-16 Alec Warnerswitch news timestamp and unread/read storage to '...
2007-01-16 Alec WarnerVarious glep 42 fixes, fix up the portageq calls to...
2007-01-16 Alec Warnermerge glep42 into trunk
2007-01-13 Zac MedicoCatch InvalidData exceptions for bad atoms passed as...
2007-01-13 Zac MedicoObey the silent parameter when parsing options.
2007-01-13 Zac MedicoFor bug #144380, disable color at emerge startup and...
2007-01-13 Zac MedicoUse end_paragraph(1) instead of add_line_break() so...
2007-01-13 Zac MedicoSend the unmerge failure message to stderr.
2007-01-12 Zac MedicoSend the slot collision notice to stderr and only show...
2007-01-12 Zac MedicoRevert accidentally modified joins.
2007-01-12 Alec Warnerfix "" " " bug
2007-01-12 Alec Warnerpurge string module from emerge
2007-01-12 Zac MedicoFor bug #147512, don't print a cryptic error message...
2007-01-11 Zac MedicoFor bug #50738, inform the user about the location...
2007-01-11 Marius MauchRename 'Last Sync' to 'Timestamp of tree' to clarify...
2007-01-10 Zac MedicoRename depgraph._invalid_depgraph_is_acceptable() to...
2007-01-10 Zac MedicoDon't allow slot collision nodes to block other package...
2007-01-10 Zac MedicoFor bug #161422, make slot collisions non-fatal in...
2007-01-09 Zac MedicoFor bug #160971, rename dir.gz to dir.gz.old when neces...
2007-01-05 Zac MedicoFor bug #160299, make sure that emerge sees a somewhat...
2007-01-04 Zac MedicoImplement distlocks for --getbinpkg so that it works...
2006-12-30 Zac MedicoUse return values instead of direct sys.exit(123) calls...
2006-12-30 Zac MedicoFix 'TypeError: unpack non-sequence' that occurs if...
2006-12-30 Zac MedicoDo some small fixes to prevent slot collision nodes...
2006-12-30 Zac MedicoBe slightly more defensive when loading the vdb/blocker...
2006-12-30 Zac MedicoSort the --info USE flags for bug #159161.
2006-12-29 Zac MedicoSend stuff that's not a warning or error to stdout...
2006-12-29 Ned Ludd- keep things quiet when uninstalling
2006-12-29 Zac MedicoFor bug #159310, don't show a slot collision notice...
2006-12-29 Zac MedicoAdd some docs for the blockers cache format.
2006-12-29 Zac MedicoFor bug #159161, make emerge --info show USE_EXPAND...
2006-12-29 Zac MedicoUse a pickle to cache blockers for all installed packag...
2006-12-28 Zac MedicoUse a pickle to cache vdb metadata. This greatly impro...
2006-12-25 Zac MedicoWhen the user has insufficient access privileges, speci...
2006-12-25 Zac MedicoPrevent the regen action from running in --pretend...
2006-12-23 Zac MedicoShow the "Calculating dependencies .. done!" message...
2006-12-22 Zac MedicoRevert the default choice for --ask --unmerge (bug...
2006-12-22 Zac MedicoFor bug #158649, allow --buildpkgonly to bypass the...
2006-12-21 Zac MedicoMake emerge enable backward compatibility mode for...
2006-12-21 Zac MedicoFor installed packages with invalid depstrings, tell...
2006-12-21 Zac MedicoWhen a removal phase fails, tell the user where the...
2006-12-20 Zac MedicoFor bug #158558, ignore invalid depstrings for packages...
2006-12-20 Zac MedicoFor bug #158649, minimize portdb cache pulls for instal...
2006-12-20 Zac MedicoFix broken exception handling syntax causing strange...
2006-12-20 Zac MedicoFix the invalid dependency message so there's no confus...
next