summaryrefslogtreecommitdiff
path: root/tests/test_application.py
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright year.Georg Brandl2014-03-011-1/+1
|
* grammar fix: 'multibyte filename' is ambiguous. They are replaced with ↵shimizukawa2013-10-031-1/+1
| | | | 'non-ASCII filename'. refs #703
* tests: replace "from util import *" by explicit importsGeorg Brandl2013-04-011-1/+1
|
* fix debug2 UnicodeEncodeError issue with multibyte names nodeshimizukawa2013-01-211-0/+7
|
* Copyright update.Georg Brandl2013-01-011-1/+1
|
* domain override: fix issue #1009.Franck Michea2012-10-111-0/+21
|
* merge with 1.0Georg Brandl2011-01-041-1/+1
|\
| * New year update.Georg Brandl2011-01-041-1/+1
| |
* | Fix test to respect the new .truncate() behaviorDasIch2010-06-191-0/+2
|/
* Happy new year!Georg Brandl2010-01-011-1/+1
|
* #196: Add a warning if an extension module doesn't have a ``setup()`` function.Georg Brandl2009-06-151-0/+10
|
* 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-0/+59
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 ........