Convert MIMEText body to string before sending. (trunk r14808)
[portage.git] / bin /
2009-11-16 Zac MedicoRestore support for bash-3. (trunk r14804)
2009-11-07 Zac MedicoCollapse two [[ ]] into one. (trunk r14782)
2009-11-07 Zac MedicoFor --debug mode, enable bash tracing when sourcing...
2009-10-31 Zac MedicoFor compatibility, still exit successfully if there...
2009-10-31 Zac MedicoBug #290921 - Always exit unsuccessfully if -r is not...
2009-10-27 Zac MedicoAdd a parsedate() function which emulates rfc822.parsed...
2009-10-27 Zac MedicoUse calendar.timegm instead of time.mktime, for correct...
2009-10-25 Zac MedicoDon't set mtime on downloaded metadata.dtd when using...
2009-10-24 Zac MedicoUse urllib.urlopen() instead of portage.fetch() for...
2009-10-24 Zac MedicoUse find with -print0 for absolute safety. (trunk r14707)
2009-10-24 Zac MedicoBug #289967 - Update installsources rsync code for...
2009-10-19 Zac Medicodrop IMAGE -- people have had years to catch up (trunk...
2009-10-19 Zac MedicoBug #259697 - Update IUSE.invalid docs for glep 56...
2009-10-19 Zac MedicoMove filtering of misc bash variables from save_ebuild_...
2009-10-19 Zac MedicoFix messages broken in r14616. Thanks to Arfrever for...
2009-10-19 Zac MedicoFix breakage in DEFINED_PHASES code. (trunk r14664)
2009-10-19 Zac MedicoRemove reference to non-existent _source_ebuild functio...
2009-10-19 Zac MedicoPreserve variables which have been set in global scope...
2009-10-18 Zac MedicoBug #227225 - Add *DEPEND.badtilde warning for ~ operat...
2009-10-18 Zac MedicoBug #273636 - Add doins and newins support for symlink...
2009-10-18 Zac MedicoUse short substitution syntax in use_with() and use_ena...
2009-10-18 Zac MedicoFix einstall() change from previous commit, for compati...
2009-10-18 Zac MedicoUse [ "${foo+set}" = set ] instead of "${foo-unset...
2009-10-18 Zac MedicoFix WorldHandler to use the "selected" set. (trunk...
2009-10-18 Zac MedicoIn dyn_unpack, check mtimes on $A instead of $AA. Thank...
2009-10-18 Zac MedicoMake phase variable local in has_phase_defined_up_to...
2009-10-18 Zac MedicoSimplify the conditionals from bug #273648. Thanks...
2009-10-18 Zac MedicoBug #273648 - EAPI 3 - the following condtions must...
2009-10-18 Zac MedicoEnsure that /dev/std* streams have appropriate sandbox...
2009-10-11 Zac MedicoUse a shell script wrapper for EPYTHON handling. (trunk...
2009-10-11 Zac MedicoUse a shell script for dohtml instead of a function...
2009-10-11 Zac MedicoRename dohtml to dohtml.py. Next commit will add a...
2009-10-11 Zac MedicoBug #288551 - Fix portageq to handle portage.exception...
2009-10-11 Zac MedicoAdd a xpak-helper.py script, so that shell code always...
2009-10-11 Zac MedicoFix python shebangs. s:/usr/bin/env python:/usr/bin...
2009-10-11 Zac MedicoAdd some more EPYTHON safety. (trunk r14570)
2009-10-11 Zac MedicoSet EPYTHON variable as empty when calling portageq...
2009-10-10 Zac MedicoRemove unused PATH code from EAPI 3_pre1.
2009-10-10 Zac MedicoFix _set module imports for rename, add hardcoded confi...
2009-10-10 Zac MedicoRevert preserve-libs support since it won't be supporte...
2009-10-09 Zac MedicoBug #274497 - Misc spelling, grammar, and terminology...
2009-10-09 Zac MedicoAdd a --color < y | n > option so that color output...
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 Zac MedicoBug #270933 - Make the "If you need support ..." messag...
2009-10-07 Zac MedicoBug #287950 - Add support for FEATURES=fail-clean which...
2009-10-07 Arfrever Frehtes... Bug #274870: Add file.size.fatal check in repoman.
2009-10-06 Zac MedicoFix collision in variable name 'x'.
2009-10-06 Zac MedicoAdd a 'digest.missing' check, for cases like mythtv...
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-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-27 Arfrever Frehtes... Fix TypeError in clear_screen() in dispatch-conf which...
2009-09-25 Arfrever Frehtes... Fix formatting of sizes with Python 3.
2009-09-25 Arfrever Frehtes... Use imp.reload() instead of reload() for compatibility...
2009-09-25 Arfrever Frehtes... Use list comprehensions instead of filter() or map...
2009-09-24 Zac MedicoAvoid unicode errors in python 3. Thanks to Arfrever...
2009-09-23 Arfrever Frehtes... Fix "TypeError: object of type 'filter' has no len()".
2009-09-23 Zac MedicoBug #285979 - Replace references to CDEPEND with UNUSED...
2009-09-22 Zac MedicoReplace doct.keys() usage with __iter__(), since it...
2009-09-21 Arfrever Frehtes... Define long as int when Python 3 is used.
2009-09-21 Arfrever Frehtes... Use dict.(keys|values|items)() instead of dict.(iterkey...
2009-09-21 Arfrever Frehtes... Support both Python 2 and 3 in portage._unicode_encode...
2009-09-21 Arfrever Frehtes... Use range() instead of xrange() for compatibility with...
2009-09-21 Arfrever Frehtes... Define basestring as str when Python 3 is used.
2009-09-21 Arfrever Frehtes... Use filter() and zip() instead of itertools.ifilter...
2009-09-20 Arfrever Frehtes... Update system imports for compatibility with Python 3.
2009-09-20 Arfrever Frehtes... Update syntax of numbers for compatibility with Python 3.
2009-09-20 Arfrever Frehtes... Support print() function with Python 2 in some files.
2009-09-20 Arfrever Frehtes... Update syntax of calls to print() for compatibility...
2009-09-20 Arfrever Frehtes... Update syntax of 'except' statements for compatibility...
2009-09-12 Zac MedicoUse isjustname() where appropriate.
2009-09-08 Zac MedicoFix false positives in gcc QA with debug mode some...
2009-09-08 Zac MedicoFix code from previous commit so it's guaranteed to...
2009-09-08 Zac MedicoIn debug mode, avoid showing gcc QA search strings...
2009-09-05 Fabian Groffenadd note that this file does not seem to deal with...
2009-09-05 Fabian GroffenFix usage of VDB_PATH
2009-09-01 Arfrever Frehtes... Add dev-util/gperf to list of suspected run-time depend...
2009-08-29 Arfrever Frehtes... Many packages use setuptools at run-time, so remove...
2009-08-24 Fabian Groffenmake sure we can deal with arches like x86-fbsd, like...
2009-08-23 Zac MedicoAdd a LIVEVCS.unmasked category for ebuilds that have...
2009-08-21 Arfrever Frehtes... Avoid potential empty lines in warnings about missing...
2009-08-21 Arfrever Frehtes... Rename QA_NEEDED to QA_DT_NEEDED.
2009-08-21 Arfrever Frehtes... Add support for QA_SONAME variable (bug #281964). Add...
2009-08-21 Arfrever Frehtes... Support QA_DT_HASH_${ARCH} and QA_PRESTRIPPED_${ARCH...
2009-08-19 Zac MedicoUse _encodings['repo.content'] for decoding profiles...
2009-08-17 Arfrever Frehtes... Add 'return False' which was missing from the previous...
2009-08-17 Arfrever Frehtes... Print a warning when nonexistent files have been passed...
2009-08-15 Zac MedicoUse elog in _eapi0_pkg_nofetch().
2009-08-15 Zac MedicoRemove ACCEPT_PROPERTIES filtering since it's filtered...
2009-08-11 Mounir LamouriAdd ACCEPT_PROPERTIES variable which has default value...
2009-08-11 Zac MedicoUpdate imports to import portage.os (with unicode wrapp...
2009-08-10 Zac MedicoThis is an unused commandline interface to xpak.xpak().
2009-08-10 Zac MedicoAdd portage ImportError sys.path insertion.
2009-08-10 Zac MedicoThis is an uneeded script for parsing ldd output.
2009-08-10 Zac MedicoThis definitely obsolete.
2009-08-10 Zac MedicoThis is an obsolete shell script for applying package...
2009-08-10 Zac MedicoThis script is obsolete since manifest 2.
next