[go: up one dir, main page]

Menu

Code Commit Log


Commit Date  
[r9433] by grubert

Comment on control character dot or apostrophe

2023-08-04 10:53:17 Tree
[r9432] by grubert

Font C is not available groff >= 1.23 warns about this

2023-08-04 10:19:47 Tree
[r9431] by grubert

add variants of references not supported yet

2023-08-02 19:40:26 Tree
[r9430] by grubert

Apply literal block patch #205. Use ``.EE`` and ``.EX`` macros to manpage.py

2023-08-02 11:07:31 Tree
[r9429] by grubert

Thanks G. Branden Robinson for pointing out that this was fixxed sometime

2023-08-02 10:42:41 Tree
[r9428] by milde

Small code cleanup.

* Sort import statements.
* Do not overwrite standard `io` with `docutils.io`.
* Use auxiliary variable to avoid too long lines and
multiple dereferencing of ``self.state.document.settings``.

2023-07-07 06:50:26 Tree
[r9427] by milde

Auto-close `docutils.io.FileInput.source` in case of reading/decoding errors.

2023-07-07 06:50:09 Tree
[r9426] by milde

Small documentation fixes/additions.

Remove trailing whitespace, update links.
Add comment to structure `parsers.rst.directives` source.
Expand docstring for `utils.relative_path()`.

2023-07-03 12:38:54 Tree
[r9425] by milde

Test suite: Change comparison order equality tests.

Change the order in equality tests (`assertEqual`), so that in case of
failure the "diff" message will list changes in convential order:
"-" for old (expected)
"+" for new (actual output).

2023-06-30 14:56:47 Tree
[r9424] by milde

Revise image reading in ODT writer.

* Use `urllib.parse.urlparse()` to tell local image files from remote ones.
* Use context manager for file operations.
* `urllib.request.urlopen()` raises URLError, not HTTPError.

2023-06-30 14:20:37 Tree
Older >