summaryrefslogtreecommitdiff
path: root/rdflib/plugins
Commit message (Expand)AuthorAgeFilesLines
* changes for flake8Nicholas Car2020-05-1723-171/+148
* blacked all python filesNicholas Car2020-05-1641-1879/+2638
* removal of all uses of package sixNicholas Car2020-05-1626-168/+118
* Support SERVICE case-insensitivelyDonny Winston2020-05-061-1/+1
* Merge pull request #1033 from white-gecko/feature/sparqlstoreNicholas Car2020-05-031-5/+3
|\
| * Set update endpoint similar to query endpoint for sparqlstore if only one is ...Natanael Arndt2020-05-021-5/+3
* | headers only set for SPARQL query() POSTNicholas Car2020-04-281-4/+2
* | align query() & updte() orderNicholas Car2020-04-261-4/+6
* | adding sparql-query to sparqlconnector.py query()Nicholas Car2020-04-261-3/+4
* | Add the content type 'application/sparql-update' to the POST request header b...Arnoud Hilhorst2020-04-241-1/+4
|/
* RF: Simplify exponent regex by separating mantissa from exponentChris Markiewicz2020-04-171-3/+1
* Update rdflib/plugins/parsers/notation3.pyNatanael Arndt2020-04-171-2/+2
* Fix exponent syntax with leading dot.Natanael Arndt2020-04-171-1/+1
* Merge pull request #1005 from RDFLib/issue_1003Nicholas Car2020-04-174-5/+37
|\
| * Let argument of serialize method overwrite graph settingsNatanael Arndt2020-04-174-15/+24
| * inverted precedence of base: graph wins over adding base to serialize(). Adde...issue_1003Nicholas Car2020-04-164-7/+25
| * improved handling of base, including at Graph() initNicholas Car2020-04-161-1/+6
* | FIX: Change is comparison to == for tupleChris Markiewicz2020-04-161-1/+1
* | Default to initBindings when resolving FrozenBindingsBoris Pelakh2020-04-141-1/+4
|/
* Merge pull request #974 from nicholascar/Issue-920-reduxNatanael Arndt2020-03-161-1/+1
|\
| * Issue 920 fixes as per Issue desc, + testNicholas Car2020-03-161-1/+1
* | Merge pull request #914 from tgbugs/keep-prefixesNicholas Car2020-03-161-0/+10
|\ \
| * | allow roundtripping of specific prefixesTom Gillespie2019-05-301-3/+8
| * | added a class level option to roundtrip prefixesTom Gillespie2019-05-161-2/+4
| * | Revert "Not adding all namespaces for n3 serializer"Tom Gillespie2019-05-161-0/+3
* | | namespace.py serializers/rdfxml.py stric qnamesTom Gillespie2020-03-122-4/+4
| |/ |/|
* | Revert "Merge pull request #905 from sleak-lbl/sleak/hotfix/namespace-binds"Ashley Sommer2020-03-122-7/+1
* | Merge pull request #959 from tmsincomb/masterNicholas Car2020-03-121-1/+1
|\ \
| * | moved to proper placeTroy Sincomb2020-02-121-1/+1
| * | Moved backwards compatability changes to rdflib/compat.pyTroy Sincomb2020-02-121-1/+1
* | | Merge pull request #943 from JervenBolleman/federate2019Nicholas Car2020-03-123-6/+89
|\ \ \
| * | | We should ask for reduced bindings from the remote endpoint by default, to re...Jerven bolleman2019-12-111-1/+1
| * | | Working on making it python 2.7 compatibleJerven bolleman2019-12-111-1/+2
| * | | Queries that use the simple service call without a nested select failed to ex...Jerven bolleman2019-12-111-9/+23
| * | | String concat of the VALUES with the prebound values much nicerJerven bolleman2019-12-021-10/+3
| * | | Test did not generate second values clause becuase we hit the limit already.Jerven bolleman2019-12-021-6/+5
| * | | Starting work on binding in existing solutions sets into the federated query ...Jerven bolleman2019-12-021-20/+45
| * | | Improve the test case and the results parsingJerven bolleman2019-12-021-10/+19
| * | | Have a working example, where the results are bound and return a result.Jerven bolleman2019-12-021-5/+17
| * | | run service querymarqh2019-12-023-5/+35
| |/ /
* | | Merge pull request #951 from LEW21/container-membership-propertiesNicholas Car2020-03-121-2/+2
|\ \ \
| * | | Fix next_li() to use RDF._{li} instead of RDF.{li}.Linus Lewandowski2020-01-081-2/+2
| |/ /
* | | Merge pull request #890 from white-gecko/feature/FixBlankLabelInNTriplesParserNicholas Car2020-03-101-1/+1
|\ \ \
| * | | Replace the last start by a ?Natanael Arndt2019-01-081-1/+1
| * | | Add more ASCII chars as specified for bnode labelsNatanael Arndt2019-01-021-1/+1
| | |/ | |/|
* | | Merge pull request #905 from sleak-lbl/sleak/hotfix/namespace-bindsNicholas Car2020-03-092-1/+7
|\ \ \
| * | | Remove previous prefix when calling bindSteve Leak2019-03-282-1/+7
| |/ /
* | | Merge pull request #875 from AxelNennker/masterNicholas Car2020-03-091-1/+1
|\ \ \
| * | | extend subjects instead of adding members individualyAxel Nennker2018-11-101-1/+1
| * | | assign members to subjects instead of adding each member individuallyAxel Nennker2018-11-091-1/+1
| |/ /