<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/docutils.git/docutils/test/alltests.py, branch transforms</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>tweaked header</title>
<updated>2005-06-03T20:46:33+00:00</updated>
<author>
<name>goodger</name>
<email>goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04</email>
</author>
<published>2005-06-03T20:46:33+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/docutils.git/commit/?id=007fff07f1c24a85fa69c7b8e3bf3208bef41c6e'/>
<id>007fff07f1c24a85fa69c7b8e3bf3208bef41c6e</id>
<content type='text'>
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3425 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3425 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</pre>
</div>
</content>
</entry>
<entry>
<title>docutils.__version_details__ renamed from .__version_suffix__</title>
<updated>2005-06-01T14:44:50+00:00</updated>
<author>
<name>goodger</name>
<email>goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04</email>
</author>
<published>2005-06-01T14:44:50+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/docutils.git/commit/?id=4f92d8604ea814be0967f3dfd0ed720f6368e7b9'/>
<id>4f92d8604ea814be0967f3dfd0ed720f6368e7b9</id>
<content type='text'>
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3417 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3417 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</pre>
</div>
</content>
</entry>
<entry>
<title>str(Exception) doesn't work for anything but ASCII Exception texts, so</title>
<updated>2005-04-25T15:08:01+00:00</updated>
<author>
<name>wiemann</name>
<email>wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04</email>
</author>
<published>2005-04-25T15:08:01+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/docutils.git/commit/?id=27fb30d92109d897a4c62f7889a269530f6afab4'/>
<id>27fb30d92109d897a4c62f7889a269530f6afab4</id>
<content type='text'>
'%s' % exception_instance is unsafe unless exception_instance.args
contains only byte strings.

The change in alltests.py is a first attempt to catch such cases where
a str(Exception) is done with an Exception text which is not
necessarily ASCII-only (i.e. with a unicode string in Exception.args),
but since most input data (in the totest dicts) is passed in as byte
strings, it doesn't catch much.


git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3253 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
'%s' % exception_instance is unsafe unless exception_instance.args
contains only byte strings.

The change in alltests.py is a first attempt to catch such cases where
a str(Exception) is done with an Exception text which is not
necessarily ASCII-only (i.e. with a unicode string in Exception.args),
but since most input data (in the totest dicts) is passed in as byte
strings, it doesn't catch much.


git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3253 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</pre>
</div>
</content>
</entry>
<entry>
<title>pass on parameters</title>
<updated>2005-02-19T17:05:53+00:00</updated>
<author>
<name>wiemann</name>
<email>wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04</email>
</author>
<published>2005-02-19T17:05:53+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/docutils.git/commit/?id=3245acbed4cf4abe1a1668349ea980ef46e687e9'/>
<id>3245acbed4cf4abe1a1668349ea980ef46e687e9</id>
<content type='text'>
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@2977 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@2977 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</pre>
</div>
</content>
</entry>
<entry>
<title>run alltests.py with unbuffered stdout and stderr</title>
<updated>2005-02-19T13:15:18+00:00</updated>
<author>
<name>wiemann</name>
<email>wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04</email>
</author>
<published>2005-02-19T13:15:18+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/docutils.git/commit/?id=7d1bd49331b7cac48a011dd18222f425fe48d25c'/>
<id>7d1bd49331b7cac48a011dd18222f425fe48d25c</id>
<content type='text'>
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@2976 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@2976 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</pre>
</div>
</content>
</entry>
<entry>
<title>Gee; again an accidental checkin.</title>
<updated>2004-12-24T00:22:46+00:00</updated>
<author>
<name>wiemann</name>
<email>wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04</email>
</author>
<published>2004-12-24T00:22:46+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/docutils.git/commit/?id=c4cc191caa421a19dd1a51014c2d89d5d1515150'/>
<id>c4cc191caa421a19dd1a51014c2d89d5d1515150</id>
<content type='text'>
(docs/dev/release.txt was also accidentally checked in, but that's OK.)
I shouldn't work when I'm tired...


git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@2900 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(docs/dev/release.txt was also accidentally checked in, but that's OK.)
I shouldn't work when I'm tired...


git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@2900 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</pre>
</div>
</content>
</entry>
<entry>
<title>changed release day; added history entries for David's patch</title>
<updated>2004-12-24T00:19:35+00:00</updated>
<author>
<name>wiemann</name>
<email>wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04</email>
</author>
<published>2004-12-24T00:19:35+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/docutils.git/commit/?id=8c92f23305f6e826576089fb0576c5314d3080d8'/>
<id>8c92f23305f6e826576089fb0576c5314d3080d8</id>
<content type='text'>
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@2899 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@2899 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</pre>
</div>
</content>
</entry>
<entry>
<title>reverted accidentally committed files; sorry</title>
<updated>2004-12-23T16:40:35+00:00</updated>
<author>
<name>wiemann</name>
<email>wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04</email>
</author>
<published>2004-12-23T16:40:35+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/docutils.git/commit/?id=49280ee1eec439cc495fe8d039f40b62b1b018e4'/>
<id>49280ee1eec439cc495fe8d039f40b62b1b018e4</id>
<content type='text'>
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@2889 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@2889 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</pre>
</div>
</content>
</entry>
<entry>
<title>added text about using the unicode directive for en and em dashes</title>
<updated>2004-12-23T16:34:24+00:00</updated>
<author>
<name>wiemann</name>
<email>wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04</email>
</author>
<published>2004-12-23T16:34:24+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/docutils.git/commit/?id=082634894c1629c0e277492e62db09560a57d3fb'/>
<id>082634894c1629c0e277492e62db09560a57d3fb</id>
<content type='text'>
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@2888 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@2888 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</pre>
</div>
</content>
</entry>
<entry>
<title>reverted erroneously checked-in changes</title>
<updated>2004-11-13T21:31:37+00:00</updated>
<author>
<name>wiemann</name>
<email>wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04</email>
</author>
<published>2004-11-13T21:31:37+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/docutils.git/commit/?id=0885732c09776a2441226b208f29e3d19e995f3b'/>
<id>0885732c09776a2441226b208f29e3d19e995f3b</id>
<content type='text'>
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@2858 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@2858 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</pre>
</div>
</content>
</entry>
</feed>
