summaryrefslogtreecommitdiff
path: root/sphinx/search/en.py
Commit message (Expand)AuthorAgeFilesLines
* A happy new year!Takeshi KOMIYA2020-01-011-1/+1
* Migrate to py3 style type annotation: sphinx.searchTakeshi KOMIYA2019-12-251-8/+4
* Merge branch '1.8'Takeshi KOMIYA2019-01-021-1/+1
|\
| * A happy new year!Takeshi KOMIYA2019-01-021-1/+1
* | Remove unnecessary encoding cookie from Python source filesJon Dufresne2018-12-161-1/+0
* | refactor: Remove u-prefix from stringsTakeshi KOMIYA2018-12-161-1/+1
* | Replace all "unicode" type by "str"Takeshi KOMIYA2018-12-151-2/+1
* | Add sphinx.util.typing:unicode to help mypy-3 migrationTakeshi KOMIYA2018-11-241-0/+1
|/
* Revert "Use typing.TYPE_CHECKING for typehints"Takeshi KOMIYA2018-03-131-3/+2
* Use typing.TYPE_CHECKING for typehintsTakeshi KOMIYA2018-02-141-2/+3
* A happy new year!Takeshi KOMIYA2018-01-011-1/+1
* Merge branch 'stable'Takeshi KOMIYA2017-03-261-1/+1
|\
| * Year++Takeshi KOMIYA2017-03-261-1/+1
* | Upgrade to mypy-0.5Takeshi KOMIYA2017-03-031-1/+5
* | Move stemmer classes to sphinx.util.stemmerTakeshi KOMIYA2016-12-161-26/+2
* | Add type-check annotations to sphinx.*Takeshi KOMIYA2016-11-161-0/+5
|/
* Fix #3039: English stemmer returns wrong word if the word is capitalizedTakeshi KOMIYA2016-10-171-1/+1
* Fix #2581: The search doesn't work if language="es" (spanish)Takeshi KOMIYA2016-05-261-1/+0
* Merge branch 'stable'Georg Brandl2016-01-141-1/+1
|\
| * Obligatory copyright update.Georg Brandl2016-01-141-1/+1
| * Revert "Fix #2183 porterstemmer causes `make json` to fail"Takeshi KOMIYA2015-12-261-5/+16
| * Fix #2183 porterstemmer causes `make json` to failTakeshi KOMIYA2015-12-261-16/+5
* | Fix #2183 porterstemmer causes `make json` to failTakeshi KOMIYA2015-12-261-16/+5
|/
* Merge branch 'stable'Georg Brandl2015-01-031-1/+1
|\
| * all: update copyrightGeorg Brandl2015-01-031-1/+1
* | Merged in shibu/sphinx/add_stemmer (pull request #214)Georg Brandl2014-03-041-2/+15
|\ \ | |/ |/|
| * Add html_search_* options templates to conf.pyshibukawa yoshiki2014-01-201-0/+1
| * add 14 languages search supportshibukawa yoshiki2014-01-201-2/+14
* | Update copyright year.Georg Brandl2014-03-011-1/+1
|/
* Copyright update.Georg Brandl2013-01-011-1/+1
* Fix backslashes.Georg Brandl2011-01-151-1/+1
* Make check.Georg Brandl2011-01-151-4/+6
* #273: Add an API for adding full-text search support for languages other than...Georg Brandl2011-01-041-0/+242