Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove deprecated features marked as RemovedInSphinx40Warning | Takeshi KOMIYA | 2020-04-29 | 1 | -46/+0 |
| | |||||
* | refactor: Rename var keyword argument to "**kwargs" | Takeshi KOMIYA | 2020-01-08 | 1 | -10/+10 |
| | |||||
* | A happy new year! | Takeshi KOMIYA | 2020-01-01 | 1 | -1/+1 |
| | |||||
* | mypy: Enable disallow_incomplete_defs flag for type checking | Takeshi KOMIYA | 2019-12-30 | 1 | -4/+4 |
| | |||||
* | Migrate to py3 style type annotation: sphinx.util.jsonimpl | Takeshi KOMIYA | 2019-06-03 | 1 | -14/+6 |
| | |||||
* | Separate json and pickle to sphinxcontrib package | Takeshi KOMIYA | 2019-02-17 | 1 | -0/+7 |
| | |||||
* | Merge branch '1.8' | Takeshi KOMIYA | 2019-01-02 | 1 | -1/+1 |
|\ | |||||
| * | A happy new year! | Takeshi KOMIYA | 2019-01-02 | 1 | -1/+1 |
| | | |||||
* | | Replace use of six.text_type with str | Jon Dufresne | 2018-12-18 | 1 | -3/+1 |
| | | | | | | | | | | This removes the last use of the six package allowing Sphinx to remove it as a dependency. | ||||
* | | Remove unnecessary encoding cookie from Python source files | Jon Dufresne | 2018-12-16 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | In Python 3, the default encoding of source files is utf-8. The encoding cookie is now unnecessary and redundant so remove it. For more details, see the docs: https://docs.python.org/3/howto/unicode.html#the-string-type > The default encoding for Python source code is UTF-8, so you can > simply include a Unicode character in a string literal ... Includes a fix for the flake8 header checks to stop expecting an encoding cookie. | ||||
* | | Use Python 3 super() argument-less syntax | Jon Dufresne | 2018-12-15 | 1 | -1/+1 |
| | | | | | | | | | | | | The form is less verbose and more idiomatic for Python 3 only code. https://docs.python.org/3/library/functions.html#super | ||||
* | | Replace all "unicode" type by "str" | Takeshi KOMIYA | 2018-12-15 | 1 | -3/+2 |
| | | |||||
* | | refactor: Replace six.UserString by collections.UserString | 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 |
| | | |||||
* | | Use super() in SphinxJSONEncoder | Jon Dufresne | 2018-11-13 | 1 | -1/+1 |
|/ | | | | | This case was missed as part of 710ca3d7c3a41296861b0be79b9904246477968d. | ||||
* | Revert "Use typing.TYPE_CHECKING for typehints" | Takeshi KOMIYA | 2018-03-13 | 1 | -3/+2 |
| | | | | This reverts commit a073e17537c2aacaac305feadea58d4473ec97f4. | ||||
* | 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 |
| | | |||||
* | | Upgrade to mypy-0.5 | Takeshi KOMIYA | 2017-03-03 | 1 | -1/+1 |
| | | |||||
* | | Fix mypy violations | Takeshi KOMIYA | 2017-02-08 | 1 | -1/+10 |
|/ | |||||
* | Obligatory copyright update. | Georg Brandl | 2016-01-14 | 1 | -1/+1 |
| | |||||
* | util: pep8 fixes | Georg Brandl | 2015-03-08 | 1 | -0/+3 |
| | |||||
* | Merge branch 'stable' | Georg Brandl | 2015-01-03 | 1 | -1/+1 |
|\ | |||||
| * | all: update copyright | Georg Brandl | 2015-01-03 | 1 | -1/+1 |
| | | |||||
* | | use six privided text_type() to replace with unicode() to support py2/py3 in ↵ | Takayuki Shimizukawa | 2014-04-29 | 1 | -1/+2 |
| | | | | | | | | one source. refs #1350. | ||||
* | | use six privided functions/classes to support py2/py3 in one source. refs #1350. | Takayuki Shimizukawa | 2014-04-29 | 1 | -2/+3 |
| | | |||||
* | | Update copyright year. | Georg Brandl | 2014-03-01 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Update copyright year. | Georg Brandl | 2014-03-01 | 1 | -1/+1 |
| | | |||||
* | | Drop python-2.5 and remove 2.4,2.5 support codes | Takayuki Shimizukawa | 2013-12-15 | 1 | -16/+4 |
|/ | |||||
* | Copyright update. | Georg Brandl | 2013-01-01 | 1 | -1/+1 |
| | |||||
* | merge with 1.0 | Georg Brandl | 2011-01-04 | 1 | -1/+1 |
|\ | |||||
| * | New year update. | Georg Brandl | 2011-01-04 | 1 | -1/+1 |
| | | |||||
* | | Docstring harmonization. | Georg Brandl | 2010-08-22 | 1 | -1/+1 |
|/ | |||||
* | #488: Fix crash when json-py is installed, which provides a ``json`` module ↵ | Georg Brandl | 2010-08-05 | 1 | -1/+3 |
| | | | | but is incompatible to simplejson. | ||||
* | Dont fail when no json impl is found. | Georg Brandl | 2010-07-27 | 1 | -2/+5 |
| | |||||
* | Add a custom json serializer implementation that forces translation proxies. ↵ | Georg Brandl | 2010-07-25 | 1 | -0/+43 |
Fixes building with the JSON builder. |