<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/rdflib.git/rdflib/plugins/memory.py, branch kill-Py2</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>changes for flake8</title>
<updated>2020-05-17T06:38:31+00:00</updated>
<author>
<name>Nicholas Car</name>
<email>nicholas.car@surroundaustralia.com</email>
</author>
<published>2020-05-17T06:38:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/rdflib.git/commit/?id=78e99a408859f0749ddfc628cbad60f4c5c93aea'/>
<id>78e99a408859f0749ddfc628cbad60f4c5c93aea</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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>removal of all uses of package six</title>
<updated>2020-05-16T10:57:03+00:00</updated>
<author>
<name>Nicholas Car</name>
<email>nicholas.car@surroundaustralia.com</email>
</author>
<published>2020-05-16T10:57:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/rdflib.git/commit/?id=2a8d70824e1b4caf0c606074a44ac3a15fa72718'/>
<id>2a8d70824e1b4caf0c606074a44ac3a15fa72718</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>FIX: Change is comparison to == for tuple</title>
<updated>2020-04-16T20:02:28+00:00</updated>
<author>
<name>Chris Markiewicz</name>
<email>markiewicz@stanford.edu</email>
</author>
<published>2020-04-16T20:02:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/rdflib.git/commit/?id=9567926d17a0455dfcc958a2b28558915d3aef3f'/>
<id>9567926d17a0455dfcc958a2b28558915d3aef3f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Merge pull request #905 from sleak-lbl/sleak/hotfix/namespace-binds"</title>
<updated>2020-03-12T10:59:20+00:00</updated>
<author>
<name>Ashley Sommer</name>
<email>ashleysommer@gmail.com</email>
</author>
<published>2020-03-12T10:59:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/rdflib.git/commit/?id=f1044f4bcca712398d419716b922b8e50679d3e5'/>
<id>f1044f4bcca712398d419716b922b8e50679d3e5</id>
<content type='text'>
This reverts commit d6cadb3bad36545bf06e4de431a4ada1d9f869a9, reversing
changes made to a99dabb6aaf95b639108867039567d6c1af75b40.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit d6cadb3bad36545bf06e4de431a4ada1d9f869a9, reversing
changes made to a99dabb6aaf95b639108867039567d6c1af75b40.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove previous prefix when calling bind</title>
<updated>2019-03-28T23:05:38+00:00</updated>
<author>
<name>Steve Leak</name>
<email>sleak@lbl.gov</email>
</author>
<published>2019-03-28T23:05:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/rdflib.git/commit/?id=15076be66bdd6b1ff8c5b8822348c4ac482e52f1'/>
<id>15076be66bdd6b1ff8c5b8822348c4ac482e52f1</id>
<content type='text'>
In Memory store plugin, bind() adds the new binding to the dicts but
doesn't remove any old one. The Sleepycat store does better, but misses
when the prefix is empty (as often happens in turtle files). This fix
applies the Sleepycat solution modified to delete re-bound empty
prefixes too
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In Memory store plugin, bind() adds the new binding to the dicts but
doesn't remove any old one. The Sleepycat store does better, but misses
when the prefix is empty (as often happens in turtle files). This fix
applies the Sleepycat solution modified to delete re-bound empty
prefixes too
</pre>
</div>
</content>
</entry>
<entry>
<title>a slightly opinionated autopep8 run</title>
<updated>2018-10-30T14:38:42+00:00</updated>
<author>
<name>Gunnar Aastrand Grimnes</name>
<email>gromgull@gmail.com</email>
</author>
<published>2018-10-30T13:21:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/rdflib.git/commit/?id=785e37932e71a02ab8c31257694060f550ff72a6'/>
<id>785e37932e71a02ab8c31257694060f550ff72a6</id>
<content type='text'>
opinions is mainly: no to long lines, but not at any cost.

notation3.py crashses autopep :D

Also rdflib/__init__.py gets completely broken
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
opinions is mainly: no to long lines, but not at any cost.

notation3.py crashses autopep :D

Also rdflib/__init__.py gets completely broken
</pre>
</div>
</content>
</entry>
<entry>
<title>removed most of the six import from py3compat</title>
<updated>2017-01-30T20:50:05+00:00</updated>
<author>
<name>Gunnar Aastrand Grimnes</name>
<email>gromgull@gmail.com</email>
</author>
<published>2017-01-30T20:50:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/rdflib.git/commit/?id=bfcde8482401393ea183242f0ddca5bff73afc2c'/>
<id>bfcde8482401393ea183242f0ddca5bff73afc2c</id>
<content type='text'>
now six is used throughout.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
now six is used throughout.
</pre>
</div>
</content>
</entry>
<entry>
<title>six: memory.py: handling of iteritems</title>
<updated>2017-01-30T16:43:04+00:00</updated>
<author>
<name>Joern Hees</name>
<email>dev@joernhees.de</email>
</author>
<published>2014-12-02T17:11:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/rdflib.git/commit/?id=1e0780b7d49c52e37161e7eae1b94b4e8da76d1c'/>
<id>1e0780b7d49c52e37161e7eae1b94b4e8da76d1c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>six: memory.py: headers, method sig tuple assignments</title>
<updated>2017-01-30T16:43:04+00:00</updated>
<author>
<name>Joern Hees</name>
<email>dev@joernhees.de</email>
</author>
<published>2014-12-02T16:37:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/rdflib.git/commit/?id=0cd6546ffbd36b665f801e08c9d621f77d79e970'/>
<id>0cd6546ffbd36b665f801e08c9d621f77d79e970</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
