Fixed bug where another prefix other than rdf was getting defined for the rdf namespace (causing an assertion to fail).
Fixed bug in serializer where nodeIDs were not valid NCNames.
2.0.3
Added missing "from __future__ import generators" statement to InformationStore.
Simplified RDF/XML serializer fixing a few bugs involving BNodes.
Added a reset method to RDF/XML parser.
Changed 'if foo' to "if foo is not None" in a few places in the RDF/XML parser.
Fully qualified imports in rdflib.syntax {parser, serializer}.
Context now goes through InformationStore (was bypassing it going directly to backend).
2.0.2
Improved performance of Identifier equality tests.
Added missing "from __future__ import generators" statements needed to run on Python2.2.
Added alternative to shlib.move() if it isn't present.
Fixed bug that occurred when specifying a backend to InformationStore's constructor.
Fixed bug recently introduced into InformationStore's remove method.
2.0.1
Fixed a bug in the SleepyCatBackend multi threaded concurrency support. (Tested fairly extensively under the following conditions: multi threaded, multi process, and both).
> NOTE: fix involved change to database format -- so 2.0.1 will not be
2.0.0
Fixed a few bugs in the SleepyCatBackend multi process concurrency support.
Removed rdflib.Resource
Changed remove to now take a triple pattern and removed remove_triples method.
Added __iadd__ method to Store in support of store += another_store.
1.8.5
----------------- - Improve/tests for development (131) - Changed. Be more strict on Accept Turtle header (137) - Migrated documentation from epydoc to sphinx and readthedocs