summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | Merge branch 'master' into sparql-speedupNicholas Car2020-12-2839-159/+276
| |\ \
| * | | optimize sparql.BindingsFlorian Ludwig2020-10-232-10/+30
* | | | Merge pull request #1070 from abhishekvickyvyas/masterNicholas Car2021-03-051-0/+3
|\ \ \ \ | |_|_|/ |/| | |
| * | | Pythonic codeing style changeNicholas Car2020-12-281-2/+3
| * | | issue_771_add_key_error_if_spacesAbhishek Vyas2020-05-261-0/+2
* | | | Merge pull request #1259 from RDFLib/dependabot/pip/sphinx-3.5.1Nicholas Car2021-02-241-1/+1
|\ \ \ \
| * | | | Bump sphinx from 3.5.0 to 3.5.1dependabot-preview[bot]2021-02-221-1/+1
|/ / / /
* | | | Merge pull request #1256 from RDFLib/dependabot/pip/sphinx-3.5.0Nicholas Car2021-02-171-1/+1
|\ \ \ \
| * | | | 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 #1254 from jpstroop/patch-1Nicholas Car2021-02-171-1/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Typo fixJon Stroop2021-02-121-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