Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Improve deprecation warning message (refs: #5878) | jfbu | 2019-04-28 | 1 | -2/+2 | |
| | | ||||||
| * | Fix RemovedInSphinx30Warning is marked as pending | Takeshi KOMIYA | 2019-04-05 | 1 | -1/+1 | |
| | | ||||||
| * | Python-3-only clean ups discovered by pyupgrade | Jon Dufresne | 2019-03-19 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://github.com/asottile/pyupgrade > A tool to automatically upgrade syntax for newer versions of the > language. - Drop u str prefix - Drop base object inheritance - Drop args to super() - Use set literals - Use dict comprehension - Use set comprehension | |||||
* | | Add RemovedInSphinx50Warning | Takeshi KOMIYA | 2019-04-06 | 1 | -1/+5 | |
| | | ||||||
* | | Drop features and APIs deprecated in 1.8 | Takeshi KOMIYA | 2019-03-30 | 1 | -5/+1 | |
| | | ||||||
* | | Python-3-only clean ups discovered by pyupgrade | Jon Dufresne | 2019-03-17 | 1 | -1/+1 | |
|/ | | | | | | | | | | | | | | https://github.com/asottile/pyupgrade > A tool to automatically upgrade syntax for newer versions of the > language. - Drop u str prefix - Drop base object inheritance - Drop args to super() - Use set literals - Use dict comprehension - Use set comprehension | |||||
* | Fix typo | Takeshi KOMIYA | 2019-02-11 | 1 | -1/+1 | |
| | ||||||
* | refactor: Add compat module to avoid recursive import | Takeshi KOMIYA | 2019-01-03 | 1 | -0/+30 | |
| | ||||||
* | 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 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | -6/+6 | |
| | | | | | | | | | | | | 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 | -5/+4 | |
| | | ||||||
* | | Remove comments for py2 | Takeshi KOMIYA | 2018-12-15 | 1 | -1/+0 | |
| | | ||||||
* | | Add sphinx.util.typing:unicode to help mypy-3 migration | Takeshi KOMIYA | 2018-11-24 | 1 | -0/+1 | |
| | | ||||||
* | | Merge branch '1.8' | Takeshi KOMIYA | 2018-11-01 | 1 | -5/+5 | |
|\ \ | |/ | ||||||
| * | Fix #5471: Show appropriate warning for deprecated APIs | Takeshi KOMIYA | 2018-10-17 | 1 | -5/+5 | |
| | | ||||||
* | | Drop APIs deprecated in 2.0 | Takeshi KOMIYA | 2018-09-03 | 1 | -5/+1 | |
|/ | ||||||
* | Promote RemovedInSphinx20Warning to next version | Takeshi KOMIYA | 2018-05-14 | 1 | -10/+2 | |
| | ||||||
* | Rename add_stylesheet() to add_css_file() | Takeshi KOMIYA | 2018-04-06 | 1 | -0/+4 | |
| | ||||||
* | Fix mypy violations | Takeshi KOMIYA | 2018-03-03 | 1 | -2/+7 | |
| | ||||||
* | refactor: Move versionlabels to sphinx.directives.other | Takeshi KOMIYA | 2018-03-03 | 1 | -0/+37 | |
| | ||||||
* | Deprecate config value: source_parsers | Takeshi KOMIYA | 2018-01-25 | 1 | -0/+4 | |
| | ||||||
* | Merge branch 'happy_new_year' into master | Takeshi KOMIYA | 2018-01-01 | 1 | -1/+1 | |
|\ | ||||||
| * | A happy new year! | Takeshi KOMIYA | 2018-01-01 | 1 | -1/+1 | |
| | | ||||||
* | | Remove deprecated feature: drop RemovedInSphinx17Warning | Takeshi KOMIYA | 2017-04-27 | 1 | -3/+3 | |
|/ | ||||||
* | Merge branch 'stable' | Takeshi KOMIYA | 2017-03-26 | 1 | -1/+1 | |
|\ | ||||||
| * | Year++ | Takeshi KOMIYA | 2017-03-26 | 1 | -1/+1 | |
| | | ||||||
* | | Remove RemovedInSphinx16Warning | Takeshi KOMIYA | 2017-01-07 | 1 | -4/+0 | |
| | | ||||||
* | | Add RemovedInSphinx18Warning and promote RemovedInSphinx17Warning | Takeshi KOMIYA | 2017-01-05 | 1 | -2/+6 | |
| | | ||||||
* | | Emit warning on logger methods | Takeshi KOMIYA | 2017-01-02 | 1 | -0/+4 | |
|/ | ||||||
* | Emit several warnings that will be deprecated in Sphinx 1.6. There is no way ↵ | shimizukawa | 2016-12-04 | 1 | -0/+21 | |
to hide the warnings. |