summaryrefslogtreecommitdiff
path: root/tests/test_quickstart.py
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year.Georg Brandl2014-03-011-0/+1
|\
| * Prompt for the document language in sphinx-quickstart.Georg Brandl2014-01-111-0/+1
* | Update copyright year.Georg Brandl2014-03-011-1/+1
|/
* grammar fix: 'multibyte filename' is ambiguous. They are replaced with 'non-A...shimizukawa2013-10-031-2/+2
* small grammar fix in multibyte filename messagesGeorg Brandl2013-10-011-1/+1
* When Sphinx couldn't decode multibyte filename, now Sphinx notices UnicodeErr...shimizukawa2013-09-281-2/+7
* refactoring: 'tmpdir' rename to 'tempdir' that is same name in other places.shimizukawa2013-06-131-6/+6
* Fix: Output TeX/texinfo/man filename has no basename (only extention) when us...shimizukawa2013-06-131-0/+22
* fix typo ;)shimizukawa2013-06-131-1/+1
* fix for unicode object syntax. ur'' is meaningless.shimizukawa2013-06-131-4/+4
* Fix "Title underline is short" WARNING is given when using fullwidth characte...shimizukawa2013-06-091-1/+34
* Fix sphinx-quickstart raises UnicodeEncodeError if "Project version" includes...shimizukawa2013-06-091-0/+16
* tests: replace "from util import *" by explicit importsGeorg Brandl2013-04-011-1/+1
* fix: make.bat is always saved with 'LF' instead of 'CRLF' for both Win/Unix.shimizukawa2013-02-101-0/+21
* conf.py now accept CRLF end-of-line.shimizukawa2013-02-101-12/+3
* Copyright update.Georg Brandl2013-01-011-1/+1
* fix: sphinx-quickstart asks again and again Y|N because input() return value ...shimizukawa2012-11-281-0/+19
* Fixes #875 and #876: use the right file mode to successfully read config file...Georg Brandl2012-03-101-2/+2
* Remove unused import.Georg Brandl2011-10-071-1/+0
* Split user queries and file generation in quickstart into two functions.Georg Brandl2011-10-071-3/+7
* merge with 1.0Georg Brandl2011-01-041-1/+1
|\
| * New year update.Georg Brandl2011-01-041-1/+1
* | Remove left-over debugging codeJon Waltman2010-09-161-4/+0
* | Add tests for Texinfo builderJon Waltman2010-09-161-0/+8
* | Fix raw_input which is not converted by 2to3 if not called.Georg Brandl2010-07-281-1/+6
* | Fix SyntaxError in config generated by quickstart and the quickstart testDasIch2010-05-281-2/+2
* | Make it easier for the test suite to override raw_input for test_quickstart.Georg Brandl2010-07-281-4/+4
* | Use code objects for exec statements instead of filesDaniel Neuh?user2010-05-081-2/+4
* | Move open() calls out of the try blockDasIch2010-05-011-2/+2
* | Don't use execfile() anymoreDasIch2010-04-291-2/+10
|/
* Add manual page writer.Georg Brandl2010-02-211-0/+5
* Add viewcode to quickstart.Georg Brandl2010-01-171-0/+1
* Happy new year!Georg Brandl2010-01-011-1/+1
* Bring some more sanity into quickstart validators.Georg Brandl2009-04-291-2/+2
* Fix the fix of #127 to actually work.Georg Brandl2009-03-241-3/+3
* Forgot ifconfig.Georg Brandl2009-02-201-0/+1
* Fix #103: add all (usable) builtin extensions to quickstart.Georg Brandl2009-02-201-0/+4
* merge in Murkt's branchGeorg Brandl2009-01-041-9/+13
|\
* | Switch copyright and license tags to single style. Add contributorGeorg Brandl2009-01-031-2/+2
|/
* Properly escape authors and titles put into quickstart latex_documents setting.georg.brandl2008-10-161-3/+4
* Add a test suite for autodoc.georg.brandl2008-08-041-0/+1
* Merged revisions 65283,65303,65316-65317,65372-65375,65377,65380,65483-65485,...georg.brandl2008-08-041-10/+12
* Merged revisions 64808,65013,65076,65100-65101,65119,65121-65123 via svnmerge...georg.brandl2008-07-181-0/+144