<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/rdflib.git, branch improve_graph_parse</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>Merge branch 'master' into improve_graph_parse</title>
<updated>2020-08-27T03:13:45+00:00</updated>
<author>
<name>Nicholas Car</name>
<email>nicholas.car@surroundaustralia.com</email>
</author>
<published>2020-08-27T03:13:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/rdflib.git/commit/?id=3afffcd19d3a5d240e83b3a59b53e3ee1120c165'/>
<id>3afffcd19d3a5d240e83b3a59b53e3ee1120c165</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #1145 from ashleysommer/fix_1144</title>
<updated>2020-08-23T13:13:23+00:00</updated>
<author>
<name>Nicholas Car</name>
<email>nicholas.car@surroundaustralia.com</email>
</author>
<published>2020-08-23T13:13:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/rdflib.git/commit/?id=94295389204175783c2f369c2826f0ba55a2d42c'/>
<id>94295389204175783c2f369c2826f0ba55a2d42c</id>
<content type='text'>
Make parsers CharacterStream aware</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Make parsers CharacterStream aware</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #1146 from ashleysommer/more_black</title>
<updated>2020-08-23T12:13:31+00:00</updated>
<author>
<name>Nicholas Car</name>
<email>nicholas.car@surroundaustralia.com</email>
</author>
<published>2020-08-23T12:13:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/rdflib.git/commit/?id=e1dfe74e00540e19dec5734f64ad9d307e6a57cd'/>
<id>e1dfe74e00540e19dec5734f64ad9d307e6a57cd</id>
<content type='text'>
More Black formatting changes</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
More Black formatting changes</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #1143 from RDFLib/dependabot/pip/sphinx-3.2.1</title>
<updated>2020-08-23T12:11:24+00:00</updated>
<author>
<name>Nicholas Car</name>
<email>nicholas.car@surroundaustralia.com</email>
</author>
<published>2020-08-23T12:11:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/rdflib.git/commit/?id=e9f894aa0f245629911908883fc23775ed916266'/>
<id>e9f894aa0f245629911908883fc23775ed916266</id>
<content type='text'>
Bump sphinx from 3.2.0 to 3.2.1</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Bump sphinx from 3.2.0 to 3.2.1</pre>
</div>
</content>
</entry>
<entry>
<title>More Black formatting changes</title>
<updated>2020-08-19T02:34:41+00:00</updated>
<author>
<name>Ashley Sommer</name>
<email>ashleysommer@gmail.com</email>
</author>
<published>2020-08-19T02:34:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/rdflib.git/commit/?id=c1e68b83fa32190888e288b8b9a4d2bc74a0ece1'/>
<id>c1e68b83fa32190888e288b8b9a4d2bc74a0ece1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merged two Ntriples parser files</title>
<updated>2020-08-19T02:16:06+00:00</updated>
<author>
<name>Ashley Sommer</name>
<email>ashleysommer@gmail.com</email>
</author>
<published>2020-08-19T02:16:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/rdflib.git/commit/?id=ceab6b2f71f97e45007b5306d2e0416bfefcea75'/>
<id>ceab6b2f71f97e45007b5306d2e0416bfefcea75</id>
<content type='text'>
Changed name of NTriplesParser to W3CNTriplesParser, it is the legacy parser
Populate CharacterStream attr on several types of rdflib InputSource, to provide unicode text stream, in addition to ByteStream
Add support to N3, Trig, NTriples, NQuads parsers to use the CharacterStream instead of the ByteStream where possible
Reduces many useless string-&gt;bytes-&gt;string conversions in parsers.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Changed name of NTriplesParser to W3CNTriplesParser, it is the legacy parser
Populate CharacterStream attr on several types of rdflib InputSource, to provide unicode text stream, in addition to ByteStream
Add support to N3, Trig, NTriples, NQuads parsers to use the CharacterStream instead of the ByteStream where possible
Reduces many useless string-&gt;bytes-&gt;string conversions in parsers.
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump sphinx from 3.2.0 to 3.2.1</title>
<updated>2020-08-17T08:59:45+00:00</updated>
<author>
<name>dependabot-preview[bot]</name>
<email>27856297+dependabot-preview[bot]@users.noreply.github.com</email>
</author>
<published>2020-08-17T08:59:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/rdflib.git/commit/?id=97e35b161a648771140dd05f6e14972458459314'/>
<id>97e35b161a648771140dd05f6e14972458459314</id>
<content type='text'>
Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 3.2.0 to 3.2.1.
- [Release notes](https://github.com/sphinx-doc/sphinx/releases)
- [Changelog](https://github.com/sphinx-doc/sphinx/blob/3.x/CHANGES)
- [Commits](https://github.com/sphinx-doc/sphinx/compare/v3.2.0...v3.2.1)

Signed-off-by: dependabot-preview[bot] &lt;support@dependabot.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 3.2.0 to 3.2.1.
- [Release notes](https://github.com/sphinx-doc/sphinx/releases)
- [Changelog](https://github.com/sphinx-doc/sphinx/blob/3.x/CHANGES)
- [Commits](https://github.com/sphinx-doc/sphinx/compare/v3.2.0...v3.2.1)

Signed-off-by: dependabot-preview[bot] &lt;support@dependabot.com&gt;</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>Merge pull request #1138 from RDFLib/dependabot/pip/sphinx-3.2.0</title>
<updated>2020-08-13T04:46:46+00:00</updated>
<author>
<name>Nicholas Car</name>
<email>nicholas.car@surroundaustralia.com</email>
</author>
<published>2020-08-13T04:46:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/rdflib.git/commit/?id=89cb369113a28a24d899e0a79123fd51fe6a8119'/>
<id>89cb369113a28a24d899e0a79123fd51fe6a8119</id>
<content type='text'>
Bump sphinx from 3.1.2 to 3.2.0</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Bump sphinx from 3.1.2 to 3.2.0</pre>
</div>
</content>
</entry>
<entry>
<title>Bump sphinx from 3.1.2 to 3.2.0</title>
<updated>2020-08-10T08:53:43+00:00</updated>
<author>
<name>dependabot-preview[bot]</name>
<email>27856297+dependabot-preview[bot]@users.noreply.github.com</email>
</author>
<published>2020-08-10T08:53:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/rdflib.git/commit/?id=831e9be0b10c4e62af70a8e261363f30fc14c911'/>
<id>831e9be0b10c4e62af70a8e261363f30fc14c911</id>
<content type='text'>
Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 3.1.2 to 3.2.0.
- [Release notes](https://github.com/sphinx-doc/sphinx/releases)
- [Changelog](https://github.com/sphinx-doc/sphinx/blob/3.x/CHANGES)
- [Commits](https://github.com/sphinx-doc/sphinx/compare/v3.1.2...v3.2.0)

Signed-off-by: dependabot-preview[bot] &lt;support@dependabot.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 3.1.2 to 3.2.0.
- [Release notes](https://github.com/sphinx-doc/sphinx/releases)
- [Changelog](https://github.com/sphinx-doc/sphinx/blob/3.x/CHANGES)
- [Commits](https://github.com/sphinx-doc/sphinx/compare/v3.1.2...v3.2.0)

Signed-off-by: dependabot-preview[bot] &lt;support@dependabot.com&gt;</pre>
</div>
</content>
</entry>
</feed>
