<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/rdflib.git/test, branch fix680</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>actually fix projection from sub-queries</title>
<updated>2017-01-20T12:28:51+00:00</updated>
<author>
<name>Gunnar Aastrand Grimnes</name>
<email>gromgull@gmail.com</email>
</author>
<published>2017-01-20T12:28:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/rdflib.git/commit/?id=b1113d7b74809c5501a6762d2f4061a2a14c6f58'/>
<id>b1113d7b74809c5501a6762d2f4061a2a14c6f58</id>
<content type='text'>
fixes #607 (for real this time)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fixes #607 (for real this time)
</pre>
</div>
</content>
</entry>
<entry>
<title>added dawg tests for #607</title>
<updated>2017-01-20T09:53:29+00:00</updated>
<author>
<name>Gunnar Aastrand Grimnes</name>
<email>gromgull@gmail.com</email>
</author>
<published>2017-01-20T09:53:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/rdflib.git/commit/?id=0f38e7d67fb94367ae9e773d0936dc3718a3b027'/>
<id>0f38e7d67fb94367ae9e773d0936dc3718a3b027</id>
<content type='text'>
Fixes #607 (not really, but it was fixed already, probably in https://github.com/RDFLib/rdflib/commit/acc6ed3e3548a75541607ec753d05d5061028465
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #607 (not really, but it was fixed already, probably in https://github.com/RDFLib/rdflib/commit/acc6ed3e3548a75541607ec753d05d5061028465
</pre>
</div>
</content>
</entry>
<entry>
<title>test for #607</title>
<updated>2017-01-20T09:32:17+00:00</updated>
<author>
<name>Joern Hees</name>
<email>dev@joernhees.de</email>
</author>
<published>2016-03-18T10:28:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/rdflib.git/commit/?id=738e19ba8dee6250756d225fe99fafef32e282f9'/>
<id>738e19ba8dee6250756d225fe99fafef32e282f9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix for filters in sub-queries (#693)</title>
<updated>2017-01-19T20:26:26+00:00</updated>
<author>
<name>Gunnar Aastrand Grimnes</name>
<email>gromgull@users.noreply.github.com</email>
</author>
<published>2017-01-19T20:26:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/rdflib.git/commit/?id=acc6ed3e3548a75541607ec753d05d5061028465'/>
<id>acc6ed3e3548a75541607ec753d05d5061028465</id>
<content type='text'>
This was the same error as #580, but for SubQueries instead of binds.
Same fix as
https://github.com/RDFLib/rdflib/pull/688/commits/c1b29aea3803e6e25287cfdf794f030538bdfa7c

Excempt vars bound in the local scope from forgetting.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This was the same error as #580, but for SubQueries instead of binds.
Same fix as
https://github.com/RDFLib/rdflib/pull/688/commits/c1b29aea3803e6e25287cfdf794f030538bdfa7c

Excempt vars bound in the local scope from forgetting.</pre>
</div>
</content>
</entry>
<entry>
<title>Fix initBindings in SPARQL</title>
<updated>2017-01-19T19:31:46+00:00</updated>
<author>
<name>Gunnar Aastrand Grimnes</name>
<email>gromgull@gmail.com</email>
</author>
<published>2017-01-19T19:25:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/rdflib.git/commit/?id=f017a829d999f2237a83b25221446a7d9de0cb90'/>
<id>f017a829d999f2237a83b25221446a7d9de0cb90</id>
<content type='text'>
initBindings are now special fixed bindings, they are always in scope
in all parts of the query.

Fixes #294 (once and for all)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
initBindings are now special fixed bindings, they are always in scope
in all parts of the query.

Fixes #294 (once and for all)
</pre>
</div>
</content>
</entry>
<entry>
<title>Added __iadd__ method to collections, much faster for adding multiple items.</title>
<updated>2017-01-19T14:28:43+00:00</updated>
<author>
<name>Gunnar Aastrand Grimnes</name>
<email>gromgull@gmail.com</email>
</author>
<published>2017-01-19T13:50:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/rdflib.git/commit/?id=4e96763f67de0d03381c560da2fc1a39ac9c44ae'/>
<id>4e96763f67de0d03381c560da2fc1a39ac9c44ae</id>
<content type='text'>
Fixes #609

As a bonus adds a `graph.collection` convenience method for creating collections
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #609

As a bonus adds a `graph.collection` convenience method for creating collections
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed turtle serialisation of non-orderable literals.</title>
<updated>2017-01-19T13:17:26+00:00</updated>
<author>
<name>Gunnar Aastrand Grimnes</name>
<email>gromgull@gmail.com</email>
</author>
<published>2017-01-19T13:13:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/rdflib.git/commit/?id=13ce988925b4dd919c8713f9a890acb8d962370c'/>
<id>13ce988925b4dd919c8713f9a890acb8d962370c</id>
<content type='text'>
Made turtle serialiser use a comparator function falling back on
string-comparisons.

fixes #648, #613, #676
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Made turtle serialiser use a comparator function falling back on
string-comparisons.

fixes #648, #613, #676
</pre>
</div>
</content>
</entry>
<entry>
<title>correctly return the length of rdf:List for #223</title>
<updated>2017-01-19T12:52:40+00:00</updated>
<author>
<name>William Waites</name>
<email>wwaites@tardis.ed.ac.uk</email>
</author>
<published>2017-01-19T12:52:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/rdflib.git/commit/?id=10935dd865a498a8f48031aafbe2b12c8b86830c'/>
<id>10935dd865a498a8f48031aafbe2b12c8b86830c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>remove incorrect check in container for rdf:List that prevents duplicate elements</title>
<updated>2017-01-19T12:23:16+00:00</updated>
<author>
<name>William Waites</name>
<email>wwaites@tardis.ed.ac.uk</email>
</author>
<published>2017-01-19T12:23:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/rdflib.git/commit/?id=a972e7beacee9b56611ea3a9bf85a4bcdb98f05b'/>
<id>a972e7beacee9b56611ea3a9bf85a4bcdb98f05b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add test for duplicate entries in rdf lists #223</title>
<updated>2017-01-19T11:57:59+00:00</updated>
<author>
<name>William Waites</name>
<email>wwaites@tardis.ed.ac.uk</email>
</author>
<published>2017-01-19T11:57:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/rdflib.git/commit/?id=3212120ae62ea9c461d9a3f2cdf2891ffb44292c'/>
<id>3212120ae62ea9c461d9a3f2cdf2891ffb44292c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
