summaryrefslogtreecommitdiff
path: root/dateutil/rrule.py
Commit message (Expand)AuthorAgeFilesLines
* Metadata fixesTomi Pieviläinen2012-03-031-2/+1
* Check for longs and ints in Python2.xTomi Pieviläinen2012-02-181-13/+13
* Merge new style classes branch, works now on 2.6-3.2Tomi Pieviläinen2012-02-181-17/+27
|\
| * Fix #885219 : Use new-style python classesgl@clarisys.fr2011-11-021-5/+5
* | PSF License doesn't exist. This is Simplified BSD.Gustavo Niemeyer2011-03-241-1/+1
* | Applying Python 3 support patch by Brian Jones.Gustavo Niemeyer2011-03-241-47/+53
|/
* Preparing for 1.5.niemeyer2010-03-301-1/+1
* As reported by Mathieu Bridon, rrules were matching the bysecond rulesniemeyer2010-03-301-1/+1
* All code is now compatible with new-style division.niemeyer2007-11-201-1/+1
* Removed bare string exceptions, as reported by Wilfredo Sánchez Vega.niemeyer2007-06-271-2/+2
* Ensure bysetpos is in an acceptable range.niemeyer2006-10-251-0/+7
* - Fixed support for negative byyearday in rrule.niemeyer2005-12-221-4/+9
* - Fixed rrule byyearday handling. Abramo Bagnara pointed out thatniemeyer2005-10-251-1/+2
* Adding patch by Jeffrey Harris optimizing rrule.__contains__().niemeyer2005-07-191-0/+2
* Updating (c) information.niemeyer2005-02-241-2/+2
* Changed weekday to spell the not-set n value as None insteadniemeyer2004-10-121-4/+6
* - Removed FREQ_ prefix from frequency constants.niemeyer2004-07-161-48/+48
* Fixed rrule.between() for cases where "after" is achieved beforeniemeyer2004-07-161-6/+6
* - Sort exdate and rdate before iterating over them, so that it'sniemeyer2004-05-131-0/+2
* Fixed rrule.__getitem__() with index 0.niemeyer2003-10-101-3/+6
* - Moved common code in rrule and rruleset to a new rrulebase class.niemeyer2003-10-101-197/+166
* - Made 'until' accept date instances as well.niemeyer2003-10-091-0/+2
* Minor changes in __author__ variable.niemeyer2003-10-091-0/+9
* - Added handling of microseconds in rrule constructor, and now acceptingniemeyer2003-10-091-1/+5
* - Now rrulestr() accepts space separated strings, when not doing unfolding.niemeyer2003-10-091-10/+3
* Pass the stripped line to rrulestr._parse_rfc_rrule(), instead ofniemeyer2003-10-091-2/+3
* - Included some tests where the week start changes the result.niemeyer2003-10-091-2/+4
* Do not allow bysetpos to yield two times the same value.niemeyer2003-10-091-1/+3
* Made bysetpos processing obey the order of the recurrences, andniemeyer2003-10-091-9/+12
* Done s/MINUTELY/SECONDLY/ in a mistake of rrule's iterator.niemeyer2003-10-091-1/+2
* Fixes of byweekno.niemeyer2003-10-081-6/+50
* Fixed byyearday for cross-year weekly periods.niemeyer2003-10-081-1/+1
* Handle numbered weekday (MO(-1)) with frequencies higher than monthlyniemeyer2003-10-081-2/+2
* Implemented new algorithm for relative weekdays.niemeyer2003-10-081-7/+4
* - Implemented cross year weekly periods support.niemeyer2003-10-081-19/+30
* More fixes, speedups, and documentation.niemeyer2003-10-081-70/+121
* Many fixes in rrule type and updated documentation.niemeyer2003-10-071-37/+72
* - Implemented caching and between() method in rrule and rruleset.niemeyer2003-10-071-12/+130
* Implemented tzical type, and fixed many bugs in rrule type.niemeyer2003-10-071-46/+371
* - Implemented byeaster extension.niemeyer2003-10-061-6/+27
* Finished implementation of hourly, minutely and secondly support.niemeyer2003-10-061-65/+170
* Many fixes.niemeyer2003-09-301-27/+53
* Adding first version of the rrule module.niemeyer2003-09-301-0/+356