<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-markdown.git, branch tox</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>tox now installs tests as a module. Still not running sytax tests. Package_data (in setup-tests.py) doesn't recursively search subdirs - need to do so manually.</title>
<updated>2012-12-21T21:19:30+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan@gmail.com</email>
</author>
<published>2012-12-21T21:19:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=dc7aedfe825b02bd2cb526c0aba9c421822a37d1'/>
<id>dc7aedfe825b02bd2cb526c0aba9c421822a37d1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>First attempt at getting tox to run tests. Still buggy in python3.</title>
<updated>2012-12-20T20:57:35+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan@gmail.com</email>
</author>
<published>2012-12-20T20:57:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=d4ce5e1bbc4488747e3387811fa0fd8f5c5ac2e8'/>
<id>d4ce5e1bbc4488747e3387811fa0fd8f5c5ac2e8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Better fix for #164. Works in Python 2 &amp; 3.</title>
<updated>2012-12-18T20:28:19+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan@gmail.com</email>
</author>
<published>2012-12-18T20:28:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=1441de1312384c361c597d7d0ef01f4f2b68a794'/>
<id>1441de1312384c361c597d7d0ef01f4f2b68a794</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed #169. The new version stuff now works in python 2 &amp; 3.</title>
<updated>2012-12-18T19:57:07+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan@gmail.com</email>
</author>
<published>2012-12-18T19:57:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=d6a747570a053f15dc4951689b7820248f2cc25f'/>
<id>d6a747570a053f15dc4951689b7820248f2cc25f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Testing framework now runs on Python 2 &amp; 3 unmodified.</title>
<updated>2012-12-14T18:31:41+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan@gmail.com</email>
</author>
<published>2012-12-14T18:31:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=9bcd7b8763627c64184b0bf147ec1830fde0a5dc'/>
<id>9bcd7b8763627c64184b0bf147ec1830fde0a5dc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Normalize line endings in tests as git may alter them on Windows.</title>
<updated>2012-12-14T17:09:11+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan@gmail.com</email>
</author>
<published>2012-12-14T17:09:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=a974fd6e902ccc9e5b782707344d9af734b169b6'/>
<id>a974fd6e902ccc9e5b782707344d9af734b169b6</id>
<content type='text'>
Without this, all SyntaxTests would fail from a git checkout on Windows.
On other systems, it should have no effect.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Without this, all SyntaxTests would fail from a git checkout on Windows.
On other systems, it should have no effect.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed #165. Switched the order of treeprocessors when attr_list and headerid extensions are used togeather. While this means headerid may alter IDs defined in attr_lists for uniqueness, automaticaly generated ids will not contain unparsed attr_lists. This is the lesser of two evils - and actually generates a more valid output (all IDs will be unique)</title>
<updated>2012-12-13T19:47:34+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan@gmail.com</email>
</author>
<published>2012-12-13T19:47:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=f52d62656705841316d1d653644d874b4db9ff37'/>
<id>f52d62656705841316d1d653644d874b4db9ff37</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed #164. attr_list extension attribute names are now sanitized and won't crash the serealizer.</title>
<updated>2012-12-13T19:05:33+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan@gmail.com</email>
</author>
<published>2012-12-13T19:05:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=a8e06b7cef5c5b0b372b9a0db0f56c4e7094e2bd'/>
<id>a8e06b7cef5c5b0b372b9a0db0f56c4e7094e2bd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Upped version to 2.3.dev.</title>
<updated>2012-12-05T16:30:06+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan@gmail.com</email>
</author>
<published>2012-12-05T16:30:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=e57b954a1f964ec0635d189c16d130c4e6ba5479'/>
<id>e57b954a1f964ec0635d189c16d130c4e6ba5479</id>
<content type='text'>
Also refactored the version info to force PEP 386 compliance and to avoid
the need to change the version in both the source and setup.py
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also refactored the version info to force PEP 386 compliance and to avoid
the need to change the version in both the source and setup.py
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed #160. No `markdown=1` support in safe_mode.</title>
<updated>2012-12-05T10:35:17+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan@gmail.com</email>
</author>
<published>2012-12-05T10:35:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=e9fe9c3516d434d3e10a55ad30399a2f42c6363a'/>
<id>e9fe9c3516d434d3e10a55ad30399a2f42c6363a</id>
<content type='text'>
When in safe_mode, there is no raw html to contain  `markdown=1` for
processing, so there is no need to turn on that feature. The symptom
reported in issue #160 appears to be a side effect of commit
a2377e1129331430998de821ed3abf38247edca1.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When in safe_mode, there is no raw html to contain  `markdown=1` for
processing, so there is no need to turn on that feature. The symptom
reported in issue #160 appears to be a side effect of commit
a2377e1129331430998de821ed3abf38247edca1.
</pre>
</div>
</content>
</entry>
</feed>
