summaryrefslogtreecommitdiff
path: root/sphinx/search/it.py
Commit message (Expand)AuthorAgeFilesLines
* Migrate to py3 style type annotation: sphinx.searchTakeshi KOMIYA2019-12-251-8/+4
* Remove unnecessary encoding cookie from Python source filesJon Dufresne2018-12-161-1/+0
* refactor: Remove u-prefix from stringsTakeshi KOMIYA2018-12-161-2/+2
* 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
* Merge branch '1.7'Takeshi KOMIYA2018-05-031-1/+1
|\
| * Fixed the HTML search for uppercase words in all languagesDennis Wegner2018-05-011-1/+1
* | Merge branch '1.7'Takeshi KOMIYA2018-03-181-3/+2
|\ \ | |/
| * Revert "Use typing.TYPE_CHECKING for typehints"Takeshi KOMIYA2018-03-131-2/+0
* | Use typing.TYPE_CHECKINGTakeshi KOMIYA2018-02-191-2/+1
* | Merge branch '1.7'Takeshi KOMIYA2018-02-181-0/+2
|\ \ | |/
| * Use typing.TYPE_CHECKING for typehintsTakeshi KOMIYA2018-02-141-0/+2
* | Update type annotationsTakeshi KOMIYA2018-02-041-0/+7
|/
* Fix #1784: Provide non-minified JS code in sphinx/search/*.pyshimizukawa2015-06-081-0/+1
* make stop word string unicodeshibukawa yoshiki2014-01-221-1/+1
* import stopwords from snowball project except en, ja, ro, trshibukawa yoshiki2014-01-211-2/+296
* Add html_search_* options templates to conf.pyshibukawa yoshiki2014-01-201-1/+2
* add 14 languages search supportshibukawa yoshiki2014-01-201-0/+31