Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sphinx-doc/sphinx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-12-15Use Python 3 super() argument-less syntaxJon Dufresne
2018-12-15Replace pycompat.htmlescape() by html.escape()Takeshi KOMIYA
2018-12-15Replace all "unicode" type by "str"Takeshi KOMIYA
2018-11-30Refactor sphinx.searchTakeshi KOMIYA
2018-11-24Add sphinx.util.typing:unicode to help mypy-3 migrationTakeshi KOMIYA
2018-11-21Replace six.string_types with native strJon Dufresne
2018-11-14Always prefer dict literals over calls to dict()Jon Dufresne
2018-11-12Use super() to call parent class's methodJon Dufresne
2018-10-31Merge branch '1.8'Takeshi KOMIYA
2018-10-16Fix #5471: Show appropriate warning for deprecated APIsTakeshi KOMIYA
2018-10-16Merge branch '1.8'Takeshi KOMIYA
2018-10-16Fix mypy violationsTakeshi KOMIYA
2018-09-24Replace all six.itervalues()/.iteritems() with .values()/.items()Jon Dufresne
2018-09-23Remove uses of six.moves that did not cause any type errorsJon Dufresne
2018-09-22Merge branch 'master' into HEADTakeshi KOMIYA
2018-09-22Merge branch 'master' into drop-iteritemsTakeshi KOMIYA
2018-09-22refactoring: Drop PY2 and PY3 flagsTakeshi KOMIYA
2018-09-11Remove unnecessary object from class definitionsJon Dufresne
2018-09-11Remove use of six.iteritems()Jon Dufresne
2018-06-10Search: make a difference between fullname and dispnameJakob Lykke Andersen
2018-05-03Merge branch '1.7'Takeshi KOMIYA
2018-05-01Fixed the HTML search for uppercase words in all languagesDennis Wegner
2018-04-28Show warnings for deprecated html_search_optionsTakeshi KOMIYA
2018-04-22Merge branch '1.7'Takeshi KOMIYA
2018-04-20Fixed the German HTML search again, this time from the 1.7 branchDennis Wegner
2018-03-17Merge branch '1.7'Takeshi KOMIYA
2018-03-13Revert "Use typing.TYPE_CHECKING for typehints"Takeshi KOMIYA
2018-02-19Use typing.TYPE_CHECKINGTakeshi KOMIYA
2018-02-18Merge branch '1.7'Takeshi KOMIYA
2018-02-14Use typing.TYPE_CHECKING for typehintsTakeshi KOMIYA
2018-02-04Update type annotationsTakeshi KOMIYA
2018-01-15Merge branch 'stable'Takeshi KOMIYA
2018-01-08Fix #1922: Upper characters problem in French HTML SearchTakeshi KOMIYA
2017-12-31Merge branch 'happy_new_year' into masterTakeshi KOMIYA
2017-12-31A happy new year!Takeshi KOMIYA
2017-10-21Merge branch 'stable'Takeshi KOMIYA
2017-10-20Fix #4169: Chinese language doesn't trigger Chinese search automaticallyTakeshi KOMIYA
2017-10-20improve zh search with jiebafyears
2017-08-28Remove unused 'type: ignore' comment flagged by mypyRobin Neatherway
2017-08-21Update regex to fix character class rangeRobin Neatherway
2017-08-18Fix DeprecationWarning for r'…(?u)'Daniel Hahler
2017-05-07Update type annotations for new mypyTakeshi KOMIYA
2017-03-26Merge branch 'stable'Takeshi KOMIYA
2017-03-26Year++Takeshi KOMIYA
2017-03-03Upgrade to mypy-0.5Takeshi KOMIYA
2017-02-21Merge branch 'stable'Takeshi KOMIYA
2017-02-20Fix IndexBuilder.prune() and load() supports _filenames fieldTakeshi KOMIYA
2017-02-20Fix IndexBuilder.prune() takes docnames as a argumentTakeshi KOMIYA
2017-02-20Fix #3349: Result of ``IndexBuilder.load()`` is brokenTakeshi KOMIYA
2017-02-06Remove unused "type: ignore"Takeshi KOMIYA