portage.git
2009-11-07 Zac MedicoFix typo in comment. v2.2_rc49
2009-11-06 Zac MedicoUse writemsg instead of print, to send debug messages...
2009-11-06 Zac MedicoBug #291200 - Add a --quiet-build option to redirect...
2009-11-06 Zac MedicoCollapse two [[ ]] into one.
2009-11-06 Zac MedicoFor --debug mode, enable bash tracing when sourcing...
2009-11-06 Zac MedicoBug #291142 - Fix some cases when a 'missed update...
2009-11-06 Zac MedicoUse writemsg instead of print, to send debug messages...
2009-11-05 Arfrever Frehtes... Define portage.proxy.objectproxy.ObjectProxy.__add__...
2009-11-04 Arfrever Frehtes... Decode git output in _emerge.actions.git_sync_timestamp...
2009-11-04 Zac MedicoBug #291331 - Make send_mail() encode the unicode messa...
2009-11-04 Zac MedicoInside depgraph._complete_graph(), only pull in deps...
2009-11-02 Zac MedicoDon't call FakeVartree.sync() redundantly when backtrac...
2009-11-01 Zac MedicoMove FakeVartree population out of the constructor...
2009-11-01 Zac MedicoEliminate duplicate code from the FakeVartree construct...
2009-10-31 Zac MedicoFix --backtrack option handling. v2.2_rc48
2009-10-31 Zac MedicoAdd a --backtrack=COUNT option to control how many...
2009-10-31 Zac MedicoFor compatibility, still exit successfully if there...
2009-10-31 Zac MedicoAllow unmerge of packages from the "selected" set when...
2009-10-31 Zac MedicoBug #290921 - Always exit unsuccessfully if -r is not...
2009-10-31 Zac MedicoMake cacheddir() always behave like EmptyOnError is...
2009-10-31 Zac MedicoMake dblink.delete() remove empty parent category direc...
2009-10-31 Zac MedicoBug #291271 - Make vardbapi._bump_mtime() create catego...
2009-10-31 Zac MedicoBug #259697 - Update IUSE.invalid docs for GLEP 56.
2009-10-27 Zac MedicoBug #290428 - Update mtime of /var/db/pkg and category... v2.2_rc47 v2.2_rc48_14769
2009-10-26 Zac MedicoBug #290625 - Manually encode output to stdout in pytho...
2009-10-26 Zac MedicoRevert the workaround for bug #288863. This will requir...
2009-10-26 Zac MedicoAdd a reference to bug #141118 inside _expand_new_virtu...
2009-10-26 Zac MedicoTake the -c option and make it mean --depclean instead...
2009-10-26 Zac MedicoAdd -R as a shortcut for --depclean. Thanks to Jonathan...
2009-10-25 Zac MedicoAdd a parsedate() function which emulates rfc822.parsed...
2009-10-25 Zac MedicoUse calendar.timegm instead of time.mktime, for correct...
2009-10-25 Zac MedicoDon't set mtime on downloaded metadata.dtd when using...
2009-10-24 Fabian Groffenupdate documentation on _test_openpty_eof and disable...
2009-10-24 Zac MedicoBug #134466 - Add a --ask-enter-invalid option. When...
2009-10-24 Zac MedicoUse urllib.urlopen() instead of portage.fetch() for...
2009-10-23 Zac MedicoAdd --help output for --unordered-display, and move...
2009-10-23 Zac MedicoUse find with -print0 for absolute safety.
2009-10-23 Zac MedicoBug #289967 - Update installsources rsync code for...
2009-10-23 Zac MedicoFactor vdb loading code out of the depgraph constructor...
2009-10-23 Zac MedicoFactor out duplicate "These are the packages that would...
2009-10-23 Zac MedicoAdd a --unordered-display option for use with --tree...
2009-10-23 Zac MedicoFactor the --tree code out of depgraph.display().
2009-10-19 Zac MedicoFix license_groups parsing to stack the lists, so licen...
2009-10-19 Zac MedicoRemove the docs for the extend, remove, and intersect...
2009-10-19 Mike Frysingerdrop IMAGE -- people have had years to catch up
2009-10-19 Zac MedicoBug #259697 - Update IUSE.invalid docs for glep 56...
2009-10-19 Zac MedicoAdd support for display of nested sets in --depclean...
2009-10-18 Zac MedicoRemove support for 'extend', 'remove', and 'intersect...
2009-10-18 Zac MedicoRevert r14677 since it doesn't interact well with the...
2009-10-18 Zac MedicoAdd a boolean expand_nested_sets parameter to SetConfig...
2009-10-18 Zac MedicoMove filtering of misc bash variables from save_ebuild_...
2009-10-18 Zac MedicoFix messages broken in r14616. Thanks to Arfrever for...
2009-10-18 Zac MedicoConvert --select to boolean True when enabled, so ...
2009-10-18 Zac MedicoWarn aabout default world and system set configuration...
2009-10-18 Zac MedicoAdd a --use-ebuild-visibility option, for using unbuilt...
2009-10-18 Zac MedicoFix breakage in DEFINED_PHASES code.
2009-10-18 Zac MedicoRemove reference to non-existent _source_ebuild function.
2009-10-18 Arfrever Frehtes... Preserve variables which have been set in global scope...
2009-10-18 Zac MedicoInd SetConfig.getSetAtoms(), don't assume the set has...
2009-10-18 Zac MedicoCall config._init_dirs() from emerge so that it's not...
2009-10-18 Zac MedicoAutomatically create a fallback setconfig, so emerge...
2009-10-18 Zac MedicoBug #227225 - Add *DEPEND.badtilde warning for ~ operat...
2009-10-18 Zac MedicoMake cpv_getkey() use catpkgsplit() insead of a separat...
2009-10-17 Zac MedicoFix repoman breakage from previous commit.
2009-10-17 Zac MedicoInside dep_zapdeps(), detect cases such as || ( foo...
2009-10-17 Zac MedicoBug #273636 - Add doins and newins support for symlink...
2009-10-17 Zac MedicoBug #273643 - Don't export AA in EAPI 3. Thanks to...
2009-10-17 Zac MedicoUse short substitution syntax in use_with() and use_ena...
2009-10-17 Zac MedicoFix einstall() change from previous commit, for compati...
2009-10-17 Zac MedicoUse [ "${foo+set}" = set ] instead of "${foo-unset...
2009-10-17 Zac MedicoFix WorldHandler to use the "selected" set.
2009-10-17 Zac MedicoIn dyn_unpack, check mtimes on $A instead of $AA. Thank...
2009-10-17 Zac MedicoMake phase variable local in has_phase_defined_up_to().
2009-10-17 Zac MedicoSimplify the conditionals from bug #273648. Thanks...
2009-10-17 Zac MedicoBug #273648 - EAPI 3 - the following condtions must...
2009-10-16 Zac MedicoBug #287869 - Add a --selective[=n] option (inverse...
2009-10-16 Zac MedicoBug #266454 - Make @world an all-inclusive set once...
2009-10-16 Zac MedicoRemove soname_cache inside calc_depclean() since Linkag...
2009-10-16 Zac MedicoEnsure that /dev/std* streams have appropriate sandbox...
2009-10-16 Zac MedicoTODO: Make resume_depgraph() return reasons for dropped...
2009-10-16 Zac MedicoBug #289068 - Avoid KeyError: USE when depgraph calls...
2009-10-15 Zac MedicoAdd back info_vars docs accidentally removed in r14587...
2009-10-15 Zac MedicoAdd the "test" flag to implicit IUSE, so handling of...
2009-10-14 Zac MedicoOnly call _test_pty_eof() on Linux, since it seems...
2009-10-14 Zac MedicoAdd some examples for ACCEPT_LICENSE and ACCEPT_PROPERTIES.
2009-10-14 Zac MedicoBug #288906 - Fix Scheduler._dblink_elog() to always...
2009-10-14 Zac MedicoWhen --depclean pulls in the provider of a library...
2009-10-13 Zac MedicoImplement __len__.
2009-10-12 Zac MedicoImplement FetchlistDict.__len__, in order to avoid
2009-10-12 Zac MedicoAdd a note about ACCEPT_LICENSE. v2.2_rc46
2009-10-12 Zac MedicoUpdate ACCEPT_LICENSE and ACCEPT_PROPERTIES docs.
2009-10-12 Zac MedicoAdd a reference to GLEP 23.
2009-10-12 Zac MedicoDocument license_groups.
2009-10-11 Zac MedicoUse a shell script wrapper for EPYTHON handling.
2009-10-11 Zac MedicoUse a shell script for dohtml instead of a function...
2009-10-11 Zac MedicoRename dohtml to dohtml.py. Next commit will add a...
2009-10-11 Zac MedicoBug #288551 - Handle invalid cpv in portdbapi.aux_get...
2009-10-11 Zac MedicoBug #288551 - Fix portageq to handle portage.exception...
2009-10-11 Zac MedicoAdd a xpak-helper.py script, so that shell code always...
2009-10-11 Zac MedicoFix python shebangs. s:/usr/bin/env python:/usr/bin...
next