<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/docutils.git/docs/dev/testing.txt, 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>docs: Add a note about using tox to test multiple python</title>
<updated>2020-02-06T15:10:46+00:00</updated>
<author>
<name>milde</name>
<email>milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04</email>
</author>
<published>2020-02-06T15:10:46+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/docutils.git/commit/?id=eb598746b5f6df6a488c184677714ce434bb6c8e'/>
<id>eb598746b5f6df6a488c184677714ce434bb6c8e</id>
<content type='text'>
If you've got it, you should use it.

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

git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@8491 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If you've got it, you should use it.

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

git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@8491 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</pre>
</div>
</content>
</entry>
<entry>
<title>Update/expand documentation of element attribute types.</title>
<updated>2019-10-29T22:48:34+00:00</updated>
<author>
<name>milde</name>
<email>milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04</email>
</author>
<published>2019-10-29T22:48:34+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/docutils.git/commit/?id=ecc1f869c8f6f33c9d39bdc2f997b49feca4214c'/>
<id>ecc1f869c8f6f33c9d39bdc2f997b49feca4214c</id>
<content type='text'>
git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@8407 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@8407 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove autoconversion code.</title>
<updated>2019-08-27T15:30:40+00:00</updated>
<author>
<name>milde</name>
<email>milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04</email>
</author>
<published>2019-08-27T15:30:40+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/docutils.git/commit/?id=1a504d6f44fcba509a425f9ca74cea5d3dd0ef62'/>
<id>1a504d6f44fcba509a425f9ca74cea5d3dd0ef62</id>
<content type='text'>
Conversion with 2to3 is no longer required.
The documentation and 'tox.ini' file are updated accordingly.

Based on a patch by Stephen Finucane &lt;stephen@that.guru&gt;.

git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@8375 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Conversion with 2to3 is no longer required.
The documentation and 'tox.ini' file are updated accordingly.

Based on a patch by Stephen Finucane &lt;stephen@that.guru&gt;.

git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@8375 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</pre>
</div>
</content>
</entry>
<entry>
<title>Drop support for Python 3.4</title>
<updated>2019-08-26T12:10:34+00:00</updated>
<author>
<name>milde</name>
<email>milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04</email>
</author>
<published>2019-08-26T12:10:34+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/docutils.git/commit/?id=10d3583a4b6a5b019084a8b8c6114b17e8b1c3a5'/>
<id>10d3583a4b6a5b019084a8b8c6114b17e8b1c3a5</id>
<content type='text'>
This doesn't involve a whole lot of changes, but references to Python
3.3 and 3.4 (plus some to the already removed Python 2.6) are removed
and 'setup.py' is updated as necessary. This has already been agreed
upon, as noted in RELEASE-NOTES.txt:

  Docutils 0.15.x is the last version supporting Python 2.6, 3.3, and 3.4.
  Docutils 0.16 is compatible with Python versions 2.7 and 3.5 to 3.7.

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@8343 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This doesn't involve a whole lot of changes, but references to Python
3.3 and 3.4 (plus some to the already removed Python 2.6) are removed
and 'setup.py' is updated as necessary. This has already been agreed
upon, as noted in RELEASE-NOTES.txt:

  Docutils 0.15.x is the last version supporting Python 2.6, 3.3, and 3.4.
  Docutils 0.16 is compatible with Python versions 2.7 and 3.5 to 3.7.

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@8343 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</pre>
</div>
</content>
</entry>
<entry>
<title>Documentation update: Dropped support for Python 2.4, 2.5, 3.1, and 3.2.</title>
<updated>2017-08-10T17:51:01+00:00</updated>
<author>
<name>milde</name>
<email>milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04</email>
</author>
<published>2017-08-10T17:51:01+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/docutils.git/commit/?id=33a5eed8e3654b3fbf6bdd3695e8090f63dcee8e'/>
<id>33a5eed8e3654b3fbf6bdd3695e8090f63dcee8e</id>
<content type='text'>
No change to the code yet, but from now on constructs requiring 2.6 or later
can be checked in.

git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@8162 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
No change to the code yet, but from now on constructs requiring 2.6 or later
can be checked in.

git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@8162 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</pre>
</div>
</content>
</entry>
<entry>
<title>Add test instruction for Python 3 (cf. bug #314).</title>
<updated>2017-03-21T15:45:28+00:00</updated>
<author>
<name>milde</name>
<email>milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04</email>
</author>
<published>2017-03-21T15:45:28+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/docutils.git/commit/?id=2c38bda18e09b0445c652d77dc41599a9d44442f'/>
<id>2c38bda18e09b0445c652d77dc41599a9d44442f</id>
<content type='text'>
git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@8051 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@8051 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</pre>
</div>
</content>
</entry>
<entry>
<title>note on testing ant configuration</title>
<updated>2015-09-30T08:16:22+00:00</updated>
<author>
<name>grubert</name>
<email>grubert@929543f6-e4f2-0310-98a6-ba3bd3dd1d04</email>
</author>
<published>2015-09-30T08:16:22+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/docutils.git/commit/?id=df2e6662cf51e92d8db2949ffe339840b68d4a03'/>
<id>df2e6662cf51e92d8db2949ffe339840b68d4a03</id>
<content type='text'>
git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@7923 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@7923 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</pre>
</div>
</content>
</entry>
<entry>
<title>Testing docs: consolidate and add to new documentation section for testing across python versions. Creating link on docs/dev/distributing that testcases are to be ran against all version before cutting a relase.</title>
<updated>2015-04-16T10:51:42+00:00</updated>
<author>
<name>gitpull</name>
<email>gitpull@929543f6-e4f2-0310-98a6-ba3bd3dd1d04</email>
</author>
<published>2015-04-16T10:51:42+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/docutils.git/commit/?id=38825e777c3d9987b8deb05890ac31c687566ca4'/>
<id>38825e777c3d9987b8deb05890ac31c687566ca4</id>
<content type='text'>
git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@7876 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@7876 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</pre>
</div>
</content>
</entry>
<entry>
<title>Add tox.ini support for testing multiple versions. Update release notes and docs for testing.</title>
<updated>2015-04-16T04:13:50+00:00</updated>
<author>
<name>gitpull</name>
<email>gitpull@929543f6-e4f2-0310-98a6-ba3bd3dd1d04</email>
</author>
<published>2015-04-16T04:13:50+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/docutils.git/commit/?id=84f4dd5dacfd4a183614ae84f1c3f2f529a6bece'/>
<id>84f4dd5dacfd4a183614ae84f1c3f2f529a6bece</id>
<content type='text'>
git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@7874 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@7874 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</pre>
</div>
</content>
</entry>
<entry>
<title>Drop support for Python 2.3.</title>
<updated>2012-06-22T19:49:51+00:00</updated>
<author>
<name>milde</name>
<email>milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04</email>
</author>
<published>2012-06-22T19:49:51+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/docutils.git/commit/?id=489267aa5b532d6f7ddc69af3c90347cabb65e33'/>
<id>489267aa5b532d6f7ddc69af3c90347cabb65e33</id>
<content type='text'>
git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@7463 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@7463 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</pre>
</div>
</content>
</entry>
</feed>
