Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove support for the ``jsdump`` format in ``sphinx.search`` (#11365) | Adam Turner | 2023-04-27 | 1 | -201/+0 |
* | Fix COM812 | Adam Turner | 2023-02-18 | 1 | -1/+1 |
* | Run pyupgrade (#11070) | Adam Turner | 2023-01-02 | 1 | -6/+5 |
* | Use PEP 604 types | Adam Turner | 2023-01-01 | 1 | -2/+2 |
* | Use PEP 595 types | Adam Turner | 2023-01-01 | 1 | -3/+3 |
* | Insert ``from __future__ import annotations`` | Adam Turner | 2023-01-01 | 1 | -0/+2 |
* | Enable Ruff's pygrep-hooks checks | Adam Turner | 2022-12-29 | 1 | -1/+1 |
* | Review comments | Adam Turner | 2022-05-01 | 1 | -19/+5 |
* | Schedule removal for 7.0 | Adam Turner | 2022-04-30 | 1 | -2/+2 |
* | Revert removal of `jsdump` implementation | Adam Turner | 2022-04-30 | 1 | -6/+199 |
* | Deprecate `sphinx.util.jsdump` | Adam Turner | 2022-04-27 | 1 | -194/+21 |
* | Remove copyright and licence fields | Adam Turner | 2022-02-20 | 1 | -3/+0 |
* | Conform to PEP 257 summary line conventions | Adam Turner | 2022-02-20 | 1 | -0/+1 |
* | Fix module docstring indentation | Adam Turner | 2022-02-20 | 1 | -3/+3 |
* | Fix module docstring first line | Adam Turner | 2022-02-20 | 1 | -2/+1 |
* | Remove module titles in docstrings | Adam Turner | 2022-02-19 | 1 | -3/+0 |
* | A happy new year! | Takeshi KOMIYA | 2022-01-01 | 1 | -1/+1 |
* | refactor: Use PEP-526 based variable annotation (sphinx.util) | Takeshi KOMIYA | 2021-03-10 | 1 | -3/+3 |
* | A happy new year! | Takeshi KOMIYA | 2021-01-01 | 1 | -1/+1 |
* | Sort imports with isort | François Freitag | 2020-11-11 | 1 | -1/+1 |
* | A happy new year! | Takeshi KOMIYA | 2020-01-01 | 1 | -1/+1 |
* | Replace `a and b or c` by the more legible `b if a or c`. | Antony Lee | 2019-12-21 | 1 | -1/+1 |
* | Migrate to py3 style type annotation: sphinx.util.jsdump | Takeshi KOMIYA | 2019-06-03 | 1 | -18/+8 |
* | Merge branch '1.8' | Takeshi KOMIYA | 2019-01-02 | 1 | -1/+1 |
|\ | |||||
| * | A happy new year! | Takeshi KOMIYA | 2019-01-02 | 1 | -1/+1 |
* | | Remove unnecessary encoding cookie from Python source files | Jon Dufresne | 2018-12-16 | 1 | -1/+0 |
* | | Replace all "unicode" type by "str" | Takeshi KOMIYA | 2018-12-15 | 1 | -2/+1 |
* | | refactor: Replace six.integer_types by int | Takeshi KOMIYA | 2018-12-15 | 1 | -3/+1 |
* | | Move to py3 mode for mypy (and remove many "type: ignore" comments) | Takeshi KOMIYA | 2018-12-15 | 1 | -1/+1 |
* | | Add sphinx.util.typing:unicode to help mypy-3 migration | Takeshi KOMIYA | 2018-11-24 | 1 | -0/+1 |
* | | Replace six.string_types with native str | Jon Dufresne | 2018-11-21 | 1 | -4/+4 |
* | | Deprecate sphinx.util.pycompat.u | Jon Dufresne | 2018-11-12 | 1 | -3/+1 |
* | | Remove use of six.iteritems() | Jon Dufresne | 2018-09-11 | 1 | -2/+2 |
|/ | |||||
* | Revert "Use typing.TYPE_CHECKING for typehints" | Takeshi KOMIYA | 2018-03-13 | 1 | -3/+2 |
* | Use typing.TYPE_CHECKING for typehints | Takeshi KOMIYA | 2018-02-14 | 1 | -2/+3 |
* | A happy new year! | Takeshi KOMIYA | 2018-01-01 | 1 | -1/+1 |
* | Merge branch 'stable' | Takeshi KOMIYA | 2017-03-26 | 1 | -1/+1 |
|\ | |||||
| * | Year++ | Takeshi KOMIYA | 2017-03-26 | 1 | -1/+1 |
* | | Fix mypy violation | Takeshi KOMIYA | 2017-03-03 | 1 | -1/+1 |
* | | Upgrade to mypy-0.5 | Takeshi KOMIYA | 2017-03-03 | 1 | -2/+2 |
* | | Fix mypy violations | Takeshi KOMIYA | 2017-02-08 | 1 | -2/+3 |
* | | Merge branch 'stable' | Takeshi KOMIYA | 2017-01-12 | 1 | -2/+2 |
|\ \ | |/ | |||||
| * | Fix flake8 violations | Takeshi KOMIYA | 2017-01-12 | 1 | -2/+2 |
* | | Add type-check annotations to sphinx.util | Takeshi KOMIYA | 2016-11-16 | 1 | -4/+15 |
|/ | |||||
* | #2902: jsdump.loads fails to load search index if keywords starts with unders... | Takeshi KOMIYA | 2016-08-27 | 1 | -1/+1 |
* | Make javascript search work in more contexts | Silvio Tomatis | 2016-07-08 | 1 | -1/+1 |
* | Obligatory copyright update. | Georg Brandl | 2016-01-14 | 1 | -1/+1 |
* | util: pep8 fixes | Georg Brandl | 2015-03-08 | 1 | -0/+4 |
* | Remove non-determinism | Dmitry Shachnev | 2015-01-28 | 1 | -3/+5 |
* | Merge branch 'stable' | Georg Brandl | 2015-01-03 | 1 | -1/+1 |
|\ |