Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move to src layout | Mario Corchero | 2021-07-16 | 1 | -1/+1 |
| | | | | | Move the project to the src layout to ensure we are testing on the generated package rather than the checked out source tree. | ||||
* | Move simple constants from setup.py into setup.cfg | Grant Garrett-Grossman | 2019-02-23 | 1 | -35/+3 |
| | | | | | | | | | The new policy of dateutil is to use the declarative build files wherever possible. Co-authored-by: aquinlan82 <aquinlan82@gmail.com> Co-authored-by: gurgenz221 <gurgenz221@gmail.com> Co-authored-by: jachen20 <jacqueline415@outlook.com> | ||||
* | setup.py test doesn't work, so exit with 1 | Miro Hrončok | 2018-09-13 | 1 | -2/+4 |
| | | | | | | The error message was printed, but the process exited with 0. That is extremely error prone in automated environments. Also, print the error message to standard error. | ||||
* | Remove requires from setup.py | Sherry Zhou | 2018-06-08 | 1 | -2/+1 |
| | | | | - Also remove comment that was probably pointing out duplicate requires | ||||
* | Make setup.py PEP8 compatible | Paul Ganssle | 2018-05-22 | 1 | -3/+4 |
| | |||||
* | Open README.rst with utf-8 encoding | Pierre Gergondet | 2018-03-26 | 1 | -1/+3 |
| | |||||
* | Fix RST renderer for PyPI | Paul Ganssle | 2018-03-24 | 1 | -1/+13 |
| | |||||
* | Add README.rst as long_description | Paul Ganssle | 2018-03-24 | 1 | -6/+10 |
| | |||||
* | Update license metadata | Paul Ganssle | 2018-03-24 | 1 | -1/+1 |
| | |||||
* | Fix license trove classifier | Paul Ganssle | 2018-03-11 | 1 | -0/+1 |
| | |||||
* | Drop support for Python 3.2 | Paul Ganssle | 2018-03-11 | 1 | -3/+3 |
| | |||||
* | Generate version numbers from git metadata | Iván Matellanes | 2017-12-06 | 1 | -3/+4 |
| | |||||
* | Adds python_require | Jake Chorley | 2017-12-06 | 1 | -0/+9 |
| | |||||
* | Print warning when running `setup.py test` | Laszlo Kiss-Kollar | 2017-12-06 | 1 | -1/+12 |
| | |||||
* | Update the metadata to reflect authorship vs maintainership | Paul Ganssle | 2017-12-05 | 1 | -2/+4 |
| | |||||
* | Fix package discovery in setup.py | Paul Ganssle | 2017-11-10 | 1 | -2/+4 |
| | |||||
* | Switch testing and CI scripts to use test_requirements.txt | Paul Ganssle | 2017-11-06 | 1 | -1/+0 |
| | |||||
* | Update test runner to use pytest | Paul Ganssle | 2017-11-05 | 1 | -1/+1 |
| | |||||
* | Remove unused imports | Jon Dufresne | 2017-10-28 | 1 | -2/+0 |
| | | | | Discovered running flake8. | ||||
* | Add test for dateutil.utils.today | Paul Ganssle | 2017-10-24 | 1 | -0/+1 |
| | |||||
* | Change license information in setup.py | Paul Ganssle | 2017-10-08 | 1 | -1/+1 |
| | |||||
* | Drop support for Python 2.6 | Jon Dufresne | 2017-07-10 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
* | Moved version handling into a separate module. | Paul Ganssle | 2017-07-09 | 1 | -6/+1 |
| | |||||
* | Modify authors list to reflect reality | Yaron de Leeuw | 2017-05-02 | 1 | -1/+1 |
| | | | | I have not committed anything for a very long time. It was a fun ride. | ||||
* | Fix unclosed file warning in setup.py | Jon Dufresne | 2017-04-17 | 1 | -3/+2 |
| | | | | | | With warnings turned on, appears as: setup.py:17: ResourceWarning: unclosed file <_io.BufferedReader name='./dateutil/__init__.py'> | ||||
* | Prepare 2.6.0 release. | Paul Ganssle | 2016-11-08 | 1 | -0/+1 |
| | |||||
* | Convert readthedocs link for their .org -> .io migration for hosted projects | Adam Chainz | 2016-05-29 | 1 | -1/+1 |
| | | | | | | | | As per their email ‘Changes to project subdomains’: > Starting today, Read the Docs will start hosting projects from subdomains on the domain readthedocs.io, instead of on readthedocs.org. This change addresses some security concerns around site cookies while hosting user generated data on the same domain as our dashboard. Test Plan: Manually visited all the links I’ve modified. | ||||
* | Prepare 2.5.0 release | Paul Ganssle | 2016-02-28 | 1 | -2/+2 |
| | |||||
* | added 'dateutil.tz' subpackage to setup.py | bjv | 2015-12-24 | 1 | -1/+1 |
| | | | | (distutils won't find it on its own: https://docs.python.org/3/distutils/setupscript.html#listing-whole-packages ) | ||||
* | BLD: update versions of python supported | Thomas A Caswell | 2015-12-07 | 1 | -0/+1 |
| | |||||
* | Refactor timezones, add import tests | Paul Ganssle | 2015-11-01 | 1 | -1/+1 |
| | |||||
* | Fixed issue with improper caching of original bymonthday and byweekday rules. | Paul G | 2015-03-21 | 1 | -0/+0 |
| | |||||
* | setup.py: require six>=1.5 | Yaron de Leeuw | 2014-12-14 | 1 | -1/+1 |
| | | | | | Because six.moves._thread was introduced in 1.5 Closes #6 | ||||
* | more pep8 and style edits | Yaron de Leeuw | 2014-12-01 | 1 | -19/+18 |
| | |||||
* | Package is now wheelable! | Yaron de Leeuw | 2014-11-27 | 1 | -6/+6 |
| | | | | Changed the reading of the tar.gz file. | ||||
* | Cleanup directory structure | Yaron de Leeuw | 2014-11-24 | 1 | -1/+2 |
| | |||||
* | Use /usr/bin/env, test for py33 and how to release in README. | Tomi Pieviläinen | 2013-11-01 | 1 | -0/+1 |
| | |||||
* | Fix installation problem when LANG=C | Tomi Pieviläinen | 2012-04-29 | 1 | -1/+2 |
|\ | |||||
| * | Fix UnicodeDecodeError in setup.py when LANG=C. | Mike Gilbert | 2012-04-03 | 1 | -1/+2 |
| | | | | | | | | https://bugs.gentoo.org/show_bug.cgi?id=410725 | ||||
* | | Add classifiers to setup.py | Tomi Pieviläinen | 2012-04-29 | 1 | -0/+12 |
|/ | |||||
* | Preparing for release | Tomi Pieviläinen | 2012-03-28 | 1 | -3/+5 |
| | |||||
* | Metadata fixes | Tomi Pieviläinen | 2012-03-03 | 1 | -5/+5 |
| | | | | | | | | | | Fix remaining references to PSF license, change maintainer info. Removed most occurances of __author__, since it felt redundant with the copyright notice (credit) and package metadata (developer contact). Also fixed references to Python 2.3 (it's not even tested anymore) and changed calls from python3 to just python (let the system decide). | ||||
* | Use python3 on banglines. | Gustavo Niemeyer | 2011-03-24 | 1 | -1/+1 |
| | |||||
* | Applying Python 3 support patch by Brian Jones. | Gustavo Niemeyer | 2011-03-24 | 1 | -2/+2 |
| | |||||
* | Tweak setup.py so that it may run even when fired from | niemeyer | 2010-01-11 | 1 | -1/+2 |
| | | | | different locations, as suggested by Maarten Damen. | ||||
* | Use zip_safe=False, as suggested by Stephan Richter. | niemeyer | 2008-08-07 | 1 | -0/+1 |
| | |||||
* | Using .tar.gz extension, so that it works better with setuptools. | niemeyer | 2008-08-07 | 1 | -8/+4 |
| | |||||
* | Moving the version number to dateutil/__init__.py, as requested | niemeyer | 2007-11-12 | 1 | -1/+8 |
| | | | | by Darren Dale. | ||||
* | Preparing for 1.2. | niemeyer | 2006-10-25 | 1 | -1/+1 |
| | |||||
* | Import reordering. | niemeyer | 2005-12-22 | 1 | -1/+1 |
| |