Remove support for 'extend', 'remove', and 'intersect' sets.conf section
[portage.git] / pym /
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 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 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 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 #273643 - Don't export AA in EAPI 3. Thanks to...
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 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 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 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-11 Zac MedicoBug #288551 - Handle invalid cpv in portdbapi.aux_get...
2009-10-10 Zac MedicoDiscard the log on success, since otherwise we'll have...
2009-10-10 Zac MedicoBug #288025 - Avoid AttributeError on OSes that don...
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...
2009-10-01 Zac MedicoBug #285191 - Remove the RDEPEND.implicit check because...
2009-09-30 Zac MedicoBug #286895 - Generate an eerror message when a directo...
2009-09-30 Zac MedicoUse a regular expression for SLOT validation inside...
2009-09-30 Zac MedicoTake regular expressions from portage.dep and use them...
2009-09-29 Arfrever Frehtes... Fix SyntaxError with Python 3 added in r14462.
2009-09-29 Zac MedicoRevert the rest of r14280 since it seems that dict...
2009-09-29 Zac MedicoAdd back _PackageMetadataWrapper__setitem__, removed...
2009-09-29 Zac MedicoHandle encoding/decoding of unicode when using the...
2009-09-29 Zac MedicoMake tbz2.get_data() return an empty dict on failure.
2009-09-29 Zac MedicoDon't call self.scan() in tbz2.__init__ since all metho...
2009-09-28 Zac MedicoBug #286780 - Fix email.MIME* imports to use email...
2009-09-28 Zac MedicoFix breakage in file path -> package lookup code.
2009-09-27 Zac MedicoMake _test_pty_eof() call process.spawn() instead of...
2009-09-27 Zac MedicoTry to avoid blocking on Darwin in _test_pty_eof()...
2009-09-27 Zac MedicoIn _test_pty_eof(), call waitpid on the child process...
2009-09-27 Zac MedicoMake _test_pty_eof() fork when writing to the slave_fd...
2009-09-27 Zac MedicoMake _test_pty_eof() use non-blocking IO, required...
2009-09-27 Zac MedicoUse catsplit() instead of a regex to generate dbapi...
2009-09-27 Zac MedicoFix binTestsInit() to use correct values for PORTAGE_BI...
2009-09-27 Zac MedicoUse explicit imports instead of *.
2009-09-27 Zac MedicoUse mkdtemp() instead of hardcoded pym/portage/tests...
2009-09-26 Zac MedicoBug #286522 - Check all portdbapi.findname return value...
2009-09-26 Zac MedicoBug #286475 - Fix KeyValuePairFileLoader.lineParser...
2009-09-26 Zac MedicoRevert r14430 and fix to do as intended. Thanks to... v2.2_rc42
2009-09-25 Zac MedicoBug #285767 - Add support to to identify and eliminate...
2009-09-25 Zac MedicoFix UnboundLocalError triggered by atom without categor...
2009-09-25 Zac MedicoMake sure self._allowed_keys are sorted in the table...
2009-09-25 Arfrever Frehtes... Fix formatting of sizes with Python 3.
2009-09-25 Zac MedicoRemove ugly code from __len__, since defining __bool__...
2009-09-25 Arfrever Frehtes... Define __bool__() for compatibility with Python 3.
2009-09-25 Zac MedicoRemove unused imports.
2009-09-25 Zac MedicoFix length calculation so it doesn't assume the length...
2009-09-25 Zac MedicoAdd a test case for this issue: bugs.python.org/issue5334
2009-09-25 Arfrever Frehtes... Use 'in' instead of has_key() in portage.glsa.Glsa...
2009-09-25 Arfrever Frehtes... Use list comprehensions instead of filter() or map...
next