<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/docutils.git/docutils/utils, branch docutils-0.20</title>
<subtitle>svn.code.sf.net: p/docutils/code
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/docutils.git/'/>
<entry>
<title>LaTeX to MathML: fix ``\mspace``.</title>
<updated>2023-04-08T21:08:47+00:00</updated>
<author>
<name>milde</name>
<email>milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04</email>
</author>
<published>2023-04-08T21:08:47+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/docutils.git/commit/?id=48f9da33f1dfae946d27aee1fa3f9cba15583328'/>
<id>48f9da33f1dfae946d27aee1fa3f9cba15583328</id>
<content type='text'>
LaTeX width unit "mu" (mathematical unit) must be converted for MathML.
Typo in the code resulted in wrong "width" argument for `&lt;mspace&gt;`.

git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@9338 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
LaTeX width unit "mu" (mathematical unit) must be converted for MathML.
Typo in the code resulted in wrong "width" argument for `&lt;mspace&gt;`.

git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@9338 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</pre>
</div>
</content>
</entry>
<entry>
<title>Update source links for smartquotes localization.</title>
<updated>2023-04-06T18:40:57+00:00</updated>
<author>
<name>milde</name>
<email>milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04</email>
</author>
<published>2023-04-06T18:40:57+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/docutils.git/commit/?id=967538f89053c15e05ee59dbfd560adf76819299'/>
<id>967538f89053c15e05ee59dbfd560adf76819299</id>
<content type='text'>
git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@9335 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@9335 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</pre>
</div>
</content>
</entry>
<entry>
<title>Drop not required parentheses.</title>
<updated>2023-01-15T19:27:55+00:00</updated>
<author>
<name>milde</name>
<email>milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04</email>
</author>
<published>2023-01-15T19:27:55+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/docutils.git/commit/?id=7d367912f045ae24e8c295c4df3a8b70acfefe5e'/>
<id>7d367912f045ae24e8c295c4df3a8b70acfefe5e</id>
<content type='text'>
Line continuation works also without parentheses inside `{}`.

git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@9315 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Line continuation works also without parentheses inside `{}`.

git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@9315 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</pre>
</div>
</content>
</entry>
<entry>
<title>`locale.getdefaultlocale()` is deprecated in Python 0.11</title>
<updated>2023-01-10T13:13:17+00:00</updated>
<author>
<name>milde</name>
<email>milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04</email>
</author>
<published>2023-01-10T13:13:17+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/docutils.git/commit/?id=ae7abdeac8ce5841ebc0e0ff2f73100176a8b693'/>
<id>ae7abdeac8ce5841ebc0e0ff2f73100176a8b693</id>
<content type='text'>
Let `smartquotes.py` to use `locale.getlocale` instead.
(Only used if this module is called as standalone application.)

Suppress warning in `docutils.io`:
* Don't change current behaviour without advance warning.
* The deprecated function is called inside a try-block with catchall,
  so this will not lead to errors once it is removed
  (if we were to keep the code until then).

Fixes [bugs:#464].

git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@9314 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Let `smartquotes.py` to use `locale.getlocale` instead.
(Only used if this module is called as standalone application.)

Suppress warning in `docutils.io`:
* Don't change current behaviour without advance warning.
* The deprecated function is called inside a try-block with catchall,
  so this will not lead to errors once it is removed
  (if we were to keep the code until then).

Fixes [bugs:#464].

git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@9314 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</pre>
</div>
</content>
</entry>
<entry>
<title>Use pathlib.Path in utils.find_file_in_dirs().</title>
<updated>2022-11-28T23:55:57+00:00</updated>
<author>
<name>milde</name>
<email>milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04</email>
</author>
<published>2022-11-28T23:55:57+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/docutils.git/commit/?id=e8d1368b3d016d35b28703ffccce1462f90746ff'/>
<id>e8d1368b3d016d35b28703ffccce1462f90746ff</id>
<content type='text'>
git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@9283 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@9283 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</pre>
</div>
</content>
</entry>
<entry>
<title>Use "pathlib" to simplify path manipulations. No change to behaviour.</title>
<updated>2022-11-24T20:28:40+00:00</updated>
<author>
<name>milde</name>
<email>milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04</email>
</author>
<published>2022-11-24T20:28:40+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/docutils.git/commit/?id=cfc4f3446d86a44c860ff3f30b21879b8cc2bf00'/>
<id>cfc4f3446d86a44c860ff3f30b21879b8cc2bf00</id>
<content type='text'>
Rely on `utils.relative_path()` to normalize paths. No need to use
`os.normpath()` or `os.abspath()` separately.

`utils.DependencyList.add()` accepts `pathlib.Path` instances.

Small code cleanups.

git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@9272 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Rely on `utils.relative_path()` to normalize paths. No need to use
`os.normpath()` or `os.abspath()` separately.

`utils.DependencyList.add()` accepts `pathlib.Path` instances.

Small code cleanups.

git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@9272 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</pre>
</div>
</content>
</entry>
<entry>
<title>Simplify/update utils.punctuation_chars and generating script.</title>
<updated>2022-11-24T20:28:03+00:00</updated>
<author>
<name>milde</name>
<email>milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04</email>
</author>
<published>2022-11-24T20:28:03+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/docutils.git/commit/?id=a8181b1c5b8c4d881108785aba67f540403daf2b'/>
<id>a8181b1c5b8c4d881108785aba67f540403daf2b</id>
<content type='text'>
Since Python 3.3 (PEP 393), all Python builds have support for the full range
of Unicode, and hence there are no longer "wide" and "narrow" builds.
Patch by Adam Turner.

Review/refactoring of ``generate_punctuation_chars.py`` including
fixup for r9253: add quote pair for Old Hungarian.

git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@9270 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Since Python 3.3 (PEP 393), all Python builds have support for the full range
of Unicode, and hence there are no longer "wide" and "narrow" builds.
Patch by Adam Turner.

Review/refactoring of ``generate_punctuation_chars.py`` including
fixup for r9253: add quote pair for Old Hungarian.

git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@9270 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</pre>
</div>
</content>
</entry>
<entry>
<title>Update `utils.punctuation_chars` (keeping backwards compatibility).</title>
<updated>2022-11-16T14:01:43+00:00</updated>
<author>
<name>milde</name>
<email>milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04</email>
</author>
<published>2022-11-16T14:01:43+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/docutils.git/commit/?id=4aa9d30db1202c5d75b6c2b5fa8a8e8d06162ea2'/>
<id>4aa9d30db1202c5d75b6c2b5fa8a8e8d06162ea2</id>
<content type='text'>
Update/harmonize the formatting/layout in both, the generated file
and the generating script.

Remaining differences between the current module and a re-generation result
are due to different versions of Python's `unicodedata` module.

git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@9251 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Update/harmonize the formatting/layout in both, the generated file
and the generating script.

Remaining differences between the current module and a re-generation result
are due to different versions of Python's `unicodedata` module.

git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@9251 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix "shebang on non-executable files".</title>
<updated>2022-11-16T14:01:31+00:00</updated>
<author>
<name>milde</name>
<email>milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04</email>
</author>
<published>2022-11-16T14:01:31+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/docutils.git/commit/?id=07d23da98f60c792f15dd43d05d2a9933ead0e58'/>
<id>07d23da98f60c792f15dd43d05d2a9933ead0e58</id>
<content type='text'>
Based on patch in opensuse.org RPM package spec.
- Change mode of files supporting use as command-line script.
- Remove "shebang line" from library modules.

git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@9250 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Based on patch in opensuse.org RPM package spec.
- Change mode of files supporting use as command-line script.
- Remove "shebang line" from library modules.

git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@9250 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert [r9247] "Regenerate ``punctuation_chars``"</title>
<updated>2022-11-16T01:30:02+00:00</updated>
<author>
<name>aa-turner</name>
<email>aa-turner@929543f6-e4f2-0310-98a6-ba3bd3dd1d04</email>
</author>
<published>2022-11-16T01:30:02+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/docutils.git/commit/?id=11d748b75c374f58d6aed26c62d669a5b58c8703'/>
<id>11d748b75c374f58d6aed26c62d669a5b58c8703</id>
<content type='text'>
Two tests failed.

git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@9248 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Two tests failed.

git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@9248 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</pre>
</div>
</content>
</entry>
</feed>
