summaryrefslogtreecommitdiff
path: root/slugify/slugify.py
Commit message (Expand)AuthorAgeFilesLines
* Update import order for unidecode vs text_unidecode (#126)Maksym Shalenyi2023-01-271-2/+2
* cmdline optionsVal Neekman (AvidCoder)2022-04-271-29/+26
* Create command line tool that can set all parametersJacobo de Vera2020-04-091-8/+0
* Drop support for old python - cleanup - up version (#88)4.0.0Val Neekman2019-10-201-2/+2
* remove unicode chars from fileVal Neekman2019-07-271-3/+3
* update readme, add pydocVal Neekman2019-07-271-4/+4
* add text-unidecode option as extraVal Neekman2019-02-221-2/+2
* clean up, up versionVal Neekman2019-01-031-0/+5
* add support user-specific replacements (#66)Andriy Orehov2019-01-031-1/+8
* Rename word_boundaries: more consistent naming (#64)theotheo2018-12-291-3/+3
* Proper fallback to text-unidecode, favoring Unidecode, drop support for py 2....2.0.0Val Neekman2018-12-251-5/+5
* Support for case sensitivity (#54)sme2018-04-251-6/+15
* support of text-unidecodeVal Neekman2018-03-251-4/+6
|\
| * Use unidecode as an API and allow alternatives (#53)bolkedebruin2018-03-241-2/+4
|/
* add regex_pattern and support for py 3.61.2.2Val Neekman2017-04-011-11/+16
|\
| * Added possibility to include custom regex as allowed characters (#36)vrbaskiz2017-03-311-2/+6
| * add py3.5 support, add manifest.in file, add more tests1.2.1Val Neekman2016-08-261-3/+3
* | add more testsVal Neekman2016-08-261-3/+3
|/
* replace quotes with dashesVal Neekman2016-01-151-6/+11
* Fixed apos quote not replaced by separator - Issue #17Fabio Caccamo2016-01-151-2/+7
* fixed stopword replacement bug (different separators)Lucas Woltmann2015-11-121-2/+2
* Only call .lower() onceKen Harris2015-10-061-2/+2
* add numeric comma cleanup1.1.4Val Neekman2015-09-211-18/+14
* unichr is not defined in python 3Arthur Darcet2015-07-031-0/+1
* Added support to strip stopwordsEuan Goddard2015-05-061-1/+8
* remove six dependancyVal Neekman2015-04-111-2/+15
* remove 2to3 depenancy, add save word orderVal Neekman2015-04-111-18/+14
* Add parameter 'save_order'.dioexul2015-02-221-6/+30
* Fix bug (len of output string).dioexul2015-02-211-31/+7
* Fix kwargs order.dioexul2015-02-181-4/+4
* Add save_order parameter.y.selyutina2015-02-181-7/+31
* Added console, pypy and some reorg0.0.8Val Neekman2014-08-161-0/+113