portage.git
2008-11-14 Zac MedicoRemove list_preserved_libs().
2008-11-13 Zac MedicoAdd a --changelog-rev option that truncates the ChangeL...
2008-11-13 Zac MedicoRemove --search set matching support.
2008-11-13 Zac MedicoRefer to portage-2.1.6_rc1 in comment about resume...
2008-11-13 Zac MedicoMake PORTAGE_BINHOST docs refer to 2.1.6 instead of...
2008-11-13 Zac MedicoUpdate docs to not prefix system and world sets with...
2008-11-13 Zac MedicoAdjust man headers to reference portage-2.1.6 instead...
2008-11-13 Zac MedicoAdjust news and notes for 2.2 features that are include...
2008-11-13 Zac MedicoRemove the sets configuration docs.
2008-11-13 Zac MedicoRemove preserve-libs support, it's API, and code that...
2008-11-13 Zac MedicoDisable set expansion inside expand_set_arguments(...
2008-11-13 Zac MedicoRemove sets protection code from unmerge().
2008-11-13 Zac MedicoRemove world_sets support from the WorldSet class,...
2008-11-13 Zac MedicoUpdate all portage.sets references to point to the...
2008-11-13 Zac MedicoMake portage.sets private by renaming it to portage...
2008-11-13 Zac MedicoACCEPT_LICENSE support depends on definition of license...
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 MedicoDerive the changelog_path variable from the new checkdi...
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 MedicoUpdate hardcoded "cvs" error messages to show the corre...
2008-11-11 Zac MedicoFix pretend output to show git -a option when committin...
2008-11-11 Zac MedicoAdd git support. Thanks to Daniel Robbins for the initi...
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...
2008-11-09 Zac MedicoMove initialization of Scheduler._background from the...
2008-11-09 Zac MedicoAdd PROPERTIES=interactive support in depgraph.display...
2008-11-09 Zac MedicoWhen adding parent directories to contents inside
2008-11-09 Zac MedicoHandle a corner case inside dblink._add_preserve_libs_t...
2008-11-09 Zac MedicoUpdate docstring for dblink._find_libs_to_preserve().
2008-11-09 Zac MedicoInside vardbapi.removeFromContents(), automatically...
2008-11-09 Zac MedicoBug #243030 - In PreservedLibraryConsumerSet.load(...
2008-11-09 Zac MedicoBug #245362 - Rewrite preserve-libs preservation code...
2008-11-09 Zac MedicoInside LinkageMap, use self._obj_key() whenever possible.
2008-11-08 Zac MedicoFix $ROOT handlink inside display_preserved_libs().
2008-11-08 Zac MedicoWith python-2.6, importing the Crypto.Hash.MD5 and...
2008-11-08 Zac MedicoHandle CommandNotFound exceptions if the scanelf binary...
2008-11-07 Zac MedicoIn LinkageMap.rebuild(), immediately raise a CommandNot...
2008-11-07 Zac MedicoHandle a potential OSError that occurs if the scanelf...
2008-11-07 Zac MedicoReplace NEEDED.ELF.2 strings with references to Linkage...
2008-11-07 Zac MedicoImprove the error message that's generated in LinkageMa...
2008-11-07 Zac MedicoWhen calling scanelf inside LinkageMap.rebuild(), join...
2008-11-07 Zac MedicoFix LinkageMap.rebuild() so that the data from include_...
2008-11-07 Zac MedicoWhen using the `read` builtin to split newlines in...
2008-11-07 Zac MedicoCombine redundant arch_map code inside LinkageMap.rebui...
2008-11-07 Zac MedicoSwap the locations of the arch and soname keys inside...
2008-11-07 Zac MedicoInside LinkageMap._libs, use a SlotDict to store consum...
2008-11-07 Zac MedicoBug #245932 - Pass use_mask and use_force parameters...
2008-11-06 Zac MedicoRemove the special package.keywords mask warning from...
2008-11-06 Zac MedicoBug #245661 - Never enable --complete-graph automatical...
2008-11-06 Zac MedicoIn Atom.__setattr__(), include inputs in case it helps...
2008-11-05 Zac MedicoOverride Atom.__setattr__() to make Atom instances...
2008-11-04 Zac MedicoFix broken reference to self inside unmerge().
2008-11-04 Zac MedicoSynchronize portage update/restart logic in dblink...
2008-11-04 Zac MedicoFree some memory by clearing the LinkageMap cache when...
2008-11-04 Zac MedicoBug #245362 - Use tuples of (device, inode) for all...
2008-11-03 Zac MedicoBug #245358 - For unsatisfied dependencies, display...
2008-11-03 Zac MedicoBug #245356 - Filter POSIXLY_CORRECT from the ebuild...
2008-11-02 Zac MedicoMake metadata.missing and metadata.bad fatal by removin...
2008-11-02 Zac MedicoImport shutil globally.
2008-11-02 Zac MedicoRemove duplicate code inside EbuildFetchPretend._execute().
2008-11-02 Zac MedicoRemove locking from EbuildFetchPretend since it uses...
2008-11-02 Zac MedicoBug #245231 - Make EbuildFetchPretend use a private...
2008-11-01 Zac MedicoIn SetConfig.getSetAtoms(), access self.psets directly... v2.2_rc13
2008-11-01 Zac MedicoIn config.setcpv(), ensure that A and AA aren't in...
2008-11-01 Zac MedicoIn _validate_deps(), show the ebuild version to clarify...
2008-11-01 Zac MedicoTODO: In case some elf files collide with blocked packages,
2008-11-01 Zac MedicoIn Scheduler._calc_resume_list(), use self.pkgsettings...
2008-11-01 Zac MedicoBug #239015 - Disable unmerge operations for Everything...
2008-11-01 Zac MedicoWhen echoing the emake command, redirect to stderr...
2008-11-01 Zac MedicoRemove broken pickle_write() since it can't possibly...
2008-11-01 Zac Medico* In fetch(), ensure that pkg_nofetch is never called...
2008-11-01 Zac MedicoRemove unnecessary handler for plain "Exception" from...
2008-11-01 Zac MedicoAlso call PreservedLibsRegistry.pruneNonExisting()...
2008-11-01 Zac MedicoExplicitly load the preserved libs registry after obtai...
2008-11-01 Zac MedicoBefore returning from PreservedLibsRegistry.store(...
next