summaryrefslogtreecommitdiffstats
path: root/pym/_emerge/QueueScheduler.py
Commit message (Collapse)AuthorAgeFilesLines
* Update timestamps in headers of modified files.Zac Medico2011-03-141-1/+1
|
* PollScheduler: tweek termination logicZac Medico2011-03-101-0/+3
| | | | | | | | | * PollScheduler and all subclasses now use the _terminated_tasks variable to check whether or not _terminate_tasks() has been called, and behave appropriately in that case. * The _schedule_tasks() method now has documentation about the relationship with _terminate_tasks() and _terminated_tasks.
* 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