<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-markdown.git, branch 2.3.final</title>
<subtitle>github.com: waylan/Python-Markdown.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-markdown.git/'/>
<entry>
<title>Version 2.3 Final</title>
<updated>2013-03-15T03:29:14+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan@gmail.com</email>
</author>
<published>2013-03-15T03:29:14+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-markdown.git/commit/?id=e5ad235956c87f07b056af1ac7218fa980921144'/>
<id>e5ad235956c87f07b056af1ac7218fa980921144</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added PyTidyLib to tox deps and set download-cache.</title>
<updated>2013-03-15T03:25:50+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan@gmail.com</email>
</author>
<published>2013-03-15T03:10:49+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-markdown.git/commit/?id=beff310858c65980206058a78e6062f2389a7fb1'/>
<id>beff310858c65980206058a78e6062f2389a7fb1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated testing framework to use PyTidyLib rather than uTidyLib for Python 3 support.</title>
<updated>2013-03-13T16:25:03+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan@gmail.com</email>
</author>
<published>2013-03-13T16:25:03+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-markdown.git/commit/?id=924ea9c2aba361e157fb60d9fcb3bdc7fbd7fd64'/>
<id>924ea9c2aba361e157fb60d9fcb3bdc7fbd7fd64</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Removed html_tidy docs.</title>
<updated>2013-03-13T14:50:24+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan@gmail.com</email>
</author>
<published>2013-03-13T14:50:24+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-markdown.git/commit/?id=37bfb734dce6402c0a0d69fa1cfecad6825928ff'/>
<id>37bfb734dce6402c0a0d69fa1cfecad6825928ff</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Removed the html_tidy extension. See 2.3 release notes for explaination.</title>
<updated>2013-03-13T14:46:50+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan@gmail.com</email>
</author>
<published>2013-03-13T14:46:50+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-markdown.git/commit/?id=92aa955c6ae145b47cf06172ef26defd20e8e2e0'/>
<id>92aa955c6ae145b47cf06172ef26defd20e8e2e0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added Python 3.3 to list of supported versions and removed 2.5.</title>
<updated>2013-03-06T14:16:38+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan@gmail.com</email>
</author>
<published>2013-03-06T14:16:38+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-markdown.git/commit/?id=4c6cb86d8e3ebe4e2693d6357d5467da924bb5f6'/>
<id>4c6cb86d8e3ebe4e2693d6357d5467da924bb5f6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Switched testing to tox.</title>
<updated>2013-03-01T18:45:12+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan@gmail.com</email>
</author>
<published>2013-03-01T18:45:12+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-markdown.git/commit/?id=6bc8b9611c85d321fd4fbad012525b7cd05a66d9'/>
<id>6bc8b9611c85d321fd4fbad012525b7cd05a66d9</id>
<content type='text'>
Also scrapped fabfile.py and replaced it with a much
simpler makefile. Tox does most of the stuff that was
in fabfile.py anyway.

Now that everything runs in all supported python versions
without using 2to3, we don't need to wait for tox to
support it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also scrapped fabfile.py and replaced it with a much
simpler makefile. Tox does most of the stuff that was
in fabfile.py anyway.

Now that everything runs in all supported python versions
without using 2to3, we don't need to wait for tox to
support it.
</pre>
</div>
</content>
</entry>
<entry>
<title>Tweaked the docs some more.</title>
<updated>2013-02-27T17:52:02+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan@gmail.com</email>
</author>
<published>2013-02-27T17:52:02+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-markdown.git/commit/?id=26ebafb3b86b224c2acad29bf4d4314a3242189a'/>
<id>26ebafb3b86b224c2acad29bf4d4314a3242189a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Minor formatting edit to release notes for v2.3.</title>
<updated>2013-02-27T15:39:10+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan@gmail.com</email>
</author>
<published>2013-02-27T15:39:10+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-markdown.git/commit/?id=52613ceeed7b022a799be7b52775c8705133eca7'/>
<id>52613ceeed7b022a799be7b52775c8705133eca7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated release notes for v2.3. to reflect recent changes.</title>
<updated>2013-02-27T10:29:04+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan@gmail.com</email>
</author>
<published>2013-02-27T10:29:04+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-markdown.git/commit/?id=8dce6643d04f449d0180b1233cf4b653420563e0'/>
<id>8dce6643d04f449d0180b1233cf4b653420563e0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
