summaryrefslogtreecommitdiff
path: root/CHANGES.rst
Commit message (Collapse)AuthorAgeFilesLines
* Drop support for EOL PythonsJon Dufresne2018-09-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Python 2.6, 3.2, and 3.3 are end of life. They are no longer receiving bug fixes, including for security issues. Python 2.6 went EOL on 2013-10-29, Python 3.2 on 2016-02-20, and Python 3.3 on 2017-09-29. For additional details on support Python versions, see: https://devguide.python.org/#status-of-python-branches https://devguide.python.org/devcycle/#end-of-life-branches Removing support for EOL Pythons will reduce testing and maintenance resources. Using pypinfo, here are the PyPI download statistics for the last 30 days, showing low numbers for EOL Pythons. | python_version | percent | download_count | | -------------- | ------: | -------------: | | 2.7 | 61.50% | 785,047 | | 3.6 | 24.17% | 308,576 | | 3.5 | 8.09% | 103,320 | | 3.7 | 3.23% | 41,242 | | 3.4 | 2.81% | 35,877 | | 2.6 | 0.13% | 1,622 | | 3.3 | 0.06% | 711 | | 3.8 | 0.01% | 174 | | None | 0.00% | 19 | | 3.2 | 0.00% | 7 |
* Add testing and document support for Python 3.7Jon Dufresne2018-09-161-0/+4
| | | | | | Python 3.7 was released on June 27, 2018. https://docs.python.org/3/whatsnew/3.7.html
* Prefer https:// links where availableJon Dufresne2018-08-281-5/+5
|
* Update CHANGES.rstJeff Rouse2017-11-211-4/+2
|
* Noted change regarding correcting the config directory on MacOS.Jeff Rouse2017-11-211-1/+3
|
* Bump version, now listed as stable and import fix.Jeff Rouse2017-04-291-0/+8
|
* Release notes 1.4.3.1.4.3Jeff Rouse2017-03-061-0/+5
|
* Update CHANGES.rst1.4.2Jeff Rouse2017-02-231-1/+6
| | | 1.4.2 release notes
* Time to bump...long overdue.1.4.1Jeff Rouse2017-02-011-2/+3
|
* Fix typoJakub Wilk2016-12-301-1/+1
|
* import winreg on py3Sridhar Ratnakumar2014-08-171-1/+1
| | | | fixes #38
* open for devSridhar Ratnakumar2014-08-171-0/+5
|
* prepare for 1.4.0 rel1.4.0Sridhar Ratnakumar2014-08-171-6/+1
|
* Update CHANGES.rstSridhar Ratnakumar2014-08-141-0/+5
|
* Put back ... in CHANGES.rstcpburnz2014-05-071-0/+1
|
* Update CHANGES.rstCaleb P. Burns2014-05-071-1/+2
| | | Updated change log for Jython support.
* add #42 to relnotesSridhar Ratnakumar2014-05-031-0/+1
|
* prep for dev (1.4.0)Sridhar Ratnakumar2014-04-211-0/+4
|
* the newly added *_config_dir fixes #6Eddy Petrișor2013-03-181-2/+2
|
* linux-fixes: add *_config_dirEddy Petrișor2013-03-181-2/+4
|
* Update CHANGES.rst to match *nix-specific changeseddyp2013-03-181-0/+10
|
* prep versionSridhar Ratnakumar2011-01-261-2/+2
|
* Convert markdown to reST - to render HTML in metadata (pypi, pypm)Sridhar Ratnakumar2010-12-091-0/+49