summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Include license file in the generated wheel packageJon Dufresne2017-10-151-0/+3
* Merge remote-tracking branch 'hugovk/patch-1'Tomaz Solc2017-10-131-0/+8
|\
| * Update classifiersHugo2017-10-121-0/+8
* | Surround fractions with spacesJeffrey Gerard2017-10-101-3/+3
|/
* Add currency translations for U+20B0 through U+20BFMike Swanson2017-09-221-16/+16
* Set version to 0.04.21release-0.04.21Tomaz Solc2017-06-281-1/+1
* Update ChangeLogTomaz Solc2017-06-281-0/+4
* Test python 3.6 with Tox.Tomaz Solc2017-06-281-1/+4
* Remove Python 3.2 from Travis tests, add 3.6Tomaz Solc2017-06-231-1/+1
* U+05be is a hyphenMicha Moskovic2017-06-231-1/+1
* tox.ini: remove Python 2.6, 3.2, add 3.4, 3.5Tomaz Solc2017-03-211-7/+4
* U+2116 is the numero signAlan Davidson2017-01-161-1/+1
* 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
|\