Update timestamps in headers of modified files.
[portage.git] / pym / _emerge / EbuildBuildDir.py
2011-05-17 Zac MedicoUpdate timestamps in headers of modified files.
2011-05-16 Zac MedicoEbuildBuildDir: handle AsynchronousLock failure
2010-10-22 Zac MedicoEbuildBuildDir: allow EPERM when removing catdir
2010-10-22 Zac MedicoEbuildBuildDir: tolerate some permission issues
2010-10-22 Zac MedicoAsynchronousLock: use subprocess if no threads
2010-09-14 Zac MedicoMake EbuildBuildDir.unlock() use an asynchronous lock...
2010-09-14 Zac MedicoMake EbuildBuildDir use the PORTAGE_BUILDDIR variable...
2010-09-14 Zac MedicoMake AbstractEbuildProcess lock PORTAGE_BUILDIR if...
2010-09-14 Zac MedicoMake EbuildBuild call doebuild_environment() so that...
2010-09-14 Zac MedicoBug #336142 - Add support for using a thread to wait...
2010-07-16 Zac MedicoMake EbuildBuildDir.clean_log() do nothing when FEATURE...
2010-03-24 Zac MedicoRemove all svn $Id keywords.
2010-03-02 Zac MedicoUnlink log instead of truncate, to avoid leaving empty...
2010-02-14 Zac MedicoBug #304981 - Truncate the build log after successful...
2009-09-26 Zac MedicoBug #286522 - Check all portdbapi.findname return value...
2009-09-20 Arfrever Frehtes... Update syntax of numbers for compatibility with Python 3.
2009-09-20 Arfrever Frehtes... Update syntax of 'except' statements for compatibility...
2009-08-11 Zac MedicoUpdate imports to import portage.os (with unicode wrapp...
2009-06-25 Zac MedicoAdd/update copyright headers.
2009-06-22 Zac MedicoBug #275047 - Split _emerge/__init__.py into smaller...