GitHub / logston/cunidecode / commits
| SHA | Message | Author | Date | Stats |
|---|---|---|---|---|
| 13d30e05 | merge Merge branch 'master' of github.com:logston/cunidecode | Paul Logston <c****e@l****e> | about 10 years ago | |
| 90bc1fca | Include data.h in MANIFEST | Paul Logston <c****e@l****e> | about 12 years ago | |
| 96f0a48e | Include data.h in MANIFEST | Paul Logston <c****e@l****e> | about 12 years ago | |
| 33dfaa1a | Update setup.py for PyPI upload. | Paul Logston <c****e@l****e> | about 12 years ago | |
| 1e9fe4f7 | merge Merge pull request #1 from logston/add_travis | Paul <c****e@l****e> | about 12 years ago | |
| afffdcd8 | Update .travis.yml. Only support Python 2.x >= 2.6 | Paul Logston <c****e@l****e> | about 12 years ago | |
| eb0048b8 | Update .travis.yml. Only test Python 2.x >= 2.4 | Paul Logston <c****e@l****e> | about 12 years ago | |
| 1479f2d9 | Fix seg fault error by only supporting BMP. | Paul Logston <c****e@l****e> | about 12 years ago | |
| 4a0e7b3c | Correct Travis CI status indicator. | Paul Logston <c****e@l****e> | about 12 years ago | |
| 29dcaf3d | Fix seg fault error. | Paul Logston <c****e@l****e> | about 12 years ago | |
| 8c3fd76f | Add Travis CI to project. | Paul Logston <c****e@l****e> | about 12 years ago | |
| 6975d10c | Fix failing tests. | Paul Logston <c****e@l****e> | about 12 years ago | |
| f1a797af | Fixed 3 failing tests. | Paul Logston <c****e@l****e> | about 12 years ago | |
| 71b9fba1 | Change module name to cunidecode | Paul Logston <c****e@l****e> | about 12 years ago | |
| 5c3f81c1 | Update README for added clarity. | Paul Logston <c****e@l****e> | about 12 years ago | |
| 90084bcb | Update README and ChangeLog | Paul Logston <c****e@l****e> | about 12 years ago | |
| 0d38d71c | Remove .egg-info dir from repo | Paul Logston <c****e@l****e> | about 12 years ago | |
| f9bd27e1 | Only render ASCII between 32 and 127. | Paul Logston <c****e@l****e> | about 12 years ago | |
| 08b7a1fe | Create data string array. | Paul Logston <c****e@l****e> | about 12 years ago | |
| 25db7ad5 | Extension built | Paul Logston <c****e@l****e> | about 12 years ago | |
| da1a92a9 | Increased version to 0.04.16 | Tomaz Solc <t****c@t****g> | over 12 years ago | |
| acd999a0 | Corrected ChangeLog for 0.04.15 | Tomaz Solc <t****c@t****g> | over 12 years ago | |
| 2c238d24 | Updated copyright year | Tomaz Solc <t****c@t****g> | over 12 years ago | |
| bd1b7874 | Increased version to 0.04.15 | Tomaz Solc <t****c@t****g> | over 12 years ago | |
| c41dd1d3 | Transliterate U+4E00 as "Yi " | Tomaz Solc <t****c@t****g> | over 12 years ago | |
| 072f660b | Transliterate Euro sign as EUR. | Tomaz Solc <t****c@t****g> | over 12 years ago | |
| a31f934d | Add some comments for commonly requested changes. | Tomaz Solc <t****c@t****g> | over 12 years ago | |
| 6f047e26 | Remove part of table that is equivalent to ASCII | Tomaz Solc <t****c@t****g> | over 12 years ago | |
| 9e04036c | Increased version to 0.04.14 | Tomaz Solc <t****c@t****g> | almost 13 years ago | |
| c8a93ad7 | Add vim modeline. | Tomaz Solc <t****c@t****g> | almost 13 years ago | |
| 5436e123 | Restore tests for a, o, u with umlauts. | Tomaz Solc <t****c@t****g> | about 13 years ago | |
| 6913fe83 | Revert "Fix output for German characters with umlauts." | Tomaz Solc <t****c@t****g> | about 13 years ago | |
| 5688c924 | Added minor punctuation fixes. | Tomaz Solc <t****c@t****g> | about 13 years ago | |
| eed2f2d4 | Adding missing circled numbers, letters, ordinals | Tomaz Solc <t****c@t****g> | about 13 years ago | |
| a62ed09f | Increased version to 0.04.13 | Tomaz Solc <t****c@t****g> | about 13 years ago | |
| 42f6e6db | Add test against WordPress remove_accents() table | Tomaz Solc <t****c@t****g> | about 13 years ago | |
| a3512d39 | Added transliterations for sm, telephone, fax. | Tomaz Solc <t****c@t****g> | about 13 years ago | |
| a8209c55 | added 'trademark sign: (tm) transliteration |
Ovanes Markaryan <o****m@d****m>
Committed by: Tomaz Solc <t****c@t****g> |
about 13 years ago | |
| 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 |