2009-03-05 |
Zac Medico | Make config.categories a sorted tuple so that portdbapi... |
commit | commitdiff | tree | snapshot |
2009-03-05 |
Zac Medico | Add tests for use_reduce() and paren_reduce(). |
commit | commitdiff | tree | snapshot |
2009-03-05 |
Zac Medico | Use enumerate() inside use_reduce() validation code. |
commit | commitdiff | tree | snapshot |
2009-03-05 |
Zac Medico | Use basestring instead of str for isinstance check... |
commit | commitdiff | tree | snapshot |
2009-03-05 |
Zac Medico | Remove unnecessary setting of default values to empty... |
commit | commitdiff | tree | snapshot |
2009-03-05 |
Zac Medico | Make the first argument of update() methods be an optio... |
commit | commitdiff | tree | snapshot |
2009-03-05 |
Zac Medico | Make --searchdesc imply --search inside parse_opts(). |
commit | commitdiff | tree | snapshot |
2009-03-05 |
Zac Medico | Only generate PORTAGE_COUNTER_HASH for actions that... |
commit | commitdiff | tree | snapshot |
2009-03-05 |
Zac Medico | Make --version and action. |
commit | commitdiff | tree | snapshot |
2009-03-05 |
Zac Medico | Set Unpickler.find_global = None when possible and... |
commit | commitdiff | tree | snapshot |
2009-03-05 |
Zac Medico | Remove unnecessary creation of lists when iterating... |
commit | commitdiff | tree | snapshot |
2009-03-04 |
Zac Medico | Bug #261082 - Prefer remote package instances whenever... |
commit | commitdiff | tree | snapshot |
2009-03-04 |
Zac Medico | Make glsa-check executable. |
commit | commitdiff | tree | snapshot |
2009-03-04 |
Zac Medico | Bug #261082 - Fix --getbinpkgonly code in binarytree... |
commit | commitdiff | tree | snapshot |
2009-03-04 |
Zac Medico | Bug #256289 - When displaying an unsatisfied USE dep... |
commit | commitdiff | tree | snapshot |
2009-03-04 |
Zac Medico | Fix vdb entry writting code in dyn_install() to avoid... |
commit | commitdiff | tree | snapshot |
2009-03-03 |
Zac Medico | Make KeyValuePairFileLoader store the values as a strin... |
commit | commitdiff | tree | snapshot |
2009-03-03 |
Zac Medico | ACCEPT_CHOSTS applies to unbuilt ebuild now (not just... |
commit | commitdiff | tree | snapshot |
2009-03-02 |
Zac Medico | Fix KeyValuePairFileLoader to only split on '=' once... |
commit | commitdiff | tree | snapshot |
2009-03-02 |
Zac Medico | When ACCEPT_CHOSTS is set, enable CHOST masking for... |
commit | commitdiff | tree | snapshot |
2009-03-02 |
Zac Medico | Use PORTAGE_USE when evaluating LICENSE inside portdbap... |
commit | commitdiff | tree | snapshot |
2009-03-02 |
Zac Medico | When fetch() is called and there is an existing file... |
commit | commitdiff | tree | snapshot |
2009-03-01 |
Zac Medico | Don't give portage group write permissions on the mtime... |
commit | commitdiff | tree | snapshot |
2009-03-01 |
Zac Medico | Thanks to Petteri Räty <betelgeuse@gentoo.org> for... |
commit | commitdiff | tree | snapshot |
2009-03-01 |
Zac Medico | Remove redundant long(_mtime_) conversion since templat... |
commit | commitdiff | tree | snapshot |
2009-03-01 |
Zac Medico | * Fix portage.cache.template.database.__getitem__(... |
commit | commitdiff | tree | snapshot |
2009-03-01 |
Zac Medico | Skip the code from bug #259954 when $ROOT != / since... |
commit | commitdiff | tree | snapshot |
2009-02-28 |
Zac Medico | When checking ebuild content, use codecs.open() to... |
commit | commitdiff | tree | snapshot |
2009-02-28 |
Zac Medico | In _ensure_default_encoding(), make sure the default... |
commit | commitdiff | tree | snapshot |
2009-02-28 |
Zac Medico | Add support to _ensure_default_encoding() for the same... |
commit | commitdiff | tree | snapshot |
2009-02-28 |
Zac Medico | Make Atom instances consume less memory by implementing... |
commit | commitdiff | tree | snapshot |
2009-02-27 |
Zac Medico | Use Popen.communicate() to avoid a potential deadlock. |
commit | commitdiff | tree | snapshot |
2009-02-27 |
Zac Medico | Open then temp file in text mode for py3k compatibility. |
commit | commitdiff | tree | snapshot |
2009-02-27 |
Zac Medico | Open the temp file in text mode for py3k compatibility. |
commit | commitdiff | tree | snapshot |
2009-02-27 |
Zac Medico | Open the temp file in text mode for py3k compatibility. |
commit | commitdiff | tree | snapshot |
2009-02-27 |
Zac Medico | Use os.fdopen() on file descriptors returned from mkste... |
commit | commitdiff | tree | snapshot |
2009-02-27 |
Zac Medico | Open the temp file in text mode for py3k compatibility. |
commit | commitdiff | tree | snapshot |
2009-02-27 |
Zac Medico | Open the temp file in text mode for py3k compatibility. |
commit | commitdiff | tree | snapshot |
2009-02-27 |
Zac Medico | Use unicode() so that 2to3 handles py3k compatibility. |
commit | commitdiff | tree | snapshot |
2009-02-27 |
Zac Medico | Fix CommandOutputSet to decode binary command output... |
commit | commitdiff | tree | snapshot |
2009-02-27 |
Zac Medico | Fix PipeReader and PipeReaderTestCase to work with... |
commit | commitdiff | tree | snapshot |
2009-02-27 |
Zac Medico | Loosen EMakeParallelDisabled.re so it can match more... |
commit | commitdiff | tree | snapshot |
2009-02-27 |
Zac Medico | Add a new upstream.workaround check for hardcoded MAKEO... |
commit | commitdiff | tree | snapshot |
2009-02-27 |
Zac Medico | Fix test breakage due to change in calling order of... |
commit | commitdiff | tree | snapshot |
2009-02-27 |
Zac Medico | Fix a case in which a SRC_URI is incorrectly idendified... |
commit | commitdiff | tree | snapshot |
2009-02-26 |
Zac Medico | Remove recursion code from Scheduler._system_merge_star... |
commit | commitdiff | tree | snapshot |
2009-02-26 |
Zac Medico | In traversing deps to add to Scheduler._unsatisfied_sys... |
commit | commitdiff | tree | snapshot |
2009-02-26 |
Zac Medico | Bug #259954 - Do not spawn parallel build when the... |
commit | commitdiff | tree | snapshot |
2009-02-26 |
Mike Frysinger | reject all set*id binaries that have DT_RPATH:$ORIGIN... |
commit | commitdiff | tree | snapshot |
2009-02-26 |
Zac Medico | Remove stray parenthesis. |
commit | commitdiff | tree | snapshot |
2009-02-26 |
Zac Medico | Inside depgraph._merge_order_bias(), promote deep syste... |
commit | commitdiff | tree | snapshot |
2009-02-26 |
Zac Medico | Implement BlockerDepPriority.__str__(). |
commit | commitdiff | tree | snapshot |
2009-02-25 |
Zac Medico | Fix typo in DepPriority.__str__(). |
commit | commitdiff | tree | snapshot |
2009-02-25 |
Zac Medico | Implement lazy evaluation of USE_EXPAND variables in... |
commit | commitdiff | tree | snapshot |
2009-02-25 |
Zac Medico | In mirror_cache(), normalize EAPI by mapping EAPI=0... |
commit | commitdiff | tree | snapshot |
2009-02-24 |
Zac Medico | Bug #259882 - Disable the ignore-previously-merged... |
commit | commitdiff | tree | snapshot |
2009-02-24 |
Zac Medico | If deepcopy() raises a TypeError for a lazy item that... |
commit | commitdiff | tree | snapshot |
2009-02-23 |
Zac Medico | Make USE_EXPAND wildcard expansion more efficient,... |
commit | commitdiff | tree | snapshot |
2009-02-23 |
Zac Medico | Fix breakage in USE_EXPAND wildcard handling, from... |
commit | commitdiff | tree | snapshot |
2009-02-23 |
Zac Medico | Fix headers that contain $Header instead of $Id. |
commit | commitdiff | tree | snapshot |
2009-02-23 |
Zac Medico | In LazyItemsDict, avoid storing empty lists and dicts... |
commit | commitdiff | tree | snapshot |
2009-02-23 |
Zac Medico | In config.setcpv(), increase efficiency by filtering... |
commit | commitdiff | tree | snapshot |
2009-02-23 |
Zac Medico | Fix getmaskingstatus() so that it doesn't inappropriate... |
commit | commitdiff | tree | snapshot |
2009-02-23 |
Zac Medico | Fix default_encoding logic in _ensure_default_encoding(). |
commit | commitdiff | tree | snapshot |
2009-02-23 |
Zac Medico | Reorganize _ensure_default_encoding(). |
commit | commitdiff | tree | snapshot |
2009-02-23 |
Zac Medico | Revert vardbapi._owners_cache_version and unicode handl... |
commit | commitdiff | tree | snapshot |
2009-02-23 |
Zac Medico | Don't try to call setdefaultencoding() since it's not... |
commit | commitdiff | tree | snapshot |
2009-02-23 |
Zac Medico | When displaying reverse dependencies in verbose --depcl... |
commit | commitdiff | tree | snapshot |
2009-02-23 |
Zac Medico | Bump vardbapi._owners_cache_version from 1 to 2 since... |
commit | commitdiff | tree | snapshot |
2009-02-23 |
Zac Medico | When encoding strings inside vardbapi._counter_hash... |
commit | commitdiff | tree | snapshot |
2009-02-23 |
Zac Medico | Add support in _ensure_default_encoding(), add support... |
commit | commitdiff | tree | snapshot |
2009-02-22 |
Zac Medico | When decoding term codes inside the JobStatusDisplay... |
commit | commitdiff | tree | snapshot |
2009-02-22 |
Zac Medico | In EbuildFetchonly.execute(), skip builddir creation... |
commit | commitdiff | tree | snapshot |
2009-02-22 |
Zac Medico | Avoid spurious CCACHE_DIR permissions adjustments when... |
commit | commitdiff | tree | snapshot |
2009-02-22 |
Zac Medico | The python that's inside stage 1 or 2 is built with... |
commit | commitdiff | tree | snapshot |
2009-02-22 |
Zac Medico | Use a lock to ensure that threaded code doesn't cause... |
commit | commitdiff | tree | snapshot |
2009-02-22 |
Zac Medico | Use lazyimport to avoid importing the portage.elog... |
commit | commitdiff | tree | snapshot |
2009-02-22 |
Zac Medico | Use lazyimport to avoid importing the dep, output,... |
commit | commitdiff | tree | snapshot |
2009-02-22 |
Zac Medico | Use lazyimport to avoid importing the checksum, locks... |
commit | commitdiff | tree | snapshot |
2009-02-22 |
Zac Medico | Fix _LazyImportFrom to use the correct module name... |
commit | commitdiff | tree | snapshot |
2009-02-22 |
Zac Medico | Make lazyimport proxies trigger automatic destruction... |
commit | commitdiff | tree | snapshot |
2009-02-22 |
Zac Medico | Fix typo in __all__. |
commit | commitdiff | tree | snapshot |
2009-02-22 |
Zac Medico | Reduce bloat in portage.util by splitting ObjectProxy... |
commit | commitdiff | tree | snapshot |
2009-02-22 |
Zac Medico | Make lazy_import() skip proxy creation for modules... |
commit | commitdiff | tree | snapshot |
2009-02-21 |
Zac Medico | Make the UserDict and LazyItemsDict constructors use... |
commit | commitdiff | tree | snapshot |
2009-02-21 |
Zac Medico | In config.setcpv(), use LazyItemsDict to implement... |
commit | commitdiff | tree | snapshot |
2009-02-21 |
Zac Medico | In LazyItemsDict, when a singleton is instantiated... |
commit | commitdiff | tree | snapshot |
2009-02-21 |
Zac Medico | Revert r12639 and use string.ascii_letters for python... |
commit | commitdiff | tree | snapshot |
2009-02-21 |
Zac Medico | Inside portage.spawn(), open files for logfile handling... |
commit | commitdiff | tree | snapshot |
2009-02-21 |
Zac Medico | Inside summarylist(), it's possible for myglsa.packages... |
commit | commitdiff | tree | snapshot |
2009-02-21 |
Zac Medico | For python-3.0 compatibility, open files in binary... |
commit | commitdiff | tree | snapshot |
2009-02-20 |
Zac Medico | When loading vdb_metadata.pickle inside vardbapi._aux_c... |
commit | commitdiff | tree | snapshot |
2009-02-20 |
Zac Medico | Add a cross reference from FEATURES=lmirror docs to... |
commit | commitdiff | tree | snapshot |
2009-02-20 |
Zac Medico | In python-3.0, integer division results in a float... |
commit | commitdiff | tree | snapshot |
2009-02-20 |
Zac Medico | Fix StringIO imports so that 2to3 can handle them.... |
commit | commitdiff | tree | snapshot |
2009-02-20 |
Zac Medico | Add a new portage.utils.lazy_import() function which... |
commit | commitdiff | tree | snapshot |
2009-02-20 |
Zac Medico | Try to fix svn:keywords again. |
commit | commitdiff | tree | snapshot |
2009-02-20 |
Zac Medico | Try to fix svn:keywords again. |
commit | commitdiff | tree | snapshot |
2009-02-19 |
Zac Medico | Add back Rev to svn:keywords (accidentally removed... |
commit | commitdiff | tree | snapshot |
2009-02-19 |
Zac Medico | When displaying the list of failed packages, tell the... |
commit | commitdiff | tree | snapshot |
next |