| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix KeyValuePairFileLoader to only split on '=' once and strip whitespace | Zac Medico | 2009-03-02 | 1 | -3/+3 |
* | When ACCEPT_CHOSTS is set, enable CHOST masking for unbuilt ebuilds. This | Zac Medico | 2009-03-02 | 3 | -6/+18 |
* | Use PORTAGE_USE when evaluating LICENSE inside portdbapi.gvisible(). | Zac Medico | 2009-03-02 | 1 | -1/+1 |
* | When fetch() is called and there is an existing file with the wrong size that | Zac Medico | 2009-03-02 | 1 | -7/+15 |
* | Don't give portage group write permissions on the mtimedb since it's not | Zac Medico | 2009-03-01 | 1 | -1/+2 |
* | Thanks to Petteri Räty <betelgeuse@gentoo.org> for this new cache module which | Zac Medico | 2009-03-01 | 1 | -0/+163 |
* | Remove redundant long(_mtime_) conversion since template handles it now. | Zac Medico | 2009-03-01 | 1 | -1/+1 |
* | * Fix portage.cache.template.database.__getitem__() to validate the _mtime_ | Zac Medico | 2009-03-01 | 4 | -25/+24 |
* | Skip the code from bug #259954 when $ROOT != / since it shouldn't matter if | Zac Medico | 2009-03-01 | 1 | -0/+6 |
* | When checking ebuild content, use codecs.open() to force utf_8 encoding for | Zac Medico | 2009-02-28 | 1 | -7/+11 |
* | In _ensure_default_encoding(), make sure the default encoding is normalized. | Zac Medico | 2009-02-28 | 1 | -1/+1 |
* | Add support to _ensure_default_encoding() for the same ascii and utf_8 | Zac Medico | 2009-02-28 | 1 | -2/+12 |
* | Make Atom instances consume less memory by implementing str methods at the | Zac Medico | 2009-02-28 | 1 | -9/+61 |
* | Use Popen.communicate() to avoid a potential deadlock. | Zac Medico | 2009-02-27 | 1 | -2/+2 |
* | Open then temp file in text mode for py3k compatibility. | Zac Medico | 2009-02-27 | 1 | -1/+1 |
* | Open the temp file in text mode for py3k compatibility. | Zac Medico | 2009-02-27 | 1 | -2/+1 |
* | Open the temp file in text mode for py3k compatibility. | Zac Medico | 2009-02-27 | 1 | -3/+3 |
* | Use os.fdopen() on file descriptors returned from mkstemp(). | Zac Medico | 2009-02-27 | 2 | -4/+4 |
* | Open the temp file in text mode for py3k compatibility. | Zac Medico | 2009-02-27 | 1 | -3/+5 |
* | Open the temp file in text mode for py3k compatibility. | Zac Medico | 2009-02-27 | 1 | -1/+1 |
* | Use unicode() so that 2to3 handles py3k compatibility. | Zac Medico | 2009-02-27 | 1 | -5/+1 |
* | Fix CommandOutputSet to decode binary command output in py3k. | Zac Medico | 2009-02-27 | 1 | -2/+6 |
* | Fix PipeReader and PipeReaderTestCase to work with binary strings in py3k. | Zac Medico | 2009-02-27 | 2 | -1/+6 |
* | Loosen EMakeParallelDisabled.re so it can match more variations. | Zac Medico | 2009-02-27 | 1 | -1/+1 |
* | Add a new upstream.workaround check for hardcoded MAKEOPTS=-j1 (previously | Zac Medico | 2009-02-27 | 2 | -2/+9 |
* | Fix test breakage due to change in calling order of AsynchronousTask start | Zac Medico | 2009-02-27 | 1 | -5/+7 |
* | Fix a case in which a SRC_URI is incorrectly idendified as invalid, and add | Zac Medico | 2009-02-27 | 2 | -0/+4 |
* | Remove recursion code from Scheduler._system_merge_started() since indirect | Zac Medico | 2009-02-26 | 1 | -38/+13 |
* | In traversing deps to add to Scheduler._unsatisfied_system_deps, only traverse | Zac Medico | 2009-02-26 | 1 | -1/+8 |
* | Bug #259954 - Do not spawn parallel build when the system is in a fragile | Zac Medico | 2009-02-26 | 1 | -1/+65 |
* | reject all set*id binaries that have DT_RPATH:$ORIGIN #260331 | Mike Frysinger | 2009-02-26 | 1 | -3/+8 |
* | Remove stray parenthesis. | Zac Medico | 2009-02-26 | 1 | -1/+1 |
* | Inside depgraph._merge_order_bias(), promote deep system runtime deps toward | Zac Medico | 2009-02-26 | 1 | -32/+60 |
* | Implement BlockerDepPriority.__str__(). | Zac Medico | 2009-02-26 | 1 | -0/+3 |
* | Fix typo in DepPriority.__str__(). | Zac Medico | 2009-02-25 | 1 | -1/+1 |
* | Implement lazy evaluation of USE_EXPAND variables in config.setcpv(), since | Zac Medico | 2009-02-25 | 1 | -58/+111 |
* | In mirror_cache(), normalize EAPI by mapping EAPI=0 to empty. | Zac Medico | 2009-02-25 | 1 | -3/+4 |
* | Bug #259882 - Disable the ignore-previously-merged option by default since | Zac Medico | 2009-02-24 | 1 | -1/+3 |
* | If deepcopy() raises a TypeError for a lazy item that has been added via a | Zac Medico | 2009-02-24 | 1 | -3/+15 |
* | Make USE_EXPAND wildcard expansion more efficient, and prevent possible | Zac Medico | 2009-02-23 | 1 | -4/+5 |
* | Fix breakage in USE_EXPAND wildcard handling, from r12697. | Zac Medico | 2009-02-23 | 1 | -2/+5 |
* | Fix headers that contain $Header instead of $Id. | Zac Medico | 2009-02-23 | 10 | -18/+18 |
* | In LazyItemsDict, avoid storing empty lists and dicts when no positional or | Zac Medico | 2009-02-23 | 1 | -0/+8 |
* | In config.setcpv(), increase efficiency by filtering USE with IUSE before | Zac Medico | 2009-02-23 | 1 | -5/+5 |
* | Fix getmaskingstatus() so that it doesn't inappropriately return a | Zac Medico | 2009-02-23 | 1 | -3/+7 |
* | Fix default_encoding logic in _ensure_default_encoding(). | Zac Medico | 2009-02-23 | 1 | -1/+2 |
* | Reorganize _ensure_default_encoding(). | Zac Medico | 2009-02-23 | 1 | -47/+46 |
* | Revert vardbapi._owners_cache_version and unicode handling since it needs | Zac Medico | 2009-02-23 | 1 | -3/+3 |
* | Don't try to call setdefaultencoding() since it's not intended to be called. | Zac Medico | 2009-02-23 | 1 | -10/+6 |
* | When displaying reverse dependencies in verbose --depclean/--prune output, | Zac Medico | 2009-02-23 | 1 | -2/+11 |