summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year.release-0.04.20Tomaz Solc2017-01-091-1/+1
* Update ChangeLogTomaz Solc2017-01-091-0/+12
* Add link to GitHub mirror to README.rstTomaz Solc2017-01-091-3/+9
* Merge branch 'add-confusables'Tomaz Solc2017-01-097-49/+308
|\
| * Add missing square unit symbols.Tomaz Solc2016-11-042-10/+11
| * Added latin variants in U+20xx and U+21xx pages.Tomaz Solc2016-11-042-28/+28
| * Fix U+02B1 MODIFIER LETTER SMALL H WITH HOOKTomaz Solc2016-11-041-1/+1
| * Fix U+205F MEDIUM MATHEMATICAL SPACETomaz Solc2016-11-041-1/+1
| * Set version to 0.04.20Tomaz Solc2016-10-201-1/+1
| * Add U+1F1xx page.Tomaz Solc2016-10-121-0/+258
| * Add missing vulgar fractions.Tomaz Solc2016-10-121-4/+4
| * Add a/c, a/s, c/o, c/uTomaz Solc2016-10-121-4/+4
* | Add vim modeline.Tomaz Solc2016-11-251-0/+1
* | Fix indentation, mixed tabs + spaces in setup.pyTomaz Solc2016-11-251-24/+25
* | Release as a universal wheelAdam Chainz2016-10-201-0/+2
|/
* Fix transliteration of enclosed alphanumericsKrzysztof Jurewicz2016-05-292-46/+54
* Add Python 3.5 target to .travis.ymlTomaz Solc2016-01-221-0/+1
* Update copyright daterelease-0.04.19Tomaz Solc2016-01-211-1/+1
* Add tests to MANIFEST.inTomaz Solc2016-01-211-0/+1
* Update ChangeLogTomaz Solc2016-01-211-0/+6
* Set version to 0.04.19Tomaz Solc2016-01-211-1/+1
* Add pip install commandline to READMETomaz Solc2015-12-141-2/+6
* 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