summaryrefslogtreecommitdiff
path: root/rdflib/store.py
Commit message (Expand)AuthorAgeFilesLines
* Fix typos discovered by codespellChristian Clauss2021-10-141-2/+2
* Make Store.namespaces an empty generator (#1432)Iwan Aucamp2021-10-111-0/+5
* Fix mypy type errors and add mypy to .drone.ymlIwan Aucamp2021-09-101-2/+0
* blacked everything6.0.0Nicholas Car2021-07-201-1/+1
* 2to3 whole sourcebaset0b32020-06-221-4/+0
* blacked all python filesNicholas Car2020-05-161-32/+37
* removal of all uses of package sixNicholas Car2020-05-161-5/+5
* DOC: Fix some warningsChris Markiewicz2020-04-161-2/+2
* a slightly opinionated autopep8 runGunnar Aastrand Grimnes2018-10-301-8/+8
* removed most of the six import from py3compatGunnar Aastrand Grimnes2017-01-301-2/+2
* six: store.py: headers, pickle, exceptions, method sig tuple assignmentsJoern Hees2017-01-301-12/+17
* "Fix" for issue #296, GraphValue has no articulated role and no apparent use.Graham Higgins2013-11-091-2/+1
* make NodePickler picklableGerhard Weis2013-08-161-3/+17
* Cleaning up Dataset class, adding graph tracking to store API, asGunnar Aastrand Grimnes2013-07-291-4/+31
* minor cleanupgromgull2013-06-201-1/+1
* added plugin infrastructure for sparql-update plugins and a graph.update methodGunnar Aastrand Grimnes2013-05-021-0/+18
* autopep8Gunnar Aastrand Grimnes2013-04-301-4/+4
* Conform to PEP8Graham Higgins2013-02-071-11/+11
* apply autopep8 standards.Graham Higgins2013-01-111-62/+92
* Fix store.query interface.gromgull2012-10-101-1/+9
* Revert 'bugfixes'. Make correction to typo instead.Graham Higgins2012-10-011-1/+1
* two bugfixesGraham Higgins2012-09-291-3/+3
* use addN for iadd - fixes #181Gunnar Aastrand Grimnes2012-07-211-0/+7
* Minor docs tweakGraham Higgins2012-03-081-26/+21
* Uncomment __all__, tests do all passGraham Higgins2012-01-161-1/+1
* __all__ together nowGraham Higgins2012-01-141-0/+2
* Small Python 3 compatibility fixes, mainly around StringIOThomas Kluyver2011-11-121-3/+6
* Changes so rdflib can be imported after installation in Python 3.Thomas Kluyver2011-11-121-1/+2
* Update issue 129gromgull2011-01-281-1/+1
* Tweaking docstrings, some PEP8ing.gjhiggins2010-08-061-18/+29
* Update issue 120eikeon2010-02-131-0/+274