summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump sphinx from 3.4.1 to 3.5.0dependabot/pip/sphinx-3.5.0dependabot-preview[bot]2021-02-151-1/+1
* Merge pull request #1237 from JaimieMurdock/Namespace.__contains__Ashley Sommer2021-02-092-6/+37
|\
| * Namespace fixJaimie Murdock2021-02-021-2/+1
| * adding {ClosedNamespace,NamespaceManager,_RDFNamespace}.__contains__() and testsJaimie Murdock2021-01-282-7/+32
| * Adding Namespace.__contains__()Jaimie Murdock2021-01-271-1/+8
* | Merge pull request #1247 from RDFLib/drone_configNatanael Arndt2021-02-051-0/+60
|\ \
| * | Add a Drone config file.Ashley Sommer2021-02-051-0/+60
|/ /
* | Merge pull request #1234 from tombaker/tombaker-patch-1Natanael Arndt2021-02-051-0/+2
|\ \
| * | Add sentence on names not valid as Python IDs.tombaker2021-01-231-0/+2
| |/
* | Merge pull request #1238 from white-gecko/feature/addTrigMimetypeAshley Sommer2021-02-051-16/+21
|\ \
| * | Reorder plugins and add commentsNatanael Arndt2021-01-281-19/+20
| * | Fix #1236. Add TriG mimetype for registering Parsers and Serializers.Natanael Arndt2021-01-281-0/+4
| |/
* | Merge pull request #1239 from white-gecko/feature/pep8configAshley Sommer2021-02-053-5/+6
|\ \
| * | Move flake8 configNatanael Arndt2021-01-283-5/+6
| |/
* | Merge pull request #1240 from white-gecko/feature/updateSparqlTetsAsDBpediaWa...Ashley Sommer2021-02-051-13/+15
|\ \
| * | Update SPARQL tests since the DBpedia was updatedNatanael Arndt2021-01-281-13/+15
| |/
* | Merge pull request #1220 from RDFLib/foaf_fixNatanael Arndt2021-01-282-37/+61
|\ \ | |/ |/|
| * remove test using a FOAF deprecated propfoaf_fixNicholas Car2020-12-291-5/+2
| * fix foaf ClosedNamespaceNicholas Car2020-12-291-32/+59
* | Merge pull request #1221 from RDFLib/namespace-geosparqlNicholas Car2021-01-051-0/+45
|\ \
| * | add GeoSPARQL ClosedNamespacenamespace-geosparqlNicholas Car2020-12-291-0/+45
| |/
* | Merge pull request #1223 from timgates42/bugfix_typo_yieldNicholas Car2021-01-051-1/+1
|\ \ | |/ |/|
| * docs: fix simple typo, yeild -> yieldTim Gates2020-12-311-1/+1
|/
* Merge pull request #1219 from RDFLib/dependabot/pip/sphinx-3.4.1Nicholas Car2020-12-291-1/+1
|\
| * Bump sphinx from 3.4.0 to 3.4.1dependabot/pip/sphinx-3.4.1dependabot-preview[bot]2020-12-281-1/+1
|/
* Merge pull request #1193 from FlorianLudwig/sparql-timezoneNicholas Car2020-12-282-3/+9
|\
| * Merge branch 'master' into sparql-timezoneNicholas Car2020-12-2739-155/+267
| |\ | |/ |/|
* | Merge pull request #1206 from sa-bpelakh/graph-filter-queryNicholas Car2020-12-272-1/+36
|\ \
| * | slightly more standard Turtle & SPARQL syntaxNicholas Car2020-12-271-10/+10
| * | Reset graph on exit from contextBoris Pelakh2020-12-012-1/+36
* | | 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
* | | | Merge pull request #1183 from RDFLib/serialize1Nicholas Car2020-12-2722-85/+84
|\ \ \ \
| * | | | remove decode() as now result is stringserialize1Nicholas Car2020-12-181-2/+2
| * | | | Serialize Changes:Ashley Sommer2020-10-0821-83/+82
| |/ / /
* | | | Merge pull request #1209 from blake-regalia/fix/rdf2dot-ampersand-escapeNicholas Car2020-12-271-1/+1
|\ \ \ \
| * | | | fix: fixes #1208Blake Regalia2020-12-031-1/+1
| | |/ / | |/| |
* | | | Merge pull request #1203 from FlorianLudwig/retry_on_network_errorNicholas Car2020-12-273-19/+77
|\ \ \ \
| * | | | document reason for backoff in retryFlorian Ludwig2020-12-191-4/+32
| * | | | also use retry in sparqlstore testsFlorian Ludwig2020-11-213-38/+48
| * | | | retry on network errorFlorian Ludwig2020-11-211-7/+27
* | | | | Merge pull request #1211 from edmondchuc/feat/sparql-result-serializer-docsNicholas Car2020-12-272-7/+29
|\ \ \ \ \
| * | | | | Add documentation and type hints for rdflib.query.Result. Update documentatio...Edmond Chuc2020-12-082-7/+29
| | |/ / / | |/| | |
* | | | | Merge pull request #1218 from ROZBEH/rouzbeh/modify-docsNicholas Car2020-12-271-1/+1
|\ \ \ \ \
| * | | | | fix typorozbeh2020-12-231-1/+1
* | | | | | Merge pull request #1212 from ddeka2910/masterNicholas Car2020-12-271-0/+4
|\ \ \ \ \ \
| * | | | | | Add architecture ppc64le to travis buildDebabrata Deka2020-12-101-0/+4
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #1217 from RDFLib/dependabot/pip/sphinx-3.4.0Nicholas Car2020-12-271-1/+1
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Bump sphinx from 3.3.1 to 3.4.0dependabot/pip/sphinx-3.4.0dependabot-preview[bot]2020-12-211-1/+1
|/ / / / /