| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Set version to 1.1.2, update ChangeLogunidecode-1.1.2 | Tomaz Solc | 2020-12-20 | 1 | -1/+1 |
| | | |||||
| * | Set version to 1.1.1, update ChangeLogunidecode-1.1.1 | Tomaz Solc | 2019-06-21 | 1 | -1/+1 |
| | | |||||
| * | Set version to 1.1.0unidecode-1.1.0 | Tomaz Solc | 2019-06-14 | 1 | -1/+1 |
| | | |||||
| * | Merge remote-tracking branch 'jdufresne/pyreq' | Tomaz Solc | 2019-01-19 | 1 | -0/+1 |
| |\ | |||||
| | * | Pass python_requires argument to setuptools | Jon Dufresne | 2018-12-31 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Helps pip decide what version of the library to install. Include this information in the README as well. These versions were already documented as trove classifiers. https://packaging.python.org/guides/distributing-packages-using-setuptools/#python-requires > If your project only runs on certain Python versions, setting the > python_requires argument to the appropriate PEP 440 version specifier > string will prevent pip from installing the project on other Python > versions. https://setuptools.readthedocs.io/en/latest/setuptools.html#new-and-changed-setup-keywords > python_requires > > A string corresponding to a version specifier (as defined in PEP 440) > for the Python version, used to specify the Requires-Python defined in > PEP 345. | ||||
| * | | Add trove classifier for Python 3.7 support | Jon Dufresne | 2019-01-05 | 1 | -0/+1 |
| | | | |||||
| * | | Use a context manager to always close the file after opening | Jon Dufresne | 2018-12-31 | 1 | -1/+2 |
| |/ | | | | | | | | | | | | Fixes the following warning when Python warnings are enabled during tests: setup.py:9: ResourceWarning: unclosed file <_io.TextIOWrapper name='README.rst' mode='r' encoding='UTF-8'> return open(os.path.join(os.path.dirname(__file__), "README.rst")).read() To enable warnings, use the pass the -Walways argument to Python: https://docs.python.org/3/using/cmdline.html#cmdoption-w | ||||
| * | Set version to 1.0.23unidecode-1.0.23 | Tomaz Solc | 2018-11-19 | 1 | -1/+1 |
| | | |||||
| * | Drop support for EOL Python 2.6 & 3.3 | Jon Dufresne | 2018-06-30 | 1 | -2/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Python 2.6 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 and 3.3 on 2017-09-29. For additional details on supported Python versions, see: https://devguide.python.org/#status-of-python-branches Removing support for EOL Pythons will reduce testing and maintenance resources. Using pypinfo, here are the download statistics for Unidecode over the last 30 days, showing minimal 3.3 & 2.6 installs. $ pypinfo --percent unidecode pyversion | python_version | percent | download_count | | -------------- | ------- | -------------- | | 2.7 | 66.07% | 244,263 | | 3.6 | 19.69% | 72,777 | | 3.5 | 8.27% | 30,585 | | 3.4 | 5.59% | 20,663 | | 3.7 | 0.29% | 1,062 | | 2.6 | 0.06% | 210 | | 3.8 | 0.02% | 72 | | 3.3 | 0.01% | 44 | | 3.2 | 0.00% | 6 | | None | 0.00% | 2 | | ||||
| * | Set version to 1.0.22 | Tomaz Solc | 2018-01-05 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | Traditionally Python Unidecode followed the versioning scheme used by the original Perl module. This doesn't make sense any more because: 1) Perl Text::Unidecode itself switched to a different versioning scheme long ago http://search.cpan.org/~sburke/Text-Unidecode-1.30/ 2) Python Unidecode has now sufficiently diverged from Perl version so that matched version numbers are no longer useful, 3) setuptools (>= 8) began mangling version numbers, yielding confusion because Unidecode 0.04.x now sometimes appears as 0.4.x https://github.com/pypa/setuptools/issues/302 | ||||
| * | Update classifiers | Hugo | 2017-10-12 | 1 | -0/+8 |
| | | |||||
| * | Set version to 0.04.21release-0.04.21 | Tomaz Solc | 2017-06-28 | 1 | -1/+1 |
| | | |||||
| * | Merge branch 'add-confusables' | Tomaz Solc | 2017-01-09 | 1 | -1/+1 |
| |\ | | | | | | | | | Conflicts: setup.py | ||||
| | * | Set version to 0.04.20 | Tomaz Solc | 2016-10-20 | 1 | -1/+1 |
| | | | |||||
| * | | Add vim modeline. | Tomaz Solc | 2016-11-25 | 1 | -0/+1 |
| | | | |||||
| * | | Fix indentation, mixed tabs + spaces in setup.py | Tomaz Solc | 2016-11-25 | 1 | -24/+25 |
| |/ | | | | Thanks to Adam Chainz. | ||||
| * | Set version to 0.04.19 | Tomaz Solc | 2016-01-21 | 1 | -1/+1 |
| | | |||||
| * | Set version to 0.04.18 | Tomaz Solc | 2015-06-13 | 1 | -1/+1 |
| | | |||||
| * | Use full path when loading README.rst | Tomaz Solc | 2015-05-25 | 1 | -1/+5 |
| | | |||||
| * | Use entry_points for the commandline utility. | Tomaz Solc | 2015-05-13 | 1 | -0/+6 |
| | | |||||
| * | Move README to README.rst | Tomaz Solc | 2015-05-13 | 1 | -1/+1 |
| | | |||||
| * | One test file for both Python 2.x and 3.x | Tomaz Solc | 2015-05-13 | 1 | -0/+2 |
| | | |||||
| * | Use setuptools in setup.py | Tomaz Solc | 2015-05-13 | 1 | -34/+1 |
| | | |||||
| * | Increased version to 0.04.17 | Tomaz Solc | 2014-12-18 | 1 | -1/+1 |
| | | |||||
| * | Increased version to 0.04.16release-0.04.16 | Tomaz Solc | 2014-05-11 | 1 | -1/+1 |
| | | |||||
| * | Increased version to 0.04.15release-0.04.15 | Tomaz Solc | 2014-05-11 | 1 | -1/+1 |
| | | |||||
| * | Increased version to 0.04.14release-0.04.14 | Tomaz Solc | 2013-09-20 | 1 | -1/+1 |
| | | |||||
| * | Increased version to 0.04.13release-0.04.13 | Tomaz Solc | 2013-05-30 | 1 | -1/+1 |
| | | |||||
| * | Increased version to 0.04.12release-0.04.12 | Tomaz Solc | 2013-01-28 | 1 | -1/+1 |
| | | |||||
| * | Increased version to 0.04.11release-0.04.11 | Tomaz Solc | 2013-01-17 | 1 | -1/+1 |
| | | |||||
| * | Python 2.5 compatible way of running tests. | Tomaz Solc | 2013-01-17 | 1 | -4/+10 |
| | | |||||
| * | Increased version to 0.04.10release-0.04.10 | Tomaz Solc | 2012-12-01 | 1 | -1/+1 |
| | | |||||
| * | Adding trove classifiers. | Tomaz Solc | 2012-10-02 | 1 | -1/+10 |
| | | | | | Thanks to Thomas Kluyver. | ||||
| * | Increased version to 0.04.9release-0.04.9 | Tomaz Solc | 2011-09-23 | 1 | -1/+1 |
| | | |||||
| * | Fix installation issue with Python 2.5 | Tomaz Solc | 2011-09-23 | 1 | -7/+1 |
| | | |||||
| * | Setting author's proper non-ASCII name. | Tomaz Solc | 2011-09-22 | 1 | -1/+7 |
| | | | | | Compatible with both Python 2.x and 3.x. | ||||
| * | Increased version to 0.04.8 | Tomaz Solc | 2011-09-22 | 1 | -1/+1 |
| | | |||||
| * | Documentation and license update. | Tomaz Solc | 2011-09-22 | 1 | -25/+4 |
| | | | | | | | | | | Converted README to reST format, so that it can also be used as distutils long_description. Changed license to GPL and included license text in LICENSE, to fit better with other Python modules and to remove the issue of depending on Perl for licensing terms. | ||||
| * | Increased version to 0.04.7release-0.04.7 | Tomaz Solc | 2011-04-04 | 1 | -1/+1 |
| | | |||||
| * | Increased version to 0.04.6release-0.04.6 | Tomaz Solc | 2011-02-16 | 1 | -1/+1 |
| | | |||||
| * | Increased version to 0.04.5release-0.04.5 | Tomaz Solc | 2010-10-15 | 1 | -1/+1 |
| | | |||||
| * | Increased version to 0.04.4release-0.04.4takowl | Tomaz Solc | 2010-10-12 | 1 | -1/+1 |
| | | |||||
| * | Simplify code, and make a Python 3 version of the tests. | Thomas Kluyver | 2010-10-05 | 1 | -1/+1 |
| | | |||||
| * | Bumped version and updated changelog.release-0.04.3 | Tomaz Solc | 2010-01-12 | 1 | -1/+1 |
| | | |||||
| * | Added long description, url and license info to setup.py | Tomaz Solc | 2009-08-27 | 1 | -1/+24 |
| | | |||||
| * | Bumped version string | Tomaz Solc | 2009-08-27 | 1 | -1/+1 |
| | | |||||
| * | Initial import. | Tomaz Solc | 2008-09-05 | 1 | -0/+39 |
