| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | One test file for both Python 2.x and 3.x | Tomaz Solc | 2015-05-13 | 1 | -475/+0 |
| | | |||||
| * | Check that surrogates translate to nothing. | Tomaz Solc | 2014-12-08 | 1 | -0/+14 |
| | | |||||
| * | Removed warning test code duplication. | Tomaz Solc | 2014-12-07 | 1 | -24/+29 |
| | | |||||
| * | Issue a warning if a surrogate char is encountered | Tomaz Solc | 2014-12-07 | 1 | -0/+41 |
| | | | | | Also, improved the section in README regarding "narrow" Python builds. | ||||
| * | Add some missing script latin letters. | Tomaz Solc | 2014-12-07 | 1 | -0/+3 |
| | | |||||
| * | Add missing double-struck capital letters. | Tomaz Solc | 2014-12-07 | 1 | -0/+42 |
| | | |||||
| * | Restore tests for a, o, u with umlauts. | Tomaz Solc | 2013-08-22 | 1 | -10/+8 |
| | | |||||
| * | Add test against WordPress remove_accents() table | Tomaz Solc | 2013-05-30 | 1 | -0/+204 |
| | | |||||
| * | Replace deprecated failUnless methods with assert | Tomaz Solc | 2013-01-27 | 1 | -12/+12 |
| | | |||||
| * | Only count unicode-related warnings in test. | Tomaz Solc | 2013-01-27 | 1 | -1/+5 |
| | | |||||
| * | Check for warnings in unit test. | Tomaz Solc | 2013-01-17 | 1 | -0/+20 |
| | | |||||
| * | Warn if argument is not a subclass of unicode | Tomaz Solc | 2013-01-16 | 1 | -0/+2 |
| | | |||||
| * | Always return a string object on Python 2.x | Tomaz Solc | 2011-09-22 | 1 | -4/+8 |
| | | | | | 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. | ||||
| * | Skip unit tests that expect a "wide" Python build. | Tomaz Solc | 2011-04-01 | 1 | -0/+24 |
| | | | | | Also add a note to README about support for Python builds with "narrow" Unicode characters. | ||||
| * | Adding circled latin small letters. | Tomaz Solc | 2011-02-16 | 1 | -0/+8 |
| | | |||||
| * | Added Czech pangram to unit tests. | Tomaz Solc | 2011-02-10 | 1 | -0/+7 |
| | | | | | More concise version of this commit by Jan Killian: https://github.com/iki/unidecode/commit/4a1d4e0a7b5a11796dc701099556876e7a520065 | ||||
| * | Remove repeat function call in Python 2.x tests. | Thomas Kluyver | 2010-10-12 | 1 | -2/+2 |
| | | |||||
| * | Added mathematical symbols in SMP | Tomaz Solc | 2010-10-12 | 1 | -1/+32 |
| | | | | | Included are various versions of latin and greek alphabets and digits. | ||||
| * | Check if any character in the BMP range makes it throw an exception. | Tomaz Solc | 2010-10-12 | 1 | -0/+6 |
| | | |||||
| * | Added tests for missing and short tables. | Tomaz Solc | 2010-10-12 | 1 | -1/+13 |
| | | |||||
| * | Simplify code, and make a Python 3 version of the tests. | Thomas Kluyver | 2010-10-05 | 1 | -0/+50 |
