summaryrefslogtreecommitdiffstats
path: root/pym/_emerge/QueueScheduler.py
Commit message (Collapse)AuthorAgeFilesLines
* Add sanity checks for system clock changes.Zac Medico2010-10-231-2/+14
|
* Add support for a timeout argument to QueueScheduler.run() andZac Medico2010-09-031-5/+30
| | | | | use it in IpcDaemonTestCase to implement a 40 second timeout in test cases.
* Bug #324191 - Add support for FEATURES=compress-build-logs. The causesZac Medico2010-08-211-5/+1
| | | | | | | all build logs to be compressed while they are being written. Log file names have an extension that is appropriate for the compression type. Currently, only gzip(1) compression is supported, so build logs will have a '.gz' extension when this feature is enabled.
* Remove PollScheduler._schedule_waitpid() since this case isn't triggeredZac Medico2010-08-151-2/+1
| | | | | | anymore, now that PollScheduler._unregister() has be fixed to discard unhandled events (so that reallocation of file descriptors no longer triggers erroneous delivery of stale events).
* Add a PollScheduler._schedule_waitpid() method for SubProcess._wait()Zac Medico2010-08-141-1/+2
| | | | | to use as an alternative to hanging up the scheduler in a blocking waitpid call.
* Remove all svn $Id keywords.Zac Medico2010-03-241-1/+0
|
* Add/update copyright headers.Zac Medico2009-06-251-0/+4
| | | | svn path=/main/trunk/; revision=13690
* Bug #275047 - Split _emerge/__init__.py into smaller pieces (part 3).Zac Medico2009-06-221-0/+77
Thanks to Sebastian Mingramm (few) <s.mingramm@gmx.de> for this patch. svn path=/main/trunk/; revision=13668