summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump sphinx from 3.2.1 to 3.3.0dependabot/pip/sphinx-3.3.0dependabot-preview[bot]2020-11-091-1/+1
* Merge pull request #1191 from FlorianLudwig/random-cleanupNicholas Car2020-10-257-38/+22
|\
| * 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
| * small cleanupsFlorian Ludwig2020-10-234-7/+5
|/
* Merge pull request #1186 from white-gecko/avoid_using_assert_in_sparqlconnectorNicholas Car2020-10-091-2/+4
|\
| * Remove the usage of assert in the SPARQLConnectorNatanael Arndt2020-10-081-2/+4
|/
* Merge pull request #1175 from RDFLib/remove_requestsAshley Sommer2020-10-0814-122/+224
|\
| * 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 #1180 from AnjoMan/support-parsing-pathlike-objectNicholas Car2020-10-082-0/+29
|\ \
| * | Support parsing paths specified with pathlibAnton Lodder2020-10-072-0/+29
| |/
* | Merge pull request #1177 from jbmchuck/masterNicholas Car2020-10-081-1/+4
|\ \ | |/ |/|
| * about 2x fastJon Michaelchuck2020-10-031-2/+2
| * This is faster and more legible. Removed the ord(c) check as it is effectivel...Jon Michaelchuck2020-10-031-1/+4
| * URI Validation Performance ImprovementsJon Michaelchuck2020-10-031-1/+1
|/
* 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
|\ \ \