summaryrefslogtreecommitdiff
path: root/tests/test_smartquotes.py
Commit message (Expand)AuthorAgeFilesLines
* `.read_text()` -> `.read_text(encoding='utf8')`Adam Turner2022-04-271-9/+9
* Use docutils.__version_info__ directlyAdam Turner2022-04-221-2/+1
* Specify encodingAdam Turner2022-04-221-1/+1
* 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
* test: manpage: double quotes are escaped since docutils-0.18Takeshi KOMIYA2022-01-031-1/+6
* A happy new year!Takeshi KOMIYA2022-01-011-1/+1
* Check complete ancestry of text nodes for smartquotes eligibility.Justin Turner Arthur2021-08-211-0/+19
* manpage: Stop creating a section directory on build manpage by defaultTakeshi KOMIYA2021-05-161-2/+2
* Merge branch '3.x'Takeshi KOMIYA2021-01-011-1/+1
|\
| * A happy new year!Takeshi KOMIYA2021-01-011-1/+1
* | Close #7996: manpage: Make a section directory on build manpage by defaultTakeshi KOMIYA2020-10-281-2/+2
* | Deprecate codes for docutils-0.13 or 0.14Takeshi KOMIYA2020-03-071-4/+0
|/
* test: Use read_text() and read_bytes()Takeshi KOMIYA2020-02-011-9/+9
* A happy new year!Takeshi KOMIYA2020-01-011-1/+1
* quickstart: Simplify generated conf.py (for latex)Takeshi KOMIYA2019-01-071-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-9/+9
|/
* Fix flake8 violationsTakeshi KOMIYA2018-02-191-0/+1
* Add tests for smartquotesTakeshi KOMIYA2018-01-091-0/+92