| Commit message (Expand) | Author | Age | Files | Lines |
| * | A small comment still pointed to NIH tzdata server2.1 | Tomi Pieviläinen | 2012-03-28 | 1 | -1/+1 |
| * | Change tzdata ftp server and processing | Tomi Pieviläinen | 2012-03-28 | 1 | -1/+4 |
| * | Merge license fixes | Tomi Pieviläinen | 2012-03-28 | 8 | -17/+13 |
| |\ |
|
| | * | Metadata fixes | Tomi Pieviläinen | 2012-03-03 | 8 | -17/+13 |
| * | | Fix relativedelta arithmetics, bug #965881 | Tomi Pieviläinen | 2012-03-28 | 1 | -37/+37 |
| |/ |
|
| * | README fixes, tz cleanup | Tomi Pieviläinen | 2012-03-03 | 1 | -3/+2 |
| * | Ismael Carnales sent a patch to add a time format + fixing format tests | Tomi Pieviläinen | 2012-02-19 | 1 | -0/+11 |
| * | Add "Sept" abbreviation to parser | Tomi Pieviläinen | 2012-02-19 | 1 | -1/+1 |
| * | Fix last ambigious isinstance | Tomi Pieviläinen | 2012-02-19 | 1 | -1/+1 |
| * | Fix opening files in tz | Tomi Pieviläinen | 2012-02-19 | 1 | -4/+6 |
| * | Fix relativedelta arithmetics | Tomi Pieviläinen | 2012-02-19 | 1 | -7/+11 |
| * | Check for longs and ints in Python2.x | Tomi Pieviläinen | 2012-02-18 | 3 | -16/+18 |
| * | Merge new style classes branch, works now on 2.6-3.2 | Tomi Pieviläinen | 2012-02-18 | 4 | -23/+65 |
| |\ |
|
| | * | Fix #885219 : Use new-style python classes | gl@clarisys.fr | 2011-11-02 | 3 | -8/+8 |
| | * | FIX #884317 : correct use of microsecond when talking about microseconds | gl@clarisys.fr | 2011-11-02 | 1 | -2/+2 |
| * | | Updated version to 2.0. | Gustavo Niemeyer | 2011-03-24 | 1 | -1/+1 |
| * | | PSF License doesn't exist. This is Simplified BSD. | Gustavo Niemeyer | 2011-03-24 | 6 | -6/+6 |
| * | | Applying Python 3 support patch by Brian Jones. | Gustavo Niemeyer | 2011-03-24 | 7 | -149/+143 |
| |/ |
|
| * | Preparing for 1.5. | niemeyer | 2010-03-30 | 3 | -4/+4 |
| * | Adam Ryan reported a problem in the relativedelta implementation which | niemeyer | 2010-03-30 | 1 | -1/+1 |
| * | As reported by Mathieu Bridon, rrules were matching the bysecond rules | niemeyer | 2010-03-30 | 1 | -1/+1 |
| * | Using .tar.gz extension, so that it works better with setuptools. | niemeyer | 2008-08-07 | 1 | -1/+1 |
| * | - Fixed case where tzrange.utcoffset and tzrange.dst() might fail due | niemeyer | 2008-02-28 | 2 | -8/+19 |
| * | Fixed another precision problem on conversion of decimal seconds to | niemeyer | 2008-02-28 | 1 | -8/+15 |
| * | Updating version to 1.3. | niemeyer | 2007-11-20 | 1 | -1/+1 |
| * | All code is now compatible with new-style division. | niemeyer | 2007-11-20 | 6 | -21/+21 |
| * | Updating copyright dates. | niemeyer | 2007-11-12 | 1 | -1/+1 |
| * | Fixed bug in constructor of parser, and converted parser classes to | niemeyer | 2007-11-12 | 1 | -18/+22 |
| * | Moving the version number to dateutil/__init__.py, as requested | niemeyer | 2007-11-12 | 1 | -0/+1 |
| * | Fixed precision problem on conversion of decimal seconds to | niemeyer | 2007-11-05 | 1 | -9/+7 |
| * | Initialize tzid and comps in tz.py, to prevent the code from ever | niemeyer | 2007-08-07 | 1 | -0/+2 |
| * | Removed bare string exceptions, as reported by Wilfredo Sánchez Vega. | niemeyer | 2007-06-27 | 2 | -4/+4 |
| * | Fix bug in leap count parsing (reported and fixed by Eugene Oden). | niemeyer | 2007-06-27 | 1 | -1/+1 |
| * | Ensure bysetpos is in an acceptable range. | niemeyer | 2006-10-25 | 1 | -0/+7 |
| * | In tzfile, round offsets to full minutes if needed, since Python's | niemeyer | 2006-04-28 | 1 | -4/+9 |
| * | Get the latest zoneinfo file when many are available. | niemeyer | 2005-12-22 | 1 | -5/+12 |
| * | - Fixed support for negative byyearday in rrule. | niemeyer | 2005-12-22 | 3 | -6/+11 |
| * | In gettz(), if name is None and everything else fails, return tzlocal(). | niemeyer | 2005-12-22 | 1 | -0/+2 |
| * | - Fixed rrule byyearday handling. Abramo Bagnara pointed out that | niemeyer | 2005-10-25 | 1 | -1/+2 |
| * | Adding patch by Jeffrey Harris optimizing rrule.__contains__(). | niemeyer | 2005-07-19 | 1 | -0/+2 |
| * | Fixing parsing of XXhXXm formatted time after day/month/year | niemeyer | 2005-07-03 | 1 | -1/+2 |
| * | Updating (c) information. | niemeyer | 2005-02-24 | 8 | -11/+22 |
| * | - Include tzwinlocal in tz.__all__. | niemeyer | 2005-02-24 | 2 | -5/+5 |
| * | - More improvements in tzwin. | niemeyer | 2005-02-24 | 2 | -121/+153 |
| * | - Now tzfile() will unpickle to the updated file. | niemeyer | 2005-02-23 | 3 | -9/+178 |
| * | Fixing pickling of tz classes, as reported by | niemeyer | 2005-02-23 | 1 | -0/+22 |
| * | Changed default zoneinfo file format to gz. | niemeyer | 2005-02-23 | 1 | -4/+4 |
| * | Added support for internal timezone information. | niemeyer | 2005-02-23 | 2 | -26/+102 |
| * | Accept parserinfo instances as the parser parameter. | niemeyer | 2005-02-22 | 1 | -2/+7 |
| * | StringIO returns '\x00' characters when given a unicode string. Ignore | niemeyer | 2005-02-22 | 1 | -0/+2 |