summaryrefslogtreecommitdiff
path: root/sphinx/search
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '3.x' into 3.2.x_to_3.xTakeshi KOMIYA2020-10-2415-30/+30
|\
| * Strip trailing whitespaces and normalize line endingsFrançois Freitag2020-10-0315-30/+30
* | Fix mypy violations (with mypy-0.790)Takeshi KOMIYA2020-10-241-5/+5
|/
* Allow searching for things like serials, phone numbers, etcJoris Beckers2020-07-221-1/+1
* Fix exception causes all over the codebaseRam Rachum2020-06-141-2/+2
* Merge branch '3.0.x' into 3.xTakeshi KOMIYA2020-06-031-5/+5
|\
| * Fix mypy violations (with mypy-0.780)Takeshi KOMIYA2020-06-031-5/+5
* | Deprecate sphinx.util:rpartition()Takeshi KOMIYA2020-05-091-2/+2
* | Add stacklevel parameter to warnings.warn() callTakeshi KOMIYA2020-05-031-1/+1
|/
* Close #7293: html search: Allow to override JavaScript splitterTakeshi KOMIYA2020-03-151-1/+15
* Merge branch '2.0'Takeshi KOMIYA2020-01-015-5/+5
|\
| * A happy new year!Takeshi KOMIYA2020-01-015-5/+5
* | Merge branch '2.0'Takeshi KOMIYA2019-12-2518-228/+116
|\ \ | |/
| * Migrate to py3 style type annotation: sphinx.searchTakeshi KOMIYA2019-12-2518-228/+116
* | Merge branch '2.0'Takeshi KOMIYA2019-08-191-2/+2
|\ \ | |/
| * Switch uses of __import__ to importlib.get_module()Jon Dufresne2019-08-171-2/+2
* | Merge branch '2.0'jfbu2019-08-011-1/+2
|\ \ | |/
| * Fix type annotation for python 3.5.1Takeshi KOMIYA2019-07-131-1/+2
* | Drop features and APIs deprecated in 1.8Takeshi KOMIYA2019-03-301-15/+1
|/
* Python-3-only clean ups discovered by pyupgradeJon Dufresne2019-03-172-7/+6
* Fix import orderTakeshi KOMIYA2019-02-111-1/+1
* Merge branch '1.8'Takeshi KOMIYA2019-01-025-5/+5
|\
| * A happy new year!Takeshi KOMIYA2019-01-025-5/+5
* | Merge branch '1.8'jfbu2018-12-281-2/+16
|\ \ | |/
| * #5605 fix Chinese search index (#5611)Timotheus Kampik2018-12-251-2/+16
* | Replace use of six.text_type with strJon Dufresne2018-12-181-4/+2
* | Remove unnecessary encoding cookie from Python source filesJon Dufresne2018-12-1619-19/+0
* | refactor: Remove u-prefix from stringsTakeshi KOMIYA2018-12-1618-312/+312
* | Merge pull request #5803 from jdufresne/encoding-utf8Takeshi KOMIYA2018-12-161-1/+1
|\ \
| * | Avoid respecifying default encoding for .encode()/.decode() callsJon Dufresne2018-12-151-1/+1
* | | Merge pull request #5796 from jdufresne/superTakeshi KOMIYA2018-12-162-3/+3
|\ \ \
| * | | Use Python 3 super() argument-less syntaxJon Dufresne2018-12-152-3/+3
| |/ /
* | | Replace pycompat.htmlescape() by html.escape()Takeshi KOMIYA2018-12-161-3/+3
|/ /
* | Replace all "unicode" type by "str"Takeshi KOMIYA2018-12-1518-84/+66
* | Refactor sphinx.searchTakeshi KOMIYA2018-11-301-22/+25
* | Add sphinx.util.typing:unicode to help mypy-3 migrationTakeshi KOMIYA2018-11-2418-0/+18
* | Replace six.string_types with native strJon Dufresne2018-11-211-3/+3
* | Always prefer dict literals over calls to dict()Jon Dufresne2018-11-131-6/+6
* | Use super() to call parent class's methodJon Dufresne2018-11-111-1/+1
* | Merge branch '1.8'Takeshi KOMIYA2018-11-011-1/+1
|\ \ | |/
| * Fix #5471: Show appropriate warning for deprecated APIsTakeshi KOMIYA2018-10-171-1/+1
* | Merge branch '1.8'Takeshi KOMIYA2018-10-161-1/+1
|\ \ | |/
| * Fix mypy violationsTakeshi KOMIYA2018-10-161-1/+1
* | Replace all six.itervalues()/.iteritems() with .values()/.items()Jon Dufresne2018-09-231-3/+3
* | Remove uses of six.moves that did not cause any type errorsJon Dufresne2018-09-231-1/+1
* | Merge branch 'master' into HEADTakeshi KOMIYA2018-09-222-16/+10
|\ \
| * \ Merge branch 'master' into drop-iteritemsTakeshi KOMIYA2018-09-221-8/+2
| |\ \
| | * | refactoring: Drop PY2 and PY3 flagsTakeshi KOMIYA2018-09-221-7/+3
| | |/
| * | Remove use of six.iteritems()Jon Dufresne2018-09-112-9/+9
| |/
* | Remove unnecessary object from class definitionsJon Dufresne2018-09-112-4/+4
|/