summaryrefslogtreecommitdiff
path: root/tests/test_setup_command.py
Commit message (Expand)AuthorAgeFilesLines
* test: Use read_text() and read_bytes()Takeshi KOMIYA2020-02-011-1/+1
* A happy new year!Takeshi KOMIYA2020-01-011-1/+1
* Merge branch '1.8'Takeshi KOMIYA2019-01-021-1/+1
|\
| * A happy new year!Takeshi KOMIYA2019-01-021-1/+1
* | Remove unnecessary encoding cookie from Python source filesJon Dufresne2018-12-161-1/+0
* | refactor: Remove u-prefix from stringsTakeshi KOMIYA2018-12-161-1/+1
* | Avoid respecifying default encoding for .encode()/.decode() callsJon Dufresne2018-12-151-1/+1
* | Fix all BytesWarning identified through testsJon Dufresne2018-11-131-14/+14
* | The default setting for master_doc is changed to 'index'Takeshi KOMIYA2018-09-041-1/+1
|/
* Fix sphinx.testing uses deprecated pytest API; Node.get_marker(name)Takeshi KOMIYA2018-06-071-1/+4
* Fix flake8 violationsTakeshi KOMIYA2018-02-191-3/+3
* A happy new year!Takeshi KOMIYA2018-01-011-1/+1
* refs #3458: add sphinx.testing that are moved from /tests directory.shimizukawa2017-05-141-12/+4
* Merge branch 'stable'Takeshi KOMIYA2017-03-261-1/+1
|\
| * Year++Takeshi KOMIYA2017-03-261-1/+1
* | setuptools: Support multiple buildersStephen Finucane2017-02-281-0/+18
|/
* Fix flake8 violationsTakeshi KOMIYA2017-01-261-4/+3
* pytest: nitsshimizukawa2017-01-061-1/+2
* pytest migrationshimizukawa2017-01-041-49/+50
* Add ``--warning-is-error`` option to setup.py commandTadej Janež2016-06-301-0/+22
* 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-2/+7
|/
* Now Sphinx exits with non-zero status code if builder status is not success. ...Takayuki Shimizukawa2014-08-291-1/+12
* Update copyright year.Georg Brandl2014-03-011-1/+1
* fix test error; can't remove empty directory problem on Windows.Takayuki Shimizukawa2013-12-081-1/+1
* Make sure setup_command test can always import SphinxDmitry Shachnev2013-10-051-0/+5
* grammar fix: 'multibyte filename' is ambiguous. They are replaced with 'non-A...Takayuki 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...Takayuki Shimizukawa2013-09-281-2/+9
* Fix again: NFC/NFD normalizing problem. Closes #1142Takayuki Shimizukawa2013-09-181-0/+82