ebuild: fetch: Flatten conditionals in _get_fetch_resume_size
[portage.git] / pym / _emerge / __init__.py
2010-03-24 Zac MedicoRemove all svn $Id keywords.
2009-06-26 Zac MedicoMove __init__.py to main.py.
2009-06-26 Zac MedicoMove __init__.py to main.py.
2009-06-25 Zac MedicoAdd/update copyright headers.
2009-06-23 Zac MedicoMake the global "actions" variable a local inside parse...
2009-06-23 Zac MedicoBug #275047 - Split _emerge/__init__.py into smaller...
2009-06-23 Zac MedicoBug #275047 - Split _emerge/__init__.py into smaller...
2009-06-22 Zac MedicoBug #275047 - Split _emerge/__init__.py into smaller...
2009-06-22 Zac MedicoBug #275047 - Split _emerge/__init__.py into smaller...
2009-06-22 Zac MedicoBug #275047 - Split _emerge/__init__.py into smaller...
2009-06-22 Zac MedicoRevert lazy imports from r13665 for now, since pyflakes...
2009-06-22 Zac MedicoUse lazy imports for submodules where possible.
2009-06-22 Zac MedicoBug #275047 - Split _emerge/__init__.py into smaller...
2009-06-20 Zac MedicoFactor duplicate code out of depgraph._add_pkg and...
2009-06-19 Zac MedicoBug #264434 - Delay evaluation of all disjunctive ...
2009-06-18 Zac MedicoAdd a EMERGE_LOG_DIR variable to control the location...
2009-06-17 Zac MedicoWhen --pretend overrides --ask, don't show any output.
2009-05-06 Mike Frysingertweak output when diff access rights are needed
2009-05-03 Zac MedicoSimplify DepPriority.__int__() and make it consistent...
2009-05-02 Zac MedicoFix DepPriority.__int__() to return distinguishable...
2009-04-30 Zac MedicoRemove unnecessary doebuild_environment() call from...
2009-04-29 Zac MedicoBug #267860 - Make JobStatusDisplay respect FEATURES...
2009-04-29 Zac MedicoBug #267810 - Don't sort C/CXX/LDFLAGS in emerge -...
2009-04-20 Zac MedicoWhen in --nodeps mode, make depgraph._serialize_tasks...
2009-04-19 Zac MedicoDrop from --ask to --pretend for uninstall all actions.
2009-04-19 Zac MedicoAdd missing del when cleansing cache in action_metadata().
2009-04-19 Zac MedicoTweak _eclasses_ logic inside action_metadata().
2009-04-19 Zac MedicoIn action_deselect(), use the installed packages to...
2009-04-19 Zac MedicoAdd --ask support to action_deselect().
2009-04-19 Zac MedicoFix bugs in action_deselect() and add --pretend support.
2009-04-19 Zac MedicoAdd a new --deselect action which removes atoms from...
2009-04-18 Zac MedicoAdd support to emerge --metadata for transfering cache...
2009-04-15 Zac MedicoBug #265909 - Make emerge display a warning message...
2009-04-15 Zac MedicoAdd support in action_uninstall() for file -> package...
2009-04-15 Zac MedicoSplit out an action_uninstall() function to handle...
2009-04-11 Zac MedicoFilter virtuals when expanding atoms if it helps to...
2009-04-10 Zac MedicoFix broken logic from previous commit.
2009-04-10 Zac MedicoBug #265034 - In depgraph.loadResumeCommand(), tolerate...
2009-04-09 Zac MedicoRemove --nocolor since it's been replaced by --color...
2009-04-09 Zac MedicoBug #264435 - Handle EAGAIN errors when writing to...
2009-04-08 Zac MedicoDon't try to execut the pkg_info phase if DEFINED_PHASE...
2009-04-08 Zac MedicoReorganize emerge --info <atom> display, and make sure...
2009-04-08 Zac MedicoAdd UseFlagDisplay.sort_combined and sort_separated...
2009-04-08 Zac MedicoBug #265111 - Make current options override older optio...
2009-04-08 Zac MedicoMake emerge --info <atom> display USE similarly to...
2009-04-07 Zac MedicoAdd support to repoman for using layout.conf to control...
2009-04-06 Zac MedicoAdd portdbapi support for a metadata/layout.conf file...
2009-04-01 Zac MedicoAllow --root-deps for ROOT=/, so people can do weird...
2009-04-01 Zac MedicoCombine the --rdeps-only and --root-deps options into...
2009-03-31 Zac MedicoWhen in --quiet mode, still show a message for failures in
2009-03-31 Zac MedicoIn MetadataRegen._metadata_exit(), notify the consumer...
2009-03-31 Zac MedicoAdd a "consumer" keyword parameter to the MetadataRegen...
2009-03-30 Zac MedicoAdd support in MetadataRegen for cleansing stale cache...
2009-03-30 Zac MedicoAdd a cp_iter keyword argument to the MetadataRegen...
2009-03-30 Zac MedicoFix --newuse code to compare installed package USE...
2009-03-30 Zac MedicoBug #264291 - Fix inappropriate build dir creation...
2009-03-29 Zac MedicoFix bug in old-style virtuals code from previous commit.
2009-03-29 Zac MedicoInside depgraph.validate_blockers(), prevent false...
2009-03-29 Zac MedicoAdd a --root option that sets $ROOT (complements the...
2009-03-29 Zac MedicoAdd support for --rdeps-only and --root-deps options...
2009-03-28 Zac MedicoBug #243220 - Show messages in emerge.log when old...
2009-03-28 Zac MedicoDon't show the package counter for "Uninstalling" messages.
2009-03-28 Zac MedicoAdd (x of y ) package counter in the "Installing" messa...
2009-03-24 Zac MedicoUpdate code for removing noauto from FEATURES since...
2009-03-24 Zac MedicoAdd support for FEATURES=parse-eapi-glep-55. This featu...
2009-03-23 Zac MedicoIf a package is masked by EAPI then don't show any...
2009-03-23 Zac MedicoAdd support for FEATURES=parse-eapi-ebuild-head, which...
2009-03-23 Zac MedicoWhen calling doebuild() to spawn the 'depend' phase...
2009-03-22 Zac MedicoFix argument validation to allow file paths. Thanks...
2009-03-20 Zac MedicoNormalize try/except indentation for compatibility...
2009-03-17 Zac MedicoValidate argument atoms earlier for build actions. v2.2_rc26
2009-03-12 Zac MedicoBug #261670 - Automatically revert the CHOST metadata... v2.2_rc25
2009-03-12 Zac MedicoUpdate docstring for EbuildBuildDir.clean_log().
2009-03-12 Zac MedicoBug #261992 - Replace the EbuildBuildDir.clean() method...
2009-03-12 Zac MedicoBug #261992 - Inside Binpkg._prefetch_exit(), avoid...
2009-03-12 Zac MedicoMake dyn_clean ignore FEATURES=keepwork when [[ $EMERGE...
2009-03-11 Zac MedicoBug #262211 - Avoid triggering an InvalidAtom exception...
2009-03-11 Zac MedicoBug #262012 - Only trigger the slot conflict message...
2009-03-10 Zac MedicoUse protocol=2 for pickle.dump() calls, so that pickles...
2009-03-09 Zac MedicoReorganize code for --digests and FEATURES=digest.
2009-03-09 Zac MedicoBug #261675 - Generate manifests in advance when FEATUR...
2009-03-09 Zac MedicoMake the --digest warning message show for FEATURES...
2009-03-07 Zac MedicoAlways use basestring instead of str with isinstance().
2009-03-05 Zac MedicoMake --searchdesc imply --search inside parse_opts().
2009-03-05 Zac MedicoOnly generate PORTAGE_COUNTER_HASH for actions that...
2009-03-05 Zac MedicoMake --version and action.
2009-03-05 Zac MedicoSet Unpickler.find_global = None when possible and...
2009-03-05 Zac MedicoRemove unnecessary creation of lists when iterating...
2009-03-04 Zac MedicoBug #256289 - When displaying an unsatisfied USE dep...
2009-03-02 Zac MedicoWhen ACCEPT_CHOSTS is set, enable CHOST masking for...
2009-03-01 Zac MedicoSkip the code from bug #259954 when $ROOT != / since...
2009-02-27 Zac MedicoFix PipeReader and PipeReaderTestCase to work with...
2009-02-26 Zac MedicoRemove recursion code from Scheduler._system_merge_star...
2009-02-26 Zac MedicoIn traversing deps to add to Scheduler._unsatisfied_sys...
2009-02-26 Zac MedicoBug #259954 - Do not spawn parallel build when the...
2009-02-26 Zac MedicoRemove stray parenthesis.
2009-02-26 Zac MedicoInside depgraph._merge_order_bias(), promote deep syste...
2009-02-26 Zac MedicoImplement BlockerDepPriority.__str__().
2009-02-25 Zac MedicoFix typo in DepPriority.__str__().
2009-02-23 Zac MedicoWhen displaying reverse dependencies in verbose --depcl...
next