summaryrefslogtreecommitdiff
path: root/rdflib/plugins
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | Merge pull request #1319 from rchateauneu/speedup_memory_storeNicholas Car2021-06-261-4/+2
| | |\ \ \ \
| | | * | | | Speedup __ctx_to_str.Remi Chateauneu2021-05-171-4/+2
| | | |/ / /
| | * | | | Add mypy to CI pipelines and fix errors it raisesIwan Aucamp2021-05-304-6/+8
| | |/ / /
| | * | | Don't sort variables in TXTResultSerializerIwan Aucamp2021-05-141-1/+1
| | * | | Merge pull request #1253 from jimmccusker/support_fully_qualified_queriesNicholas Car2021-05-121-1/+1
| | |\ \ \
| | | * | | Changed to support passing fully qualified queries through the graph and stor...Jim McCusker2021-02-111-1/+1
| * | | | | updated bsddb3 to berkeleydbNicholas Car2021-06-271-10/+30
| * | | | | Sleepycat -> BerkeleyDBname change; incomplete code updateNicholas Car2021-05-081-17/+17
| |/ / / /
| * | | | Merge pull request #1272 from white-gecko/feature/speedupN3Natanael Arndt2021-03-131-137/+151
| |\ \ \ \
| | * | | | Speedup tok.Remi Chateauneu2021-03-031-6/+5
| | * | | | Use set instead of string or list for set of charsNatanael Arndt2021-03-011-12/+12
| | * | | | Use lists instead of strings for set of charsNatanael Arndt2021-03-011-14/+15
| | * | | | Cleaner code.Remi Chateauneu2021-03-011-1/+1
| | * | | | Speedup.Remi Chateauneu2021-02-281-125/+139
| | |/ / /
| * | | | Merge pull request #1271 from rchateauneu/memory_onlyNatanael Arndt2021-03-091-9/+12
| |\ \ \ \
| | * | | | KeyError instead of IndexError.Primhill Computers2021-03-061-1/+1
| | * | | | correctly delete default triple context infoNatanael Arndt2021-03-051-1/+1
| | * | | | Speedup __add_triple_context.Remi Chateauneu2021-03-031-10/+13
| | |/ / /
| * | | | Merge pull request #1192 from FlorianLudwig/sparql-speedupNicholas Car2021-03-051-10/+11
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Merge branch 'master' into sparql-speedupNicholas Car2020-12-287-39/+43
| | |\ \ \
| | * | | | optimize sparql.BindingsFlorian Ludwig2020-10-231-10/+11
| | | |/ / | | |/| |
| * | | | docs: fix simple typo, yeild -> yieldTim Gates2020-12-311-1/+1
| | |/ / | |/| |
| * | | Merge branch 'master' into sparql-timezoneNicholas Car2020-12-277-36/+35
| |\ \ \
| | * \ \ Merge pull request #1206 from sa-bpelakh/graph-filter-queryNicholas Car2020-12-271-0/+3
| | |\ \ \
| | | * | | Reset graph on exit from contextBoris Pelakh2020-12-011-0/+3
| | | | |/ | | | |/|
| | * | | Merge pull request #1185 from white-gecko/fix_sparqlstore_postNicholas Car2020-12-271-4/+13
| | |\ \ \ | | | |/ / | | |/| |
| | | * | Fix typo in exception messageNatanael Arndt2020-10-081-1/+1
| | | * | Fix usage of default-graph for POST and introduce POST_FORMNatanael Arndt2020-10-081-4/+13
| | * | | cleanup properties and type checks in sparql.pyFlorian Ludwig2020-10-241-23/+14
| | * | | remove old bsddb lib usageFlorian Ludwig2020-10-231-7/+2
| | * | | small cleanupsFlorian Ludwig2020-10-233-4/+4
| | | |/ | | |/|
| * | | Lazy store current time in sparql query contextFlorian Ludwig2020-10-241-2/+7
| * | | Do not use current time in sparql TIMEZONEFlorian Ludwig2020-10-241-1/+1
| |/ /
| * | Remove the usage of assert in the SPARQLConnectorNatanael Arndt2020-10-081-2/+4
| |/
| * fixed SPARQLStore Graph().query() GET, with testsNicholas Car2020-10-062-9/+10
| * de-duplicate SPARQLStore injected PREFIXesNicholas Car2020-10-061-4/+1
| * removal of comments referring to requestsNicholas Car2020-10-031-4/+4
| * replace requests with urllib for SPARQLStore/SPARQLUpdateStore, update releva...Nicholas Car2020-10-032-61/+126
| * replace requests with urllibNicholas Car2020-10-031-8/+8
| * Merge pull request #1061 from Akash-Sharma-1/masterAshley Sommer2020-09-182-14/+140
| |\
| | * Merge branch 'master' into masterAshley Sommer2020-05-2741-2087/+2775
| | |\
| | * | Updated operators.pyAkash-Sharma-12020-05-231-2/+1
| | * | Updated operator.pyAkash-Sharma-12020-05-231-34/+35
| | * | Fix for issue #629 - Arithmetic Operations of DateTime for SPARQL QueriesAkash-Sharma-12020-05-232-14/+140
| * | | Fix n3 parser exceptions import (fixes all failing N3 tests)Ashley Sommer2020-09-181-1/+1
| * | | Change assert tests in the N3 parser constructor, to instead be if-raise stat...Ashley Sommer2020-09-181-6/+16
| * | | Merge pull request #1142 from Tpt/#1141Ashley Sommer2020-09-181-2/+3
| |\ \ \
| | * | | Makes sure that N3 parser generates unique blank node IDs when there is no fo...Tpt2020-08-141-1/+2
| | * | | N3 parser: do not create formulas if the Turtle mode is activatedTpt2020-08-141-1/+1
| * | | | Move to using graph.parse() rather than deprecated graph.load() for sparql gr...fix_deprecated_loadAshley Sommer2020-09-172-7/+11