Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | refs #3458: add sphinx.testing that are moved from /tests directory. | shimizukawa | 2017-05-14 | 1 | -207/+0 |
| | |||||
* | Year++ | Takeshi KOMIYA | 2017-03-26 | 1 | -1/+1 |
| | |||||
* | Fix #3438: update timestamp certainly to ensure test condition | Takeshi KOMIYA | 2017-02-24 | 1 | -0/+6 |
| | |||||
* | pytest: remove repr_as testing feature that avoids long annoying log for ↵ | shimizukawa | 2017-01-05 | 1 | -22/+2 |
| | | | | test generator feature on nose. In contrast, pytest does not produce such output. So repr_as is not needed anymore. refs #1785 | ||||
* | pytest migration | shimizukawa | 2017-01-04 | 1 | -1/+1 |
| | |||||
* | Reduce deprecation warnings (refs: #3192) | Takeshi KOMIYA | 2016-12-15 | 1 | -1/+2 |
| | |||||
* | Fix flake8 violation under tests/ | Takeshi KOMIYA | 2016-06-12 | 1 | -0/+3 |
| | |||||
* | Merge branch 'useless-test-noise' | Takeshi KOMIYA | 2016-03-03 | 1 | -2/+19 |
|\ | |||||
| * | Fixes #1785: Reduce output for test generators. | Robert Lehmann | 2015-03-20 | 1 | -2/+19 |
| | | |||||
* | | Obligatory copyright update. | Georg Brandl | 2016-01-14 | 1 | -1/+1 |
| | | |||||
* | | Fix #2185: Use with syntax to open files on testing. | shimizukawa | 2015-12-20 | 1 | -16/+7 |
| | | |||||
* | | Fix #2158: test_latex_build.test_footnote and some tests fail on Windows ↵ | shimizukawa | 2015-12-19 | 1 | -5/+7 |
|/ | | | | environment with py3 | ||||
* | Merge branch 'stable' | Georg Brandl | 2015-01-03 | 1 | -1/+1 |
|\ | |||||
| * | all: update copyright | Georg Brandl | 2015-01-03 | 1 | -1/+1 |
| | | |||||
* | | Refactor/speed up test_intl by combining all tests with a certain builder ↵ | Georg Brandl | 2014-09-21 | 1 | -0/+3 |
| | | | | | | | | into a generator. | ||||
* | | Complete test suite overhaul. | Georg Brandl | 2014-09-21 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | * rename a few test modules to make the names more consistent * do not copy/use Sphinx from build/ (unnecessary without 2to3) * use a temporary dir for *all* test projects, the source tree will stay pristine that way (default is tests/build) * speed up tests by ~3x by splitting up test projects and avoiding rebuilds | ||||
* | | * provide _copy_to_temp option for TestApp() | Takayuki Shimizukawa | 2014-08-10 | 1 | -0/+3 |
| | | |||||
* | | remove 'six' name except importing line. | Takayuki Shimizukawa | 2014-04-30 | 1 | -3/+2 |
| | | |||||
* | | use six privided text_type() to replace with unicode() to support py2/py3 in ↵ | Takayuki Shimizukawa | 2014-04-29 | 1 | -4/+5 |
| | | | | | | | | one source. refs #1350. | ||||
* | | introduce the six module and reduce sphinx.util.pycompat implementation. ↵ | Takayuki Shimizukawa | 2014-04-29 | 1 | -1/+3 |
| | | | | | | | | refs #1350. | ||||
* | | Update copyright year. | Georg Brandl | 2014-03-01 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Update copyright year. | Georg Brandl | 2014-03-01 | 1 | -1/+1 |
| | | |||||
* | | Modernize the code now that Python 2.5 is no longer supported | Dmitry Shachnev | 2014-01-19 | 1 | -1/+1 |
|/ | | | | | | | | | | | - Use print function instead of print statement; - Use new exception handling; - Use in operator instead of has_key(); - Do not use tuple arguments in functions; - Other miscellaneous improvements. This is based on output of `futurize --stage1`, with some manual corrections. | ||||
* | Copyright header update. | Georg Brandl | 2013-04-01 | 1 | -2/+2 |
| | |||||
* | support multibyte filename handling. | Takayuki Shimizukawa | 2012-05-01 | 1 | -6/+6 |
| | | | | https://bitbucket.org/birkenfeld/sphinx/issue/703 | ||||
* | shutil.copytree doesn't have an ignore argument in Python 2.4 | Daniel Neuhäuser | 2010-08-14 | 1 | -6/+2 |
| | |||||
* | Fixed the coverage extension test as well as the coverage extension itself ↵ | Daniel Neuhäuser | 2010-06-19 | 1 | -0/+27 |
| | | | | for python3 | ||||
* | Remove unnecessary code | Daniel Neuhäuser | 2010-06-12 | 1 | -5/+2 |
| | |||||
* | Added a movetree method to the path object to make it more consistent along ↵ | Daniel Neuhäuser | 2010-06-01 | 1 | -0/+98 |
| | | | | with documentation for every method of it. | ||||
* | Replaced the path module with my own version | Daniel Neuhäuser | 2010-06-01 | 1 | -923/+49 |
| | |||||
* | use open instead of file | Daniel Neuhäuser | 2010-05-24 | 1 | -1/+1 |
| | |||||
* | Use 'U' if file is not present (we run under 3.x) | Daniel Neuhäuser | 2010-05-08 | 1 | -1/+6 |
| | |||||
* | Removed pre-2.3 workaround for booleans | Daniel Neuhäuser | 2010-05-01 | 1 | -6/+0 |
| | |||||
* | Fix for r67038. | Georg Brandl | 2008-10-28 | 1 | -18/+1 |
| | |||||
* | Merged revisions 64808,65013,65076,65100-65101,65119,65121-65123 via ↵ | Georg Brandl | 2008-07-18 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svnmerge from svn+ssh://pythondev@svn.python.org/doctools/branches/0.4.x ........ r64808 | georg.brandl | 2008-07-08 21:39:33 +0200 (Tue, 08 Jul 2008) | 2 lines Allow relocation of source and doctree dir. ........ r65013 | georg.brandl | 2008-07-16 15:25:30 +0200 (Wed, 16 Jul 2008) | 2 lines Remove curious quote. ........ r65076 | georg.brandl | 2008-07-17 22:43:01 +0200 (Thu, 17 Jul 2008) | 2 lines Add a test for sphinx.quickstart. ........ r65100 | georg.brandl | 2008-07-18 14:41:54 +0200 (Fri, 18 Jul 2008) | 2 lines Fix phony targets. ........ r65101 | georg.brandl | 2008-07-18 14:55:03 +0200 (Fri, 18 Jul 2008) | 2 lines Fix problems in "make check". ........ r65119 | georg.brandl | 2008-07-18 23:06:42 +0200 (Fri, 18 Jul 2008) | 2 lines Emit a more precise error message in autodoc. ........ r65121 | georg.brandl | 2008-07-18 23:41:35 +0200 (Fri, 18 Jul 2008) | 2 lines Warn if a toctree-included document doesn't contain a title. ........ r65122 | georg.brandl | 2008-07-18 23:51:28 +0200 (Fri, 18 Jul 2008) | 2 lines Don't use \samp{} for code with whitespaces, only for :samp:`code`. ........ r65123 | georg.brandl | 2008-07-19 00:49:46 +0200 (Sat, 19 Jul 2008) | 2 lines Put inheritance info always on its own line. ........ | ||||
* | Add a test suite skeleton, a first test for sphinx.config, and fix a bug in ↵ | Georg Brandl | 2008-06-05 | 1 | -0/+970 |
config. |