ebuild: fetch: Flatten conditionals in _get_fetch_resume_size
[portage.git] / pym / _emerge / __init__.py
2009-02-22 Zac MedicoWhen decoding term codes inside the JobStatusDisplay...
2009-02-22 Zac MedicoIn EbuildFetchonly.execute(), skip builddir creation...
2009-02-21 Zac MedicoFor python-3.0 compatibility, open files in binary...
2009-02-20 Zac MedicoFix StringIO imports so that 2to3 can handle them....
2009-02-19 Zac MedicoWhen displaying the list of failed packages, tell the...
2009-02-19 Zac MedicoOptimize depgraph._dep_expand() to avoid calling pordba...
2009-02-19 Zac MedicoDecode terminal codes from binary when necessary, for...
2009-02-19 Zac MedicoHandle ValueError when unpickling, since this can be...
2009-02-19 Zac MedicoTweak code to avoid python-3.0 errors like this one:
2009-02-19 Zac MedicoFor compatibility with python-3.0, open files in text...
2009-02-19 Zac MedicoFor compatibility with python-3.0, always open streams...
2009-02-19 Zac MedicoDon't bother to calculate PORTAGE_COUNTER_HASH when...
2009-02-19 Zac MedicoInside post_emerge(), skip the vardbapi counter check...
2009-02-19 Zac MedicoFor compatibility with python-3.0, use isinstance(...
2009-02-19 Zac MedicoIn python-3.0, the UserDict.DictMixin class has been...
2009-02-18 Zac MedicoSet svn:keywords Id on all files.
2009-02-18 Zac MedicoCall depgraph._dep_check_composite_db._clear_cache...
2009-02-17 Zac MedicoBug #253904 - Add a lookahead mechanism inside
2009-02-16 Zac MedicoBug #259124 - Inside EbuildFetcher._start(), pass the...
2009-02-15 Zac MedicoFix broken references to DepPriority attributes.
2009-02-15 Zac MedicoFix merge order calculation so that the circular runtim...
2009-02-14 Zac MedicoBug #250020 - When calculating merge order, try to...
2009-02-14 Zac MedicoIn depgraph._serialize_tasks(), when appropriate, execu...
2009-02-14 Zac MedicoFor the --buildpkgonly digraph.hasallzeros() check...
2009-02-13 Zac MedicoIn depgraph._serialize_tasks(), verify that an uninstal...
2009-02-13 Zac MedicoFix Scheduler._prevent_builddir_collisions() to skip...
2009-02-11 Zac MedicoInside depgraph._select_atoms(), only trigger the circu...
2009-02-09 Zac MedicoRemove support for deprecated 2_pre* EAPI values.
2009-02-05 Zac MedicoMake DepPriority.__str__() indicate optional deps.
2009-02-05 Zac MedicoInside depgraph._serialize_tasks(), simplify the logic...
2009-02-04 Zac MedicoFix Scheduler._find_system_deps() so that it only trave...
2009-02-04 Zac MedicoAdd UnmergeDepPriority.optional attribute, to avoid...
2009-02-03 Zac MedicoBug #256616 - Also consider deep runtime dependencies...
2009-02-03 Zac MedicoFor optional deps pulled in by --with-bdeps=y, set...
2009-02-03 Zac MedicoAdd a DepPriority.optional attribute for optional build...
2009-02-03 Zac MedicoMake emerge --regen return non-zero if that are any...
2009-02-03 Zac MedicoUse portage.util.cmp_sort_key for python-3.0 compatibility.
2009-02-02 Zac MedicoIn depgraph._serialize_tasks(), when separating uninsta...
2009-02-02 Zac MedicoBug #256616 - Since dependencies on system packages...
2009-02-02 Zac MedicoFix logic inside depgraph._serialize_tasks() to avoid...
2009-01-29 Zac MedicoFix color in merge list [ebuild ] display, so it...
2009-01-28 Zac MedicoIn EbuildFetcher._start(), don't touch the build dir...
2009-01-28 Zac MedicoWhen scheduling builds in parallel for --jobs, avoid...
2009-01-23 Zac MedicoInside depgraph._dep_expand(), filter use dbapi.cp_list...
2009-01-22 Zac MedicoFix typo in previous commit.
2009-01-22 Zac MedicoInside depgraph._add_dep(), drop unnecessary build...
2009-01-22 Zac MedicoInside depgraph.loadResumeCommand(), always enable...
2009-01-22 Zac MedicoInside depgraph.loadResumeCommand(), when appropriate...
2009-01-22 Zac MedicoMake depgraph._add_dep() ignore fewer dependencies...
2009-01-21 Zac MedicoBug #199408 - Always enable the skip_masked and skip_un...
2009-01-21 Zac MedicoIn depgraph.loadResumeCommand(), account for unsatisfie...
2009-01-21 Zac MedicoInside depgraph.loadResumeCommand(), ignore unsatisifie...
2009-01-19 Zac MedicoWhen in --keep-going mode, don't suppress the list...
2009-01-14 Zac MedicoCall depgraph._set_args() inside _load_favorites()...
2009-01-13 Zac MedicoUse a new 'usersync' feature to control dropping of...
2009-01-13 Zac MedicoSimplify depgraph._select_pkg_from_graph() by using...
2009-01-12 Zac MedicoWhen selecting greedy package inside depgraph._greedy_s... v2.2_rc21
2009-01-12 Zac MedicoMention the blocker_lookahead parameter in the depgraph...
2009-01-12 Zac MedicoWhen checking for conflicts between packages inside...
2009-01-12 Zac MedicoInvalidate some more caches inside depgraph._set_args().
2009-01-12 Zac MedicoFix comment about the greedy slots code.
2009-01-11 Zac MedicoBug #241808 - When loading options for --resume, discar...
2009-01-11 Zac MedicoMake the greedy slot atom code from bug #150361 look...
2009-01-11 Zac MedicoIf necessary, use /proc/loadavg to emulate os.getloadavg().
2009-01-10 Zac MedicoWhen displaying parents of unsolved blockers, prefer...
2009-01-10 Zac MedicoWhen displaying parents of unsolved blockers, reduce...
2009-01-10 Zac MedicoInside action_sync(), check for the git binary when...
2009-01-10 Zac MedicoWhen there are unresolved blockers, display the conflic...
2009-01-10 Zac MedicoRevert r12405 since it will be more convenient to use...
2009-01-10 Zac MedicoRemove unused myblocker_parents variable inside depgrap...
2009-01-10 Zac MedicoAdd Blocker -> Blocked Package edges to depgraph._unsol...
2009-01-09 Zac MedicoDon't assume that the package metadata contains a ...
2009-01-09 Zac MedicoWhen merging a package from an overlay, append 'from...
2009-01-09 Zac MedicoMake die() to show a message indicating the repository...
2009-01-07 Zac MedicoBug #254114 - Fix ValueError triggered by missing COUNT...
2009-01-06 Zac MedicoWhen the set configuration is incomplete, notify the...
2009-01-04 Zac MedicoWhen dropping privileges inside action_sync(), set...
2009-01-04 Zac MedicoInside action_sync(), when running as root, detect...
2008-12-31 Zac MedicoBug #253210 - Fix logic inside EbuildBuild._buildpkg_ex...
2008-12-30 Zac MedicoBug #252995 - When post_emerge() returns early because...
2008-12-28 Zac MedicoInside git_sync_timestamps(), use git-diff-index for...
2008-12-27 Zac MedicoRevert r12348 since it's not really needed and the... v2.2_rc20
2008-12-26 Zac MedicoFix loop logic some more for bug #252572.
2008-12-26 Zac MedicoBug #252572 - Fix a loop condition inside depgraph...
2008-12-25 Zac MedicoFix typo. v2.2_rc19
2008-12-25 Zac MedicoRefactor EbuildMetadataPhase._output_handler() and...
2008-12-25 Zac MedicoUse long() instead of float() when parsing Package...
2008-12-25 Zac MedicoAdd support for synchronizing ebuild and eclass timesta...
2008-12-24 Zac MedicoMake BinpkgFetcher use longs instead of floats when...
2008-12-23 Zac MedicoMake more code conditional on POLLIN events, where...
2008-12-23 Zac MedicoMove initial signal handlers to the launcher script.
2008-12-23 Zac MedicoRename the PollTask class to AbstractPollTask.
2008-12-23 Zac MedicoAdd handling for POLLERR, POLLNVAL, and POLLHUP. Hopefu...
2008-12-23 Zac MedicoRegister for poll events before forking, in order to...
2008-12-23 Zac MedicoSimplify the code from bug #218854. Also, ensure that...
2008-12-23 Zac MedicoBug #252167 - If the ebuild no longer exists or it...
2008-12-21 Zac MedicoFix --clean <atom> so that it considers all packages...
2008-12-21 Zac MedicoUpdate --depclean 'unsatisfied deps' message to recomme...
2008-12-21 Zac MedicoRemove the TaskScheduler.run() method since the constru...
2008-12-19 Zac MedicoFix DependencyArg.__str__() to ensure that str type...
next