aboutsummaryrefslogtreecommitdiff
path: root/NEWS
AgeCommit message (Collapse)Author
2019-02-04Update NEWS file for version 2.8.0Paul Ganssle
2018-10-27Prepare 2.7.5 releasePaul Ganssle
2018-10-25Update NEWS with 2.7.4 releasePaul Ganssle
2018-04-24Add changelog to documentationPaul Ganssle
2018-03-26Update changelog for 2.7.2 releasePaul Ganssle
2018-03-24Update changelog for 2.7.1 releasePaul Ganssle
2018-03-11Update NEWSPaul Ganssle
2018-01-06Fix spelling: PyPi -> PyPIJon Dufresne
2017-07-10Drop support for Python 2.6Jon Dufresne
I would humbly like to suggest dateutil drop support for Python 2.6. The last release of Python 2.6 was 2013-10-29, over 3 years ago. It is no longer receiving security fixes. https://www.python.org/dev/peps/pep-0361/ The pip project itself has recently dropped support for 2.6. Their numbers estimate that Python 2.6 accounts for ~2% of their downloads. pypa/pip#4343 For projects that still use Python 2.6, they can continue to pip install an older version. I've tried my best to remove as much 2.6 specific code as I can, including the 'Programming Language :: Python :: 2.6' trove classifier from setup.py. I've also removed Travis CI testing, which should result in faster testing and fewer wasted resources. Code changed: - Removed Python2.6 from testing configuration - setup.py cleanups due to fewer version complications - Removed unittest2 dependency and monkey patching - Use set literals - Use dict comprehension - Remove total_seconds workaround - Remove TarFile.open() context manager workaround Thanks for considering.
2017-07-10Add updated NEWS.Paul Ganssle
2017-04-17Clean up trailing white space in all filesJon Dufresne
2016-11-08Prepare 2.6.0 release.Paul Ganssle
2016-04-20Backport 2.5.3 release info to master branch. Bump version to 2.6.0a0.Paul Ganssle
2016-03-27Prepare 2.5.2 release.Paul Ganssle
2016-03-17Prepare 2.5.1 release.Paul Ganssle
2016-02-29NEWS: convert to utf8Zbigniew Jędrzejewski-Szmek
2016-02-28Prepare 2.5.0 releasePaul Ganssle
2015-05-26Fixed typo in NEWSAndrew Murray
2015-03-31Prepare 2.4.2 release.Paul G
2015-03-05Update news for PR #54Paul G
2015-03-05Update news, version number and zonefilePaul G
2015-03-05Rebase and update news file to include PR #43.Paul G
2015-03-05Update news, version number and zonefilePaul G
2015-01-05Prepare 2.4.0Yaron de Leeuw
updated the NEWS file, and bumped the versions
2014-11-29edit examples and basic documentationYaron de Leeuw
2014-11-27Package is now wheelable!Yaron de Leeuw
Changed the reading of the tar.gz file.
2014-11-27Handle symbolic links in the zoneinfo tar fileYaron de Leeuw
2014-11-27FIX: (untested): tz was ignoring tzwin on python2Yaron de Leeuw
due to a too-broad try-catch, import errors were ignored on importing tzwin, and so the name change of winreg between python2 and python3 was ignored silently. PS: I should try the code on a windows system
2014-11-24Cleanup directory structureYaron de Leeuw
2013-10-31Document fuzzy_with_tokens, update NEWS to prepare for 2.2Tomi Pieviläinen
2012-03-28Preparing for releaseTomi Pieviläinen
2012-03-03README fixes, tz cleanupTomi Pieviläinen
2011-03-24Updated version to 2.0.Gustavo Niemeyer
2010-03-30Adam Ryan reported a problem in the relativedelta implementation whichniemeyer
affected the yearday parameter in the month of January specifically. This has been unittested and fixed.
2008-08-07Updated NEWS file for 1.4.1.niemeyer
2008-08-07Using .tar.gz extension, so that it works better with setuptools.niemeyer
2008-02-28Fixed DST signal handling in zoneinfo files. Reported byniemeyer
Nicholas F. Fabry and John-Mark Gurney. (that changeset adds just the test, the actual fix was committed in the last revision by mistake).
2008-02-28- Fixed case where tzrange.utcoffset and tzrange.dst() might fail dueniemeyer
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.
2008-02-28Fixed another precision problem on conversion of decimal seconds toniemeyer
microseconds, as reported by Erik Brown. Now they're gone for real, since it's not using floating point arithmetic anymore.
2007-11-20All code is now compatible with new-style division.niemeyer
2007-11-12Updated NEWS file.niemeyer
2007-11-12Adding change to NEWS file.niemeyer
2007-06-27Updated NEWS file.niemeyer
2006-10-25Preparing for 1.2.niemeyer
2005-12-22One more item in the NEWS file.niemeyer
2005-12-22Updating NEWS file.niemeyer
2005-10-25- Fixed rrule byyearday handling. Abramo Bagnara pointed out thatniemeyer
RFC2445 allows negative numbers. - Updating NEWS file.
2005-02-24- More improvements in tzwin.niemeyer
- New NEWS file. - Updated README with tzwin information.