portage.git
2009-10-09 Zac MedicoAdd a --color < y | n > option so that color output...
2009-10-09 Zac MedicoHandle AUTOCLEAN and NOCOLOR case insensitivity inside...
2009-10-09 Zac MedicoAdd back Arfrever's emerge --info change because it...
2009-10-09 Arfrever Frehtes... Ask for the output of 'emerge --info' instead of 'emerg...
2009-10-09 Arfrever Frehtes... Ask for the output of 'emerge --info =$CATEGORY/$PF'.
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 #270933 - Make the "If you need support ..." messag...
2009-10-09 Zac MedicoBug #267468 - Display the total number of binary packag...
2009-10-08 Zac MedicoFix typo in FEATURES=news docs. Thanks to Jonathan...
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 Arfrever Frehtes... Bug #274870: Add file.size.fatal check in repoman.
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 MedicoFix collision in variable name 'x'.
2009-10-06 Zac MedicoBug #287870 - Add -r option as short version of --resume.
2009-10-06 Zac MedicoAdd a note about --accept-properties and exclusion... v2.2_rc44
2009-10-06 Zac MedicoAdd a new --accept-properties option so that users...
2009-10-06 Zac MedicoAdd a 'digest.missing' check, for cases like mythtv...
2009-10-06 Zac MedicoWhen restarting emerge, don't trust sys.argv[0] since...
2009-10-05 Zac MedicoEnable FEATURES=news by default and document it.
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 Fabian Groffen- do not calculate source with of isolated-functions...
2009-10-03 Fabian Groffenonly calculate spacing width for that part of the stack...
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-10-01 Zac MedicoRemove libtool from RDEPEND.suspect list, since libltdl...
2009-09-30 Zac MedicoAdd --tolerant option (already in use on master rsync...
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 Arfrever Frehtes... Fix TypeError in clear_screen() in dispatch-conf which...
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 Arfrever Frehtes... Use imp.reload() instead of reload() for compatibility...
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...
2009-09-25 Zac MedicoFix more.
2009-09-25 Zac MedicoFix ValueError in digestcheck(), reported by Arfrever.
2009-09-25 Zac MedicoRemove unnecessary dict.has_key() call (fix for python 3).
2009-09-24 Zac MedicoShow an appropriate error message in _create_pty_or_pip...
2009-09-24 Zac MedicoFix regression in _getitem() from r14398, since myf...
2009-09-24 Zac MedicoAdd a test case for bugs.python.org/issue5380 and mark...
2009-09-24 Zac MedicoMake _test_pty_eof() return None if openpty() fails.
2009-09-24 Zac MedicoUse a runtime check to see if bugs.python.org/issue5380...
2009-09-24 Zac MedicoUse dict.__iter__ instead of keys(), since it behaves...
2009-09-24 Zac MedicoFix previous commit.
2009-09-24 Zac MedicoWarn if cpv_getkey() is given invalid input that trigge...
2009-09-24 Zac MedicoAvoid unicode errors in python 3. Thanks to Arfrever...
2009-09-24 Zac MedicoDecode directory names where appropriate in digestcheck...
2009-09-24 Zac MedicoMisc performance enhancements. Thanks to Marat Radchenko
2009-09-24 Zac MedicoFix test case for recent changes.
2009-09-23 Zac MedicoBug #286118 - Fix dbapi.move_ent() methods so they...
next