Bug #291142 - Fix some cases when a 'missed update' message might not be
[portage.git] / pym /
2009-11-07 Zac MedicoBug #291142 - Fix some cases when a 'missed update...
2009-11-07 Zac MedicoUse writemsg instead of print, to send debug messages...
2009-11-07 Zac MedicoDefine portage.proxy.objectproxy.ObjectProxy.__add__...
2009-11-07 Zac MedicoDecode git output in _emerge.actions.git_sync_timestamp...
2009-11-07 Zac MedicoBug #291331 - Make send_mail() encode the unicode messa...
2009-11-07 Zac MedicoInside depgraph._complete_graph(), only pull in deps...
2009-11-07 Zac MedicoDon't call FakeVartree.sync() redundantly when backtrac...
2009-11-07 Zac MedicoMove FakeVartree population out of the constructor...
2009-11-07 Zac MedicoEliminate duplicate code from the FakeVartree construct...
2009-10-31 Zac MedicoFix --backtrack option handling. (trunk r14767) v2.1.7.3
2009-10-31 Zac MedicoAdd a --backtrack=COUNT option to control how many...
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-27 Zac MedicoBug #290428 - Update mtime of /var/db/pkg and category... v2.1.7.2
2009-10-27 Zac MedicoBug #290625 - Manually encode output to stdout in pytho...
2009-10-27 Zac MedicoAdd a reference to bug #141118 inside _expand_new_virtu...
2009-10-27 Zac MedicoTake the -c option and make it mean --depclean instead...
2009-10-27 Zac MedicoAdd -R as a shortcut for --depclean. Thanks to Jonathan...
2009-10-25 Zac Medicoupdate documentation on _test_openpty_eof and disable...
2009-10-24 Zac MedicoBug #134466 - Add a --ask-enter-invalid option. When...
2009-10-24 Zac MedicoAdd --help output for --unordered-display, and move...
2009-10-24 Zac MedicoFactor vdb loading code out of the depgraph constructor...
2009-10-24 Zac MedicoFactor out duplicate "These are the packages that would...
2009-10-24 Zac MedicoAdd a --unordered-display option for use with --tree...
2009-10-24 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 Medicodrop IMAGE -- people have had years to catch up (trunk...
2009-10-19 Zac MedicoIn calc_depclean(), Rename 'selected' to 'world', since...
2009-10-19 Zac MedicoAdd support for display of nested sets in --depclean...
2009-10-19 Zac MedicoRemove support for 'extend', 'remove', and 'intersect...
2009-10-19 Zac MedicoConvert --select to boolean True when enabled, so ...
2009-10-19 Zac MedicoWarn aabout default world and system set configuration...
2009-10-19 Zac MedicoAdd a --use-ebuild-visibility option, for using unbuilt...
2009-10-18 Zac MedicoIn 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 MedicoMake cpv_getkey() use catpkgsplit() insead of a separat...
2009-10-18 Zac MedicoFix repoman breakage from previous commit. (trunk r14627)
2009-10-18 Zac MedicoInside dep_zapdeps(), detect cases such as || ( foo...
2009-10-18 Zac MedicoBug #273643 - Don't export AA in EAPI 3. Thanks to...
2009-10-18 Zac MedicoBug #287869 - Add a --selective[=n] option (inverse...
2009-10-18 Zac MedicoMerge the internal package set changes from trunk r1461...
2009-10-18 Zac MedicoTODO: Make resume_depgraph() return reasons for dropped...
2009-10-18 Zac MedicoBug #289068 - Avoid KeyError: USE when depgraph calls...
2009-10-18 Zac MedicoAdd the "test" flag to implicit IUSE, so handling of...
2009-10-18 Zac MedicoOnly call _test_pty_eof() on Linux, since it seems...
2009-10-18 Zac MedicoBug #288906 - Fix Scheduler._dblink_elog() to always...
2009-10-18 Zac MedicoImplement __len__. (trunk r14598)
2009-10-18 Zac MedicoImplement FetchlistDict.__len__, in order to avoid
2009-10-11 Zac MedicoBug #288551 - Handle invalid cpv in portdbapi.aux_get...
2009-10-11 Zac MedicoBug #288533 - Make WorldSet automatically include ...
2009-10-10 Zac MedicoDiscard the log on success, since otherwise we'll have...
2009-10-10 Zac MedicoUncomment line accidentally commented in r14538. Thanks...
2009-10-10 Zac MedicoBug #288025 - Avoid AttributeError on OSes that don...
2009-10-10 Zac MedicoRevert the rest of the package sets related code and...
2009-10-10 Zac MedicoRemove world_sets support.
2009-10-10 Zac MedicoBug #248603 - Disable warnings about missing repo_name...
2009-10-10 Zac MedicoFix _set module imports for rename, add hardcoded confi...
2009-10-10 Zac MedicoMake the sets module private in this branch.
2009-10-10 Zac MedicoRevert preserve-libs support since it won't be supporte...
2009-10-10 Zac MedicoDisable EAPI 3_pre1.
2009-10-09 Zac MedicoFix ugly 'Candidates' --debug output.
2009-10-09 Zac MedicoFix error in --changed-use logic.
2009-10-09 Zac MedicoAdd --changed-use as an alias for --reinstall=changed...
2009-10-09 Zac MedicoBug #273099 - Add split-log and split-elog FEATURES...
2009-10-09 Zac MedicoBug #274497 - Misc spelling, grammar, and terminology...
2009-10-09 Zac MedicoForce consistent color output, in case we are capturing...
2009-10-09 Zac MedicoHandle AUTOCLEAN and NOCOLOR case insensitivity inside...
2009-10-09 Arfrever Frehtes... Fix "TabError: inconsistent use of tabs and spaces...
2009-10-09 Zac MedicoBug #272000 - When --keep-going is enabled, don't compl...
2009-10-09 Zac MedicoBug #271551 - Inside depgraph.select_files(), avoid...
2009-10-09 Zac MedicoBug #267468 - Display the total number of binary packag...
2009-10-08 Zac MedicoBug #287950 - Add a --fail-clean[=n] option, for enabli...
2009-10-07 Zac MedicoBug #287950 - Add support for FEATURES=fail-clean which...
2009-10-07 Zac MedicoEnable pty support on FreeBSD.
2009-10-07 Fabian Groffenmerge disable openpty conditional from branches/prefix
2009-10-07 Zac MedicoUse the stricter _pkgsplit function.
2009-10-06 Zac MedicoBug #265267 - Add hint about --accept-properties=-inter...
2009-10-06 Zac MedicoBug #265267 - When disabling --jobs due to interactive...
2009-10-06 Zac MedicoExempt installed packages from PROPERTIES masking since...
2009-10-06 Zac MedicoBug #287870 - Add -r option as short version of --resume.
2009-10-06 Zac MedicoAdd a new --accept-properties option so that users...
2009-10-06 Zac MedicoWhen restarting emerge, don't trust sys.argv[0] since...
2009-10-05 Ned Ludd- move news into features so it can be ignored when...
2009-10-05 Zac Medico* Add default ACCEPT_LICENSE and ACCEPT_PROPERTIES...
2009-10-05 Zac MedicoMake deprecated_profile_check() suggest to use eselect...
2009-10-05 Zac MedicoMake pkgsplit() preserve 'null' category if it's presen...
2009-10-04 Zac MedicoUse _pkgsplit when input cannot contain a category.
2009-10-04 Zac MedicoUse the simpler/stricter _pkgspit in dbapi code.
2009-10-04 Zac MedicoMake pkgsplit() accept a cpv again, since accepting...
2009-10-04 Arfrever Frehtes... Add src_configure and pkg_config to the list of phases...
2009-10-04 Mounir LamouriRestrict upstream.workaround to src_compile and src_ins...
2009-10-04 Fabian Groffenfix mis-alignment
2009-10-03 Zac MedicoGenerate an eerror message in dblink.mergeme when a... v2.2_rc43
2009-10-03 Zac MedicoFix race condition when using a fork inside _test_pty_e...
2009-10-03 Zac MedicoDon't use a fork inside _test_pty_eof() because it...
2009-10-03 Zac MedicoBug #285832 - When updates are missed due to dependenci...
2009-10-02 Zac MedicoBug #287333 - If posible, use ebuild from tree when...
2009-10-02 Zac MedicoBug #287333 - Fix the code from bug #252167 so it behav...
next