summaryrefslogtreecommitdiff
path: root/rdflib/plugins/sparql/update.py
Commit message (Expand)AuthorAgeFilesLines
* fix: eliminate some mutable default arguments in SPARQL code (#2301)Charles Tapley Hoyt2023-04-071-2/+4
* docs: document avaiable security measures (#2270)Iwan Aucamp2023-03-161-0/+13
* feat: more type hints for `rdflib.plugins.sparql` (#2268)Iwan Aucamp2023-03-131-36/+66
* build(deps-dev): bump black from 22.12.0 to 23.1.0 (#2248)dependabot[bot]2023-03-111-3/+0
* style: fix/ignore flake8 errors in `rdflib/plugins/sparql/` (#1964)Iwan Aucamp2022-05-211-1/+1
* [pre-commit.ci] auto fixes from pre-commit.com hookspre-commit-ci[bot]2022-04-151-2/+2
* Fix for issue #272Graham Higgins2021-12-251-1/+1
* blacked all python filesNicholas Car2020-05-161-18/+19
* removal of all uses of package sixNicholas Car2020-05-161-6/+3
* a slightly opinionated autopep8 runGunnar Aastrand Grimnes2018-10-301-2/+2
* Fixed typoGunnar Aastrand Grimnes2017-11-031-1/+1
* removed most of the six import from py3compatGunnar Aastrand Grimnes2017-01-301-1/+1
* six: sparql engine: leftover iteritems, itervalues, text_typeJoern Hees2017-01-301-1/+1
* converted sparql engineGunnar Aastrand Grimnes2017-01-301-2/+4
* Fix initBindings in SPARQLGunnar Aastrand Grimnes2017-01-191-8/+4
* Dataset and graph_aware store fixesGunnar Aastrand Grimnes2013-07-291-3/+15
* autopep8Gunnar Aastrand Grimnes2013-04-301-4/+3
* sparql queries will stream results through generatorsGunnar Aastrand Grimnes2013-04-291-8/+10
* Immigrate rdflib-sparql (plus some prefiguring changes)Graham Higgins2013-03-211-0/+301