<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-markdown.git/markdown/blockprocessors.py, 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>Fix all pyflakes unused-import/unused-variable warnings</title>
<updated>2012-11-09T08:31:43+00:00</updated>
<author>
<name>Dmitry Shachnev</name>
<email>mitya57@gmail.com</email>
</author>
<published>2012-11-09T06:37:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=1b4172ca6c8b3ef4931aaae15704b8f59325f322'/>
<id>1b4172ca6c8b3ef4931aaae15704b8f59325f322</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Provide more control to list processors subclasses.</title>
<updated>2012-01-24T12:25:16+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan@gmail.com</email>
</author>
<published>2012-01-24T12:25:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=acd09498fbd2b13e65038c96a118fd859a6df235'/>
<id>acd09498fbd2b13e65038c96a118fd859a6df235</id>
<content type='text'>
This will make it easier for extensions to subclass the list block processors
and alter their behavior. Such as the request in issue #64.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This will make it easier for extensions to subclass the list block processors
and alter their behavior. Such as the request in issue #64.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed #47. Improved HRProccessor.\n\nPython's re module does not support atomic grouping, which was slowing the HR regex down if a long HR ended with a non HR char (casing the regex to backtrack). Therefore, we have to simulate atomic grouping. Fortunately, we only need to match end-of-line or end-of-string after the atomic group here, so it was an easy case to simulate. Just remove the '$' from the end of the regex and manualy check using m.end(). The run method was refactored while I was at it, saving us from running the regex twice for each HR.</title>
<updated>2011-11-18T03:43:02+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan@gmail.com</email>
</author>
<published>2011-11-18T03:43:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=ef9a229ebeaf8173e9fd4e541de4d83e8678f649'/>
<id>ef9a229ebeaf8173e9fd4e541de4d83e8678f649</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed #22. Horizontal rules now work in a few more crazy edge cases. Who actualy useses these? Anyway, we now match markdown.pl.</title>
<updated>2011-06-16T09:48:26+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan@gmail.com</email>
</author>
<published>2011-06-16T09:37:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=619613e2d65cc339e3950483916ce29ed675b4fc'/>
<id>619613e2d65cc339e3950483916ce29ed675b4fc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed #21. A header and paragraph not seperated by a blank line inside a list item are now parsed correctly. One of those crazy wierd edge cases that no one would ever test for, but is obvious once you see it.</title>
<updated>2011-06-15T12:50:55+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan@gmail.com</email>
</author>
<published>2011-06-15T12:50:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=8a64c2970ca99f1586bc85a59898bfe7269c9128'/>
<id>8a64c2970ca99f1586bc85a59898bfe7269c9128</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed #15. Setext Headers now work with any number of - or = characters.</title>
<updated>2011-06-02T02:35:27+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan@gmail.com</email>
</author>
<published>2011-06-02T02:35:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=7f9106965c28a1780164736e33c8244a8cc1c44b'/>
<id>7f9106965c28a1780164736e33c8244a8cc1c44b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Made lazy ordered lists a settable option. The previous behavior (on) is the default.</title>
<updated>2011-04-29T05:35:29+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan@gmail.com</email>
</author>
<published>2011-04-29T05:35:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=ef7b35ab7ddc8ba174e27f063208dbe38ed02e27'/>
<id>ef7b35ab7ddc8ba174e27f063208dbe38ed02e27</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge commit 'refs/merge-requests/13' of git://gitorious.org/python-markdown/mainline into merge-requests/13</title>
<updated>2011-04-29T03:10:58+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan@gmail.com</email>
</author>
<published>2011-04-29T03:10:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=ad83ad5c426b508ba0ace30ea83b3e60ec23b8ef'/>
<id>ad83ad5c426b508ba0ace30ea83b3e60ec23b8ef</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix import loop when importing logger</title>
<updated>2011-04-18T04:55:59+00:00</updated>
<author>
<name>Craig de Stigter</name>
<email>craig.destigter@koordinates.com</email>
</author>
<published>2011-04-18T04:55:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=d2bb675211be2470a34cb62e36016c5171e6a20a'/>
<id>d2bb675211be2470a34cb62e36016c5171e6a20a</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>
</feed>
