<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-markdown.git, branch experiment-ancestory</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>Lowercase tags when initially building the list</title>
<updated>2017-11-17T02:13:57+00:00</updated>
<author>
<name>facelessuser</name>
<email>faceless.shop@gmail.com</email>
</author>
<published>2017-11-17T02:13:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=07b1724794bb65a5a64e33712ce9029319377a1f'/>
<id>07b1724794bb65a5a64e33712ce9029319377a1f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Ancestory experiment</title>
<updated>2017-11-17T01:47:41+00:00</updated>
<author>
<name>facelessuser</name>
<email>faceless.shop@gmail.com</email>
</author>
<published>2017-11-17T01:47:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=56c5a63a15209ad82bd2104a620478be42457131'/>
<id>56c5a63a15209ad82bd2104a620478be42457131</id>
<content type='text'>
Use ancestory to avoid processing code blocks.  For every node that is handled via the inline pattern, we will build up a parent list.  As we decend into recursion, we append and pop children as needed.  Though it is not practical, for this experiment, we purposely leave code tag text unprotected and default all inline patterns to avoid 'code'.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use ancestory to avoid processing code blocks.  For every node that is handled via the inline pattern, we will build up a parent list.  As we decend into recursion, we append and pop children as needed.  Though it is not practical, for this experiment, we purposely leave code tag text unprotected and default all inline patterns to avoid 'code'.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix new flake8 722 error</title>
<updated>2017-10-26T13:00:45+00:00</updated>
<author>
<name>facelessuser</name>
<email>faceless.shop@gmail.com</email>
</author>
<published>2017-10-26T03:07:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=f018b0ede5a49c8d711351d8e9ff437c97cf3acc'/>
<id>f018b0ede5a49c8d711351d8e9ff437c97cf3acc</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 some docs formatting.</title>
<updated>2017-09-18T14:23:36+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan.limberg@icloud.com</email>
</author>
<published>2017-09-18T14:06:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=e839a487edd1f6ceeb07577c015b5979b7a3ebd1'/>
<id>e839a487edd1f6ceeb07577c015b5979b7a3ebd1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Switch to codecov from coveralls</title>
<updated>2017-09-09T00:12:53+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan.limberg@icloud.com</email>
</author>
<published>2017-09-08T22:51:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=2c7ec0c21b412f5242951a3ced9628cf6d3fc0a7'/>
<id>2c7ec0c21b412f5242951a3ced9628cf6d3fc0a7</id>
<content type='text'>
Note that we install coverage&lt;4.0 in travis because test-requirements.txt is
installing the same in the tox environments. The .coverage file format
changed in 4.0.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Note that we install coverage&lt;4.0 in travis because test-requirements.txt is
installing the same in the tox environments. The .coverage file format
changed in 4.0.
</pre>
</div>
</content>
</entry>
<entry>
<title>Manually define travis matrix.</title>
<updated>2017-09-07T18:15:13+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan.limberg@icloud.com</email>
</author>
<published>2017-09-07T18:03:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=576e15e7995cc58e95ec74aaa51818eb8c500a91'/>
<id>576e15e7995cc58e95ec74aaa51818eb8c500a91</id>
<content type='text'>
Travis-CI no longer has all supported Python versions installed by default.
Each version needs to be set via the `python` setting. However, we don't
want a matrix where every Python version runs with every `TOXENV`.
Therefore, we now manually define the matrix so that the Python version
is properly matched with the TOXENV.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Travis-CI no longer has all supported Python versions installed by default.
Each version needs to be set via the `python` setting. However, we don't
want a matrix where every Python version runs with every `TOXENV`.
Therefore, we now manually define the matrix so that the Python version
is properly matched with the TOXENV.
</pre>
</div>
</content>
</entry>
<entry>
<title>Adjust for new PyPI changes</title>
<updated>2017-08-18T00:15:56+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan.limberg@icloud.com</email>
</author>
<published>2017-08-18T00:15:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=cc8ef7fc1b093d2a0905520f91ac47f51d12204e'/>
<id>cc8ef7fc1b093d2a0905520f91ac47f51d12204e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'upstream/master'</title>
<updated>2017-08-17T23:36:59+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan.limberg@icloud.com</email>
</author>
<published>2017-08-17T23:36:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=a0b5aef8adb1af7bd2ee0ff033f0997d11ee138b'/>
<id>a0b5aef8adb1af7bd2ee0ff033f0997d11ee138b</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.6.9</title>
<updated>2017-08-17T23:36:14+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan.limberg@icloud.com</email>
</author>
<published>2017-08-17T23:32:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=26b9b4fb40ab39b2d4bc182a65d37fb282bd2c2d'/>
<id>26b9b4fb40ab39b2d4bc182a65d37fb282bd2c2d</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.6.9</title>
<updated>2017-08-17T23:32:04+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan.limberg@icloud.com</email>
</author>
<published>2017-08-17T23:32:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=177d3130d03c9e9958bb05b55fcfc8286e62fd46'/>
<id>177d3130d03c9e9958bb05b55fcfc8286e62fd46</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
