<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/rdflib.git/test/test_graph.py, branch Sweb</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>Add tests for Graph.transitive_{subjects,objects}</title>
<updated>2021-05-12T21:41:24+00:00</updated>
<author>
<name>Iwan Aucamp</name>
<email>aucampia@gmail.com</email>
</author>
<published>2021-05-12T21:37:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/rdflib.git/commit/?id=424069f571bbebd8980d957d5b52909cfcf8f024'/>
<id>424069f571bbebd8980d957d5b52909cfcf8f024</id>
<content type='text'>
This is based on examples/transitive.py
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is based on examples/transitive.py
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix graphFormatGuess test for when one of the expected endpoints are down</title>
<updated>2020-09-18T00:55:29+00:00</updated>
<author>
<name>Ashley Sommer</name>
<email>ashleysommer@gmail.com</email>
</author>
<published>2020-09-18T00:55:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/rdflib.git/commit/?id=e56df6e189fba0e592391d21e3b394882032f186'/>
<id>e56df6e189fba0e592391d21e3b394882032f186</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'origin/master' into t0b3_master</title>
<updated>2020-08-27T04:45:45+00:00</updated>
<author>
<name>Ashley Sommer</name>
<email>ashleysommer@gmail.com</email>
</author>
<published>2020-08-27T04:45:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/rdflib.git/commit/?id=fbc091208fbf95c338ead7be7547136f5c3433cc'/>
<id>fbc091208fbf95c338ead7be7547136f5c3433cc</id>
<content type='text'>
# Conflicts:
#	rdflib/namespace.py
#	rdflib/parser.py
#	rdflib/plugins/memory.py
#	rdflib/plugins/parsers/ntriples.py
#	test/test_iomemory.py
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
# Conflicts:
#	rdflib/namespace.py
#	rdflib/parser.py
#	rdflib/plugins/memory.py
#	rdflib/plugins/parsers/ntriples.py
#	test/test_iomemory.py
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #1140 from RDFLib/improve_graph_parse</title>
<updated>2020-08-27T03:35:51+00:00</updated>
<author>
<name>Ashley Sommer</name>
<email>ashleysommer@gmail.com</email>
</author>
<published>2020-08-27T03:35:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/rdflib.git/commit/?id=aa527747bd6a5e48ea19463c483f5fb45c7ea230'/>
<id>aa527747bd6a5e48ea19463c483f5fb45c7ea230</id>
<content type='text'>
improved Graph().parse()</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
improved Graph().parse()</pre>
</div>
</content>
</entry>
<entry>
<title>Removed IOMemory store</title>
<updated>2020-08-19T03:30:44+00:00</updated>
<author>
<name>Ashley Sommer</name>
<email>ashleysommer@gmail.com</email>
</author>
<published>2020-08-19T03:30:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/rdflib.git/commit/?id=860628cd156fb88cb8c810e914a883539af6aaa8'/>
<id>860628cd156fb88cb8c810e914a883539af6aaa8</id>
<content type='text'>
Renamed Memory2 to Memory
Renamed Memory1 to SimpleMemory
Set default store to new Memory
Fixed tests
Fixed docs
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Renamed Memory2 to Memory
Renamed Memory1 to SimpleMemory
Set default store to new Memory
Fixed tests
Fixed docs
</pre>
</div>
</content>
</entry>
<entry>
<title>improved Graph().parse()</title>
<updated>2020-08-13T14:07:44+00:00</updated>
<author>
<name>Nicholas Car</name>
<email>nicholas.car@surroundaustralia.com</email>
</author>
<published>2020-08-13T14:07:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/rdflib.git/commit/?id=3e42f5eea742563cdeab7d655fe55f7d0e25ea16'/>
<id>3e42f5eea742563cdeab7d655fe55f7d0e25ea16</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>2to3 whole sourcebase</title>
<updated>2020-06-22T18:34:26+00:00</updated>
<author>
<name>t0b3</name>
<email>thomas.bettler@gmail.com</email>
</author>
<published>2020-05-08T17:54:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/rdflib.git/commit/?id=f69df4252e3a8466c025e34585dac37c7691b47c'/>
<id>f69df4252e3a8466c025e34585dac37c7691b47c</id>
<content type='text'>
Signed-off-by: t0b3 &lt;thomas.bettler@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: t0b3 &lt;thomas.bettler@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>blacked all python files</title>
<updated>2020-05-16T11:00:24+00:00</updated>
<author>
<name>Nicholas Car</name>
<email>nicholas.car@surroundaustralia.com</email>
</author>
<published>2020-05-16T11:00:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/rdflib.git/commit/?id=0be6f6039479ce29cf71b11e76be54e186130036'/>
<id>0be6f6039479ce29cf71b11e76be54e186130036</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>updating deprecated testing syntax (#697)</title>
<updated>2017-01-24T12:18:26+00:00</updated>
<author>
<name>Nate Prewitt</name>
<email>nateprewitt@users.noreply.github.com</email>
</author>
<published>2017-01-24T12:18:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/rdflib.git/commit/?id=1480ece7cd8e800e163b535139fb075766082433'/>
<id>1480ece7cd8e800e163b535139fb075766082433</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 issue #296, GraphValue has no articulated role and no apparent use.</title>
<updated>2013-11-09T00:19:38+00:00</updated>
<author>
<name>Graham Higgins</name>
<email>gjh-github@bel-epa.com</email>
</author>
<published>2013-11-09T00:19:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/rdflib.git/commit/?id=034c68c5d0c61945fbbea5c2b9ec036f8ee5fbe8'/>
<id>034c68c5d0c61945fbbea5c2b9ec036f8ee5fbe8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
