summaryrefslogtreecommitdiff
path: root/unidecode/util.py
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'jdufresne/b-literal'Tomaz Solc2019-01-191-1/+1
|\
| * Replace string literal + encode with bytes literalJon Dufresne2018-12-311-1/+1
* | Merge remote-tracking branch 'jdufresne/argparse'Tomaz Solc2019-01-191-12/+13
|\ \
| * | Replace use of deprecated optparse with argparseJon Dufresne2018-12-311-12/+13
| |/
* | Remove unused import from unidecode/util.pyJon Dufresne2018-12-311-1/+0
|/
* Add a newline if the string comes from commandlineTomaz Solc2015-05-141-0/+4
* Don't append an extra new-line.Tomaz Solc2015-05-131-1/+1
* Add -c command line option.Tomaz Solc2015-05-131-6/+18
* 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
* Use entry_points for the commandline utility.Tomaz Solc2015-05-131-0/+51