summaryrefslogtreecommitdiff
path: root/unidecode/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Fix syntax error in an exampleJakub Wilk2018-02-191-1/+1
* Fix typosJakub Wilk2015-12-101-1/+1
* Fix docstringsTomaz Solc2015-11-171-9/+15
* Rename unidecode_fast to unidecode_expect_asciiTomaz Solc2015-11-171-4/+8
* Add unidecode_fast function to speedup mostly-ASCII transliterations.dukebody2015-11-141-6/+30
* Issue a warning if a surrogate char is encounteredTomaz Solc2014-12-071-0/+5
* fix of importing definitionsKarol Sikora2014-11-251-1/+1
* Add vim modeline.Tomaz Solc2013-12-241-0/+1
* Make the warning refer to unidecode()'s caller.Tomaz Solc2013-01-261-1/+2
* Warn if argument is not a subclass of unicodeTomaz Solc2013-01-161-0/+8
* Always return a string object on Python 2.xTomaz Solc2011-09-221-1/+1
* Support for characters beyond BMP and below PUATomaz Solc2010-10-121-4/+4
* Handle tables that have less than 256 entries.Thomas Kluyver2010-10-121-1/+1
* Simplify code, and make a Python 3 version of the tests.Thomas Kluyver2010-10-051-45/+51
* DocumentationTomaz Solc2009-01-211-0/+8
* Initial import.Tomaz Solc2008-09-051-0/+40