summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* update SPARQLStore test due to Error type changeremove_requestsNicholas Car2020-10-071-1/+1
* fixed SPARQLStore Graph().query() GET, with testsNicholas Car2020-10-063-9/+34
* de-duplicate SPARQLStore injected PREFIXesNicholas Car2020-10-061-4/+1
* updated to support Python 3.6+ only (not 3.5)Nicholas Car2020-10-034-5/+4
* update CONTRIBUTORS with maintainers, update LICENSE to 2020Nicholas Car2020-10-032-1/+4
* update Fuseki versionNicholas Car2020-10-031-1/+1
* more requirements shuffling for TravisNicholas Car2020-10-034-4/+3
* apparently flake8 is needed in requirements.txtNicholas Car2020-10-032-1/+1
* re-adding flake8 for TravisNicholas Car2020-10-031-0/+1
* removed black as it's not a requirement (nor flake8)Nicholas Car2020-10-031-1/+0
* removal of comments referring to requestsNicholas Car2020-10-031-4/+4
* add nose to run tests, doctest-... moved from requirements.txtNicholas Car2020-10-031-0/+2
* replace requests with urllib for SPARQLStore/SPARQLUpdateStore, update releva...Nicholas Car2020-10-034-83/+163
* replace requests with urllibNicholas Car2020-10-031-8/+8
* removing flake8, requests, doctest-ignore-unicodeNicholas Car2020-10-031-3/+0
* Merge pull request #1172 from urbanmatthias/patch-1Ashley Sommer2020-10-021-2/+3
|\
| * Apply suggestions from code reviewMatthias Urban2020-10-011-2/+3
| * Fix serialize with multiple disks on windowsMatthias Urban2020-09-251-2/+2
|/
* Fix graphFormatGuess test for when one of the expected endpoints are downAshley Sommer2020-09-181-4/+14
* Merge pull request #1061 from Akash-Sharma-1/masterAshley Sommer2020-09-183-14/+359
|\
| * Merge branch 'master' into masterAshley Sommer2020-05-27195-6034/+7904
| |\
| * | Updated operators.pyAkash-Sharma-12020-05-231-2/+1
| * | Updated operator.pyAkash-Sharma-12020-05-231-34/+35
| * | Fix for issue #629 - Arithmetic Operations of DateTime for SPARQL QueriesAkash-Sharma-12020-05-233-14/+359
* | | Merge pull request #1054 from achaudhary997/fix1043Ashley Sommer2020-09-182-2/+34
|\ \ \
| * \ \ Merge branch 'master' into fix1043Ashley Sommer2020-09-18217-7012/+9435
| |\ \ \
| * | | | Removed the code which made XSD.Decimal prettyAnubhav Chaudhary2020-05-191-2/+0
| * | | | Fixes #1043.Anubhav Chaudhary2020-05-192-2/+35
| | |/ / | |/| |
* | | | Fix n3 parser exceptions import (fixes all failing N3 tests)Ashley Sommer2020-09-181-1/+1
| |/ / |/| |
* | | Change test_issue_1141 to use data=file rather than BytesIO.Ashley Sommer2020-09-181-5/+20
* | | re-run black on parser.py after recent pull-request merges.Ashley Sommer2020-09-181-11/+5
* | | Change assert tests in the N3 parser constructor, to instead be if-raise stat...Ashley Sommer2020-09-181-6/+16
* | | add a missed Black fileAshley Sommer2020-09-181-2/+3
* | | Fix test for issue1141 after the PR was merged.Ashley Sommer2020-09-181-5/+19
* | | Merge pull request #1142 from Tpt/#1141Ashley Sommer2020-09-182-2/+30
|\ \ \
| * | | Makes sure that N3 parser generates unique blank node IDs when there is no fo...Tpt2020-08-141-1/+2
| * | | Adds a unit test to ensure #1141 is properly fixedTpt2020-08-141-0/+27
| * | | N3 parser: do not create formulas if the Turtle mode is activatedTpt2020-08-141-1/+1
* | | | Merge pull request #1167 from RDFLib/fix_deprecated_loadNicholas Car2020-09-172-7/+11
|\ \ \ \
| * | | | Move to using graph.parse() rather than deprecated graph.load() for sparql gr...fix_deprecated_loadAshley Sommer2020-09-172-7/+11
* | | | | Merge pull request #1162 from FlorianLudwig/serialize-docAshley Sommer2020-09-172-3/+16
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Loading and saving RDF docs only cover loadingFlorian Ludwig2020-09-111-0/+12
| * | | | fix Graph.serialize docFlorian Ludwig2020-09-111-3/+4
* | | | | Merge pull request #1163 from anatoly-scherbakov/issue-1160-missing-url-fragmentNicholas Car2020-09-173-24/+99
|\ \ \ \ \
| * | | | | #1160 removed .defrag() and added a testAnatoly Scherbakov2020-09-123-14/+74
| * | | | | #1160 create_input_source() conflicting arguments and a test for themAnatoly Scherbakov2020-09-082-12/+27
* | | | | | Merge pull request #1156 from FlorianLudwig/cleanup_initAshley Sommer2020-09-172-35/+5
|\ \ \ \ \ \
| * | | | | | remove import side-effectsFlorian Ludwig2020-08-312-35/+5
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #1161 from FlorianLudwig/docs-updateNicholas Car2020-09-094-18/+23
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Fix minor typosNatanael Arndt2020-09-092-2/+2