| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 |
