If pkg_nofetch needs to be spawned inside fetch() and it happens that
[portage.git] / pym /
2008-12-07 Zac MedicoIf pkg_nofetch needs to be spawned inside fetch() and...
2008-12-06 Zac MedicoValidate $ROOT inside the --resume merge list in order...
2008-12-05 Zac MedicoMake fixpackages use a new "#" symbol for /var/db updat... v2.2_rc17
2008-12-04 Zac MedicoMake fixpackages less noisy by only generting '*' chara...
2008-12-04 Zac MedicoBug #249805 - Add some more PreservedLibsRegistry.prune...
2008-12-04 Zac MedicoMake sure depgraph._slot_conflict_explanation() doesn...
2008-12-04 Zac MedicoBug #249185 - For common cases in which USE deps trigge...
2008-12-03 Zac MedicoBreak references between the depgraph and the dropped...
2008-12-03 Zac MedicoWhen --keep-going drops packages due to unsatisfied...
2008-12-02 Zac MedicoFix depgraph._dep_check_composite_db._visible() to...
2008-12-01 Zac MedicoBug #249185 - For more useful output in cases when...
2008-11-30 Zac MedicoChange depgraph._slot_collision_info() from a set to...
2008-11-29 Zac MedicoAdd a sanity check inside depgraph._add_pkg() to ensure...
2008-11-27 Zac MedicoUse stat st_dev attributes instead of the older approach.
2008-11-27 Zac MedicoDon't call prepare_build_dirs() inside doebuild() when...
2008-11-26 Zac MedicoFor bug #235642, include the stat mode, uid, and gid...
2008-11-26 Zac MedicoIn movefile(), ignore the hardlink_candidates parameter...
2008-11-26 Zac MedicoBug #235642 - Create hardlinks when merging identical...
2008-11-26 Zac MedicoMake Scheduler.merge() bail out early if PORTAGE_TMPDIR...
2008-11-26 Zac MedicoAdd some more clarification to the 'ebuild phase exited...
2008-11-26 Zac MedicoBug #248782 - Handle permission error in EbuildFetchonl...
2008-11-25 Zac MedicoRemove world and system targets for emerge --help since...
2008-11-24 Zac MedicoAlso add 2 spaces after newline, for alignment.
2008-11-24 Zac MedicoAdd one newline, to wrap the "Global Updates" key to...
2008-11-24 Zac MedicoAdd support for parsing EAPI labels in contained in...
2008-11-24 Zac MedicoInside profile_check(), call validate_ebuild_environmen...
2008-11-24 Zac MedicoMake emerge detect an invalid profile an bail out for...
2008-11-23 Zac MedicoFix the code from bug #245358 so that it's guaranteed...
2008-11-23 Zac MedicoBug #247548 - Remove 'last' and 'lfull' commands since...
2008-11-23 Zac MedicoWhen displaying anscestors of an unstatisfied dependenc...
2008-11-22 Zac MedicoAdd new @unavailable package set which contains all...
2008-11-22 Zac MedicoAdd some hints about bash binary corruption and hardwar...
2008-11-22 Zac MedicoMake sure the dict returned from _parse_data() contains...
2008-11-22 Zac MedicoAdd missing '%' symbol (for binary package moves) to...
2008-11-22 Zac MedicoFix some cases in dep_zapdeps() where blocker atoms...
2008-11-21 Zac MedicoBug #247776 - Show a warning message if CONFIG_PROTECT...
2008-11-21 Zac MedicoBug #248059 - Make --depclean more tolerant of invalid...
2008-11-21 Zac MedicoBug #248059 - In action_depclean(), ignore invalid...
2008-11-21 Zac MedicoIn EbuildProcess._start(), don't open the log file...
2008-11-21 Zac MedicoIn JobStatusDisplay, always flush the output stream...
2008-11-21 Zac MedicoWhen given an ambiguous ebuild name to install, format...
2008-11-20 Zac MedicoRemove inappropriate backslash escaping inside _db_esca...
2008-11-20 Zac MedicoInside _parse_data(), don't rely on the magic 22 line...
2008-11-20 Zac MedicoBug #247370 - Use a private PORTAGE_TMPDIR for --fetcho...
2008-11-19 Zac MedicoRemove --fetchonly --resume time.sleep() call which...
2008-11-19 Zac MedicoBug #245716 - When generating QA notices for 'command...
2008-11-18 Zac MedicoMove the repo_name check/warning into a function.
2008-11-18 Zac MedicoWhen warning about 'missing repo_name', also give the...
2008-11-18 Zac MedicoMake serialize_eclasses() sort eclass names.
2008-11-18 Zac MedicoFor emerge --metadata runs, update _eclasses_ metadata...
2008-11-17 Zac MedicoStore the _eclasses_ field instead of INHERITED.
2008-11-17 Zac MedicoBug #139134 - Make the flat_hash and metadata modules...
2008-11-17 Zac MedicoFix the 'jobserver unavailable' regex to match gmake.
2008-11-16 Zac MedicoAdd a QA Notice for 'jobserver unavailable' from make...
2008-11-16 Zac MedicoWhen a "slot conflict" occurs due to USE dependencies...
2008-11-15 Zac MedicoFix logic inside PollScheduler._can_add_job() so that...
2008-11-15 Zac MedicoMake NewsManager.updateItems() and getUnreadItems(...
2008-11-15 Zac MedicoInside depgraph._add_pkg(), handle the case where multi...
2008-11-15 Zac MedicoCheck the return value from depgraph._add_pkg() when...
2008-11-15 Zac MedicoBug #246821 - Avoid TypeError from binarytree.isremote...
2008-11-15 Zac MedicoMake depgraph.display_problems() send unsatisfied depen...
2008-11-15 Zac MedicoBug #246853 - Redirect all ouput from depgraph.display_...
2008-11-15 Zac MedicoBug #236207 - Replace some hardcoded colors with color...
2008-11-15 Zac MedicoBug #173284 - Update config update counting code in...
2008-11-15 Zac MedicoBug #236714 - Handle PortagePackageException raised...
2008-11-15 Zac MedicoMake digestgen() handle PermissionDenied internally...
2008-11-15 Zac MedicoBug #236683 - Fix PermissionDenied handling to report...
2008-11-15 Zac MedicoBug #243022 - Inside dblink.mergeme(), when merging...
2008-11-15 Zac MedicoBug #216190 - Make dblink.treewalk() bail out rather...
2008-11-15 Zac MedicoFix new* and do* ebuild helpers to generate consistent...
2008-11-14 Zac MedicoMake the EbuildQuote check filter out matches that...
2008-11-13 Zac MedicoUse apply_secpass_permissions() to avoid OperationNotPe...
2008-11-13 Zac MedicoUse grabfile() instead of grablines(), to ignore empty...
2008-11-13 Zac MedicoAdd quote from GLEP 42 about permission bits.
2008-11-13 Zac MedicoMisc fixes and cleanups in NewsManager.
2008-11-13 Zac MedicoReturn early from NewsManager.updateItems() if the...
2008-11-13 Zac MedicoAlways return early from NewsManager.updateItems()...
2008-11-12 Zac MedicoUse a simpler approach instead of implementing NewsItem...
2008-11-12 Zac Medico* Add NewsItem.isValid() and DisplayRestriction.isValid...
2008-11-12 Zac MedicoSort the return value from cpv_all() inside vardbapi...
2008-11-12 Zac MedicoInside NewsManager.updateItems(), use a mutable set...
2008-11-12 Zac MedicoInstead of raising a TypeError from the NewsItem constr...
2008-11-12 Zac MedicoUse a frozenset to optimize skiplist containment checks...
2008-11-12 Zac MedicoBug #246451 - Inside SecuritySet._reduce(), use portdba...
2008-11-11 Zac MedicoMake post_emerge() exit early if it detects that the... v2.2_rc14
2008-11-11 Zac MedicoAllow --keep-going to continue in some cases when a...
2008-11-11 Zac MedicoSimplify code for cloning config instances inside Sched...
2008-11-11 Zac MedicoMake FindPortdir() fall back to have_profile_dir()...
2008-11-11 Zac MedicoMake FindPortdir() return (None, None, None) on failure...
2008-11-11 Zac MedicoInside have_profile_dir(), check for existence of profi...
2008-11-11 Zac MedicoFix logic from previous commit in Scheduler._choose_pkg...
2008-11-11 Zac MedicoWhen in --nodeps mode, make Scheduler._set_digraph...
2008-11-11 Zac MedicoInside depgraph.loadResumeCommand(), initialize self...
2008-11-10 Zac MedicoFix --jobs parallel scheduling to ensure that temporary...
2008-11-10 Zac MedicoRevert r11839 since it's not necessarily desired to...
2008-11-10 Zac MedicoIn the LinkageMap.findConsumers() docstring, add a...
2008-11-09 Zac Medico* Use noiselevel=-1 for preserve-libs ">>> needed"...
2008-11-09 Zac MedicoRemove unused formatter code in show_invalid_depstring_...
2008-11-09 Zac MedicoMake show_invalid_depstring_notice() send output to...
2008-11-09 Zac MedicoInside Scheduler._reverse_uninstall_edges(), iover...
next