summaryrefslogtreecommitdiff
path: root/sphinx/testing
Commit message (Expand)AuthorAgeFilesLines
* Fix mypy violations (for mypy-0.730)Takeshi KOMIYA2019-10-061-4/+4
* Merge branch '2.1.3' into 2.0Takeshi KOMIYA2019-07-131-4/+4
|\
| * Fix mypy violations (for mypy-0.720)Takeshi KOMIYA2019-07-131-4/+4
* | Migrate to py3 style type annotation: sphinx.testing.restructuredtextTakeshi KOMIYA2019-07-061-8/+3
* | Migrate to py3 style type annotation: sphinx.testing.fixturesTakeshi KOMIYA2019-07-061-9/+4
* | Migrate to py3 style type annotation: sphinx.testing.pathTakeshi KOMIYA2019-07-061-55/+28
* | Migrate to py3 style type annotation: sphinx.testing.utilTakeshi KOMIYA2019-07-061-36/+18
|/
* Python-3-only clean ups discovered by pyupgradeJon Dufresne2019-03-171-2/+2
* Merge branch '2.0' into 2155_code_directiveTakeshi KOMIYA2019-03-101-1/+0
|\
| * Clean up import for annotationsTakeshi KOMIYA2019-03-061-1/+0
* | Add sphinx.testing.restructuredtext.parse()Takeshi KOMIYA2019-03-031-0/+38
|/
* Stop to use $SPHINX_TEST_TEMPDIR envvarTakeshi KOMIYA2019-01-131-3/+6
* Use subprocess.run() instead of Popen()Takeshi KOMIYA2019-01-131-4/+2
* Add PathComparer for testing and fix 2 test failure on Windows. (#5943)Takayuki SHIMIZUKAWA2019-01-131-0/+101
* Remove use of deprecated APIsTakeshi KOMIYA2019-01-031-1/+1
* Merge branch '1.8'Takeshi KOMIYA2019-01-024-4/+4
|\
| * A happy new year!Takeshi KOMIYA2019-01-024-4/+4
* | Replace use of six.text_type with strJon Dufresne2018-12-181-4/+2
* | Remove unnecessary encoding cookie from Python source filesJon Dufresne2018-12-164-4/+0
* | Merge pull request #5796 from jdufresne/superTakeshi KOMIYA2018-12-161-3/+3
|\ \
| * | Use Python 3 super() argument-less syntaxJon Dufresne2018-12-151-3/+3
* | | Remove unnecessary bytes type check from path.write_text()Jon Dufresne2018-12-151-2/+0
|/ /
* | Replace all "unicode" type by "str"Takeshi KOMIYA2018-12-152-18/+16
* | Remove print_function featureTakeshi KOMIYA2018-12-151-1/+0
* | refactor: Replace six.StringIO by io.StringIOTakeshi KOMIYA2018-12-151-1/+1
* | Add docutils-stubs to test depsTakeshi KOMIYA2018-12-151-4/+4
* | Move to py3 mode for mypy (and remove many "type: ignore" comments)Takeshi KOMIYA2018-12-152-4/+4
* | Simplify open() call by removing default modeJon Dufresne2018-12-111-1/+1
* | Fix annotations of testingTakeshi KOMIYA2018-12-031-4/+13
* | Fix annotations (minor fixes)Takeshi KOMIYA2018-12-031-1/+2
* | Add sphinx.util.typing:unicode to help mypy-3 migrationTakeshi KOMIYA2018-11-242-0/+2
* | Replace six.string_types with native strJon Dufresne2018-11-212-5/+3
* | Simplify ensuredir() with Python3 stdlib featuresJon Dufresne2018-11-202-7/+5
* | Merge pull request #5623 from jdufresne/commentsTakeshi KOMIYA2018-11-131-4/+0
|\ \
| * | Remove commented out dead code in sphinx/testing/util.pyJon Dufresne2018-11-121-4/+0
* | | Correct type annotation to remove 'type: ignore' commentJon Dufresne2018-11-121-2/+2
|/ /
* | Use super() to call parent class's methodJon Dufresne2018-11-111-3/+3
* | Merge branch '1.8'Takeshi KOMIYA2018-10-161-1/+1
|\ \ | |/
| * Fix mypy violationsTakeshi KOMIYA2018-10-161-1/+1
* | Merge branch 'master' into HEADTakeshi KOMIYA2018-09-222-12/+6
|\ \
| * \ Merge branch 'master' into openTakeshi KOMIYA2018-09-222-10/+5
| |\ \
| | * | refactoring: Drop PY2 and PY3 flagsTakeshi KOMIYA2018-09-222-10/+5
| | * | Merge branch '1.8'Takeshi KOMIYA2018-09-201-1/+1
| | |\ \ | | | |/
| | | * Fix mypy violationsTakeshi KOMIYA2018-09-181-1/+1
| * | | Prefer builtin open() over io.open() and codecs.open()Jon Dufresne2018-09-111-3/+2
| |/ /
* | | Remove unnecessary object from class definitionsJon Dufresne2018-09-112-3/+3
|/ /
* | Drop APIs deprecated in 2.0Takeshi KOMIYA2018-09-031-2/+0
|/
* Fix mypy violationsTakeshi KOMIYA2018-07-151-1/+1
* Merge branch '1.7'Takeshi KOMIYA2018-06-091-2/+8
|\
| * Fix sphinx.testing uses deprecated pytest API; Node.get_marker(name)Takeshi KOMIYA2018-06-071-2/+8