Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix pytest style issues | Adam Turner | 2023-02-18 | 1 | -2/+2 |
| | |||||
* | Prefer ``@pytest.fixture()`` | Adam Turner | 2023-02-18 | 1 | -6/+6 |
| | |||||
* | Run pyupgrade (#11070) | Adam Turner | 2023-01-02 | 1 | -2/+2 |
| | |||||
* | Use PEP 604 types | Adam Turner | 2023-01-01 | 1 | -2/+2 |
| | |||||
* | Use PEP 595 types | Adam Turner | 2023-01-01 | 1 | -9/+9 |
| | |||||
* | Insert ``from __future__ import annotations`` | Adam Turner | 2023-01-01 | 1 | -0/+2 |
| | |||||
* | Run the ``pyupgrade`` tool | Adam Turner | 2022-10-17 | 1 | -2/+1 |
| | |||||
* | set up mypy for incremental adoption of 'strict optional' | daniel.eades | 2022-07-26 | 1 | -2/+2 |
| | |||||
* | Refactor | Adam Turner | 2022-05-02 | 1 | -7/+5 |
| | |||||
* | Remove always-false branches | Adam Turner | 2022-05-02 | 1 | -8/+2 |
| | |||||
* | Collapse single line docstrings | Adam Turner | 2022-02-20 | 1 | -2/+1 |
| | |||||
* | Remove copyright and licence fields | Adam Turner | 2022-02-20 | 1 | -3/+0 |
| | |||||
* | Fix module docstring indentation | Adam Turner | 2022-02-20 | 1 | -2/+2 |
| | |||||
* | 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 |
| | |||||
* | Address flake8 errors in whitespace linting | Louis Maddox | 2021-07-23 | 1 | -1/+1 |
| | |||||
* | Improve sphinx.testing.fixtures docstrings | Louis Maddox | 2021-07-18 | 1 | -12/+18 |
| | |||||
* | refactor: Use PEP-526 based variable annotation | Takeshi KOMIYA | 2021-04-08 | 1 | -3/+3 |
| | |||||
* | Merge branch '3.x' | Takeshi KOMIYA | 2021-01-01 | 1 | -1/+1 |
|\ | |||||
| * | A happy new year! | Takeshi KOMIYA | 2021-01-01 | 1 | -1/+1 |
| | | | | | | | | | | | | | | .. note:: $ find sphinx tests LICENSE doc/conf.py -type f -exec sed -i '' -e 's/2007\-20../2007-2021/' {} \; $ git co sphinx/locale/**/*.js sphinx/templates/epub3/mimetype | ||||
* | | Merge branch '3.x' | Takeshi KOMIYA | 2020-12-29 | 1 | -0/+12 |
|\ \ | |/ | |||||
| * | testing: Add rollback_sysmodules fixture to unload modules after tests | Takeshi KOMIYA | 2020-12-29 | 1 | -0/+12 |
| | | |||||
* | | Merge branch '3.x' | Takeshi KOMIYA | 2020-11-12 | 1 | -1/+0 |
|\ \ | |/ | |||||
| * | Sort imports with isort | François Freitag | 2020-11-11 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | Keep imports alphabetically sorted and their order homogeneous across Python source files. The isort project has more feature and is more active than the flake8-import-order plugin. Most issues caught were simply import ordering from the same module. Where imports were purposefully placed out of order, tag with isort:skip. | ||||
* | | Merge branch '3.x' into master | Takeshi KOMIYA | 2020-10-28 | 1 | -0/+15 |
|\ \ | |/ | |||||
| * | change markers list name to DEFAULT_ENABLED_MARKERS | oleg.hoefling | 2020-10-25 | 1 | -2/+2 |
| | | | | | | | | Signed-off-by: oleg.hoefling <oleg.hoefling@gmail.com> | ||||
| * | rename public markers to default markers | oleg.hoefling | 2020-10-25 | 1 | -2/+2 |
| | | | | | | | | Signed-off-by: oleg.hoefling <oleg.hoefling@gmail.com> | ||||
| * | more meaningful name for the public markers list | oleg.hoefling | 2020-10-25 | 1 | -2/+2 |
| | | | | | | | | Signed-off-by: oleg.hoefling <oleg.hoefling@gmail.com> | ||||
| * | move registration of public markers to sphinx.testing.fixtures | oleg.hoefling | 2020-10-25 | 1 | -0/+15 |
| | | | | | | | | Signed-off-by: oleg.hoefling <oleg.hoefling@gmail.com> | ||||
* | | Merge branch '3.x' | Takeshi KOMIYA | 2020-08-01 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Fix typo | Joachim Jablon | 2020-07-26 | 1 | -1/+1 |
| | | |||||
* | | Remove deprecated features marked as RemovedInSphinx40Warning | Takeshi KOMIYA | 2020-04-29 | 1 | -5/+1 |
| | | |||||
* | | Use typing.NamedTuple instead of collections.namedtuple as possible | Takeshi KOMIYA | 2020-03-07 | 1 | -1/+0 |
|/ | |||||
* | refactor: Update type annotations in sphinx.testing.* | Takeshi KOMIYA | 2020-02-23 | 1 | -39/+42 |
| | |||||
* | A happy new year! | Takeshi KOMIYA | 2020-01-01 | 1 | -1/+1 |
| | |||||
* | Migrate to py3 style type annotation: sphinx.testing.fixtures | Takeshi KOMIYA | 2019-07-06 | 1 | -9/+4 |
| | |||||
* | Stop to use $SPHINX_TEST_TEMPDIR envvar | Takeshi KOMIYA | 2019-01-13 | 1 | -3/+6 |
| | | | | | | | | At once, we added $SPHINX_TEST_TEMPDIR to keep intermediate files of testing to investigate the failures. At present, we've used pytest as a test runner. And it keeps temporary directories of last 3 testings. So this starts to use it instead of $SPHINX_TEST_TEMPDIR. https://docs.pytest.org/en/latest/tmpdir.html#the-default-base-temporary-directory | ||||
* | Use subprocess.run() instead of Popen() | Takeshi KOMIYA | 2019-01-13 | 1 | -4/+2 |
| | | | | | | Since python3.5, subprocess.run() has been introduced. It works a wrapper of Popen, and it looks much simple and better. This uses it instead of Popen to make our code simple. | ||||
* | 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. | ||||
* | | Remove print_function feature | Takeshi KOMIYA | 2018-12-15 | 1 | -1/+0 |
| | | |||||
* | | refactor: Replace six.StringIO by io.StringIO | Takeshi KOMIYA | 2018-12-15 | 1 | -1/+1 |
| | | |||||
* | | Replace six.string_types with native str | Jon Dufresne | 2018-11-21 | 1 | -3/+2 |
| | | |||||
* | | Remove unnecessary object from class definitions | Jon Dufresne | 2018-09-11 | 1 | -1/+1 |
|/ | | | | | In Python 3, all classes are new-style classes. The object in the definition is redundant and unnecessary. | ||||
* | Merge branch '1.7' | Takeshi KOMIYA | 2018-06-09 | 1 | -2/+8 |
|\ | |||||
| * | Fix sphinx.testing uses deprecated pytest API; Node.get_marker(name) | Takeshi KOMIYA | 2018-06-07 | 1 | -2/+8 |
| | | |||||
* | | Fix make_app() fixture fails to rollback registered roles on creating ↵ | Takeshi KOMIYA | 2018-05-17 | 1 | -1/+1 |
| | | | | | | | | multiple apps | ||||
* | | Merge branch '1.7' | Takeshi KOMIYA | 2018-03-18 | 1 | -2/+2 |
|\ \ | |/ |