| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Move README.rst to utf-8 encoding. | Tomaz Solc | 2021-03-06 | 1 | -2/+2 |
| | | | | | | This also hopefully makes it clearer that Unidecode is not about decoding \u escapes. | ||||
| * | Add missing backslashes. | Tomaz Solc | 2021-02-05 | 1 | -1/+1 |
| | | |||||
| * | Add another FAQ. | Tomaz Solc | 2021-02-05 | 1 | -3/+11 |
| | | |||||
| * | Drop support for Python 2 and 3.4. | Tomaz Solc | 2021-02-05 | 1 | -7/+4 |
| | | |||||
| * | Add warning about dropping Python 2.x and 3.4. | Tomaz Solc | 2021-02-05 | 1 | -1/+4 |
| | | |||||
| * | Bump copyright date. | Tomaz Solc | 2021-01-08 | 1 | -1/+1 |
| | | |||||
| * | Convert examples in README to Python 3 syntax. | Tomaz Solc | 2021-01-08 | 1 | -3/+3 |
| | | |||||
| * | Add examples for the 'errors' argument. | Tomaz Solc | 2021-01-08 | 1 | -1/+8 |
| | | |||||
| * | Rename argument replace_char -> replace_str | Tomaz Solc | 2020-12-20 | 1 | -2/+2 |
| | | |||||
| * | Document the new errors argument. | Tomaz Solc | 2020-12-20 | 1 | -0/+11 |
| | | |||||
| * | Add warning about offensiveness and more FAQs. | Tomaz Solc | 2020-07-29 | 1 | -12/+39 |
| | | |||||
| * | Bump copyright date. | Tomaz Solc | 2020-07-29 | 1 | -1/+1 |
| | | |||||
| * | Add another FAQ. | Tomaz Solc | 2019-05-31 | 1 | -0/+8 |
| | | |||||
| * | Update copyright year. | Tomaz Solc | 2019-01-19 | 1 | -1/+1 |
| | | |||||
| * | Add link for PEP 261. | Tomaz Solc | 2019-01-19 | 1 | -2/+2 |
| | | |||||
| * | "2.4+" -> "2.4 or later" | Tomaz Solc | 2019-01-19 | 1 | -1/+1 |
| | | |||||
| * | Merge branch 'master' into readme-rst | Tomaz Solc | 2019-01-19 | 1 | -1/+1 |
| |\ | |||||
| | * | Pass python_requires argument to setuptools | Jon Dufresne | 2018-12-31 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Helps pip decide what version of the library to install. Include this information in the README as well. These versions were already documented as trove classifiers. https://packaging.python.org/guides/distributing-packages-using-setuptools/#python-requires > If your project only runs on certain Python versions, setting the > python_requires argument to the appropriate PEP 440 version specifier > string will prevent pip from installing the project on other Python > versions. https://setuptools.readthedocs.io/en/latest/setuptools.html#new-and-changed-setup-keywords > python_requires > > A string corresponding to a version specifier (as defined in PEP 440) > for the Python version, used to specify the Requires-Python defined in > PEP 345. | ||||
| * | | Style improvements to README.rst | Jon Dufresne | 2018-12-31 | 1 | -23/+24 |
| |/ | | | | | | | | | | - Trim extraneous trailing whitespace - Use double backquotes for inline fixed-space literals (Syntax described here: http://docutils.sourceforge.net/docs/user/rst/quickstart.html#text-styles) - Always end functions with `()` to make clear to the reader the symbol is a function. - Always capitalize the project's name. | ||||
| * | Some more README improvements. | Tomaz Solc | 2018-11-18 | 1 | -3/+4 |
| | | |||||
| * | Add a FAQ section to the README. | Tomaz Solc | 2018-11-18 | 1 | -1/+41 |
| | | |||||
| * | Fix line break in README.unidecode-1.0.22 | Tomaz Solc | 2018-01-05 | 1 | -1/+3 |
| | | |||||
| * | Update copyright year. | Tomaz Solc | 2018-01-05 | 1 | -1/+1 |
| | | |||||
| * | Update copyright year.release-0.04.20 | Tomaz Solc | 2017-01-09 | 1 | -1/+1 |
| | | |||||
| * | Add link to GitHub mirror to README.rst | Tomaz Solc | 2017-01-09 | 1 | -3/+9 |
| | | |||||
| * | Update copyright daterelease-0.04.19 | Tomaz Solc | 2016-01-21 | 1 | -1/+1 |
| | | |||||
| * | Add pip install commandline to README | Tomaz Solc | 2015-12-14 | 1 | -2/+6 |
| | | |||||
| * | Spelling correction | Tomaz Solc | 2015-11-17 | 1 | -1/+1 |
| | | |||||
| * | Add "Performance notes" section to README | Tomaz Solc | 2015-11-17 | 1 | -11/+22 |
| | | |||||
| * | Rename unidecode_fast to unidecode_expect_ascii | Tomaz Solc | 2015-11-17 | 1 | -3/+3 |
| | | | | | | Also, add unidecode_expect_nonascii. "unidecode" is now an alias for "unidecode_expect_ascii" | ||||
| * | Add unidecode_fast function to speedup mostly-ASCII transliterations. | dukebody | 2015-11-14 | 1 | -3/+14 |
| | | |||||
| * | Better description of command line util in READMErelease-0.04.18 | Tomaz Solc | 2015-06-13 | 1 | -2/+10 |
| | | |||||
| * | README formatting. | Tomaz Solc | 2015-05-14 | 1 | -8/+8 |
| | | |||||
| * | Update copyright year | Tomaz Solc | 2015-05-14 | 1 | -1/+1 |
| | | |||||
| * | Mention utility in the README | Tomaz Solc | 2015-05-14 | 1 | -0/+9 |
| | | |||||
| * | Move README to README.rst | Tomaz Solc | 2015-05-13 | 1 | -0/+134 |
