summaryrefslogtreecommitdiff
path: root/NEWS
Commit message (Collapse)AuthorAgeFilesLines
* Manual cleanup for 2.8.2 NEWSMario Corchero2021-07-131-31/+32
| | | | | After the automatic generation from towncrier, manual fix formatting and remove unrelevant changes.
* Automatic generation of NEWS entries for 2.8.2Mario Corchero2021-07-131-0/+57
|
* Update changelog for 2.8.1 release.Paul Ganssle2019-11-021-0/+80
|
* Fix typos in comments and documentationHugo2019-08-271-5/+5
| | | | | Fixes several misspellings, typos and styling errors (e.g. github -> GitHub) in the comments and documentation.
* Fix changelogPaul Ganssle2019-02-051-44/+16
| | | | | Somehow a bunch of old changelog stubs from 2.7.3 got included in the 2.8.0 release notes. This updates the release notes accordingly.
* Update NEWS file for version 2.8.0Paul Ganssle2019-02-041-0/+117
|
* Prepare 2.7.5 releasePaul Ganssle2018-10-271-0/+9
|
* Update NEWS with 2.7.4 releasePaul Ganssle2018-10-251-0/+64
|
* Add changelog to documentationPaul Ganssle2018-04-241-5/+3
|
* Update changelog for 2.7.2 releasePaul Ganssle2018-03-261-0/+16
|
* Update changelog for 2.7.1 releasePaul Ganssle2018-03-241-23/+48
|
* Update NEWSPaul Ganssle2018-03-111-2/+146
|
* Fix spelling: PyPi -> PyPIJon Dufresne2018-01-061-1/+1
|
* Drop support for Python 2.6Jon Dufresne2017-07-101-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* Add updated NEWS.Paul Ganssle2017-07-101-0/+32
|
* Clean up trailing white space in all filesJon Dufresne2017-04-171-1/+1
|
* Prepare 2.6.0 release.Paul Ganssle2016-11-081-0/+65
|
* Backport 2.5.3 release info to master branch. Bump version to 2.6.0a0.Paul Ganssle2016-04-201-0/+10
|
* Prepare 2.5.2 release.Paul Ganssle2016-03-271-0/+6
|
* Prepare 2.5.1 release.Paul Ganssle2016-03-171-0/+25
|
* NEWS: convert to utf8Zbigniew Jędrzejewski-Szmek2016-02-291-322/+321
|
* Prepare 2.5.0 releasePaul Ganssle2016-02-281-0/+90
|
* Fixed typo in NEWSAndrew Murray2015-05-261-1/+1
|
* Prepare 2.4.2 release.2.4.2Paul G2015-03-311-0/+13
|
* Update news for PR #54Paul G2015-03-051-0/+2
|
* Update news, version number and zonefilePaul G2015-03-051-217/+217
|
* Rebase and update news file to include PR #43.Paul G2015-03-051-0/+3
|
* Update news, version number and zonefilePaul G2015-03-051-0/+15
|
* Prepare 2.4.0Yaron de Leeuw2015-01-051-0/+10
| | | | updated the NEWS file, and bumped the versions
* edit examples and basic documentationYaron de Leeuw2014-11-291-0/+1
|
* Package is now wheelable!Yaron de Leeuw2014-11-271-0/+3
| | | | Changed the reading of the tar.gz file.
* Handle symbolic links in the zoneinfo tar fileYaron de Leeuw2014-11-271-0/+4
|
* FIX: (untested): tz was ignoring tzwin on python2Yaron de Leeuw2014-11-271-0/+2
| | | | | | | | 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
* Cleanup directory structureYaron de Leeuw2014-11-241-0/+6
|
* 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
|