<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-markdown.git/markdown/odict.py, branch utest</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>Flake8 cleanup (mostly whitespace).</title>
<updated>2014-11-20T21:07:03+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan.limberg@icloud.com</email>
</author>
<published>2014-11-20T21:07:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=8f66a94eab1389d97041944ed24afd2bf7c4389c'/>
<id>8f66a94eab1389d97041944ed24afd2bf7c4389c</id>
<content type='text'>
Got all but a couple files in the tests (ran out of time today).
Apparently I have been using some bad form for years (although a few
things seemed to look better before the update). Anyway, conformant now.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Got all but a couple files in the tests (ran out of time today).
Apparently I have been using some bad form for years (although a few
things seemed to look better before the update). Anyway, conformant now.
</pre>
</div>
</content>
</entry>
<entry>
<title>Marked a bunch of lines as 'no cover'. Coverage at 91%</title>
<updated>2014-07-12T01:24:30+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan@gmail.com</email>
</author>
<published>2014-07-12T01:24:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=7d728afc3a684afadc7fa5c4672811ac0cc2fa98'/>
<id>7d728afc3a684afadc7fa5c4672811ac0cc2fa98</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>odict.py: remove usage of iteritems_compat which was not working</title>
<updated>2013-03-23T11:18:51+00:00</updated>
<author>
<name>Dmitry Shachnev</name>
<email>mitya57@gmail.com</email>
</author>
<published>2013-03-23T11:18:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=c10dfac9909282b54a48be6261f76ba11d9da6d0'/>
<id>c10dfac9909282b54a48be6261f76ba11d9da6d0</id>
<content type='text'>
I've added iteritems_compat function in one of my previous pull
requests, which was failing with:

    ./markdown/odict.py:106: undefined name 'iteritems_compat'

This commit drops usage of that function.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I've added iteritems_compat function in one of my previous pull
requests, which was failing with:

    ./markdown/odict.py:106: undefined name 'iteritems_compat'

This commit drops usage of that function.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix some pyflakes-undefined-name warnings</title>
<updated>2013-03-15T18:21:45+00:00</updated>
<author>
<name>Dmitry Shachnev</name>
<email>mitya57@gmail.com</email>
</author>
<published>2013-03-15T18:21:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=fb65c6ec57b850338544f8c18091429b7cf0023e'/>
<id>fb65c6ec57b850338544f8c18091429b7cf0023e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Now using universal code for Python 2 &amp; 3.</title>
<updated>2013-02-27T14:10:47+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan@gmail.com</email>
</author>
<published>2013-02-27T14:10:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=579288c5eb684dd09d1ef298929a566f40151205'/>
<id>579288c5eb684dd09d1ef298929a566f40151205</id>
<content type='text'>
The most notable changes are the use of unicode_literals
and absolute_imports. Actually, absolute_imports was the
biggest deal as it gives us relative imports. For the first
time extensions import markdown relative to themselves.
This allows other packages to embed the markdown lib in a
subdir of their project and still be able to use our
extensions.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The most notable changes are the use of unicode_literals
and absolute_imports. Actually, absolute_imports was the
biggest deal as it gives us relative imports. For the first
time extensions import markdown relative to themselves.
This allows other packages to embed the markdown lib in a
subdir of their project and still be able to use our
extensions.
</pre>
</div>
</content>
</entry>
<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>Merge branch 'master' of github.com:Scorpil/Python-Markdown</title>
<updated>2012-07-19T21:52:23+00:00</updated>
<author>
<name>Scorpil</name>
<email>scorpilmail@gmail.com</email>
</author>
<published>2012-07-19T21:52:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=c4384043a84b6b495f73f4fb6afc3e2d2d985894'/>
<id>c4384043a84b6b495f73f4fb6afc3e2d2d985894</id>
<content type='text'>
Conflicts:
	markdown/odict.py
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Conflicts:
	markdown/odict.py
</pre>
</div>
</content>
</entry>
<entry>
<title>Added more expressive description of an error.</title>
<updated>2012-07-19T21:49:08+00:00</updated>
<author>
<name>Scorpil</name>
<email>scorpilmail@gmail.com</email>
</author>
<published>2012-07-19T21:49:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=ead018f7744f0d1f43e9b72cd678aa63309323f6'/>
<id>ead018f7744f0d1f43e9b72cd678aa63309323f6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added more expressive description of an error.</title>
<updated>2012-07-19T21:42:43+00:00</updated>
<author>
<name>Scorpil</name>
<email>scorpilmail@gmail.com</email>
</author>
<published>2012-07-19T21:42:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=a23f3d6143ca866bf990c71162e915c26b7c227e'/>
<id>a23f3d6143ca866bf990c71162e915c26b7c227e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed 113. We still support Python 2.5 until Markdown version 2.3.</title>
<updated>2012-07-12T13:20:43+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan@gmail.com</email>
</author>
<published>2012-07-12T13:20:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=34cb4827da7eee2310ab285110cdadfdfbc85993'/>
<id>34cb4827da7eee2310ab285110cdadfdfbc85993</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
