| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Read input line by line | Jan-Thorsten Peter | 2022-02-18 | 1 | -10/+12 |
| | | |||||
| * | More Python 2 compatibility code clean up. | Tomaz Solc | 2021-02-05 | 1 | -11/+2 |
| | | |||||
| * | Merge remote-tracking branch 'jdufresne/b-literal' | Tomaz Solc | 2019-01-19 | 1 | -1/+1 |
| |\ | |||||
| | * | Replace string literal + encode with bytes literal | Jon Dufresne | 2018-12-31 | 1 | -1/+1 |
| | | | | | | | | | | | Simpler and more forward compatible. The b prefix syntax is available on all supported Pythons. | ||||
| * | | Merge remote-tracking branch 'jdufresne/argparse' | Tomaz Solc | 2019-01-19 | 1 | -12/+13 |
| |\ \ | |||||
| | * | | Replace use of deprecated optparse with argparse | Jon Dufresne | 2018-12-31 | 1 | -12/+13 |
| | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The Python project considers the optparse module as deprecated. See: https://docs.python.org/3/library/optparse.html > Deprecated since version 3.2: The optparse module is deprecated and > will not be developed further; development will continue with the > argparse module. Replace the project's use with the newer argparse. The CLI is fully equivalent and should not result in any backwards comparability concerns. https://docs.python.org/3/library/argparse.html | ||||
| * | | Remove unused import from unidecode/util.py | Jon Dufresne | 2018-12-31 | 1 | -1/+0 |
| |/ | |||||
| * | Add a newline if the string comes from commandline | Tomaz Solc | 2015-05-14 | 1 | -0/+4 |
| | | |||||
| * | Don't append an extra new-line. | Tomaz Solc | 2015-05-13 | 1 | -1/+1 |
| | | |||||
| * | Add -c command line option. | Tomaz Solc | 2015-05-13 | 1 | -6/+18 |
| | | |||||
| * | 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 |
| | | |||||
| * | Use entry_points for the commandline utility. | Tomaz Solc | 2015-05-13 | 1 | -0/+51 |
