summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add more latin variants in U+1F1xx page.Tomaz Solc2019-01-191-81/+81
* Merge remote-tracking branch 'jdufresne/main'Tomaz Solc2019-01-191-0/+3
|\
| * Add __main__.py file so the CLI can be executed as a moduleJon Dufresne2018-12-311-0/+3
* | Merge remote-tracking branch 'jdufresne/tools-py3'Tomaz Solc2019-01-191-23/+25
|\ \
| * | Port tools/check_character_names.py to Python 3Jon Dufresne2018-12-311-23/+25
| |/
* | Merge remote-tracking branch 'jdufresne/https'Tomaz Solc2019-01-191-1/+1
|\ \
| * | Use https:// URL for unicode.orgJon Dufresne2018-12-311-1/+1
| |/
* | Merge branch 'readme-rst'Tomaz Solc2019-01-191-26/+27
|\ \
| * | Update copyright year.Tomaz Solc2019-01-191-1/+1
| * | Add link for PEP 261.Tomaz Solc2019-01-191-2/+2
| * | "2.4+" -> "2.4 or later"Tomaz Solc2019-01-191-1/+1
| * | Merge branch 'master' into readme-rstTomaz Solc2019-01-197-70/+58
| |\ \ | |/ / |/| |
* | | Merge remote-tracking branch 'jdufresne/b-literal'Tomaz Solc2019-01-191-1/+1
|\ \ \
| * | | Replace string literal + encode with bytes literalJon Dufresne2018-12-311-1/+1
| | |/ | |/|
* | | Merge remote-tracking branch 'jdufresne/argparse'Tomaz Solc2019-01-191-12/+13
|\ \ \
| * | | Replace use of deprecated optparse with argparseJon Dufresne2018-12-311-12/+13
| |/ /
* | | Merge remote-tracking branch 'jdufresne/pyreq'Tomaz Solc2019-01-192-2/+3
|\ \ \
| * | | Pass python_requires argument to setuptoolsJon Dufresne2018-12-312-2/+3
| |/ /
* | | Merge remote-tracking branch 'jdufresne/u-prefix'Tomaz Solc2019-01-192-50/+34
|\ \ \
| * | | Replace unnecessary _u() compat function with u prefix to stringJon Dufresne2018-12-312-50/+34
| |/ /