summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix changelog.unidecode-1.3.0Tomaz Solc2021-09-061-2/+2
* Set version to 1.3.0Tomaz Solc2021-09-061-1/+1
* Update change log.Tomaz Solc2021-09-061-0/+5
* Fix classifiers.Tomaz Solc2021-09-061-1/+1
* Improve Yiddish conversionAlon Bar-Lev2021-08-311-22/+22
* Improve Hebrew conversionAlon Bar-Lev2021-08-311-14/+14
* Add Python 3.9 to tox.iniTomaz Solc2021-04-041-1/+1
* Move README.rst to utf-8 encoding.Tomaz Solc2021-03-062-3/+3
* Add tox.ini to MANIFEST.inTomaz Solc2021-03-051-0/+1
* Add Python 3.8 to tox.iniTomaz Solc2021-03-051-1/+1
* support and test py 3.8kf@hydra2021-03-052-0/+2
* Add missing backslashes.Tomaz Solc2021-02-051-1/+1
* Make tox run tests through pytest.Tomaz Solc2021-02-052-9/+7
* Remove __init__.pyiTomaz Solc2021-02-053-11/+5
* More Python 2 compatibility code clean up.Tomaz Solc2021-02-053-16/+2
* Drop pypy from tox.iniTomaz Solc2021-02-051-1/+1
* Drop old Python versions from Travis.Tomaz Solc2021-02-051-3/+0
* Move Py3.5-compatible type annotations inline.Tomaz Solc2021-02-052-8/+4
* Add another FAQ.Tomaz Solc2021-02-051-3/+11
* Drop support for Python 2 and 3.4.Tomaz Solc2021-02-056-107/+64
* Set version to 1.2.0unidecode-1.2.0Tomaz Solc2021-02-051-1/+1
* Update change log.Tomaz Solc2021-02-051-0/+12
* Add warning about dropping Python 2.x and 3.4.Tomaz Solc2021-02-051-1/+4
* Add Typing stubs for the main API.Pascal Corpet2021-02-033-0/+12
* Avoid exception chaining on Python 3.Tomaz Solc2021-01-082-4/+16
* Bump copyright date.Tomaz Solc2021-01-081-1/+1
* Convert examples in README to Python 3 syntax.Tomaz Solc2021-01-082-4/+4
* Add examples for the 'errors' argument.Tomaz Solc2021-01-081-1/+8
* Rename argument replace_char -> replace_strTomaz Solc2020-12-203-13/+13
* More mass replace '' -> NoneTomaz Solc2020-12-204-757/+757
* Document the new errors argument.Tomaz Solc2020-12-201-0/+11
* Ignore coverage-related files.Tomaz Solc2020-12-201-0/+2
* Mass replace '[?] ' -> NoneTomaz Solc2020-12-2079-795/+795
* Mass replace '' -> None.Tomaz Solc2020-12-204-395/+395
* Mass replace '[?]' -> NoneTomaz Solc2020-12-2045-3319/+3319
* Add missing ligatures and quotes in U+1F6xx rangeTomaz Solc2020-12-201-0/+258
* Add missing quotation marks in the U+27xx range.Tomaz Solc2020-12-201-5/+5
* Add errors parameter to unidecode()Tomaz Solc2020-12-202-35/+112
* Add test coverage to tox.iniTomaz Solc2020-12-201-2/+10
* Set version to 1.1.2, update ChangeLogunidecode-1.1.2Tomaz Solc2020-12-202-1/+5
* Fix U+204A "TIRONIAN SIGN ET"Tomaz Solc2020-12-061-1/+5
* Add warning about offensiveness and more FAQs.Tomaz Solc2020-07-291-12/+39
* Bump copyright date.Tomaz Solc2020-07-291-1/+1
* Add some missing replacements in U+23xx page.Tomaz Solc2020-05-281-43/+43
* Set version to 1.1.1, update ChangeLogunidecode-1.1.1Tomaz Solc2019-06-212-1/+4
* Also test command-line utility return code.Tomaz Solc2019-06-161-5/+9
* Fix unit test on PyPy 7.1.1Tomaz Solc2019-06-161-2/+6
* Set version to 1.1.0unidecode-1.1.0Tomaz Solc2019-06-141-1/+1
* Update ChangeLogTomaz Solc2019-06-141-0/+6
* Add another FAQ.Tomaz Solc2019-05-311-0/+8