| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | remove unicode chars from file | Val Neekman | 2019-07-27 | 1 | -3/+3 |
| | | |||||
| * | update readme, add pydoc | Val Neekman | 2019-07-27 | 1 | -4/+4 |
| | | |||||
| * | add text-unidecode option as extra | Val Neekman | 2019-02-22 | 1 | -2/+2 |
| | | |||||
| * | clean up, up version | Val Neekman | 2019-01-03 | 1 | -0/+5 |
| | | |||||
| * | add support user-specific replacements (#66) | Andriy Orehov | 2019-01-03 | 1 | -1/+8 |
| | | | | thx | ||||
| * | Rename word_boundaries: more consistent naming (#64) | theotheo | 2018-12-29 | 1 | -3/+3 |
| | | |||||
| * | Proper fallback to text-unidecode, favoring Unidecode, drop support for py ↵2.0.0 | Val Neekman | 2018-12-25 | 1 | -5/+5 |
| | | | | | | | | | | | | | | | | | | | | | 2.6, 3.3. (#63) * enable raw re pattern * conditional text_unidecode install * update readme, changelog, manifest * update ci * readme * drop test for py 2.6 and 3.3 * clean up readme * readme | ||||
| * | Support for case sensitivity (#54) | sme | 2018-04-25 | 1 | -6/+15 |
| | | | | | | | | | | | * added support for case sensitivity * remove empty line * ignore W605 warning from pycodestyle * doc string for lowercase keyword argument | ||||
| * | support of text-unidecode | Val Neekman | 2018-03-25 | 1 | -4/+6 |
| |\ | |||||
| | * | Use unidecode as an API and allow alternatives (#53) | bolkedebruin | 2018-03-24 | 1 | -2/+4 |
| |/ | | | | | | | | This PR allows specifying WITH_TEXTUNIDECODE when installing python-slugify. This allows using text-unidecode instead of unidecode. It will default to using unidecode. Closes: #51 | ||||
| * | add regex_pattern and support for py 3.61.2.2 | Val Neekman | 2017-04-01 | 1 | -11/+16 |
| |\ | |||||
| | * | Added possibility to include custom regex as allowed characters (#36) | vrbaskiz | 2017-03-31 | 1 | -2/+6 |
| | | | | | | | | | Added possibility to allow custom regex as allowed characters. | ||||
| | * | add py3.5 support, add manifest.in file, add more tests1.2.1 | Val Neekman | 2016-08-26 | 1 | -3/+3 |
| | | | |||||
| * | | add more tests | Val Neekman | 2016-08-26 | 1 | -3/+3 |
| |/ | |||||
| * | replace quotes with dashes | Val Neekman | 2016-01-15 | 1 | -6/+11 |
| | | |||||
| * | Fixed apos quote not replaced by separator - Issue #17 | Fabio Caccamo | 2016-01-15 | 1 | -2/+7 |
| | | |||||
| * | fixed stopword replacement bug (different separators) | Lucas Woltmann | 2015-11-12 | 1 | -2/+2 |
| | | |||||
| * | Only call .lower() once | Ken Harris | 2015-10-06 | 1 | -2/+2 |
| | | |||||
| * | add numeric comma cleanup1.1.4 | Val Neekman | 2015-09-21 | 1 | -18/+14 |
| | | |||||
| * | unichr is not defined in python 3 | Arthur Darcet | 2015-07-03 | 1 | -0/+1 |
| | | |||||
| * | Added support to strip stopwords | Euan Goddard | 2015-05-06 | 1 | -1/+8 |
| | | | | | Closes #14 | ||||
| * | remove six dependancy | Val Neekman | 2015-04-11 | 1 | -2/+15 |
| | | |||||
| * | remove 2to3 depenancy, add save word order | Val Neekman | 2015-04-11 | 1 | -18/+14 |
| | | |||||
| * | Add parameter 'save_order'. | dioexul | 2015-02-22 | 1 | -6/+30 |
| | | |||||
| * | Fix bug (len of output string). | dioexul | 2015-02-21 | 1 | -31/+7 |
| | | |||||
| * | Fix kwargs order. | dioexul | 2015-02-18 | 1 | -4/+4 |
| | | |||||
| * | Add save_order parameter. | y.selyutina | 2015-02-18 | 1 | -7/+31 |
| | | | | | | Fix count next length. Add breaks. | ||||
| * | Added console, pypy and some reorg0.0.8 | Val Neekman | 2014-08-16 | 1 | -0/+113 |
