2009-02-19 |
Zac Medico | For python-3.0 compatibility, encode strings as binary... |
commit | commitdiff | tree | snapshot |
2009-02-19 |
Zac Medico | Tweak code to avoid python-3.0 errors like this one: |
commit | commitdiff | tree | snapshot |
2009-02-19 |
Zac Medico | Revert accidental python-3.0 syntax. |
commit | commitdiff | tree | snapshot |
2009-02-19 |
Zac Medico | For compatibility with python-3.0, open files in text... |
commit | commitdiff | tree | snapshot |
2009-02-19 |
Zac Medico | For compatibility with python-3.0, always open streams... |
commit | commitdiff | tree | snapshot |
2009-02-19 |
Zac Medico | For compatibility with python-3.0, inherit from ObjectP... |
commit | commitdiff | tree | snapshot |
2009-02-19 |
Zac Medico | For python-3.0 compatibility, don't use string.letters. |
commit | commitdiff | tree | snapshot |
2009-02-19 |
Zac Medico | Use a regular expression for the file.name check. This... |
commit | commitdiff | tree | snapshot |
2009-02-19 |
Zac Medico | Don't bother to calculate PORTAGE_COUNTER_HASH when... |
commit | commitdiff | tree | snapshot |
2009-02-19 |
Zac Medico | Inside post_emerge(), skip the vardbapi counter check... |
commit | commitdiff | tree | snapshot |
2009-02-19 |
Zac Medico | For python-3.0 compatibility, raise a real exception... |
commit | commitdiff | tree | snapshot |
2009-02-19 |
Zac Medico | Bug #230483 - Convert glsa-check option parsing to... |
commit | commitdiff | tree | snapshot |
2009-02-19 |
Zac Medico | For compatibility with python-3.0, use isinstance(... |
commit | commitdiff | tree | snapshot |
2009-02-19 |
Zac Medico | Fix classes that implement __iter__() to copy it to... |
commit | commitdiff | tree | snapshot |
2009-02-19 |
Zac Medico | Remove redundant ConfigLoaderKlass.__iter__() method. |
commit | commitdiff | tree | snapshot |
2009-02-19 |
Zac Medico | Implement UserDict.__contains__() and __iter__(). |
commit | commitdiff | tree | snapshot |
2009-02-19 |
Zac Medico | Implement a substitute for UserDict.UserDict so that... |
commit | commitdiff | tree | snapshot |
2009-02-19 |
Zac Medico | In python-3.0, the UserDict.DictMixin class has been... |
commit | commitdiff | tree | snapshot |
2009-02-18 |
Zac Medico | Set svn:keywords Id on all files. |
commit | commitdiff | tree | snapshot |
2009-02-18 |
Zac Medico | Make save_ebuild_env() filter NOCOLOR, and remove relat... |
commit | commitdiff | tree | snapshot |
2009-02-18 |
Zac Medico | Call depgraph._dep_check_composite_db._clear_cache... |
commit | commitdiff | tree | snapshot |
2009-02-17 |
Zac Medico | Bug #253904 - Add a lookahead mechanism inside |
commit | commitdiff | tree | snapshot |
2009-02-17 |
Zac Medico | Fix grabfile_package() to preprocess atoms before passi... |
commit | commitdiff | tree | snapshot |
2009-02-16 |
Zac Medico | Bug #259124 - Inside EbuildFetcher._start(), pass the... |
commit | commitdiff | tree | snapshot |
2009-02-16 |
Mike Frysinger | unify code for unpacking of tar files |
commit | commitdiff | tree | snapshot |
2009-02-15 |
Zac Medico | Fix broken references to DepPriority attributes. |
commit | commitdiff | tree | snapshot |
2009-02-15 |
Zac Medico | In dyn_package(), show a more informative die message... |
commit | commitdiff | tree | snapshot |
2009-02-15 |
Zac Medico | Add a test case for the new case which is detected... |
commit | commitdiff | tree | snapshot |
2009-02-15 |
Zac Medico | Fix more false positives in isvalidatom() from previous... |
commit | commitdiff | tree | snapshot |
2009-02-15 |
Zac Medico | Fix isvalidatom() logic from previous commit to avoid... |
commit | commitdiff | tree | snapshot |
2009-02-15 |
Zac Medico | Fix isvalidatom to properly identify an invalid atom... |
commit | commitdiff | tree | snapshot |
2009-02-15 |
Zac Medico | Fix merge order calculation so that the circular runtim... |
commit | commitdiff | tree | snapshot |
2009-02-14 |
Zac Medico | Bug #250020 - When calculating merge order, try to... |
commit | commitdiff | tree | snapshot |
2009-02-14 |
Zac Medico | In depgraph._serialize_tasks(), when appropriate, execu... |
commit | commitdiff | tree | snapshot |
2009-02-14 |
Zac Medico | For the --buildpkgonly digraph.hasallzeros() check... |
commit | commitdiff | tree | snapshot |
2009-02-14 |
Zac Medico | Automatically export QA_PRESTRIPPED if it's set. Thanks... |
commit | commitdiff | tree | snapshot |
2009-02-13 |
Zac Medico | In depgraph._serialize_tasks(), verify that an uninstal... |
commit | commitdiff | tree | snapshot |
2009-02-13 |
Zac Medico | Fix Scheduler._prevent_builddir_collisions() to skip... |
commit | commitdiff | tree | snapshot |
2009-02-12 |
Zac Medico | Add a new "portage.internal" warning for prepalldocs... |
commit | commitdiff | tree | snapshot |
2009-02-12 |
Zac Medico | * Remove outdated comment about qa_source() return... |
commit | commitdiff | tree | snapshot |
2009-02-12 |
Zac Medico | Inside portage.fetch(), check for the case where FETCOM... |
commit | commitdiff | tree | snapshot |
2009-02-12 |
Zac Medico | Bug #258433 - In portage.fetch(), check for missing... |
commit | commitdiff | tree | snapshot |
2009-02-11 |
Zac Medico | Inside depgraph._select_atoms(), only trigger the circu... |
commit | commitdiff | tree | snapshot |
2009-02-10 |
Zac Medico | Bug #258433 - Note FETCHCOMMAND and RESUMECOMMAND requi... |
commit | commitdiff | tree | snapshot |
2009-02-09 |
Zac Medico | Document EAPI 3_pre1. |
commit | commitdiff | tree | snapshot |
2009-02-09 |
Zac Medico | Add new EAPI 3_pre1 value, and disable unpack() support... |
commit | commitdiff | tree | snapshot |
2009-02-09 |
Zac Medico | Keep 2_pre* EAPI values in the deprecated list so that... |
commit | commitdiff | tree | snapshot |
2009-02-09 |
Zac Medico | Remove support for deprecated 2_pre* EAPI values. |
commit | commitdiff | tree | snapshot |
2009-02-08 |
Mike Frysinger | add support for .xz compressed files like .lzma |
commit | commitdiff | tree | snapshot |
2009-02-07 |
Zac Medico | Filter the new hasg and hasgq functions inside save_ebu... |
commit | commitdiff | tree | snapshot |
2009-02-07 |
Zac Medico | Escape globs in hasgq arguments in order to prevent... |
commit | commitdiff | tree | snapshot |
2009-02-07 |
Mike Frysinger | cleanup econf() code -- use hasg* funcs in multilib... |
commit | commitdiff | tree | snapshot |
2009-02-07 |
Mike Frysinger | fix previous commit -- hasq isnt as cool as i thought... |
commit | commitdiff | tree | snapshot |
2009-02-07 |
Mike Frysinger | fix --libdir detection when econf is passed whitespace... |
commit | commitdiff | tree | snapshot |
2009-02-05 |
Zac Medico | Fix digraph.clone() to properly clone priority lists. |
commit | commitdiff | tree | snapshot |
2009-02-05 |
Zac Medico | Make DepPriority.__str__() indicate optional deps. |
commit | commitdiff | tree | snapshot |
2009-02-05 |
Zac Medico | Inside depgraph._serialize_tasks(), simplify the logic... |
commit | commitdiff | tree | snapshot |
2009-02-04 |
Zac Medico | For python-3.0 compatibility, make dict-like classes... |
commit | commitdiff | tree | snapshot |
2009-02-04 |
Zac Medico | Warn about WANT_AUTO(CONF|MAKE)=latest settings since... |
commit | commitdiff | tree | snapshot |
2009-02-04 |
Zac Medico | Fix the priorities display in digraph.debug_print(... |
commit | commitdiff | tree | snapshot |
2009-02-04 |
Zac Medico | Fix Scheduler._find_system_deps() so that it only trave... |
commit | commitdiff | tree | snapshot |
2009-02-04 |
Zac Medico | Add support in digraph for multiple priorities per... |
commit | commitdiff | tree | snapshot |
2009-02-04 |
Zac Medico | Add UnmergeDepPriority.optional attribute, to avoid... |
commit | commitdiff | tree | snapshot |
2009-02-03 |
Zac Medico | Bug #256616 - Also consider deep runtime dependencies... |
commit | commitdiff | tree | snapshot |
2009-02-03 |
Zac Medico | For optional deps pulled in by --with-bdeps=y, set... |
commit | commitdiff | tree | snapshot |
2009-02-03 |
Zac Medico | Add a DepPriority.optional attribute for optional build... |
commit | commitdiff | tree | snapshot |
2009-02-03 |
Zac Medico | Make emerge --regen return non-zero if that are any... |
commit | commitdiff | tree | snapshot |
2009-02-03 |
Zac Medico | Use portage.util.cmp_sort_key for python-3.0 compatibility. |
commit | commitdiff | tree | snapshot |
2009-02-03 |
Zac Medico | Use portage.util.cmp_sort_key for python-3.0 compatibility. |
commit | commitdiff | tree | snapshot |
2009-02-03 |
Zac Medico | Use portage.util.cmp_sort_key for python-3.0 compatibility. |
commit | commitdiff | tree | snapshot |
2009-02-02 |
Zac Medico | Add a cmp_sort_key class which makes it easier to port... |
commit | commitdiff | tree | snapshot |
2009-02-02 |
Zac Medico | In depgraph._serialize_tasks(), when separating uninsta... |
commit | commitdiff | tree | snapshot |
2009-02-02 |
Zac Medico | Bug #256616 - Since dependencies on system packages... |
commit | commitdiff | tree | snapshot |
2009-02-02 |
Zac Medico | Fix logic inside depgraph._serialize_tasks() to avoid... |
commit | commitdiff | tree | snapshot |
2009-01-31 |
Zac Medico | Implement Manifest2Entry.__ne__() so that comparisons... |
commit | commitdiff | tree | snapshot |
2009-01-31 |
Zac Medico | Always ignore hidden files when generating Manifests... |
commit | commitdiff | tree | snapshot |
2009-01-29 |
Zac Medico | Fix color in merge list [ebuild ] display, so it... |
commit | commitdiff | tree | snapshot |
2009-01-28 |
Ned Ludd | - hardened gets way to many misfiled bugs related to... |
commit | commitdiff | tree | snapshot |
2009-01-28 |
Zac Medico | In EbuildFetcher._start(), don't touch the build dir... |
commit | commitdiff | tree | snapshot |
2009-01-28 |
Zac Medico | When scheduling builds in parallel for --jobs, avoid... |
commit | commitdiff | tree | snapshot |
2009-01-25 |
Zac Medico | Fix die() usage in ebuild phase examples. Thanks to... |
commit | commitdiff | tree | snapshot |
2009-01-25 |
Zac Medico | Add messages before and after the src_prepare phase... |
commit | commitdiff | tree | snapshot |
2009-01-24 |
Zac Medico | Remove the emerge-fetch.log lock message code from... |
commit | commitdiff | tree | snapshot |
2009-01-24 |
Zac Medico | Inside fetch(), only mention /var/log/emerge-fetch... |
commit | commitdiff | tree | snapshot |
2009-01-23 |
Zac Medico | Inside depgraph._dep_expand(), filter use dbapi.cp_list... |
commit | commitdiff | tree | snapshot |
2009-01-22 |
Zac Medico | Add an ignore_priority parameter to digraph.parent_nodes(). |
commit | commitdiff | tree | snapshot |
2009-01-22 |
Zac Medico | Fix typo in previous commit. |
commit | commitdiff | tree | snapshot |
2009-01-22 |
Zac Medico | Inside depgraph._add_dep(), drop unnecessary build... |
commit | commitdiff | tree | snapshot |
2009-01-22 |
Zac Medico | Inside depgraph.loadResumeCommand(), always enable... |
commit | commitdiff | tree | snapshot |
2009-01-22 |
Zac Medico | Inside depgraph.loadResumeCommand(), when appropriate... |
commit | commitdiff | tree | snapshot |
2009-01-22 |
Zac Medico | Make depgraph._add_dep() ignore fewer dependencies... |
commit | commitdiff | tree | snapshot |
2009-01-22 |
Zac Medico | Make listdir(ignorecvs=True) ignore .git directories... |
commit | commitdiff | tree | snapshot |
2009-01-22 |
Zac Medico | Fix interaction between ignorelist and ignorecvs parame... |
commit | commitdiff | tree | snapshot |
2009-01-21 |
Zac Medico | Bug #199408 - Always enable the skip_masked and skip_un... |
commit | commitdiff | tree | snapshot |
2009-01-21 |
Zac Medico | In depgraph.loadResumeCommand(), account for unsatisfie... |
commit | commitdiff | tree | snapshot |
2009-01-21 |
Zac Medico | Inside depgraph.loadResumeCommand(), ignore unsatisifie... |
commit | commitdiff | tree | snapshot |
2009-01-19 |
Zac Medico | When in --keep-going mode, don't suppress the list... |
commit | commitdiff | tree | snapshot |
2009-01-18 |
Zac Medico | Bug #255358 - Add new RDEPEND.implicit warning to detec... v2.2_rc23 |
commit | commitdiff | tree | snapshot |
2009-01-16 |
Zac Medico | Fix false positive in the 'unused local USE-description... |
commit | commitdiff | tree | snapshot |
2009-01-16 |
Zac Medico | Identify which package has unused local USE description... |
commit | commitdiff | tree | snapshot |
next |