portage.git
2010-07-27 Sebastian LutherTests: add sets/base/testInternalPackageSet
2010-07-27 Sebastian Lutherportage.sets: Don't allow extended atoms unless explici...
2010-07-27 Michał GórnyUse a directory for the default set configuration.
2010-07-27 Zac MedicoFix PackageSet._updateAtomMap() to use ExtendedAtomDict...
2010-07-27 David JamesFix race condition in Portage symlink creation.
2010-07-27 Zac MedicoFix ExtendedAtomDict so get() and __getitem__() behave...
2010-07-27 Zac MedicoMake ExtendedAtomDict inherit from MutableMapping,...
2010-07-26 Zac MedicoAllow the --depclean library consumer check to be disab...
2010-07-26 Zac MedicoIf more than 20 file collisions occur, only look up...
2010-07-26 Zac MedicoWhen the iter_owners dblink cache becomes full, do...
2010-07-25 Zac MedicoMake extended_cp_match() use re.escape() for safety...
2010-07-25 Zac MedicoBug #329159 - If there are merge collisions are detecte...
2010-07-25 Zac MedicoMake iter_owners() switch to a slower but lower-memory...
2010-07-25 Sebastian LutherBug #329803 - Make unmerge() show a machine-readable...
2010-07-25 Zac MedicoMake extended_cp_match() cache regular expressions...
2010-07-25 Zac MedicoAdd a gc.collect() call inside iter_owers(), since...
2010-07-25 Zac MedicoRe-implement extended_cp_match() using regex, and only...
2010-07-25 Zac MedicoFix description of FEATURES=fixlafiles.
2010-07-25 Sebastian LutherFEATURES: Rename lafilefixing -> fixlafiles
2010-07-24 Sebastian Lutherextended atom syntax: Allow wildcards in all places
2010-07-24 Zac MedicoHandle UnicodeDecodeError from subprocess.getstatusoutp...
2010-07-23 Sebastian Lutherportage.dep._use_dep: better validation, enable all...
2010-07-23 Sebastian Lutherportage.dep.isvalidatom(): Add support for atoms with...
2010-07-23 Sebastian LutherTest: Add dep/test_best_match_to_list
2010-07-23 Sebastian LutherTests: dep/test_match_from_list: Complete rewrite
2010-07-23 Sebastian LutherTests: Extend dep/testAtom.py and add test cases for...
2010-07-23 Sebastian Lutherportage.tests.TestCase: Add assertRaisesMsg() from...
2010-07-23 Sebastian Luther--exclude: Add support for atoms with wildcards
2010-07-23 Sebastian Lutherportage.sets: Add support for atoms with wildcards
2010-07-23 Sebastian LutherMake atoms with wildcards work in package.properties
2010-07-23 Sebastian LutherMake atoms with wildcards work in package.license
2010-07-23 Sebastian LutherMake atoms with wildcards work in package.mask and...
2010-07-23 Sebastian LutherMake atoms with wildcards in package.use work
2010-07-23 Sebastian Lutherportage.dep.{match_from_list,best_match_to_list}: Add...
2010-07-23 Sebastian Lutherportage.ebuild.config: Allow wildcards in atoms in...
2010-07-23 Sebastian Lutherportage.util.grab*(): Add optional parameter to allow...
2010-07-23 Sebastian Lutherportage.dep.Atom: Add optional parameter to allow wildc...
2010-07-21 Zac MedicoMove the mod_echo import to the top, so the module...
2010-07-21 Zac MedicoRemove 'mysettings' arguments from finalize() functions...
2010-07-20 Zac MedicoBug #328935 - Document ${ACTION} substitution in PORTAG...
2010-07-19 Zac MedicoBug #328317 - If libc is artifically promoted in the...
2010-07-19 Mike Frysingerinstall_qa_check: catch more gcc warnings
2010-07-19 Zac MedicoIn portdbapi.getfetchsizes(), only split PORTAGE_RO_DIS...
2010-07-19 Zac MedicoSkip unecessary stat calls on PORTAGE_RO_DISTDIRS in
2010-07-19 Zac MedicoBug #305035 - Fix portdbapi.getfetchsizes() to account for
2010-07-18 Sebastian Lutherlafilefixing: Use .replace() instead of the broken...
2010-07-16 Zac MedicoFix broken reference to self._settings (from previous...
2010-07-16 Zac MedicoBug #327883 - Make EbuildBuild call the pre-clean phase...
2010-07-16 Zac MedicoMake EbuildBuildDir.clean_log() do nothing when FEATURE...
2010-07-16 Zac MedicoMake prepare_build_dirs() respect FEATURES=keeptemp.
2010-07-15 Michał GórnyRemove 'filedir.missing' check info.
2010-07-15 Zac MedicoUse b'foo' instead of _unicode_encode() where appropriate.
2010-07-15 Zac MedicoFix unicode handling in arguments and commit message...
2010-07-15 Michał GórnyCombine the two 'file.executable' checks into a single...
2010-07-14 Fabian GroffenAdd forgotten trailing comma.
2010-07-14 Michał GórnyAdd FindVCS() to __all__.
2010-07-14 Michał GórnyDrop deprecated self.eapi saving.
2010-07-14 Michał GórnyRetab.
2010-07-14 Michał GórnySupport BrE spelling 'licence' in UselessDodoc check.
2010-07-14 Michał GórnyAdd EAPI 3-defined variables to the readonly check.
2010-07-14 Michał GórnyMake copyright/CVS header checks more strict.
2010-07-14 Zac Medico* Add support for PORTAGE_USERNAME and PORTAGE_GRPNAME
2010-07-14 Zac MedicoUse epytext markup in rewrite_lafile() docstring, and...
2010-07-14 Zac MedicoUse _encodings['merge'] for *.la filenames.
2010-07-13 Sebastian LutherBug #328099 - Adjust ccache documentation
2010-07-12 Sebastian Lutherwarn that ccache can trigger compilation failure
2010-07-12 Michał Górnyrepoman: don't complain about stray Manifests.
2010-07-12 Zac MedicoFix output handling for FEATURES="lafilefixing".
2010-07-12 Zac MedicoFix writemsg to only use fd.buffer when it is stderr...
2010-07-12 Zac MedicoMake lafilefixer handle files in binary mode, in order...
2010-07-12 Sebastian LutherLet emerge fix .la files
2010-07-12 Michał GórnyFix 'repoman --ask' to not require an argument.
2010-07-11 Michał GórnySupport '--ask' option to 'repoman commit'.
2010-07-11 Zac MedicoAdd FEATURES=unknown-features-warn, so the the warning...
2010-07-11 Zac MedicoMove the check for unsupported FEATURES to config.valid...
2010-07-11 Zac MedicoUse writemsg_stdout instead of print, for unicode safety.
2010-07-11 Zac MedicoFix possible bugs recently introduced in --info version...
2010-07-11 Zac MedicoFix emerge --info breakage for python-3.x (cmp usage).
2010-07-11 Zac MedicoIn _unicode_func_wrapper.__call__, don't want to conver...
2010-07-11 Michał GórnyMake the commitmessage append clearer.
2010-07-11 Michał GórnyPass '--relative' to 'git diff-index'.
2010-07-11 Michał GórnyIntroduce '--vcs' option for repoman.
2010-07-11 Michał GórnyRewrite VCS detection code in repoman.
2010-07-11 Sebastian Lutheremerge --info: show package names for providing packages
2010-07-10 Zac MedicoBug #327507 - Drop privileges when retrieving server...
2010-07-09 Christopher... Patch ebuild.sh to not nuke the WORKDIR if FEATURES...
2010-07-08 Sebastian Lutheremerge --info: Print repo names for packages not from...
2010-07-08 Samuli SuominenBug #326553 - check for preserve_old_lib
2010-07-08 Sebastian LutherWarn if FEATURES contains unknown values and don't...
2010-07-08 Zac MedicoMake Scheduler._schedule_tasks() use a loop to ensure...
2010-07-08 Zac MedicoAdd a Scheduler._is_work_scheduled() method, to handle...
2010-07-07 Zac MedicoBug #326787 - Fix intermittent failure to satisify...
2010-07-07 Sebastian Pippingrepoman: Fix bogus warnings "Invalid atom in [..]/packa...
2010-07-07 Daniel RobbinsGLEP 55 removal
2010-07-05 Zac MedicoHandle InvalidAtom from vardbapi.match() in has_version.
2010-06-27 Sebastian Luther--deselect: Print "would remove" instead of "removing...
2010-06-27 Sebastian LutherMake --deselect handle all cases of atoms/sets on the...
2010-06-27 Daniel Robbinsmisc-functions.sh fix for baselayout
2010-06-25 Arfrever Frehtes... Bug #325505: Fix UnicodeEncodeError in _emerge.actions...
2010-06-23 Zac MedicoAdd a --portdir option, requested by Daniel Robbins.
next