[IMP] base : Improved the typos.
[odoo/odoo.git] / openerp / cron.py
2012-02-13 Vo Minh Thu[IMP] cron: no master cron thread when no workers are...
2012-01-24 Vo Minh Thu[IMP] openerp.cron: _logger with fully qualified module...
2011-09-28 Olivier Dony[FIX] cron: cleanup wakeup pointers after processing...
2011-09-28 Olivier Dony[IMP] cron: warning about max DB setting that may confl...
2011-09-28 Olivier Dony[IMP] cron: misc renaming and minor changes to improve...
2011-08-09 Vo Minh Thu[IMP] cron: added yaml test.
2011-08-08 Vo Minh Thu[IMP] cron: the thread-safe variable is located inside...
2011-08-08 Vo Minh Thu[IMP] cron: the maximum number of cron threads is confi...
2011-08-08 Vo Minh Thu[IMP] cron: comments and docstrings.
2011-07-15 Vo Minh Thu[IMP] cron: bracketed the jobs heap/dict with a lock.
2011-07-15 Vo Minh Thu[IMP] cron: forgot to add the new openerp.cron module.