| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Fix typos | Jakub Wilk | 2015-12-10 | 2 | -2/+2 | |
| * | Merge branch 'mostly-ascii' | Tomaz Solc | 2015-11-19 | 4 | -26/+126 | |
| |\ | ||||||
| | * | Check type of returned string in unit test. | Tomaz Solc | 2015-11-17 | 1 | -2/+8 | |
| | * | Fix docstrings | Tomaz Solc | 2015-11-17 | 1 | -9/+15 | |
| | * | Spelling correction | Tomaz Solc | 2015-11-17 | 1 | -1/+1 | |
| | * | Add "Performance notes" section to README | Tomaz Solc | 2015-11-17 | 1 | -11/+22 | |
| | * | Add a simple benchmark script. | Tomaz Solc | 2015-11-17 | 1 | -0/+29 | |
| | * | Test all variants of the unidecode function. | Tomaz Solc | 2015-11-17 | 1 | -24/+22 | |
| | * | Rename unidecode_fast to unidecode_expect_ascii | Tomaz Solc | 2015-11-17 | 3 | -10/+14 | |
| | * | Add unidecode_fast function to speedup mostly-ASCII transliterations. | dukebody | 2015-11-14 | 3 | -10/+56 | |
| |/ | ||||||
| * | Better description of command line util in READMErelease-0.04.18 | Tomaz Solc | 2015-06-13 | 1 | -2/+10 | |
| * | Set version to 0.04.18 | Tomaz Solc | 2015-06-13 | 1 | -1/+1 | |
| * | Test Python3.4 with Tox as well. | Tomaz Solc | 2015-06-13 | 1 | -1/+4 | |
| * | Update ChangeLog. | Tomaz Solc | 2015-06-13 | 1 | -0/+5 | |
| * | Use full path when loading README.rst | Tomaz Solc | 2015-05-25 | 1 | -1/+5 | |
| * | Merge branch 'utility-script-2' | Tomaz Solc | 2015-05-25 | 4 | -9/+154 | |
| |\ | ||||||
| | * | Merge branch 'use-setuptools' into utility-script-2 | Tomaz Solc | 2015-05-14 | 2 | -1/+2 | |
| | |\ | ||||||
| | * | | Add a newline if the string comes from commandline | Tomaz Solc | 2015-05-14 | 2 | -1/+5 | |
| | * | | Merge branch 'use-setuptools' into utility-script-2 | Tomaz Solc | 2015-05-14 | 1 | -1/+5 | |
| | |\ \ | ||||||
| | * | | | README formatting. | Tomaz Solc | 2015-05-14 | 1 | -8/+8 | |
| | * | | | Update copyright year | Tomaz Solc | 2015-05-14 | 1 | -1/+1 | |
| | * | | | Mention utility in the README | Tomaz Solc | 2015-05-14 | 1 | -0/+9 | |
| | * | | | Merge branch 'use-setuptools' into utility-script-2 | Tomaz Solc | 2015-05-14 | 1 | -0/+4 | |
| | |\ \ \ | ||||||
| | * \ \ \ | Merge branch 'use-setuptools' into utility-script-2 | Tomaz Solc | 2015-05-14 | 1 | -1/+4 | |
| | |\ \ \ \ | ||||||
| | * | | | | | Don't append an extra new-line. | Tomaz Solc | 2015-05-13 | 2 | -2/+2 | |
| | * | | | | | Simplified tests for utility executable. | Tomaz Solc | 2015-05-13 | 5 | -49/+37 | |
| | * | | | | | Add -c command line option. | Tomaz Solc | 2015-05-13 | 2 | -6/+29 | |
| | * | | | | | Use optparse for Python 2.6 compatibility. | Tomaz Solc | 2015-05-13 | 1 | -21/+15 | |
| | * | | | | | Avoid reopening sys.stdin on Python 3. | Tomaz Solc | 2015-05-13 | 1 | -5/+4 | |
| | * | | | | | Remove unnecessary check for isatty() | Tomaz Solc | 2015-05-13 | 1 | -9/+7 | |
| | * | | | | | Merge branch 'use-setuptools' into utility-script-2 | Tomaz Solc | 2015-05-13 | 1 | -0/+1 | |
| | |\ \ \ \ \ | ||||||
| | * | | | | | | Use entry_points for the commandline utility. | Tomaz Solc | 2015-05-13 | 4 | -66/+77 | |
| | * | | | | | | Merge branch 'use-setuptools' into utility-script-2 | Tomaz Solc | 2015-05-13 | 8 | -644/+517 | |
| | |\ \ \ \ \ \ | ||||||
| | * | | | | | | | Add utility script and tests. | Tomaz Solc | 2015-05-13 | 7 | -0/+123 | |
| * | | | | | | | | Merge branch 'use-setuptools' | Tomaz Solc | 2015-05-25 | 9 | -640/+530 | |
| |\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | / | | |_|_|_|_|/ | |/| | | | | | ||||||
| | * | | | | | | Skip README doctest on narrow builds. | Tomaz Solc | 2015-05-14 | 1 | -1/+1 | |
| | * | | | | | | skip test_unicode_text_converter on narrow builds | Tomaz Solc | 2015-05-14 | 1 | -0/+1 | |
| | | |_|_|_|/ | |/| | | | | ||||||
| | * | | | | | Only doctest README with Python 2.x | Tomaz Solc | 2015-05-14 | 1 | -1/+5 | |
| | | |_|_|/ | |/| | | | ||||||
| | * | | | | Test examples in README. | Tomaz Solc | 2015-05-14 | 1 | -0/+4 | |
| | | |_|/ | |/| | | ||||||
| | * | | | Fix surrogate test for Python 3.4 | Tomaz Solc | 2015-05-14 | 1 | -1/+4 | |
| | | |/ | |/| | ||||||
| | * | | Ignore egg-info | Tomaz Solc | 2015-05-13 | 1 | -0/+1 | |
| | |/ | ||||||
| | * | Move README to README.rst | Tomaz Solc | 2015-05-13 | 3 | -2/+2 | |
| | * | Add .travis.yml | Tomaz Solc | 2015-05-13 | 2 | -1/+11 | |
| | * | One test file for both Python 2.x and 3.x | Tomaz Solc | 2015-05-13 | 4 | -604/+504 | |
| | * | Use setuptools in setup.py | Tomaz Solc | 2015-05-13 | 1 | -34/+1 | |
| |/ | ||||||
| * | Merge branch 'unidecode-1.00'release-0.04.17 | Tomaz Solc | 2014-12-18 | 2 | -5/+9 | |
| |\ | ||||||
| | * | Remove '[?]' for some characters. | Tomaz Solc | 2014-06-16 | 1 | -4/+4 | |
| | * | Python files have 3 digits in the name now. | Tomaz Solc | 2014-06-16 | 1 | -1/+5 | |
| * | | Increased version to 0.04.17 | Tomaz Solc | 2014-12-18 | 2 | -1/+9 | |
| * | | Check that surrogates translate to nothing. | Tomaz Solc | 2014-12-08 | 1 | -0/+14 | |
