<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/rdflib.git/test, branch bdbOptimized</title>
<subtitle>github.com: rdflib/rdflib.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/rdflib.git/'/>
<entry>
<title>restarted BDBOptimized store - unfortunately, benchmarks show that it is much slower than the normal sleepcat store in every way - so I guess we never merge this :)</title>
<updated>2011-08-20T11:12:34+00:00</updated>
<author>
<name>Gunnar Aastrand Grimnes</name>
<email>gromgull@gmail.com</email>
</author>
<published>2011-08-20T11:12:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/rdflib.git/commit/?id=b5c8965fa973e609bd6d971f28d74c2d09ddf09e'/>
<id>b5c8965fa973e609bd6d971f28d74c2d09ddf09e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>One more time sorting out generating prefixes or not for - Another solution would be to hack the cwm n3 serializer into using the namespace_manager.normalize method. (Fixes issue 161)</title>
<updated>2011-03-21T15:11:08+00:00</updated>
<author>
<name>gromgull</name>
<email>devnull@localhost</email>
</author>
<published>2011-03-21T15:11:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/rdflib.git/commit/?id=286faf6f53646eb50651f41e86c22dbbe22ea6dc'/>
<id>286faf6f53646eb50651f41e86c22dbbe22ea6dc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>added test for Issue 161</title>
<updated>2011-03-21T08:21:51+00:00</updated>
<author>
<name>gromgull</name>
<email>devnull@localhost</email>
</author>
<published>2011-03-21T08:21:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/rdflib.git/commit/?id=f4e7a17ccdfc765fcf556cdf1d985f0c531a8ca1'/>
<id>f4e7a17ccdfc765fcf556cdf1d985f0c531a8ca1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixes issue 151\nadded test-case and suggested fix for issue 151</title>
<updated>2011-01-28T20:12:10+00:00</updated>
<author>
<name>gromgull</name>
<email>devnull@localhost</email>
</author>
<published>2011-01-28T20:12:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/rdflib.git/commit/?id=b97d787480c26ec54d04dedd3af40d3d33883e57'/>
<id>b97d787480c26ec54d04dedd3af40d3d33883e57</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>applied patch to parse milliseconds in timestamps. (Fixes issue 153)</title>
<updated>2011-01-28T18:53:33+00:00</updated>
<author>
<name>gromgull</name>
<email>devnull@localhost</email>
</author>
<published>2011-01-28T18:53:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/rdflib.git/commit/?id=ab4b183c250cd7c915dd0643c31ecf7fa4da009c'/>
<id>ab4b183c250cd7c915dd0643c31ecf7fa4da009c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix from Rob Sanderson so that n3/turtle parser does not choke on UTF-8 BOM (Fixes issue 156)</title>
<updated>2011-01-05T17:49:53+00:00</updated>
<author>
<name>ed.summers</name>
<email>devnull@localhost</email>
</author>
<published>2011-01-05T17:49:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/rdflib.git/commit/?id=ac7d06f7952bf76c14f79abb64b1239071ab2212'/>
<id>ac7d06f7952bf76c14f79abb64b1239071ab2212</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>turtle friendly namespace prefixes. Fixes issue #152</title>
<updated>2010-11-28T15:46:50+00:00</updated>
<author>
<name>ed.summers</name>
<email>devnull@localhost</email>
</author>
<published>2010-11-28T15:46:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/rdflib.git/commit/?id=abfa39640927026992a115d3a1767c0fbf38db9e'/>
<id>abfa39640927026992a115d3a1767c0fbf38db9e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>patch from vfaronov to preserve language tags on strings with newlines in ntriples serializer. Fixes issue 146</title>
<updated>2010-10-06T07:12:33+00:00</updated>
<author>
<name>ed.summers</name>
<email>devnull@localhost</email>
</author>
<published>2010-10-06T07:12:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/rdflib.git/commit/?id=41a76ef98f0892cb244a4666f8340cba729ba60a'/>
<id>41a76ef98f0892cb244a4666f8340cba729ba60a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>nice patch from vfaronov to fix rdfa tc #117 (which was previously disabled). Fixes issue 142</title>
<updated>2010-10-04T00:41:56+00:00</updated>
<author>
<name>ed.summers</name>
<email>devnull@localhost</email>
</author>
<published>2010-10-04T00:41:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/rdflib.git/commit/?id=a056ba2a56dfb494de3951d6aeb2586acb1e211b'/>
<id>a056ba2a56dfb494de3951d6aeb2586acb1e211b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>made rdfa parsing lax by default, it is the tagsoup nature of html on the web</title>
<updated>2010-05-06T11:24:02+00:00</updated>
<author>
<name>ed.summers</name>
<email>devnull@localhost</email>
</author>
<published>2010-05-06T11:24:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/rdflib.git/commit/?id=d7f05a8c3059b7dbc732593d8f571de6020c5c8c'/>
<id>d7f05a8c3059b7dbc732593d8f571de6020c5c8c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
