summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
|\ \ \
| * | | 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
| * | | | | Add link to 4.2.2 to 5.x upgrade docsFlorian Ludwig2020-09-081-1/+1
| * | | | | consistency for the RDFLib nameFlorian Ludwig2020-09-081-3/+3
| * | | | | fix python version compatibilityFlorian Ludwig2020-09-081-1/+3
| * | | | | replace autopep8 mention with blackFlorian Ludwig2020-09-081-1/+2
| * | | | | Add note about supported python versions to READMEFlorian Ludwig2020-09-081-0/+6
| * | | | | Link developer guide in READMEFlorian Ludwig2020-09-081-1/+4