niemeyer | 55254c5 | 2008-08-07 02:46:52 +0000 | [diff] [blame] | 1 | Version 1.4.1 |
| 2 | ------------- |
| 3 | |
niemeyer | 124c329 | 2008-08-07 02:47:17 +0000 | [diff] [blame] | 4 | - Updated timezone information. |
| 5 | |
niemeyer | 55254c5 | 2008-08-07 02:46:52 +0000 | [diff] [blame] | 6 | |
niemeyer | f296b1a | 2008-02-28 03:42:33 +0000 | [diff] [blame] | 7 | Version 1.4 |
| 8 | ----------- |
| 9 | |
niemeyer | 05c217d | 2008-02-28 04:52:22 +0000 | [diff] [blame] | 10 | - Fixed another parser precision problem on conversion of decimal seconds |
| 11 | to microseconds, as reported by Erik Brown. Now these issues are gone |
| 12 | for real since it's not using floating point arithmetic anymore. |
niemeyer | f296b1a | 2008-02-28 03:42:33 +0000 | [diff] [blame] | 13 | |
niemeyer | 05c217d | 2008-02-28 04:52:22 +0000 | [diff] [blame] | 14 | - Fixed case where tzrange.utcoffset and tzrange.dst() might fail due |
| 15 | to a date being used where a datetime was expected (reported and fixed |
| 16 | by Lennart Regebro). |
| 17 | |
| 18 | - Prevent tzstr from introducing daylight timings in strings that didn't |
| 19 | specify them (reported by Lennart Regebro). |
| 20 | |
| 21 | - Calls like gettz("GMT+3") and gettz("UTC-2") will now return the |
| 22 | expected values, instead of the TZ variable behavior. |
niemeyer | 3cb423c | 2008-02-28 05:00:57 +0000 | [diff] [blame] | 23 | |
| 24 | - Fixed DST signal handling in zoneinfo files. Reported by |
| 25 | Nicholas F. Fabry and John-Mark Gurney. |
niemeyer | f296b1a | 2008-02-28 03:42:33 +0000 | [diff] [blame] | 26 | |
| 27 | |
niemeyer | b085ec6 | 2007-11-12 14:08:14 +0000 | [diff] [blame] | 28 | Version 1.3 |
| 29 | ----------- |
| 30 | |
niemeyer | b2df80e | 2007-11-12 21:53:39 +0000 | [diff] [blame] | 31 | - Fixed precision problem on conversion of decimal seconds to |
| 32 | microseconds, as reported by Skip Montanaro. |
| 33 | |
| 34 | - Fixed bug in constructor of parser, and converted parser classes to |
| 35 | new-style classes. Original report and patch by Michael Elsdörfer. |
| 36 | |
| 37 | - Initialize tzid and comps in tz.py, to prevent the code from ever |
| 38 | raising a NameError (even with broken files). Johan Dahlin suggested |
| 39 | the fix after a pyflakes run. |
| 40 | |
niemeyer | b085ec6 | 2007-11-12 14:08:14 +0000 | [diff] [blame] | 41 | - Version is now published in dateutil.__version__, as requested |
| 42 | by Darren Dale. |
| 43 | |
niemeyer | d0bbacb | 2007-11-20 00:07:34 +0000 | [diff] [blame] | 44 | - All code is compatible with new-style division. |
| 45 | |
niemeyer | b085ec6 | 2007-11-12 14:08:14 +0000 | [diff] [blame] | 46 | |
niemeyer | 82b1e43 | 2006-10-25 17:16:42 +0000 | [diff] [blame] | 47 | Version 1.2 |
| 48 | ----------- |
| 49 | |
| 50 | - Now tzfile will round timezones to full-minutes if necessary, |
| 51 | since Python's datetime doesn't support sub-minute offsets. |
| 52 | Thanks to Ilpo Nyyssönen for reporting the issue. |
| 53 | |
niemeyer | 75b11fb | 2007-06-27 01:53:23 +0000 | [diff] [blame] | 54 | - Removed bare string exceptions, as reported and fixed by |
| 55 | Wilfredo Sánchez Vega. |
| 56 | |
| 57 | - Fix bug in leap count parsing (reported and fixed by Eugene Oden). |
| 58 | |
niemeyer | e2b6346 | 2005-02-24 17:23:24 +0000 | [diff] [blame] | 59 | |
niemeyer | 328d6ce | 2005-10-25 14:17:53 +0000 | [diff] [blame] | 60 | Version 1.1 |
| 61 | ----------- |
| 62 | |
| 63 | - Fixed rrule byyearday handling. Abramo Bagnara pointed out that |
| 64 | RFC2445 allows negative numbers. |
| 65 | |
niemeyer | 97aef7e | 2005-12-22 19:53:44 +0000 | [diff] [blame] | 66 | - Fixed --prefix handling in setup.py (by Sidnei da Silva). |
| 67 | |
niemeyer | 0a33cd8 | 2005-12-22 19:55:11 +0000 | [diff] [blame] | 68 | - Now tz.gettz() returns a tzlocal instance when not given any |
| 69 | arguments and no other timezone information is found. |
| 70 | |
niemeyer | 97aef7e | 2005-12-22 19:53:44 +0000 | [diff] [blame] | 71 | - Updating timezone information to version 2005q. |
niemeyer | 328d6ce | 2005-10-25 14:17:53 +0000 | [diff] [blame] | 72 | |
| 73 | |
| 74 | Version 1.0 |
| 75 | ----------- |
| 76 | |
| 77 | - Fixed parsing of XXhXXm formatted time after day/month/year |
| 78 | has been parsed. |
| 79 | |
| 80 | - Added patch by Jeffrey Harris optimizing rrule.__contains__. |
| 81 | |
| 82 | |
niemeyer | e2b6346 | 2005-02-24 17:23:24 +0000 | [diff] [blame] | 83 | Version 0.9 |
| 84 | ----------- |
| 85 | |
| 86 | - Fixed pickling of timezone types, as reported by |
| 87 | Andreas Köhler. |
| 88 | |
| 89 | - Implemented internal timezone information with binary |
| 90 | timezone files [1]. datautil.tz.gettz() function will now |
| 91 | try to use the system timezone files, and fallback to |
| 92 | the internal versions. It's also possible to ask for |
| 93 | the internal versions directly by using |
| 94 | dateutil.zoneinfo.gettz(). |
| 95 | |
| 96 | - New tzwin timezone type, allowing access to Windows |
| 97 | internal timezones (contributed by Jeffrey Harris). |
| 98 | |
| 99 | - Fixed parsing of unicode date strings. |
| 100 | |
| 101 | - Accept parserinfo instances as the parser constructor |
| 102 | parameter, besides parserinfo (sub)classes. |
| 103 | |
| 104 | - Changed weekday to spell the not-set n value as None |
| 105 | instead of 0. |
| 106 | |
| 107 | - Fixed other reported bugs. |
| 108 | |
| 109 | [1] http://www.twinsun.com/tz/tz-link.htm |
| 110 | |
| 111 | |
| 112 | Version 0.5 |
| 113 | ----------- |
| 114 | |
| 115 | - Removed FREQ_ prefix from rrule frequency constants |
| 116 | WARNING: this breaks compatibility with previous versions. |
| 117 | |
| 118 | - Fixed rrule.between() for cases where "after" is achieved |
| 119 | before even starting, as reported by Andreas Köhler. |
| 120 | |
| 121 | - Fixed two digit zero-year parsing (such as 31-Dec-00), as |
| 122 | reported by Jim Abramson, and included test case for this. |
| 123 | |
| 124 | - Sort exdate and rdate before iterating over them, so that |
| 125 | it's not necessary to sort them before adding to the rruleset, |
| 126 | as reported by Nicholas Piper. |
| 127 | |