For bug #183167, explicitly call elog_process() when --buildpkgonly is enabled.
[portage.git] / pym /
2007-06-25 Zac MedicoFor bug #183167, explicitly call elog_process() when...
2007-06-25 Zac MedicoFor bug #142473, add 4 color classes corresponding...
2007-06-25 Zac MedicoFix typo.
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 MedicoUse a set to optimize containment lookups.
2007-06-24 Zac MedicoFix broken base_uri handling for old-style binhosts...
2007-06-24 Zac MedicoFor bug #180706, add sorting and a trailing newline...
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 Mauchhighlight world packages in --pretend output (bug ...
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 Mauchsyntax error
2007-06-23 Marius MauchAllow sync for unpriviledges users if they have write...
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 MedicoDump mod_echo elog output inside post_emerge(), just...
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 MedicoDon't generate a list of keys for a containment test.
2007-06-21 Zac MedicoDon't call digraph.hasallzeros() in --resume mode becau...
2007-06-21 Zac MedicoIn dblink._security_check(), use os.path.realpath to...
2007-06-20 Zac MedicoUse the the optparse options for --ignore-default-opts...
2007-06-20 Zac MedicoMake the progress bar percentage indicator stop at...
2007-06-20 Zac MedicoShow a "world problems" warning for packages that aren...
2007-06-20 Zac MedicoMake all the classes inherit from object.
2007-06-20 Zac MedicoIf a package is in the world set but it's not installed...
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 MedicoFor bug #182021, use active voice when notifying the...
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 Zac MedicoMake display_news_notification() reuse the existing...
2007-06-13 Zac MedicoPass all the of the existing package databases into...
2007-06-13 Zac MedicoFor bug #181953, prevent the circular_blocks code from...
2007-06-13 Marius MauchGet registry object from vardbapi directly instead...
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.
next