Contact: fumanchu@aminus.org

Log in as guest/misc to create tickets

root/recur.py


Mode:

Legend:

Added
Modified
Copied or renamed
Date Rev Chgset Author Log Message
(edit) 08/13/07 01:04:59 @127 [127] fumanchu License and email cleanups.
(edit) 08/16/06 09:36:51 @105 [105] dowski A couple changes to make Workers and Schedulers more robust. …
(edit) 08/11/06 10:41:45 @104 [104] dowski Fix for problem where calling stop on a thread that was never active …
(edit) 08/10/06 19:31:52 @102 [102] fumanchu Simpler regexes, and Scheduler.workers is now a dict, not a list.
(edit) 08/10/06 16:41:05 @101 [101] dowski New recur.eachweekday function. Yields datetime.datetimes for given …
(edit) 08/07/06 17:34:32 @100 [100] fumanchu recur MAJOR CHANGE: new Scheduler class for using a single thread to …
(edit) 07/31/06 13:43:49 @99 [99] dowski Fix for Dejavu #66. …
(edit) 07/29/06 19:12:28 @98 [98] fumanchu Change to recur behavior: sane_date now takes a 'highzero' argument …
(edit) 03/26/06 16:18:23 @68 [68] fumanchu Fixed bug in recur.hours if endDate is None.
(edit) 03/23/06 12:22:39 @67 [67] fumanchu Aha. Several broken tests now fixed.
(edit) 03/22/06 12:05:46 @66 [66] fumanchu recur: docstring updates.
(edit) 03/03/06 13:57:03 @52 [52] fumanchu Added a link to the project page.
(edit) 02/10/06 15:35:20 @40 [40] fumanchu Quite a few changes: …
(edit) 01/05/06 16:00:45 @24 [24] fumanchu Added a Worker class to provide easy scheduled work.
(edit) 11/01/05 19:07:41 @17 [17] fumanchu Set eol-style:native on all .py files.
(edit) 10/10/05 00:31:50 @16 [16] fumanchu --
(copy) 10/07/05 16:32:21 @15 [15] fumanchu Reorg for multiple projects in single repo. New pyanalog package.
copied from trunk/recur.py:
(edit) 10/30/04 16:14:54 @2 [2] fumanchu 1. Removed codewalk, containers, logic. …