aboutsummaryrefslogtreecommitdiff
path: root/dateutil
AgeCommit message (Expand)Author
2013-10-31Document fuzzy_with_tokens, update NEWS to prepare for 2.2Tomi Pieviläinen
2013-10-31Merge Christopher Corley's changesTomi Pieviläinen
2013-10-31More information about updating the zoneinfo database.Tomi Pieviläinen
2012-12-24Add fuzzy parsing that additionally returns the skipped substrings.Christopher Corley
2012-03-28A small comment still pointed to NIH tzdata serverTomi Pieviläinen
2012-03-28Change tzdata ftp server and processingTomi Pieviläinen
2012-03-28Merge license fixesTomi Pieviläinen
2012-03-28Fix relativedelta arithmetics, bug #965881Tomi Pieviläinen
2012-03-03Metadata fixesTomi Pieviläinen
2012-03-03README fixes, tz cleanupTomi Pieviläinen
2012-02-19Ismael Carnales sent a patch to add a time format + fixing format testsTomi Pieviläinen
2012-02-19Add "Sept" abbreviation to parserTomi Pieviläinen
2012-02-19Fix last ambigious isinstanceTomi 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-02Fix #885219 : Use new-style python classesgl@clarisys.fr
2011-11-02FIX #884317 : correct use of microsecond when talking about microsecondsgl@clarisys.fr
2011-03-24Updated version to 2.0.Gustavo Niemeyer
2011-03-24PSF License doesn't exist. This is Simplified BSD.Gustavo Niemeyer
2011-03-24Applying Python 3 support patch by Brian Jones.Gustavo Niemeyer
2010-03-30Preparing for 1.5.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-08-07Using .tar.gz extension, so that it works better with setuptools.niemeyer
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-20Updating version to 1.3.niemeyer
2007-11-20All code is now compatible with new-style division.niemeyer
2007-11-12Updating copyright dates.niemeyer
2007-11-12Fixed bug in constructor of parser, and converted parser classes toniemeyer
2007-11-12Moving the version number to dateutil/__init__.py, as requestedniemeyer
2007-11-05Fixed precision problem on conversion of decimal seconds toniemeyer
2007-08-07Initialize tzid and comps in tz.py, to prevent the code from everniemeyer
2007-06-27Removed bare string exceptions, as reported by Wilfredo Sánchez Vega.niemeyer
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-22Get the latest zoneinfo file when many are available.niemeyer
2005-12-22- Fixed support for negative byyearday in rrule.niemeyer
2005-12-22In gettz(), if name is None and everything else fails, return tzlocal().niemeyer
2005-10-25- Fixed rrule byyearday handling. Abramo Bagnara pointed out thatniemeyer
2005-07-19Adding patch by Jeffrey Harris optimizing rrule.__contains__().niemeyer
2005-07-03Fixing parsing of XXhXXm formatted time after day/month/yearniemeyer
2005-02-24Updating (c) information.niemeyer
2005-02-24- Include tzwinlocal in tz.__all__.niemeyer
2005-02-24- More improvements in tzwin.niemeyer
2005-02-23- Now tzfile() will unpickle to the updated file.niemeyer
2005-02-23Fixing pickling of tz classes, as reported byniemeyer