<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-markdown.git, branch html</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>Round out tests of valid markup.</title>
<updated>2019-03-11T14:02:47+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan.limberg@icloud.com</email>
</author>
<published>2019-03-11T14:02:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=d2cd9238c819ec972957d67572ade29f9296cc22'/>
<id>d2cd9238c819ec972957d67572ade29f9296cc22</id>
<content type='text'>
There are some design desisions to make as noted in comments.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
There are some design desisions to make as noted in comments.
</pre>
</div>
</content>
</entry>
<entry>
<title>More tests.</title>
<updated>2019-03-08T21:28:07+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan.limberg@icloud.com</email>
</author>
<published>2019-03-08T21:28:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=194b7d316ac4eaacfa4588023489fbafc038d7ca'/>
<id>194b7d316ac4eaacfa4588023489fbafc038d7ca</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add some new tests</title>
<updated>2019-03-08T01:16:18+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan.limberg@icloud.com</email>
</author>
<published>2019-03-08T01:16:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=71854c0c4415a456cc42e2d6aa27b279ec55f915'/>
<id>71854c0c4415a456cc42e2d6aa27b279ec55f915</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Disable markdown=1 in extra for now.</title>
<updated>2019-03-07T23:44:43+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan.limberg@icloud.com</email>
</author>
<published>2019-03-07T23:44:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=3cb7a64d7bb236fc22323130984047bc8150f2c7'/>
<id>3cb7a64d7bb236fc22323130984047bc8150f2c7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix silly error</title>
<updated>2019-03-07T21:05:38+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan.limberg@icloud.com</email>
</author>
<published>2019-03-07T21:05:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=4be8c58b8867425ca68d16e7bf1a58116685f6af'/>
<id>4be8c58b8867425ca68d16e7bf1a58116685f6af</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactor HTML Parser</title>
<updated>2019-03-07T20:46:46+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan.limberg@icloud.com</email>
</author>
<published>2019-03-07T20:46:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=e09fc078ef30a856195dc393fec6db5153e5cef4'/>
<id>e09fc078ef30a856195dc393fec6db5153e5cef4</id>
<content type='text'>
This is experimental. More of the HTMLParser methods need to be fleshed
out. So far the basic stuff works as long as there is no invalid HTML in
the document.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is experimental. More of the HTMLParser methods need to be fleshed
out. So far the basic stuff works as long as there is no invalid HTML in
the document.
</pre>
</div>
</content>
</entry>
<entry>
<title>Optimize several regexes from quadratic time to linear time</title>
<updated>2019-03-07T01:47:05+00:00</updated>
<author>
<name>Anders Kaseorg</name>
<email>andersk@mit.edu</email>
</author>
<published>2019-03-06T20:36:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=cb47805e10333dfbebc094d9f07fdf18e200aa89'/>
<id>cb47805e10333dfbebc094d9f07fdf18e200aa89</id>
<content type='text'>
Part of the discussion in #798.

Signed-off-by: Anders Kaseorg &lt;andersk@mit.edu&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Part of the discussion in #798.

Signed-off-by: Anders Kaseorg &lt;andersk@mit.edu&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove references to mailing list.</title>
<updated>2019-03-04T20:09:34+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan.limberg@icloud.com</email>
</author>
<published>2019-03-04T19:46:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=4b11593b681966e5c9a7a70c84a19546fc2e185c'/>
<id>4b11593b681966e5c9a7a70c84a19546fc2e185c</id>
<content type='text'>
Fixes #793.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #793.
</pre>
</div>
</content>
</entry>
<entry>
<title>Drop Python3.4 Support (#796)</title>
<updated>2019-03-04T17:01:40+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan.limberg@icloud.com</email>
</author>
<published>2019-03-04T17:01:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=917a6cfefef62fb4f7157a6df010348960958f0b'/>
<id>917a6cfefef62fb4f7157a6df010348960958f0b</id>
<content type='text'>
Python is dropping support for PY3.4 on  2019-03-16. Therefore we are dropping support as well. See #760.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Python is dropping support for PY3.4 on  2019-03-16. Therefore we are dropping support as well. See #760.</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for a range to toc_depth.</title>
<updated>2019-02-23T02:04:40+00:00</updated>
<author>
<name>Klaus Mueller</name>
<email>earth@klml.de</email>
</author>
<published>2019-02-23T02:04:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=90833a19eae63f6e787d7718180bd48ca906575a'/>
<id>90833a19eae63f6e787d7718180bd48ca906575a</id>
<content type='text'>
Closes #786.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #786.
</pre>
</div>
</content>
</entry>
</feed>
