summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Added drone runner configtest_droneAshley Sommer2021-02-0515-36/+97
| | | | Fixed some test deprecations
* Merge pull request #1238 from white-gecko/feature/addTrigMimetypeAshley Sommer2021-02-051-16/+21
|\ | | | | Add trig mimetype
| * 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 config
| * | Move flake8 configNatanael Arndt2021-01-283-5/+6
| |/ | | | | | | | | | | | | remove .pep8 as we don't use it move the pep8 configuration to setup.cfg set line length to the default value of black, as we use black adjust travis configuration
* | Merge pull request #1240 from ↵Ashley Sommer2021-02-051-13/+15
|\ \ | | | | | | | | | | | | white-gecko/feature/updateSparqlTetsAsDBpediaWasUpdated Update SPARQL tests since the DBpedia was updated
| * | 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
|\ \ | |/ |/| fix foaf ClosedNamespace
| * remove test using a FOAF deprecated propfoaf_fixNicholas Car2020-12-291-5/+2
| | | | | | all FOAF properties are now in the ClosedNamespace, whether deprecated or not
| * fix foaf ClosedNamespaceNicholas Car2020-12-291-32/+59
| | | | | | ensured FOAF ClosedNamespace contains all FOAF classes & properties
* | Merge pull request #1221 from RDFLib/namespace-geosparqlNicholas Car2021-01-051-0/+45
|\ \ | | | | | | add GeoSPARQL ClosedNamespace
| * | 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 -> yield
| * docs: fix simple typo, yeild -> yieldTim Gates2020-12-311-1/+1
|/ | | | | | There is a small typo in rdflib/plugins/parsers/notation3.py. Should read `yield` rather than `yeild`.
* 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.1
| * Bump sphinx from 3.4.0 to 3.4.1dependabot/pip/sphinx-3.4.1dependabot-preview[bot]2020-12-281-1/+1
|/ | | | | | | | Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 3.4.0 to 3.4.1. - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/3.x/CHANGES) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v3.4.0...v3.4.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Merge pull request #1193 from FlorianLudwig/sparql-timezoneNicholas Car2020-12-282-3/+9
|\ | | | | do not use current time in sparql TIMEZONE
| * 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
|\ \ | | | | | | Reset graph on exit from context
| * | 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 usage of default-graph for POST and introduce POST_FORM
| * | | 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
|\ \ \ \ | | | | | | | | | | Changes to graph.serialize()
| * | | | remove decode() as now result is stringserialize1Nicholas Car2020-12-181-2/+2
| | | | |
| * | | | Serialize Changes:Ashley Sommer2020-10-0821-83/+82
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1) Change default format from 'xml' to 'turtle' 2) If destination is None and encoding is None, output a str, not bytes 3) Add a new convenience method to print the Graph contents (turtle by default) Lots of fixes in tests to adapt to these changes (serialize is used a lot to check graph state in tests). Blacked files which were involved in this change.
* | | | Merge pull request #1209 from blake-regalia/fix/rdf2dot-ampersand-escapeNicholas Car2020-12-271-1/+1
|\ \ \ \ | | | | | | | | | | rd2dot Escape HTML in node label and URI text
| * | | | fix: fixes #1208Blake Regalia2020-12-031-1/+1
| | |/ / | |/| |
* | | | Merge pull request #1203 from FlorianLudwig/retry_on_network_errorNicholas Car2020-12-273-19/+77
|\ \ \ \ | | | | | | | | | | tests: retry on network error (CI)
| * | | | 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 and rdflib.graph.Graph
| * | | | | Add documentation and type hints for rdflib.query.Result. Update ↵Edmond Chuc2020-12-082-7/+29
| | |/ / / | |/| | | | | | | | | | | | | documentation and type hints for rdflib.graph.Graph.
* | | | | Merge pull request #1218 from ROZBEH/rouzbeh/modify-docsNicholas Car2020-12-271-1/+1
|\ \ \ \ \ | | | | | | | | | | | | fix typo
| * | | | | fix typorozbeh2020-12-231-1/+1
| | | | | |
* | | | | | Merge pull request #1212 from ddeka2910/masterNicholas Car2020-12-271-0/+4
|\ \ \ \ \ \ | | | | | | | | | | | | | | Add architecture ppc64le to travis build
| * | | | | | 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.0
| * | | | | Bump sphinx from 3.3.1 to 3.4.0dependabot/pip/sphinx-3.4.0dependabot-preview[bot]2020-12-211-1/+1
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 3.3.1 to 3.4.0. - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/3.x/CHANGES) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v3.3.1...v3.4.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | | | | Merge pull request #1201 from RDFLib/dependabot/pip/sphinx-3.3.1Nicholas Car2020-12-181-1/+1
|\ \ \ \ \ | |/ / / / |/| | | | Bump sphinx from 3.2.1 to 3.3.1
| * | | | Bump sphinx from 3.2.1 to 3.3.1dependabot/pip/sphinx-3.3.1dependabot-preview[bot]2020-11-161-1/+1
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 3.2.1 to 3.3.1. - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/3.x/CHANGES) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v3.2.1...v3.3.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | | | Merge pull request #1191 from FlorianLudwig/random-cleanupNicholas Car2020-10-257-38/+22
|\ \ \ \ | |/ / / |/| | | small cleanups
| * | | cleanup properties and type checks in sparql.pyFlorian Ludwig2020-10-241-23/+14
| | | |
| * | | fix inconsistent quotesFlorian Ludwig2020-10-231-1/+1
| | | |
| * | | remove old bsddb lib usageFlorian Ludwig2020-10-231-7/+2
| | | | | | | | | | | | | | | | bsddb was in the python2 stdlib but has been removed in python 3.
| * | | small cleanupsFlorian Ludwig2020-10-234-7/+5
|/ / /
| | * Lazy store current time in sparql query contextFlorian Ludwig2020-10-241-2/+7
| | | | | | | | | | | | This improves performance when doing a lot of small queries.