summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* removed "from builtins import input" as not neededkill-Py2Nicholas Car2020-05-181-1/+0
|
* changes for flake8Nicholas Car2020-05-1735-250/+216
|
* moreged changes to namespace.pyNicholas Car2020-05-161-3/+0
|
* Merge branch 'master' into kill-Py2Nicholas Car2020-05-162-38/+49
|\ | | | | | | | | # Conflicts: # rdflib/namespace.py
| * Merge pull request #1000 from RDFLib/namespaces_allNicholas Car2020-05-162-118/+310
| |\ | | | | | | Namespaces improvements
| | * Merge branch 'master' into namespaces_allnamespaces_allNicholas Car2020-05-0516-24/+302
| | |\
| | * \ Merge branch 'master' into namespaces_allNicholas Car2020-04-2240-775/+917
| | |\ \
| | * | | blacked __init__ & namespaceNicholas Car2020-04-102-142/+372
| | | | |
| | * | | namespace declaration reorder, added QB, small PEP8 improvementsNicholas Car2020-04-102-25/+30
| | | | |
* | | | | blacked all python filesNicholas Car2020-05-16186-5526/+7386
| | | | |
* | | | | removal of all uses of package sixNicholas Car2020-05-1674-574/+368
|/ / / /
* | | | Merge pull request #1041 from dwinston/add-service-clause-to-docsNicholas Car2020-05-123-1/+45
|\ \ \ \ | | | | | | | | | | Add SERVICE clause to documentation
| * | | | Add SERVICE usage example to SPARQL intro pageDonny Winston2020-05-061-0/+29
| | | | |
| * | | | Support SERVICE case-insensitivelyDonny Winston2020-05-062-1/+16
| | |_|/ | |/| |
* | | | Merge pull request #1038 from t0b3/patch2Nicholas Car2020-05-061-1/+1
|\ \ \ \ | |/ / / |/| | | add test with ubuntu 20.04
| * | | add test with ubuntu 20.04t0b32020-05-051-1/+1
|/ / / | | | | | | | | | Signed-off-by: t0b3 <thomas.bettler@gmail.com>
* | | Merge pull request #1037 from RDFLib/improved-logoNatanael Arndt2020-05-056-2/+49
|\ \ \ | | | | | | | | Improved logo
| * | | simplify MarkdownNicholas Car2020-05-051-1/+1
| | | |
| * | | updated RDFlib logo image filesNicholas Car2020-05-056-2/+49
|/ / /
* | | Merge pull request #1036 from white-gecko/feature/testrequirementsNicholas Car2020-05-031-1/+1
|\ \ \ | | | | | | | | Add requests to the tests_requirements
| * | | Add requests to the tests_requirements. Fix #1035. Follow up fro #1022.Natanael Arndt2020-05-031-1/+1
|/ / /
* | | Merge pull request #931 from mwatts15/357-batch-add-graphNicholas Car2020-05-032-0/+157
|\ \ \ | | | | | | | | Adding a wrapper for batching add() calls to a Graph
| * \ \ Merge branch 'master' into 357-batch-add-graphNatanael Arndt2020-05-0290-2894/+2681
| |\ \ \
| * | | | Replacing use of generic mocks in BatchAddGraph testMark Watts2020-03-211-17/+9
| | | | | | | | | | | | | | | | | | | | - unittest.mock is not available in Python 2.7
| * | | | Adding support for batching calls to addNMark Watts2020-03-202-23/+55
| | | | |
| * | | | Passing testsMark Watts2020-03-203-46/+63
| | | | | | | | | | | | | | | | | | | | - Also, fixing batching
| * | | | Adding stubs for BatchAddGraph unit testsMark Watts2020-03-161-0/+38
| | | | |
| * | | | Adding a wrapper for batching add() calls to a GraphMark Watts2020-03-162-1/+79
| | | | | | | | | | | | | | | | | | | | - Should address RDFLib/rdflib#357
* | | | | 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 given
| * | | | | Set update endpoint similar to query endpoint for sparqlstore if only one is ↵Natanael Arndt2020-05-021-5/+3
| | | | | | | | | | | | | | | | | | | | | | | | given
* | | | | | Merge pull request #1034 from t0b3/patch-1Natanael Arndt2020-05-021-1/+1
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | fix shebang typo
| * | | | | fix shebang typot0b32020-05-021-1/+1
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: t0b3 <thomas.bettler@gmail.com>
* | | | | Merge pull request #1022 from NoutieH/feature/add_content_type_to_request_headerNatanael Arndt2020-05-022-2/+82
|\ \ \ \ \ | |/ / / / |/| | | | Add the content type 'application/sparql-update' when preparing a SPARQL update request
| * | | | Add test for Content-Type: application/sparql-updateNatanael Arndt2020-05-021-1/+77
| | | | |
| * | | | 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 ↵Arnoud Hilhorst2020-04-241-1/+4
| | |_|/ | |/| | | | | | | | | | before sending the update query to a the SPARQL update endpoint
* | | | Merge pull request #1024 from RDFLib/dependabot/pip/sphinx-3.0.3Nicholas Car2020-05-011-1/+1
|\ \ \ \ | | | | | | | | | | Bump sphinx from 3.0.2 to 3.0.3
| * | | | Bump sphinx from 3.0.2 to 3.0.3dependabot/pip/sphinx-3.0.3dependabot-preview[bot]2020-04-271-1/+1
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 3.0.2 to 3.0.3. - [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.0.2...v3.0.3) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | | | Merge pull request #1030 from enricobacis/patch-1Natanael Arndt2020-04-301-1/+1
|\ \ \ \ | | | | | | | | | | Fix typo in README.md
| * | | | Fix typo in README.mdEnrico Bacis2020-04-301-1/+1
|/ / / / | | | | | | | | `work` -> `for`.
* | | | Merge pull request #1023 from t0b3/patch-1Nicholas Car2020-04-304-12/+8
|\ \ \ \ | |/ / / |/| | | add Python 3.8
| * | | add python 3.8, drop python 2 and 3.4t0b32020-04-264-12/+8
|/ / / | | | | | | | | | | | | | | | Closes: https://github.com/RDFLib/rdflib/issues/1014 Signed-off-by: t0b3 <thomas.bettler@gmail.com>
* | | Merge pull request #1016 from RDFLib/dependabot/pip/sphinx-3.0.2Nicholas Car2020-04-202-2/+2
|\ \ \ | | | | | | | | Bump sphinx from 2.4.4 to 3.0.2
| * | | Bump sphinx from 2.4.4 to 3.0.2dependabot/pip/sphinx-3.0.2dependabot-preview[bot]2020-04-202-2/+2
|/ / / | | | | | | | | | | | | | | | | | | | | | Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 2.4.4 to 3.0.2. - [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/v2.4.4...v3.0.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | | force sphinx version for readthedocs5.0.0Nicholas Car2020-04-181-1/+3
| | |
* | | upgrading required Sphinx for readthedocsNicholas Car2020-04-181-1/+1
| | |
* | | __init__ __version__ -> 5.0.0Nicholas Car2020-04-181-32/+75
| | |
* | | update CHANGELOG & README for 5.0.0 releaseNicholas Car2020-04-182-37/+136
| | |