summaryrefslogtreecommitdiff
path: root/dateutil
Commit message (Expand)AuthorAgeFilesLines
...
* Changed default zoneinfo file format to gz.niemeyer2005-02-231-4/+4
* Added support for internal timezone information.niemeyer2005-02-232-26/+102
* Accept parserinfo instances as the parser parameter.niemeyer2005-02-221-2/+7
* StringIO returns '\x00' characters when given a unicode string. Ignoreniemeyer2005-02-221-0/+2
* Fixing bug which happened when tzoffsetfrom was 0.niemeyer2005-02-221-2/+2
* Changed weekday to spell the not-set n value as None insteadniemeyer2004-10-122-6/+8
* - 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
* Fixed two digit zero-year parsing (such as 31-Dec-00), as reportedniemeyer2004-07-161-1/+1
* - Sort exdate and rdate before iterating over them, so that it'sniemeyer2004-05-132-1/+3
* Fixing time lexer bug in dates like "Sep.09.2003". It wasn'tniemeyer2004-03-101-38/+54
* Removing scheduler.py.niemeyer2004-03-101-157/+0
* Implemented scheduler module.niemeyer2003-10-201-0/+157
* 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-096-5/+14
* - Added handling of microseconds in rrule constructor, and now acceptingniemeyer2003-10-091-1/+5
* Implemented support for YYYYMMDDhhmm[ss] format dates in parser.niemeyer2003-10-091-0/+10
* - 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 new algorithm for finding relative weekdays.niemeyer2003-10-081-9/+2
* - 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
* - Documentation updates.niemeyer2003-10-071-0/+3
* - Implemented caching and between() method in rrule and rruleset.niemeyer2003-10-072-13/+132
* Implemented tzical type, and fixed many bugs in rrule type.niemeyer2003-10-073-52/+622
* - Implemented byeaster extension.niemeyer2003-10-061-6/+27
* Reorganized parser module in classes, and renamed the tzoffsets keywordniemeyer2003-10-061-538/+548
* 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
* Implemented new scheme to pass weekday information to relativedelta.niemeyer2003-09-293-20/+74
* Importing development code into trunk.niemeyer2003-09-285-0/+1950