summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Fix typosJakub Wilk2015-12-102-2/+2
* Merge branch 'mostly-ascii'Tomaz Solc2015-11-194-26/+126
|\
| * Check type of returned string in unit test.Tomaz Solc2015-11-171-2/+8
| * Fix docstringsTomaz Solc2015-11-171-9/+15
| * Spelling correctionTomaz Solc2015-11-171-1/+1
| * Add "Performance notes" section to READMETomaz Solc2015-11-171-11/+22
| * Add a simple benchmark script.Tomaz Solc2015-11-171-0/+29
| * Test all variants of the unidecode function.Tomaz Solc2015-11-171-24/+22
| * Rename unidecode_fast to unidecode_expect_asciiTomaz Solc2015-11-173-10/+14
| * Add unidecode_fast function to speedup mostly-ASCII transliterations.dukebody2015-11-143-10/+56
|/
* Better description of command line util in READMErelease-0.04.18Tomaz Solc2015-06-131-2/+10
* Set version to 0.04.18Tomaz Solc2015-06-131-1/+1
* Test Python3.4 with Tox as well.Tomaz Solc2015-06-131-1/+4
* Update ChangeLog.Tomaz Solc2015-06-131-0/+5
* Use full path when loading README.rstTomaz Solc2015-05-251-1/+5
* Merge branch 'utility-script-2'Tomaz Solc2015-05-254-9/+154
|\
| * Merge branch 'use-setuptools' into utility-script-2Tomaz Solc2015-05-142-1/+2
| |\
| * | Add a newline if the string comes from commandlineTomaz Solc2015-05-142-1/+5
| * | Merge branch 'use-setuptools' into utility-script-2Tomaz Solc2015-05-141-1/+5
| |\ \
| * | | README formatting.Tomaz Solc2015-05-141-8/+8
| * | | Update copyright yearTomaz Solc2015-05-141-1/+1
| * | | Mention utility in the READMETomaz Solc2015-05-141-0/+9
| * | | Merge branch 'use-setuptools' into utility-script-2Tomaz Solc2015-05-141-0/+4
| |\ \ \
| * \ \ \ Merge branch 'use-setuptools' into utility-script-2Tomaz Solc2015-05-141-1/+4
| |\ \ \ \
| * | | | | Don't append an extra new-line.Tomaz Solc2015-05-132-2/+2
| * | | | | Simplified tests for utility executable.Tomaz Solc2015-05-135-49/+37
| * | | | | Add -c command line option.Tomaz Solc2015-05-132-6/+29
| * | | | | Use optparse for Python 2.6 compatibility.Tomaz Solc2015-05-131-21/+15
| * | | | | Avoid reopening sys.stdin on Python 3.Tomaz Solc2015-05-131-5/+4
| * | | | | Remove unnecessary check for isatty()Tomaz Solc2015-05-131-9/+7
| * | | | | Merge branch 'use-setuptools' into utility-script-2Tomaz Solc2015-05-131-0/+1
| |\ \ \ \ \
| * | | | | | Use entry_points for the commandline utility.Tomaz Solc2015-05-134-66/+77
| * | | | | | Merge branch 'use-setuptools' into utility-script-2Tomaz Solc2015-05-138-644/+517
| |\ \ \ \ \ \
| * | | | | | | Add utility script and tests.Tomaz Solc2015-05-137-0/+123
* | | | | | | | Merge branch 'use-setuptools'Tomaz Solc2015-05-259-640/+530
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | / | | |_|_|_|_|/ | |/| | | | |
| * | | | | | Skip README doctest on narrow builds.Tomaz Solc2015-05-141-1/+1
| * | | | | | skip test_unicode_text_converter on narrow buildsTomaz Solc2015-05-141-0/+1
| | |_|_|_|/ | |/| | | |
| * | | | | Only doctest README with Python 2.xTomaz Solc2015-05-141-1/+5
| | |_|_|/ | |/| | |
| * | | | Test examples in README.Tomaz Solc2015-05-141-0/+4
| | |_|/ | |/| |
| * | | Fix surrogate test for Python 3.4Tomaz Solc2015-05-141-1/+4
| | |/ | |/|
| * | Ignore egg-infoTomaz Solc2015-05-131-0/+1
| |/
| * Move README to README.rstTomaz Solc2015-05-133-2/+2
| * Add .travis.ymlTomaz Solc2015-05-132-1/+11
| * One test file for both Python 2.x and 3.xTomaz Solc2015-05-134-604/+504
| * Use setuptools in setup.pyTomaz Solc2015-05-131-34/+1
|/
* Merge branch 'unidecode-1.00'release-0.04.17Tomaz Solc2014-12-182-5/+9
|\
| * Remove '[?]' for some characters.Tomaz Solc2014-06-161-4/+4
| * Python files have 3 digits in the name now.Tomaz Solc2014-06-161-1/+5
* | Increased version to 0.04.17Tomaz Solc2014-12-182-1/+9
* | Check that surrogates translate to nothing.Tomaz Solc2014-12-081-0/+14