<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-markdown.git/markdown/etree_loader.py, branch slowhtml</title>
<subtitle>github.com: waylan/Python-Markdown.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/'/>
<entry>
<title>Correctly specify minimum version of cElementTree. Fixes #5.</title>
<updated>2011-04-29T02:13:36+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan@gmail.com</email>
</author>
<published>2011-04-26T02:12:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=54bb52137a795c8594690744e025558df397ba19'/>
<id>54bb52137a795c8594690744e025558df397ba19</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>sane logging. remove sys.exit() calls (libraries should never ever call sys.exit()) and raise appropriate exceptions instead. backwards incompatible insofar as custom extensions may need tweaks if they're using old markdown logging (but they shouldn't, it was gross)</title>
<updated>2011-04-18T04:51:12+00:00</updated>
<author>
<name>Craig de Stigter</name>
<email>craig.destigter@koordinates.com</email>
</author>
<published>2011-04-18T04:51:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=8bc4135947d9a2fc1749ebc4a8cdbd4d72d7a74e'/>
<id>8bc4135947d9a2fc1749ebc4a8cdbd4d72d7a74e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed previous two commits. cElementTree cannot use ElementTree nodes in the tree, but it still uses ElementTree Comment assinged to a node's tag to test for Comment nodes. Also no longer considering Commet nodes to be block level.</title>
<updated>2010-10-31T22:55:30+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan@gmail.com</email>
</author>
<published>2010-10-31T22:55:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=8fb1252aec84bf0de77de4df442f260c5a4d2f98'/>
<id>8fb1252aec84bf0de77de4df442f260c5a4d2f98</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed Ticket 80. Added support for ElementTree Comments to be included by third party extensions when using cElementTree.</title>
<updated>2010-10-30T01:37:59+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan@gmail.com</email>
</author>
<published>2010-10-30T01:37:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=d4294e1250fac05645ffabb998245c5870a4af8c'/>
<id>d4294e1250fac05645ffabb998245c5870a4af8c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Clean up previous commit a little.  renamed misc_logging to md_logging and fixed imports. We import logging levels from logging directly and only import message from md_logging.</title>
<updated>2010-07-06T16:55:50+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan@gmail.com</email>
</author>
<published>2010-07-06T16:55:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=3bd3bf16fc1f87729f3fb339fbffb0a450446349'/>
<id>3bd3bf16fc1f87729f3fb339fbffb0a450446349</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Break cyclic import of markdown.  This allows people to embed markdown</title>
<updated>2010-07-05T18:22:22+00:00</updated>
<author>
<name>Toshio Kuratomi</name>
<email>toshio@fedoraproject.org</email>
</author>
<published>2010-07-05T18:22:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=b50560edc707241b236f9d6c3f33edcf09d7cf33'/>
<id>b50560edc707241b236f9d6c3f33edcf09d7cf33</id>
<content type='text'>
if they desire.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
if they desire.
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactoring test and getting logging to work properly when etree fails to load.</title>
<updated>2008-12-07T10:28:16+00:00</updated>
<author>
<name>Yuri Takhteyev</name>
<email>yuri@freewisdom.org</email>
</author>
<published>2008-12-07T10:28:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=33045f39f394d73d5e742d49d11e967946e34153'/>
<id>33045f39f394d73d5e742d49d11e967946e34153</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>More refactoring.</title>
<updated>2008-11-18T09:16:55+00:00</updated>
<author>
<name>Yuri Takhteyev</name>
<email>yuri@freewisdom.org</email>
</author>
<published>2008-11-18T09:16:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=60ef37b47b99fc51683a51640ba98f2d5a25a427'/>
<id>60ef37b47b99fc51683a51640ba98f2d5a25a427</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
