Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch '3.x' | Takeshi KOMIYA | 2020-10-24 | 1 | -5/+5 |
|\ | |||||
| * | Merge branch '3.x' into 3.2.x_to_3.x | Takeshi KOMIYA | 2020-10-24 | 15 | -30/+30 |
| |\ | |||||
| * | | Fix mypy violations (with mypy-0.790) | Takeshi KOMIYA | 2020-10-24 | 1 | -5/+5 |
* | | | Merge branch '3.x' into master | Takeshi KOMIYA | 2020-10-04 | 15 | -30/+30 |
|\ \ \ | | |/ | |/| | |||||
| * | | Strip trailing whitespaces and normalize line endings | François Freitag | 2020-10-03 | 15 | -30/+30 |
| |/ | |||||
* | | Synchronise word length between python stemmer and javascript stemmer. Python... | Mateusz Lapsa-Malawski | 2020-08-07 | 1 | -1/+1 |
* | | Merge branch '3.x' | Takeshi KOMIYA | 2020-08-01 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Allow searching for things like serials, phone numbers, etc | Joris Beckers | 2020-07-22 | 1 | -1/+1 |
* | | Merge branch '3.x' | Takeshi KOMIYA | 2020-07-05 | 1 | -2/+2 |
|\ \ | |/ | |||||
| * | Fix exception causes all over the codebase | Ram Rachum | 2020-06-14 | 1 | -2/+2 |
* | | Merge branch '3.x' | Takeshi KOMIYA | 2020-06-04 | 1 | -5/+5 |
|\ \ | |/ | |||||
| * | Merge branch '3.0.x' into 3.x | Takeshi KOMIYA | 2020-06-03 | 1 | -5/+5 |
| |\ | |||||
| | * | Fix mypy violations (with mypy-0.780) | Takeshi KOMIYA | 2020-06-03 | 1 | -5/+5 |
* | | | Merge branch '3.x' | Takeshi KOMIYA | 2020-05-17 | 1 | -2/+2 |
|\ \ \ | |/ / | |||||
| * | | Deprecate sphinx.util:rpartition() | Takeshi KOMIYA | 2020-05-09 | 1 | -2/+2 |
| * | | Add stacklevel parameter to warnings.warn() call | Takeshi KOMIYA | 2020-05-03 | 1 | -1/+1 |
| |/ | |||||
* | | Remove deprecated features marked as RemovedInSphinx40Warning | Takeshi KOMIYA | 2020-04-29 | 1 | -6/+1 |
* | | Merge branch '3.x' | Takeshi KOMIYA | 2020-03-21 | 1 | -1/+15 |
|\ \ | |/ | |||||
| * | Close #7293: html search: Allow to override JavaScript splitter | Takeshi KOMIYA | 2020-03-15 | 1 | -1/+15 |
* | | Deprecate codes for python 3.5 | Takeshi KOMIYA | 2020-03-07 | 1 | -5/+1 |
|/ | |||||
* | Merge branch '2.0' | Takeshi KOMIYA | 2020-01-01 | 5 | -5/+5 |
|\ | |||||
| * | A happy new year! | Takeshi KOMIYA | 2020-01-01 | 5 | -5/+5 |
* | | Merge branch '2.0' | Takeshi KOMIYA | 2019-12-25 | 18 | -228/+116 |
|\ \ | |/ | |||||
| * | Migrate to py3 style type annotation: sphinx.search | Takeshi KOMIYA | 2019-12-25 | 18 | -228/+116 |
* | | Merge branch '2.0' | Takeshi KOMIYA | 2019-08-19 | 1 | -2/+2 |
|\ \ | |/ | |||||
| * | Switch uses of __import__ to importlib.get_module() | Jon Dufresne | 2019-08-17 | 1 | -2/+2 |
* | | Merge branch '2.0' | jfbu | 2019-08-01 | 1 | -1/+2 |
|\ \ | |/ | |||||
| * | Fix type annotation for python 3.5.1 | Takeshi KOMIYA | 2019-07-13 | 1 | -1/+2 |
* | | Drop features and APIs deprecated in 1.8 | Takeshi KOMIYA | 2019-03-30 | 1 | -15/+1 |
|/ | |||||
* | Python-3-only clean ups discovered by pyupgrade | Jon Dufresne | 2019-03-17 | 2 | -7/+6 |
* | Fix import order | Takeshi KOMIYA | 2019-02-11 | 1 | -1/+1 |
* | Merge branch '1.8' | Takeshi KOMIYA | 2019-01-02 | 5 | -5/+5 |
|\ | |||||
| * | A happy new year! | Takeshi KOMIYA | 2019-01-02 | 5 | -5/+5 |
* | | Merge branch '1.8' | jfbu | 2018-12-28 | 1 | -2/+16 |
|\ \ | |/ | |||||
| * | #5605 fix Chinese search index (#5611) | Timotheus Kampik | 2018-12-25 | 1 | -2/+16 |
* | | Replace use of six.text_type with str | Jon Dufresne | 2018-12-18 | 1 | -4/+2 |
* | | Remove unnecessary encoding cookie from Python source files | Jon Dufresne | 2018-12-16 | 19 | -19/+0 |
* | | refactor: Remove u-prefix from strings | Takeshi KOMIYA | 2018-12-16 | 18 | -312/+312 |
* | | Merge pull request #5803 from jdufresne/encoding-utf8 | Takeshi KOMIYA | 2018-12-16 | 1 | -1/+1 |
|\ \ | |||||
| * | | Avoid respecifying default encoding for .encode()/.decode() calls | Jon Dufresne | 2018-12-15 | 1 | -1/+1 |
* | | | Merge pull request #5796 from jdufresne/super | Takeshi KOMIYA | 2018-12-16 | 2 | -3/+3 |
|\ \ \ | |||||
| * | | | Use Python 3 super() argument-less syntax | Jon Dufresne | 2018-12-15 | 2 | -3/+3 |
| |/ / | |||||
* | | | Replace pycompat.htmlescape() by html.escape() | Takeshi KOMIYA | 2018-12-16 | 1 | -3/+3 |
|/ / | |||||
* | | Replace all "unicode" type by "str" | Takeshi KOMIYA | 2018-12-15 | 18 | -84/+66 |
* | | Refactor sphinx.search | Takeshi KOMIYA | 2018-11-30 | 1 | -22/+25 |
* | | Add sphinx.util.typing:unicode to help mypy-3 migration | Takeshi KOMIYA | 2018-11-24 | 18 | -0/+18 |
* | | Replace six.string_types with native str | Jon Dufresne | 2018-11-21 | 1 | -3/+3 |
* | | Always prefer dict literals over calls to dict() | Jon Dufresne | 2018-11-13 | 1 | -6/+6 |
* | | Use super() to call parent class's method | Jon Dufresne | 2018-11-11 | 1 | -1/+1 |
* | | Merge branch '1.8' | Takeshi KOMIYA | 2018-11-01 | 1 | -1/+1 |
|\ \ | |/ |