For bug #183167, explicitly call elog_process() when --buildpkgonly is enabled.
[portage.git] / pym / portage /
2007-06-25 Zac MedicoFor bug #142473, add 4 color classes corresponding...
2007-06-25 Zac MedicoDon't use urljoin() in binarytree.gettbz2() since it...
2007-06-25 Zac MedicoAllow SystemExit through as usual.
2007-06-25 Zac MedicoFix file_get_lib() so it behaves the same way with...
2007-06-25 Zac MedicoFor bug #175891, add sftp protocol support via the...
2007-06-25 Zac MedicoFix typo.
2007-06-25 Zac MedicoFix resume logic in binarytree.gettbz2().
2007-06-25 Zac MedicoFor bug #175891, support ${FETCHCOMMAND}_${PROTOCOL...
2007-06-25 Zac MedicoClean up file_get() to use shlex, varexpand, and spawn.
2007-06-24 Zac MedicoFix binarytree.isremote() to be consistent with binaryt...
2007-06-24 Zac MedicoRemove unused imports and unnecessary dict.keys() call.
2007-06-24 Zac MedicoFix broken base_uri handling for old-style binhosts...
2007-06-24 Zac MedicoFix more typos from r6988.
2007-06-24 Zac MedicoHandle 'Permission denied' errors that can occur if...
2007-06-24 Zac MedicoFix typo.
2007-06-24 Zac MedicoFix column alignment in unmerge output.
2007-06-24 Zac MedicoMake the fix for bug #139600 slightly less icky by...
2007-06-24 Zac MedicoAlways unlink the .installed flag prior to merge since...
2007-06-24 Zac MedicoFor bug #182964, replace os.rename() with portage.movef...
2007-06-23 Zac MedicoFix check_config_instance() weirdness when the ebuild...
2007-06-23 Marius Mauchget ACCEPT_KEYWORDS from the env in gvisible() to prope...
2007-06-23 Marius Mauchdont break when the binhost url doesn't end with a...
2007-06-23 Marius Mauchsort the world file before writing it and ensure that...
2007-06-23 Marius Mauchs/!owned/replaced/ in merge output to clarify it
2007-06-23 Marius Mauchadd hashlib support for checksum verification, refactor...
2007-06-23 Zac MedicoRevert r6967 since shutil.move() is broken internally.
2007-06-23 Zac Medicos/OSError/EnvironmentError/ since shutil.move() general...
2007-06-23 Zac MedicoFor bug #182964, replace os.rename() with shutil.move...
2007-06-22 Zac MedicoShow which $ROOT a package was merged to when $ROOT...
2007-06-22 Zac MedicoMake elog finalize() handling safe for PORTAGE_CONFIGROOT.
2007-06-22 Zac MedicoAdd a note about potential for config mixups in elog...
2007-06-22 Zac MedicoFor bug #182428, make quickpkg exclude config files...
2007-06-21 Zac MedicoClean up config.__getitem__(), get() and setdefault...
2007-06-21 Zac MedicoSimplify the implementation of config.__iter__ and...
2007-06-21 Zac MedicoImplement iterkeys on top of __iter__ instead of vice...
2007-06-21 Zac MedicoAutodetect if sandbox is active in order to prevent...
2007-06-21 Zac MedicoImplement config.has_key() on top of __contains__ inste...
2007-06-21 Zac MedicoFix the test so that it can run inside a sandbox.
2007-06-21 Zac MedicoImplement UserConfigKlass.__iter__() so that tests...
2007-06-21 Zac MedicoRemove more unnecessary list generation.
2007-06-21 Zac MedicoRemove more unnecessary list generation.
2007-06-21 Zac MedicoRemove lots of unnecessary list generation via dict...
2007-06-21 Zac MedicoIn dblink._security_check(), use os.path.realpath to...
2007-06-20 Zac MedicoMake the progress bar percentage indicator stop at...
2007-06-20 Zac MedicoMake all the classes inherit from object.
2007-06-20 Zac MedicoFor bug #180165, make portageq print a "Permission...
2007-06-19 Zac MedicoFix cacheddir() to behave properly if os.listdir()...
2007-06-19 Zac MedicoFor bug #143340, give an appropriate message when there...
2007-06-19 Zac MedicoReturn early from get_term_size() is stdout is not...
2007-06-19 Zac MedicoFor bug #182571, handle curses.error if it's thrown...
2007-06-19 Zac MedicoAdd a test case for the logfile functionality of portag...
2007-06-19 Zac MedicoAdd PORTAGE_BIN_PATH to the environment since it's...
2007-06-18 Zac MedicoDuring unmerge, always verify that the file isn't a...
2007-06-17 Zac MedicoIn dblink.isowner() don't bother to stat the file when...
2007-06-17 Zac MedicoFor bug #182346, use dblink.isowner() during unmerge...
2007-06-16 Zac MedicoFix profile and config arguments to NewsItem.isRelevant...
2007-06-15 Zac MedicoGo ahead and unlink symlinks to directories when they...
2007-06-15 Zac MedicoMake the collision-protect loop check for existance...
2007-06-15 Zac MedicoHandle another case where removing a symlink to a direc...
2007-06-15 Zac MedicoFor bug #182157, don't let unmerge-orphans unlink symli...
2007-06-15 Zac MedicoFor bug #182157, never chmod 0 symlinks before unlinkin...
2007-06-15 Zac MedicoFor bug #182105, fix the spelling of the fd_pipes parem...
2007-06-14 Zac MedicoFix broken \!found logic so that any missing files...
2007-06-13 Zac MedicoPass existing portdbapi and vardbapi instances into...
2007-06-13 Marius MauchAdd portageq command to list preserved libs
2007-06-13 Zac MedicoIn dblink.treewalk(), handle the case where the current...
2007-06-13 Zac MedicoFor bug #134620, add a FEATURES=unmerge-orphans option...
2007-06-13 Zac MedicoFix dblink.isowner() so it works properly when ROOT!=/.
2007-06-13 Zac MedicoUse cached dblink instances for collision-protect.
2007-06-13 Zac MedicoCache dblink instances for security checks and referenc...
2007-06-12 Zac MedicoReuse previously acquired lstat results.
2007-06-12 Zac MedicoRemove some useless dircache code.
2007-06-12 Zac MedicoAlways return a dict from dblink.getcontents() since...
2007-06-12 Zac MedicoFor bug #181021, during unmerge use all slot matches...
2007-06-11 Zac MedicoFor consistency with other xterm titles code, redirect...
2007-06-11 Zac MedicoRemove the "missing left parenthesis" test for now...
2007-06-11 Zac MedicoFor bug #181355, detect parenthesis mismatch in paren_r...
2007-06-10 Zac MedicoFix the suid/sgid check so it only looks at regular...
2007-06-10 Zac MedicoDon't bother to warn about hardlinks to suid/sgid files...
2007-06-10 Zac MedicoFor bug #81097, detect and report suspicious hardlinks...
2007-06-10 Zac MedicoFor bug #181551, support slot deps in package.keywords.
2007-06-10 Zac MedicoPreserve order of flags from IUSE in wildcard expansion.
2007-06-09 Zac MedicoFor bug #148702, use the * token to trigger wildcard...
2007-06-09 Zac MedicoWhen an update is discarded due to confmem, record...
2007-06-09 Zac MedicoFor bug #148702, automatically enable flags from IUSE...
2007-06-09 Zac MedicoFor bug #181387, fix an UnboundLocalError for the mymti...
2007-06-09 Zac MedicoOnly execute $PROMPT_COMMAND when appropriate.
2007-06-09 Zac MedicoFor bug #152828, run ${CHOST}-ldconfig when ${CBUILD...
2007-06-08 Zac MedicoFor bug #139383, in xtermTitleReset() use os.system...
2007-06-07 Zac MedicoMake all the python code respect USE conditionals in...
2007-06-07 Zac MedicoMake pkgsplit and catpkgsplit return imutable tuples...
2007-06-07 Zac MedicoFix strange _DevNull instance has no attribute 'isatty...
2007-06-07 Zac MedicoWhen using a pty for logging, use setsid() to create...
2007-06-06 Zac MedicoReturn copies of the cached values from pkgsplit and...
2007-06-06 Zac MedicoFor bug #181021, don't compare attributes of contents...
2007-06-06 Zac MedicoFor bug #82378, only set permissions on PORT_LOGDIR...
2007-06-06 Zac MedicoComment in portage.movefile() that it's impossible...
2007-06-06 Zac MedicoFor bug #181021, preserve timestamps from ${D} during...
2007-06-06 Zac MedicoFix typo, split SPACE_SEPARATED variables on whitespace.
2007-06-05 Zac MedicoWhen dblink.treewalk() looks for an installed instance...
next