summaryrefslogtreecommitdiff
path: root/tests/test_i18n.py
Commit message (Collapse)AuthorAgeFilesLines
* Optimize tests: Remove test_i18n (duplicated with test_intl)Takeshi KOMIYA2016-07-141-17/+0
|
* Obligatory copyright update.Georg Brandl2016-01-141-1/+1
|
* Merge branch 'stable'Georg Brandl2015-01-031-1/+1
|\
| * all: update copyrightGeorg Brandl2015-01-031-1/+1
| |
* | Complete test suite overhaul.Georg Brandl2014-09-211-1/+1
|/ | | | | | | | | | | | * 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
* Update copyright year.Georg Brandl2014-03-011-1/+1
|
* tests: replace "from util import *" by explicit importsGeorg Brandl2013-04-011-1/+1
|
* Copyright update.Georg Brandl2013-01-011-1/+1
|
* New year update.Georg Brandl2011-01-041-1/+1
|
* Happy new year!Georg Brandl2010-01-011-1/+1
|
* Restore 2.4 compatibility and fix removing the generated file properly.Georg Brandl2009-03-161-4/+0
|
* Do proper cleanup of generated files.Georg Brandl2009-03-161-0/+4
|
* Switch copyright and license tags to single style. Add contributorGeorg Brandl2009-01-031-2/+2
| | | | | names in AUTHORS instead, and add the license of etree13 to LICENSE.
* Merged revisions 65640,65675,65699,65701 via svnmerge fromGeorg Brandl2008-08-231-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/doctools/branches/0.4.x ........ r65640 | georg.brandl | 2008-08-11 16:11:17 +0200 (Mon, 11 Aug 2008) | 2 lines More info in intro. ........ r65675 | georg.brandl | 2008-08-14 13:53:02 +0200 (Thu, 14 Aug 2008) | 2 lines #3546: add missing linebreak. ........ r65699 | benjamin.peterson | 2008-08-15 23:02:22 +0200 (Fri, 15 Aug 2008) | 4 lines rename util.with_testapp to util.with_app; nose was running it also make an assert more informative ........ r65701 | benjamin.peterson | 2008-08-16 00:00:54 +0200 (Sat, 16 Aug 2008) | 1 line add some tests for sphinx.application ........
* * Add more generated text to the automatic translation.Georg Brandl2008-08-101-0/+17
* Remove all locale-dependent text from sphinx.sty, put it into Python files to enable message extraction and translation. * Use babel in the LaTeX output. * Centralize locations for labels used in every builder.