Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Review comments | Adam Turner | 2022-06-01 | 1 | -1/+1 |
| | |||||
* | Fix test | Adam Turner | 2022-06-01 | 1 | -1/+2 |
| | |||||
* | Add a test | Adam Turner | 2022-06-01 | 1 | -0/+8 |
| | |||||
* | `.read_text()` -> `.read_text(encoding='utf8')` | Adam Turner | 2022-04-27 | 1 | -3/+3 |
| | |||||
* | Collapse single line docstrings | Adam Turner | 2022-02-20 | 1 | -2/+1 |
| | |||||
* | Remove copyright and licence fields | Adam Turner | 2022-02-20 | 1 | -3/+0 |
| | |||||
* | Fix module docstring indentation | Adam Turner | 2022-02-20 | 1 | -2/+2 |
| | |||||
* | Fix module docstring first line | Adam Turner | 2022-02-20 | 1 | -2/+1 |
| | |||||
* | Remove module titles in docstrings | Adam Turner | 2022-02-19 | 1 | -3/+0 |
| | |||||
* | A happy new year! | Takeshi KOMIYA | 2022-01-01 | 1 | -1/+1 |
| | |||||
* | Fix #9240: Unknown node error for pending_xref_condition is raised | Takeshi KOMIYA | 2021-05-18 | 1 | -0/+58 |
Unknown node error for pending_xref_condition is raised if an extension that does not support the node installs a missing-reference handler. |