| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove __init__.pyi | Tomaz Solc | 2021-02-05 | 1 | -4/+4 |
| | | |||||
| * | More Python 2 compatibility code clean up. | Tomaz Solc | 2021-02-05 | 1 | -1/+0 |
| | | |||||
| * | Move Py3.5-compatible type annotations inline. | Tomaz Solc | 2021-02-05 | 1 | -3/+4 |
| | | |||||
| * | Drop support for Python 2 and 3.4. | Tomaz Solc | 2021-02-05 | 1 | -17/+7 |
| | | |||||
| * | Avoid exception chaining on Python 3. | Tomaz Solc | 2021-01-08 | 1 | -4/+7 |
| | | | | | | | This avoids exceptions raised by errors='strict' from displaying as "During handling of the above exception ..." in the backtrace which can be confusing. | ||||
| * | Rename argument replace_char -> replace_str | Tomaz Solc | 2020-12-20 | 1 | -9/+9 |
| | | |||||
| * | Add errors parameter to unidecode() | Tomaz Solc | 2020-12-20 | 1 | -34/+76 |
| | | | | | This implements the idea in https://github.com/avian2/unidecode/pull/53 | ||||
| * | Fix syntax error in an example | Jakub Wilk | 2018-02-19 | 1 | -1/+1 |
| | | |||||
| * | Fix typos | Jakub Wilk | 2015-12-10 | 1 | -1/+1 |
| | | |||||
| * | Fix docstrings | Tomaz Solc | 2015-11-17 | 1 | -9/+15 |
| | | |||||
| * | Rename unidecode_fast to unidecode_expect_ascii | Tomaz Solc | 2015-11-17 | 1 | -4/+8 |
| | | | | | | Also, add unidecode_expect_nonascii. "unidecode" is now an alias for "unidecode_expect_ascii" | ||||
| * | Add unidecode_fast function to speedup mostly-ASCII transliterations. | dukebody | 2015-11-14 | 1 | -6/+30 |
| | | |||||
| * | Issue a warning if a surrogate char is encountered | Tomaz Solc | 2014-12-07 | 1 | -0/+5 |
| | | | | | Also, improved the section in README regarding "narrow" Python builds. | ||||
| * | fix of importing definitions | Karol Sikora | 2014-11-25 | 1 | -1/+1 |
| | | |||||
| * | Add vim modeline. | Tomaz Solc | 2013-12-24 | 1 | -0/+1 |
| | | |||||
| * | Make the warning refer to unidecode()'s caller. | Tomaz Solc | 2013-01-26 | 1 | -1/+2 |
| | | |||||
| * | Warn if argument is not a subclass of unicode | Tomaz Solc | 2013-01-16 | 1 | -0/+8 |
| | | |||||
| * | Always return a string object on Python 2.x | Tomaz Solc | 2011-09-22 | 1 | -1/+1 |
| | | | | | Before this patch, unidecode() returned a unicode object on Python 2.x if the input was a unicode object that contained ASCII characters. Behaviour on Python 3.x remains unchanged. | ||||
| * | Support for characters beyond BMP and below PUA | Tomaz Solc | 2010-10-12 | 1 | -4/+4 |
| | | |||||
| * | Handle tables that have less than 256 entries. | Thomas Kluyver | 2010-10-12 | 1 | -1/+1 |
| | | |||||
| * | Simplify code, and make a Python 3 version of the tests. | Thomas Kluyver | 2010-10-05 | 1 | -45/+51 |
| | | |||||
| * | Documentation | Tomaz Solc | 2009-01-21 | 1 | -0/+8 |
| | | |||||
| * | Initial import. | Tomaz Solc | 2008-09-05 | 1 | -0/+40 |
