aboutsummaryrefslogtreecommitdiff
path: root/test.py
AgeCommit message (Expand)Author
2012-02-19Ismael Carnales sent a patch to add a time format + fixing format testsTomi Pieviläinen
2012-02-19Fix opening files in tzTomi Pieviläinen
2012-02-19Fix relativedelta arithmeticsTomi Pieviläinen
2012-02-18Check for longs and ints in Python2.xTomi Pieviläinen
2012-02-18Merge new style classes branch, works now on 2.6-3.2Tomi Pieviläinen
2011-11-02Added unittesting for #884317gl@clarisys.fr
2011-03-24Use python3 on banglines.Gustavo Niemeyer
2011-03-24Applying Python 3 support patch by Brian Jones.Gustavo Niemeyer
2010-03-30Adam Ryan reported a problem in the relativedelta implementation whichniemeyer
2010-03-30As reported by Mathieu Bridon, rrules were matching the bysecond rulesniemeyer
2008-02-28Fixed DST signal handling in zoneinfo files. Reported byniemeyer
2008-02-28- Fixed case where tzrange.utcoffset and tzrange.dst() might fail dueniemeyer
2008-02-28Fixed another precision problem on conversion of decimal seconds toniemeyer
2007-11-12Fixed bug in constructor of parser, and converted parser classes toniemeyer
2007-11-05Fixed precision problem on conversion of decimal seconds toniemeyer
2007-06-27Fix bug in leap count parsing (reported and fixed by Eugene Oden).niemeyer
2006-10-25Ensure bysetpos is in an acceptable range.niemeyer
2006-04-28In tzfile, round offsets to full minutes if needed, since Python'sniemeyer
2005-12-22- Fixed support for negative byyearday in rrule.niemeyer
2005-07-19- Updating version to 1.0.niemeyer
2005-07-03Fixing parsing of XXhXXm formatted time after day/month/yearniemeyer
2005-02-23Added support for internal timezone information.niemeyer
2004-07-16- Removed FREQ_ prefix from frequency constants.niemeyer
2004-07-16Fixed two digit zero-year parsing (such as 31-Dec-00), as reportedniemeyer
2003-10-10Added two exhaustive ctime() and isoformat() parsing tests.niemeyer
2003-10-10Added tests for before(), after() and between().niemeyer
2003-10-10- Moved common code in rrule and rruleset to a new rrulebase class.niemeyer
2003-10-09- Made 'until' accept date instances as well.niemeyer
2003-10-09- Added handling of microseconds in rrule constructor, and now acceptingniemeyer
2003-10-09Implemented support for YYYYMMDDhhmm[ss] format dates in parser.niemeyer
2003-10-09- Now rrulestr() accepts space separated strings, when not doing unfolding.niemeyer
2003-10-09- Included some tests where the week start changes the result.niemeyer
2003-10-09Dozens of new tests for rrule.niemeyer
2003-10-08Many new rrule tests.niemeyer
2003-10-07Implemented tzical type, and fixed many bugs in rrule type.niemeyer
2003-10-06Fixed tests to use new tzinfos keyword of parse() function.niemeyer
2003-09-29Implemented new scheme to pass weekday information to relativedelta.niemeyer
2003-09-28Importing development code into trunk.niemeyer