<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/docutils.git/docutils/transforms/universal.py, branch docutils-0.17</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>Future warning for Node.traverse().</title>
<updated>2019-09-18T10:13:00+00:00</updated>
<author>
<name>milde</name>
<email>milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04</email>
</author>
<published>2019-09-18T10:13:00+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/docutils.git/commit/?id=a5daf2e71693fb68e0b4bcc0ec15b87a237236d1'/>
<id>a5daf2e71693fb68e0b4bcc0ec15b87a237236d1</id>
<content type='text'>
git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@8393 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@8393 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</pre>
</div>
</content>
</entry>
<entry>
<title>Do not rely on `nodes.Node.traverse()` returning a "list" instance.</title>
<updated>2019-09-06T13:16:34+00:00</updated>
<author>
<name>milde</name>
<email>milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04</email>
</author>
<published>2019-09-06T13:16:34+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/docutils.git/commit/?id=2192025ccbaff9ad9e154b9009b419507afade3c'/>
<id>2192025ccbaff9ad9e154b9009b419507afade3c</id>
<content type='text'>
While the current implementation actually returns a list of nodes,
the docstring specifies only: "Return an iterable ...".

git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@8387 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
While the current implementation actually returns a list of nodes,
the docstring specifies only: "Return an iterable ...".

git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@8387 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</pre>
</div>
</content>
</entry>
<entry>
<title>Formatting changes to facilitate integration of "py3" patchset.</title>
<updated>2019-08-27T12:09:56+00:00</updated>
<author>
<name>milde</name>
<email>milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04</email>
</author>
<published>2019-08-27T12:09:56+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/docutils.git/commit/?id=c0440cc1576e8de85bf25ccf26cb721b22bb5061'/>
<id>c0440cc1576e8de85bf25ccf26cb721b22bb5061</id>
<content type='text'>
git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@8367 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@8367 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</pre>
</div>
</content>
</entry>
<entry>
<title>Consistent Python 3 checks.</title>
<updated>2019-08-26T16:46:17+00:00</updated>
<author>
<name>milde</name>
<email>milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04</email>
</author>
<published>2019-08-26T16:46:17+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/docutils.git/commit/?id=64f1f9fa9718f72e708a92b26d5f96a0a8f6c7c9'/>
<id>64f1f9fa9718f72e708a92b26d5f96a0a8f6c7c9</id>
<content type='text'>
git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@8360 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@8360 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</pre>
</div>
</content>
</entry>
<entry>
<title>py3: Add aliases for removed symbols</title>
<updated>2019-08-26T12:12:32+00:00</updated>
<author>
<name>milde</name>
<email>milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04</email>
</author>
<published>2019-08-26T12:12:32+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/docutils.git/commit/?id=2d5fa36e34290907e980adef59131bb0dacfb594'/>
<id>2d5fa36e34290907e980adef59131bb0dacfb594</id>
<content type='text'>
Add aliases for symbols that have been removed in Python 3.x, namely
basestring, unicode, unichr and StandardError.

Signed-off-by: Stephen Finucane &lt;stephen@that.guru&gt;
small fixes by Günter Milde.

git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@8348 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add aliases for symbols that have been removed in Python 3.x, namely
basestring, unicode, unichr and StandardError.

Signed-off-by: Stephen Finucane &lt;stephen@that.guru&gt;
small fixes by Günter Milde.

git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@8348 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</pre>
</div>
</content>
</entry>
<entry>
<title>py3: Switch to print functions</title>
<updated>2019-08-26T12:11:32+00:00</updated>
<author>
<name>milde</name>
<email>milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04</email>
</author>
<published>2019-08-26T12:11:32+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/docutils.git/commit/?id=97d2ad5d62ced259f8dbfc62433a1943c4862a20'/>
<id>97d2ad5d62ced259f8dbfc62433a1943c4862a20</id>
<content type='text'>
Remove all uses of print as a statement. This includes comments, many of
which are simply removed as noise (they're in version control and can be
re-added later, if necessary).

Signed-off-by: Stephen Finucane &lt;stephen@that.guru&gt;

git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@8346 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove all uses of print as a statement. This includes comments, many of
which are simply removed as noise (they're in version control and can be
re-added later, if necessary).

Signed-off-by: Stephen Finucane &lt;stephen@that.guru&gt;

git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@8346 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix #332 and #342 (smartquotes problems).</title>
<updated>2019-07-24T10:52:23+00:00</updated>
<author>
<name>milde</name>
<email>milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04</email>
</author>
<published>2019-07-24T10:52:23+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/docutils.git/commit/?id=0bc7f09b946223ff23f3874483f5e292daf60d85'/>
<id>0bc7f09b946223ff23f3874483f5e292daf60d85</id>
<content type='text'>
Standard backslash escape for smartquotes.
No escape in roles descending from `inline literal`.

git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@8301 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Standard backslash escape for smartquotes.
No escape in roles descending from `inline literal`.

git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@8301 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove spurious whitespace.</title>
<updated>2019-07-23T09:36:55+00:00</updated>
<author>
<name>milde</name>
<email>milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04</email>
</author>
<published>2019-07-23T09:36:55+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/docutils.git/commit/?id=b65a29ac1a2bc302cd8c01d3e5c15cdb939cd282'/>
<id>b65a29ac1a2bc302cd8c01d3e5c15cdb939cd282</id>
<content type='text'>
git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@8289 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@8289 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert the fix for backslash escaping in transforms.</title>
<updated>2018-11-21T13:58:51+00:00</updated>
<author>
<name>milde</name>
<email>milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04</email>
</author>
<published>2018-11-21T13:58:51+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/docutils.git/commit/?id=cc541bee00ef0daf85af8c96af3cf7c68e14a4b8'/>
<id>cc541bee00ef0daf85af8c96af3cf7c68e14a4b8</id>
<content type='text'>
Still waiting for review.

Reverts last three commits from a local "feature branch"
unintentionally applied to trunk with `git svn`.

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

Reverts last three commits from a local "feature branch"
unintentionally applied to trunk with `git svn`.

git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@8235 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</pre>
</div>
</content>
</entry>
<entry>
<title>smartquotes: Use single backslashes for escaping.</title>
<updated>2018-11-20T23:55:40+00:00</updated>
<author>
<name>milde</name>
<email>milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04</email>
</author>
<published>2018-11-20T23:55:40+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/docutils.git/commit/?id=f260576454b991d46fc2e64f93d2545368046c06'/>
<id>f260576454b991d46fc2e64f93d2545368046c06</id>
<content type='text'>
Let the smartquote transform take advantage of the
representation of escaping backslashes in the doctree
as null characters.

git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@8234 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Let the smartquote transform take advantage of the
representation of escaping backslashes in the doctree
as null characters.

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