summaryrefslogtreecommitdiff
path: root/sphinx/search/en.py
Commit message (Collapse)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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | In Python 3, the default encoding of source files is utf-8. The encoding cookie is now unnecessary and redundant so remove it. For more details, see the docs: https://docs.python.org/3/howto/unicode.html#the-string-type > The default encoding for Python source code is UTF-8, so you can > simply include a Unicode character in a string literal ... Includes a fix for the flake8 header checks to stop expecting an encoding cookie.
* | 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
| | | | This reverts commit a073e17537c2aacaac305feadea58d4473ec97f4.
* 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
| | | | | | | | | | This is a breaking change. So we move the change into master branch. This reverts commit f1518c5fc4446d63c0ba92150f5a226e3691aa62.
| * Fix #2183 porterstemmer causes `make json` to failTakeshi KOMIYA2015-12-261-16/+5
| | | | | | | | | | Drop PorterStemmer package support. For now, PyStemmer can accelarate stemming process of snowballstemmer.
* | Fix #2183 porterstemmer causes `make json` to failTakeshi KOMIYA2015-12-261-16/+5
|/ | | | | Drop PorterStemmer package support. For now, PyStemmer can accelarate stemming process of snowballstemmer.
* 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
| | | | | | | | | | Fix encode error when building Add printing search language label when building
| * 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 ↵Georg Brandl2011-01-041-0/+242
than English. Add support for Japanese. Based on the implementation by SHIBUKAWA Yoshiki in https://bitbucket.org/shibu/sphinx/.