| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Manual cleanup for 2.8.2 NEWS | Mario Corchero | 2021-07-13 | 1 | -31/+32 |
| | | | | | | After the automatic generation from towncrier, manual fix formatting and remove unrelevant changes. | ||||
| * | Automatic generation of NEWS entries for 2.8.2 | Mario Corchero | 2021-07-13 | 1 | -0/+57 |
| | | |||||
| * | Update changelog for 2.8.1 release. | Paul Ganssle | 2019-11-02 | 1 | -0/+80 |
| | | |||||
| * | Fix typos in comments and documentation | Hugo | 2019-08-27 | 1 | -5/+5 |
| | | | | | | Fixes several misspellings, typos and styling errors (e.g. github -> GitHub) in the comments and documentation. | ||||
| * | Fix changelog | Paul Ganssle | 2019-02-05 | 1 | -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.0 | Paul Ganssle | 2019-02-04 | 1 | -0/+117 |
| | | |||||
| * | Prepare 2.7.5 release | Paul Ganssle | 2018-10-27 | 1 | -0/+9 |
| | | |||||
| * | Update NEWS with 2.7.4 release | Paul Ganssle | 2018-10-25 | 1 | -0/+64 |
| | | |||||
| * | Add changelog to documentation | Paul Ganssle | 2018-04-24 | 1 | -5/+3 |
| | | |||||
| * | Update changelog for 2.7.2 release | Paul Ganssle | 2018-03-26 | 1 | -0/+16 |
| | | |||||
| * | Update changelog for 2.7.1 release | Paul Ganssle | 2018-03-24 | 1 | -23/+48 |
| | | |||||
| * | Update NEWS | Paul Ganssle | 2018-03-11 | 1 | -2/+146 |
| | | |||||
| * | Fix spelling: PyPi -> PyPI | Jon Dufresne | 2018-01-06 | 1 | -1/+1 |
| | | |||||
| * | Drop support for Python 2.6 | Jon Dufresne | 2017-07-10 | 1 | -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 Ganssle | 2017-07-10 | 1 | -0/+32 |
| | | |||||
| * | Clean up trailing white space in all files | Jon Dufresne | 2017-04-17 | 1 | -1/+1 |
| | | |||||
| * | Prepare 2.6.0 release. | Paul Ganssle | 2016-11-08 | 1 | -0/+65 |
| | | |||||
| * | Backport 2.5.3 release info to master branch. Bump version to 2.6.0a0. | Paul Ganssle | 2016-04-20 | 1 | -0/+10 |
| | | |||||
| * | Prepare 2.5.2 release. | Paul Ganssle | 2016-03-27 | 1 | -0/+6 |
| | | |||||
| * | Prepare 2.5.1 release. | Paul Ganssle | 2016-03-17 | 1 | -0/+25 |
| | | |||||
| * | NEWS: convert to utf8 | Zbigniew Jędrzejewski-Szmek | 2016-02-29 | 1 | -322/+321 |
| | | |||||
| * | Prepare 2.5.0 release | Paul Ganssle | 2016-02-28 | 1 | -0/+90 |
| | | |||||
| * | Fixed typo in NEWS | Andrew Murray | 2015-05-26 | 1 | -1/+1 |
| | | |||||
| * | Prepare 2.4.2 release.2.4.2 | Paul G | 2015-03-31 | 1 | -0/+13 |
| | | |||||
| * | Update news for PR #54 | Paul G | 2015-03-05 | 1 | -0/+2 |
| | | |||||
| * | Update news, version number and zonefile | Paul G | 2015-03-05 | 1 | -217/+217 |
| | | |||||
| * | Rebase and update news file to include PR #43. | Paul G | 2015-03-05 | 1 | -0/+3 |
| | | |||||
| * | Update news, version number and zonefile | Paul G | 2015-03-05 | 1 | -0/+15 |
| | | |||||
| * | Prepare 2.4.0 | Yaron de Leeuw | 2015-01-05 | 1 | -0/+10 |
| | | | | | updated the NEWS file, and bumped the versions | ||||
| * | edit examples and basic documentation | Yaron de Leeuw | 2014-11-29 | 1 | -0/+1 |
| | | |||||
| * | Package is now wheelable! | Yaron de Leeuw | 2014-11-27 | 1 | -0/+3 |
| | | | | | Changed the reading of the tar.gz file. | ||||
| * | Handle symbolic links in the zoneinfo tar file | Yaron de Leeuw | 2014-11-27 | 1 | -0/+4 |
| | | |||||
| * | FIX: (untested): tz was ignoring tzwin on python2 | Yaron de Leeuw | 2014-11-27 | 1 | -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 structure | Yaron de Leeuw | 2014-11-24 | 1 | -0/+6 |
| | | |||||
| * | Document fuzzy_with_tokens, update NEWS to prepare for 2.2 | Tomi Pieviläinen | 2013-10-31 | 1 | -0/+9 |
| | | |||||
| * | Preparing for release | Tomi Pieviläinen | 2012-03-28 | 1 | -4/+4 |
| | | |||||
| * | README fixes, tz cleanup | Tomi Pieviläinen | 2012-03-03 | 1 | -0/+12 |
| | | |||||
| * | Updated version to 2.0. | Gustavo Niemeyer | 2011-03-24 | 1 | -0/+9 |
| | | |||||
| * | Adam Ryan reported a problem in the relativedelta implementation which | niemeyer | 2010-03-30 | 1 | -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. | niemeyer | 2008-08-07 | 1 | -0/+2 |
| | | |||||
| * | Using .tar.gz extension, so that it works better with setuptools. | niemeyer | 2008-08-07 | 1 | -0/+4 |
| | | |||||
| * | Fixed DST signal handling in zoneinfo files. Reported by | niemeyer | 2008-02-28 | 1 | -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 due | niemeyer | 2008-02-28 | 1 | -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 to | niemeyer | 2008-02-28 | 1 | -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. | niemeyer | 2007-11-20 | 1 | -0/+2 |
| | | |||||
| * | Updated NEWS file. | niemeyer | 2007-11-12 | 1 | -0/+10 |
| | | |||||
| * | Adding change to NEWS file. | niemeyer | 2007-11-12 | 1 | -0/+7 |
| | | |||||
| * | Updated NEWS file. | niemeyer | 2007-06-27 | 1 | -0/+5 |
| | | |||||
| * | Preparing for 1.2. | niemeyer | 2006-10-25 | 1 | -0/+7 |
| | | |||||
| * | One more item in the NEWS file. | niemeyer | 2005-12-22 | 1 | -0/+3 |
| | | |||||
