summaryrefslogtreecommitdiff
path: root/NEWS
Commit message (Collapse)AuthorAgeFilesLines
* Document fuzzy_with_tokens, update NEWS to prepare for 2.2Tomi Pieviläinen2013-10-311-0/+9
|
* Preparing for releaseTomi Pieviläinen2012-03-281-4/+4
|
* README fixes, tz cleanupTomi Pieviläinen2012-03-031-0/+12
|
* Updated version to 2.0.Gustavo Niemeyer2011-03-241-0/+9
|
* Adam Ryan reported a problem in the relativedelta implementation whichniemeyer2010-03-301-0/+16
| | | | | | affected the yearday parameter in the month of January specifically. This has been unittested and fixed.
* Updated NEWS file for 1.4.1.niemeyer2008-08-071-0/+2
|
* Using .tar.gz extension, so that it works better with setuptools.niemeyer2008-08-071-0/+4
|
* Fixed DST signal handling in zoneinfo files. Reported byniemeyer2008-02-281-1/+3
| | | | | | | Nicholas F. Fabry and John-Mark Gurney. (that changeset adds just the test, the actual fix was committed in the last revision by mistake).
* - Fixed case where tzrange.utcoffset and tzrange.dst() might fail dueniemeyer2008-02-281-3/+13
| | | | | | | | | | to a date being used where a datetime was expected (reported and fixed by Lennart Regebro). - Prevent tzstr from introducing daylight timings in strings that didn't specify them (reported by Lennart Regebro). - Calls like gettz("GMT+3") and gettz("UTC-2") will now return the expected values, instead of the TZ variable behavior.
* Fixed another precision problem on conversion of decimal seconds toniemeyer2008-02-281-0/+9
| | | | | microseconds, as reported by Erik Brown. Now they're gone for real, since it's not using floating point arithmetic anymore.
* All code is now compatible with new-style division.niemeyer2007-11-201-0/+2
|
* Updated NEWS file.niemeyer2007-11-121-0/+10
|
* Adding change to NEWS file.niemeyer2007-11-121-0/+7
|
* Updated NEWS file.niemeyer2007-06-271-0/+5
|
* Preparing for 1.2.niemeyer2006-10-251-0/+7
|
* One more item in the NEWS file.niemeyer2005-12-221-0/+3
|
* Updating NEWS file.niemeyer2005-12-221-1/+3
|
* - Fixed rrule byyearday handling. Abramo Bagnara pointed out thatniemeyer2005-10-251-0/+18
| | | | | | RFC2445 allows negative numbers. - Updating NEWS file.
* - More improvements in tzwin.niemeyer2005-02-241-0/+46
- New NEWS file. - Updated README with tzwin information.