summaryrefslogtreecommitdiff
path: root/tests/test_quickstart.py
Commit message (Expand)AuthorAgeFilesLines
* Resolve lint errors from Ruff 0.0.254Adam Turner2023-03-051-1/+1
* Unescape quotation marks where possibleAdam Turner2023-02-181-2/+2
* Fix COM812Adam Turner2023-02-181-2/+2
* Enable Ruff's flake8-bandit checksAdam Turner2022-12-291-4/+4
* `.read_text()` -> `.read_text(encoding='utf8')`Adam Turner2022-04-271-4/+4
* Collapse single line docstringsAdam Turner2022-02-201-2/+1
* Remove copyright and licence fieldsAdam Turner2022-02-201-3/+0
* Fix module docstring indentationAdam Turner2022-02-201-2/+2
* Fix module docstring first lineAdam Turner2022-02-201-2/+1
* Remove module titles in docstringsAdam Turner2022-02-191-3/+0
* A happy new year!Takeshi KOMIYA2022-01-011-1/+1
* Fix a flake8 violationTakeshi KOMIYA2021-07-071-1/+1
* Make test more readableRaymond Sun2021-06-141-3/+6
* Fix flake8 errorsRaymond Sun2021-06-141-1/+3
* Make quickstart just exit without repromptingRaymond Sun2021-06-121-6/+3
* Add testRaymond Sun2021-06-111-1/+15
* Close #8326: Rename master_doc to root_docTakeshi KOMIYA2021-02-281-1/+1
* refactor: test: Do not use deprecated function: execfile_()Takeshi KOMIYA2021-01-171-5/+4
* A happy new year!Takeshi KOMIYA2021-01-011-1/+1
* Sort imports with isortFrançois Freitag2020-11-111-2/+1
* test: Use read_text() and read_bytes()Takeshi KOMIYA2020-02-011-1/+1
* A happy new year!Takeshi KOMIYA2020-01-011-1/+1
* quickstart: Simplify generated conf.py (master_doc)Takeshi KOMIYA2019-02-091-1/+0
* quickstart: Simplify generated conf.py (source_suffix)Takeshi KOMIYA2019-02-091-1/+0
* quickstart: Simplify generated conf.py (for latex)Takeshi KOMIYA2019-01-071-7/+0
* Merge branch '1.8'Takeshi KOMIYA2019-01-021-1/+1
|\
| * A happy new year!Takeshi KOMIYA2019-01-021-1/+1
* | Replace use of six.text_type with strJon Dufresne2018-12-181-2/+0
* | Deprecate quickstart.term_decode() and remove internal usesJon Dufresne2018-12-171-11/+3
* | Remove unnecessary encoding cookie from Python source filesJon Dufresne2018-12-161-1/+0
* | refactor: Remove u-prefix from stringsTakeshi KOMIYA2018-12-161-11/+11
* | Avoid respecifying default encoding for .encode()/.decode() callsJon Dufresne2018-12-151-2/+2
* | refactor: Replace six.StringIO by io.StringIOTakeshi KOMIYA2018-12-151-1/+2
* | quickstart: Simplify generated conf.py (for manpage)Takeshi KOMIYA2018-12-021-4/+0
* | Merge pull request #5607 from tk0miya/smart_texinfo_conf_pyTakeshi KOMIYA2018-12-021-5/+0
|\ \
| * | quickstart: Simplify generated conf.py (for texinfo)Takeshi KOMIYA2018-11-111-5/+0
* | | Merge branch '1.8'Takeshi KOMIYA2018-11-221-1/+1
|\ \ \ | |/ / |/| / | |/
| * Fix "invalid escape sequence" warnings emitted during testsJon Dufresne2018-11-131-1/+1
* | Remove uses of six.moves that did not cause any type errorsJon Dufresne2018-09-231-1/+0
* | refactoring: Drop PY2 and PY3 flagsTakeshi KOMIYA2018-09-221-7/+2
|/
* conf.py: Drop epub_author, epub_publisher and epub_copyrightTakeshi KOMIYA2018-08-051-1/+0
* Fix flake8 violationsTakeshi KOMIYA2018-02-191-1/+1
* Merge branch 'happy_new_year' into masterTakeshi KOMIYA2018-01-011-1/+1
|\
| * A happy new year!Takeshi KOMIYA2018-01-011-1/+1
| * refs #3458: add sphinx.testing that are moved from /tests directory.shimizukawa2017-05-141-1/+1
* | Fix flake8 violationsTakeshi KOMIYA2017-12-231-1/+0
* | quickstart: Rework how we collect extensionsStephen Finucane2017-12-031-1/+0
* | quickstart: Rework 'do_prompt' functionStephen Finucane2017-12-031-39/+24
* | sphinx-quickstart: Move code to 'sphinx.cmd'Stephen Finucane2017-10-021-1/+1
* | Merge pull request #3668 from adamjstewart/fixes/apidoc-main-argvTakeshi KOMIYA2017-05-141-2/+1
|\ \