GitHub / behnam/python-unidecode / commits
ASCII transliterations of Unicode text
| SHA | Message | Author | Date | Stats |
|---|---|---|---|---|
| b327a25b | Fix output for German characters with umlauts. |
Geoff Teale <g****e@c****m>
Committed by: Tomaz Solc <t****c@t****g> |
over 13 years ago | |
| 1d6f3325 | Fixing several punctuation characters. | Tomaz Solc <t****c@t****g> | over 13 years ago | |
| 446b41c1 | Increased version to 0.04.12 | Tomaz Solc <t****c@t****g> | over 13 years ago | |
| ac75970f | Replace deprecated failUnless methods with assert | Tomaz Solc <t****c@t****g> | over 13 years ago | |
| 9d93f0ca | Only count unicode-related warnings in test. | Tomaz Solc <t****c@t****g> | over 13 years ago | |
| 832a044a | Make the warning refer to unidecode()'s caller. | Tomaz Solc <t****c@t****g> | over 13 years ago | |
| e167158b | Increased version to 0.04.11 | Tomaz Solc <t****c@t****g> | over 13 years ago | |
| 733cf9a9 | Python 2.5 compatible way of running tests. | Tomaz Solc <t****c@t****g> | over 13 years ago | |
| 0d28b274 | Check for warnings in unit test. | Tomaz Solc <t****c@t****g> | over 13 years ago | |
| 3bf9ab1c | Warn if argument is not a subclass of unicode | Tomaz Solc <t****c@t****g> | over 13 years ago | |
| f97558ed | Increased version to 0.04.10 | Tomaz Solc <t****c@t****g> | over 13 years ago | |
| 74085ff9 | Adding trove classifiers. | Tomaz Solc <t****c@t****g> | almost 14 years ago | |
| 376a54fa | Increased version to 0.04.9 | Tomaz Solc <t****c@t****g> | almost 15 years ago | |
| 229b92fa | Fix installation issue with Python 2.5 | Tomaz Solc <t****c@t****g> | almost 15 years ago | |
| 96ab6dd7 | Fix reST syntax | Tomaz Solc <t****c@t****g> | almost 15 years ago | |
| 96a7d940 | Setting author's proper non-ASCII name. | Tomaz Solc <t****c@t****g> | almost 15 years ago | |
| 0b410934 | ChangeLog update | Tomaz Solc <t****c@t****g> | almost 15 years ago | |
| c480a314 | Increased version to 0.04.8 | Tomaz Solc <t****c@t****g> | almost 15 years ago | |
| a9e2b6c9 | Documentation and license update. | Tomaz Solc <t****c@t****g> | almost 15 years ago | |
| 4f5d0a66 | Always return a string object on Python 2.x | Tomaz Solc <t****c@t****g> | almost 15 years ago | |
| 37cf5550 | Increased version to 0.04.7 | Tomaz Solc <t****c@t****g> | over 15 years ago | |
| ea31c148 | Fixed Python 3.x version of unit tests. | Tomaz Solc <t****c@t****g> | over 15 years ago | |
| 319a6878 | Skip unit tests that expect a "wide" Python build. | Tomaz Solc <t****c@t****g> | over 15 years ago | |
| e719bfea | Corrected git repository path. | Tomaz Solc <t****c@t****g> | over 15 years ago | |
| c5991457 | Clarification of copyright. | Tomaz Solc <t****c@t****g> | over 15 years ago | |
| 7ce96397 | Increased version to 0.04.6 | Tomaz Solc <t****c@t****g> | over 15 years ago | |
| 815ef1c6 | Adding check_character_names.py tool. | Tomaz Solc <t****c@t****g> | over 15 years ago | |
| b5719377 | Adding latin small letters with middle tilde. | Tomaz Solc <t****c@t****g> | over 15 years ago | |
| 905c9f9c | Adding latin small letters with palatal hook. | Tomaz Solc <t****c@t****g> | over 15 years ago | |
| 2c5a010b | Adding combining latin small letters. | Tomaz Solc <t****c@t****g> | over 15 years ago | |
| 4063d8a7 | Fixed CAPITAL N WITH LONG RIGHT LEG and SMALL D WITH CURL. | Tomaz Solc <t****c@t****g> | over 15 years ago | |
| f1436e2d | Adding circled latin small letters. | Tomaz Solc <t****c@t****g> | over 15 years ago | |
| 526feb22 | Fixed transliteration of turned latin letters. | Tomaz Solc <t****c@t****g> | over 15 years ago | |
| 043c2a62 | Fixed Dz transliteration | Tomaz Solc <t****c@t****g> | over 15 years ago | |
| cc642c36 | Added more versions of latin letters and digraphs | Tomaz Solc <t****c@t****g> | over 15 years ago | |
| 56a933a2 | Added Czech pangram to unit tests. | Tomaz Solc <t****c@t****g> | over 15 years ago | |
| 8563e702 | Fixed x000.py based on unicodetest.py: 0xdd converts to Y, not to U |
Jan Killian <j****n@g****m>
Committed by: Tomaz Solc <t****c@t****g> |
over 15 years ago | |
| 6e173a14 | Increased version to 0.04.5 | Tomaz Solc <t****c@t****g> | almost 16 years ago | |
| a3076ea9 | Remove repeat function call in Python 2.x tests. | Thomas Kluyver <t****l@g****m> | almost 16 years ago | |
| 67ba1d39 | Fix up tests for Python 3, and port new tests. | Thomas Kluyver <t****l@g****m> | almost 16 years ago | |
| 70e80b17 | Increased version to 0.04.4 | Tomaz Solc <t****c@t****g> | almost 16 years ago | |
| 80a0d66e | Added mathematical symbols in SMP | Tomaz Solc <t****c@t****g> | almost 16 years ago | |
| 5f1a7a98 | Support for characters beyond BMP and below PUA | Tomaz Solc <t****c@t****g> | almost 16 years ago | |
| b6ca2683 | Check if any character in the BMP range makes it throw an exception. | Tomaz Solc <t****c@t****g> | almost 16 years ago | |
| fe6fa063 | Added tests for missing and short tables. | Tomaz Solc <t****c@t****g> | almost 16 years ago | |
| a29c3d42 | Handle tables that have less than 256 entries. |
Thomas Kluyver <t****l@g****m>
Committed by: Tomaz Solc <t****c@t****g> |
almost 16 years ago | |
| c919314b | Simplify code, and make a Python 3 version of the tests. | Thomas Kluyver <t****l@g****m> | almost 16 years ago | |
| cb7de093 | Another unit test | Tomaz Solc <t****c@t****g> | over 16 years ago | |
| 2cbbd55d | Bumped version and updated changelog. | Tomaz Solc <t****c@t****g> | over 16 years ago | |
| 8c0dbddf |
corrected spelling of cyrillic
Signed-off-by: Ruslan Grokhovetskiy <r****n@r****)> |
Ruslan Grokhovetskiy <r****n@r****)>
Committed by: Tomaz Solc <t****c@t****g> |
over 16 years ago | |
| 09f10e50 | Added long description, url and license info to setup.py | Tomaz Solc <t****c@t****g> | about 17 years ago | |
| cd8ec6bf | Added ChangeLog | Tomaz Solc <t****c@t****g> | about 17 years ago | |
| 8e7b9776 | Bumped version string | Tomaz Solc <t****c@t****g> | about 17 years ago | |
| c3ad0151 | Fixed japanese kana replacements |
Michel Albert <e****a@f****u>
Committed by: Tomaz Solc <t****c@t****g> |
about 17 years ago | |
| e556a6fe | Added manifest for source distribution tar.gz | Tomaz Solc <t****c@t****g> | over 17 years ago | |
| 0f608674 | Added *.pyc to gitignore | Tomaz Solc <a****n@t****m> | over 17 years ago | |
| f6c0cd1e | Documentation | Tomaz Solc <a****n@t****m> | over 17 years ago | |
| 9b254a2d | One more unit test | Tomaz Solc <a****n@t****m> | over 17 years ago | |
| 68180110 | Missing commas in tuples. | Tomaz Solc <a****n@t****m> | over 17 years ago | |
| fbd54225 | Added some more unit tests. | Tomaz Solc <a****n@t****m> | over 17 years ago | |
| f40f751b | Added comments showing codepoints | Tomaz Solc <a****n@t****m> | almost 18 years ago | |
| b2cedd05 | Initial import. | Tomaz Solc <a****n@t****m> | almost 18 years ago |