<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-lxml.git/src/lxml/html/diff.py, branch lxml-3.3.2</title>
<subtitle>github.com: lxml/lxml.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-lxml.git/'/>
<entry>
<title>use Unicode whitespace in regex</title>
<updated>2013-08-01T04:18:47+00:00</updated>
<author>
<name>Stefan Behnel</name>
<email>stefan_ml@behnel.de</email>
</author>
<published>2013-08-01T04:18:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-lxml.git/commit/?id=ef52eb5cff33d61b8a4195bfadb01b2fb034daf9'/>
<id>ef52eb5cff33d61b8a4195bfadb01b2fb034daf9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>trailing_whitespace is now always a string.</title>
<updated>2013-07-30T10:34:46+00:00</updated>
<author>
<name>Orf</name>
<email>tom@tomforb.es</email>
</author>
<published>2013-07-30T10:34:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-lxml.git/commit/?id=fd0fc9163d8c476b92b776b7ce4ea01be0ee9b3e'/>
<id>fd0fc9163d8c476b92b776b7ce4ea01be0ee9b3e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Regex now pulls all whitespace, href_tag now sets trailing_whitespace correctly and the tests should run on py3k</title>
<updated>2013-07-30T10:08:30+00:00</updated>
<author>
<name>Orf</name>
<email>tom@tomforb.es</email>
</author>
<published>2013-07-30T10:08:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-lxml.git/commit/?id=0613cbc26d968d94745200caad673448cc8c0286'/>
<id>0613cbc26d968d94745200caad673448cc8c0286</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update split_words docstring</title>
<updated>2013-07-29T17:57:31+00:00</updated>
<author>
<name>orf</name>
<email>tom@tomforb.es</email>
</author>
<published>2013-07-29T17:57:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-lxml.git/commit/?id=837cd10c21c754ba7273c181b68162773d3125f0'/>
<id>837cd10c21c754ba7273c181b68162773d3125f0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix trailing_whitespace being the wrong value</title>
<updated>2013-07-29T16:04:59+00:00</updated>
<author>
<name>orf</name>
<email>tom@tomforb.es</email>
</author>
<published>2013-07-29T16:04:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-lxml.git/commit/?id=3e69c490a5576118dd4eb7b2208a81dfada29583'/>
<id>3e69c490a5576118dd4eb7b2208a81dfada29583</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update diff.py</title>
<updated>2013-07-29T16:01:13+00:00</updated>
<author>
<name>orf</name>
<email>tom@tomforb.es</email>
</author>
<published>2013-07-29T16:01:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-lxml.git/commit/?id=50bc21b4258349964985a2bd0d6b99b3ac74a7fb'/>
<id>50bc21b4258349964985a2bd0d6b99b3ac74a7fb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>All trailing whitespace is stored and ignored while diffing</title>
<updated>2013-07-29T14:00:10+00:00</updated>
<author>
<name>orf</name>
<email>tom@tomforb.es</email>
</author>
<published>2013-07-29T14:00:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-lxml.git/commit/?id=44e697fa9a8b580326bfaf6ffffeda3220c6c733'/>
<id>44e697fa9a8b580326bfaf6ffffeda3220c6c733</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>replace usages of cgi.escape() by html.escape() in Py3 to fix deprecation warning</title>
<updated>2012-11-29T21:59:49+00:00</updated>
<author>
<name>Stefan Behnel</name>
<email>stefan_ml@behnel.de</email>
</author>
<published>2012-11-29T21:59:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-lxml.git/commit/?id=97e318195644362f2aaa96601ad0d94e71e02050'/>
<id>97e318195644362f2aaa96601ad0d94e71e02050</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>simplify portability imports to make them more portable themselves</title>
<updated>2012-02-20T10:15:29+00:00</updated>
<author>
<name>Stefan Behnel</name>
<email>stefan_ml@behnel.de</email>
</author>
<published>2012-02-20T10:15:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-lxml.git/commit/?id=aa753aaffe5c4cd899c3e16f09a72e5e549eaac1'/>
<id>aa753aaffe5c4cd899c3e16f09a72e5e549eaac1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix bug #889200: no longer raise an exception in lxml.html.diff on img tags without src attribute</title>
<updated>2011-11-11T18:33:56+00:00</updated>
<author>
<name>Stefan Behnel</name>
<email>stefan_ml@behnel.de</email>
</author>
<published>2011-11-11T18:33:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-lxml.git/commit/?id=95a7adcfc9741b8f6664e8bc62ea86b310692a8f'/>
<id>95a7adcfc9741b8f6664e8bc62ea86b310692a8f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
