blob: 1199d723c35f96eae5e005508c48fe8934504b80 [file] [log] [blame]
Yaron de Leeuw7d13f302014-11-24 17:46:03 +02001Version 2.3
2-----------
3
4- Cleanup directory structure, moved test.py to dateutil/tests/test.py
5
6
Tomi Pieviläinene49a2592013-10-31 16:03:08 +02007Version 2.2
8-----------
9
10- Updated zoneinfo to 2013h
11
12- fuzzy_with_tokens parse addon from Christopher Corley
13
14- Bug with LANG=C fixed by Mike Gilbert
15
Tomi Pieviläinen691a3cc2012-03-28 18:49:19 +030016Version 2.1
17-----------
Tomi Pieviläinen8a7cfe02012-03-03 10:08:17 +020018
19- New maintainer
20
Tomi Pieviläinen691a3cc2012-03-28 18:49:19 +030021- Dateutil now works on Python 2.6, 2.7 and 3.2 from same codebase (with six)
Tomi Pieviläinen8a7cfe02012-03-03 10:08:17 +020022
Tomi Pieviläinen691a3cc2012-03-28 18:49:19 +030023- #704047: Ismael Carnales' patch for a new time format
Tomi Pieviläinen8a7cfe02012-03-03 10:08:17 +020024
25- Small bug fixes, thanks for reporters!
26
27
Gustavo Niemeyer52093c92011-03-24 14:38:30 -030028Version 2.0
29-----------
30
31- Ported to Python 3, by Brian Jones. If you need dateutil for Python 2.X,
32 please continue using the 1.X series.
33
34- There's no such thing as a "PSF License". This source code is now
35 made available under the Simplified BSD license. See LICENSE for
36 details.
niemeyere9f0b242010-03-30 00:42:25 +000037
38Version 1.5
39-----------
40
41- As reported by Mathieu Bridon, rrules were matching the bysecond rules
42 incorrectly against byminute in some circumstances when the SECONDLY
43 frequency was in use, due to a copy & paste bug. The problem has been
44 unittested and corrected.
45
46- Adam Ryan reported a problem in the relativedelta implementation which
47 affected the yearday parameter in the month of January specifically.
48 This has been unittested and fixed.
49
50- Updated timezone information.
51
52
niemeyer55254c52008-08-07 02:46:52 +000053Version 1.4.1
54-------------
55
niemeyer124c3292008-08-07 02:47:17 +000056- Updated timezone information.
57
niemeyer55254c52008-08-07 02:46:52 +000058
niemeyerf296b1a2008-02-28 03:42:33 +000059Version 1.4
60-----------
61
niemeyer05c217d2008-02-28 04:52:22 +000062- Fixed another parser precision problem on conversion of decimal seconds
63 to microseconds, as reported by Erik Brown. Now these issues are gone
64 for real since it's not using floating point arithmetic anymore.
niemeyerf296b1a2008-02-28 03:42:33 +000065
niemeyer05c217d2008-02-28 04:52:22 +000066- Fixed case where tzrange.utcoffset and tzrange.dst() might fail due
67 to a date being used where a datetime was expected (reported and fixed
68 by Lennart Regebro).
69
70- Prevent tzstr from introducing daylight timings in strings that didn't
71 specify them (reported by Lennart Regebro).
72
73- Calls like gettz("GMT+3") and gettz("UTC-2") will now return the
74 expected values, instead of the TZ variable behavior.
niemeyer3cb423c2008-02-28 05:00:57 +000075
76- Fixed DST signal handling in zoneinfo files. Reported by
77 Nicholas F. Fabry and John-Mark Gurney.
niemeyerf296b1a2008-02-28 03:42:33 +000078
79
niemeyerb085ec62007-11-12 14:08:14 +000080Version 1.3
81-----------
82
niemeyerb2df80e2007-11-12 21:53:39 +000083- Fixed precision problem on conversion of decimal seconds to
84 microseconds, as reported by Skip Montanaro.
85
86- Fixed bug in constructor of parser, and converted parser classes to
87 new-style classes. Original report and patch by Michael Elsdörfer.
88
89- Initialize tzid and comps in tz.py, to prevent the code from ever
90 raising a NameError (even with broken files). Johan Dahlin suggested
91 the fix after a pyflakes run.
92
niemeyerb085ec62007-11-12 14:08:14 +000093- Version is now published in dateutil.__version__, as requested
94 by Darren Dale.
95
niemeyerd0bbacb2007-11-20 00:07:34 +000096- All code is compatible with new-style division.
97
niemeyerb085ec62007-11-12 14:08:14 +000098
niemeyer82b1e432006-10-25 17:16:42 +000099Version 1.2
100-----------
101
102- Now tzfile will round timezones to full-minutes if necessary,
103 since Python's datetime doesn't support sub-minute offsets.
104 Thanks to Ilpo Nyyssönen for reporting the issue.
105
niemeyer75b11fb2007-06-27 01:53:23 +0000106- Removed bare string exceptions, as reported and fixed by
107 Wilfredo Sánchez Vega.
108
109- Fix bug in leap count parsing (reported and fixed by Eugene Oden).
110
niemeyere2b63462005-02-24 17:23:24 +0000111
niemeyer328d6ce2005-10-25 14:17:53 +0000112Version 1.1
113-----------
114
115- Fixed rrule byyearday handling. Abramo Bagnara pointed out that
116 RFC2445 allows negative numbers.
117
niemeyer97aef7e2005-12-22 19:53:44 +0000118- Fixed --prefix handling in setup.py (by Sidnei da Silva).
119
niemeyer0a33cd82005-12-22 19:55:11 +0000120- Now tz.gettz() returns a tzlocal instance when not given any
121 arguments and no other timezone information is found.
122
niemeyer97aef7e2005-12-22 19:53:44 +0000123- Updating timezone information to version 2005q.
niemeyer328d6ce2005-10-25 14:17:53 +0000124
125
126Version 1.0
127-----------
128
129- Fixed parsing of XXhXXm formatted time after day/month/year
130 has been parsed.
131
132- Added patch by Jeffrey Harris optimizing rrule.__contains__.
133
134
niemeyere2b63462005-02-24 17:23:24 +0000135Version 0.9
136-----------
137
138- Fixed pickling of timezone types, as reported by
139 Andreas Köhler.
140
141- Implemented internal timezone information with binary
142 timezone files [1]. datautil.tz.gettz() function will now
143 try to use the system timezone files, and fallback to
144 the internal versions. It's also possible to ask for
145 the internal versions directly by using
146 dateutil.zoneinfo.gettz().
147
148- New tzwin timezone type, allowing access to Windows
149 internal timezones (contributed by Jeffrey Harris).
150
151- Fixed parsing of unicode date strings.
152
153- Accept parserinfo instances as the parser constructor
154 parameter, besides parserinfo (sub)classes.
155
156- Changed weekday to spell the not-set n value as None
157 instead of 0.
158
159- Fixed other reported bugs.
160
161[1] http://www.twinsun.com/tz/tz-link.htm
162
163
164Version 0.5
165-----------
166
167- Removed FREQ_ prefix from rrule frequency constants
168 WARNING: this breaks compatibility with previous versions.
169
170- Fixed rrule.between() for cases where "after" is achieved
171 before even starting, as reported by Andreas Köhler.
172
173- Fixed two digit zero-year parsing (such as 31-Dec-00), as
174 reported by Jim Abramson, and included test case for this.
175
176- Sort exdate and rdate before iterating over them, so that
177 it's not necessary to sort them before adding to the rruleset,
178 as reported by Nicholas Piper.
179