summaryrefslogtreecommitdiff
path: root/rdflib/plugins
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1145 from ashleysommer/fix_1144Nicholas Car2020-08-235-84/+87
|\
| * Merged two Ntriples parser filesAshley Sommer2020-08-195-84/+87
* | More Black formatting changesAshley Sommer2020-08-193-53/+56
|/
* Adding some docs for bnode_context in N-Quads (#980)Mark Watts2020-05-313-6/+16
* Adding bnode_context option to NT and NQuads parsers (#980)Mark Watts2020-05-313-26/+30
* Adding docs for bnode_context arguments (#980)Mark Watts2020-05-311-1/+13
* Supporting bnode_context for each call to parse (#980)Mark Watts2020-05-311-5/+11
* Making ntriples parser BNode context per-instance (#980)Mark Watts2020-05-311-2/+5
* Merge branch 'master' into issue-910Nicholas Car2020-05-2541-2094/+2815
|\
| * 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
| |/
* | Update evaluate.py to fix issue 910Kushagr Arora2020-05-211-2/+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
| |/ /