Remove python-2.6 StringIO.StringIO fallback.
[portage.git] / pym / _emerge / EbuildPhase.py
2011-07-12 Zac MedicoRemove python-2.6 StringIO.StringIO fallback.
2011-07-11 Zac MedicoLog maintainer info for pretend and nofetch.
2011-06-29 Zac MedicoDetect/create missing soname symlinks for libs.
2011-05-20 MATSUU TakutoAdd FEATURES=distcc-pump support.
2011-05-15 Zac MedicoEbuildPhase: fix locking for setup phase
2011-05-15 Zac MedicoEbuildPhase: AsynchronousLock for ebuild-locks
2011-05-11 Zac MedicoEbuildPhase: extract binpkg env for pkg_pretend
2011-05-08 Zac MedicoUse EROOT with VDB_PATH in recent changes.
2011-05-08 Zac MedicoRename FEATURES=no-ebuild-locks to ebuild-locks.
2011-05-08 David JamesUse finer grained locks for install.
2011-04-28 David JamesMove preinst/postinst_bsdflags from bash to py
2011-03-26 Zac MedicoUpdate header timestamps for modified files.
2011-03-25 Zac MedicoMergeProcess: Fix PORTAGE_BACKGROUND/LOG_FILE use
2010-12-29 Michał GórnyEbuildPhase: Display upstream info before setup.
2010-12-21 Zac MedicoDisplay relevant FEATURES before setup phase
2010-09-30 Zac MedicoFix readonly variable assignment for PORTAGE_BINPKG_TMP...
2010-09-25 Zac MedicoIn EbuildPhase, don't display Repository if the value...
2010-09-16 Zac MedicoMake EbuildPhase display "Package" and "Repository...
2010-09-11 Zac MedicoSince pkg_nofetch is no longer called from fetch()...
2010-09-07 Zac MedicoMove the stale elog cleanup code from AbstractEbuildPro...
2010-09-06 Zac MedicoReplace the settings and herdstree parameters for the...
2010-09-06 Sebastian LutherUse metadata.xml to print maintainer information in...
2010-09-05 Zac MedicoMake EbuildPhase._elog() use the NOCOLOR variable from...
2010-09-05 Zac MedicoTake the code which displays ebuild information before...
2010-09-01 Zac MedicoRemove reference to nonexistent _unlock_builddir()... v2.2_rc73
2010-08-24 Zac MedicoBug #334253 - Fix breakage in FEATURES=test-fail-contin...
2010-08-22 Zac MedicoDuring the post src_install QA checks, log to a tempora...
2010-08-21 Zac MedicoBug #324191 - Add support for FEATURES=compress-build...
2010-08-19 Zac MedicoMove code from EbuildProcess to EbuildPhase.
2010-08-19 Zac MedicoRemove duplicate attributes from __slots__.
2010-08-19 Zac MedicoMove the code from _prepare_env_file() to a new BinpkgE...
2010-08-17 Zac MedicoMake spawnebuild() use EbuildPhase to eliminate duplica...
2010-08-16 Zac MedicoRemove unused attributes from classes.
2010-07-12 Zac MedicoFix output handling for FEATURES="lafilefixing".
2010-03-24 Zac MedicoRemove all svn $Id keywords.
2010-02-25 Zac MedicoSplit doebuild and related code to the portage.package...
2009-12-06 Zac MedicoBug #295715 - Implement a register_success_hook functio...
2009-12-05 Zac MedicoAlways append QA Notices resulting from the build log...
2009-10-07 Zac MedicoBug #287950 - Add support for FEATURES=fail-clean which...
2009-08-19 Zac MedicoUse _encodings where appropriate.
2009-08-14 Zac MedicoRename and log installed files that don't conform to...
2009-08-11 Zac MedicoUpdate imports to import portage.os (with unicode wrapp...
2009-08-05 Zac MedicoOpen file in text mode (unicode) where appropriate.
2009-06-25 Zac MedicoAdd/update copyright headers.
2009-06-22 Zac MedicoBug #275047 - Split _emerge/__init__.py into smaller...