summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into namespaces_allnamespaces_allNicholas Car2020-05-0516-24/+302
|\
| * Merge pull request #1037 from RDFLib/improved-logoNatanael Arndt2020-05-056-2/+49
| |\
| | * 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. 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
| |\
| | * 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
| | * | Adding support for batching calls to addNMark Watts2020-03-202-23/+55
| | * | Passing testsMark Watts2020-03-203-46/+63
| | * | 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
| * | | 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 ...Natanael Arndt2020-05-021-5/+3
| * | | | Merge pull request #1034 from t0b3/patch-1Natanael Arndt2020-05-021-1/+1
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | fix shebang typot0b32020-05-021-1/+1
| |/ / /
| * | | Merge pull request #1022 from NoutieH/feature/add_content_type_to_request_headerNatanael Arndt2020-05-022-2/+82
| |\ \ \ | | |/ / | |/| |
| | * | 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 b...Arnoud Hilhorst2020-04-241-1/+4
| * | | 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.3dependabot/pip/sphinx-3.0.3dependabot-preview[bot]2020-04-271-1/+1
| | |/ /
| * | | Merge pull request #1030 from enricobacis/patch-1Natanael Arndt2020-04-301-1/+1
| |\ \ \
| | * | | Fix typo in README.mdEnrico Bacis2020-04-301-1/+1
| |/ / /
| * | | Merge pull request #1023 from t0b3/patch-1Nicholas Car2020-04-304-12/+8
| |\ \ \ | | |/ / | |/| |
| | * | add python 3.8, drop python 2 and 3.4t0b32020-04-264-12/+8
| |/ /
* | | Merge branch 'master' into namespaces_allNicholas Car2020-04-2240-775/+917
|\ \ \ | |/ /
| * | 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.2dependabot/pip/sphinx-3.0.2dependabot-preview[bot]2020-04-202-2/+2
| |/ /
| * | 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
| * | HTML doc logo fixNicholas Car2020-04-182-1/+4
| * | Merge pull request #1012 from white-gecko/feature/fixN3ExponentNicholas Car2020-04-183-5/+49
| |\ \
| | * | Fix for python 2.7Natanael Arndt2020-04-171-2/+2
| | * | Merge pull request #1 from effigies/test/exponent_regex_testsNatanael Arndt2020-04-173-5/+24
| | |\ \
| | | * | MNT: Update test requirementsChris Markiewicz2020-04-171-1/+2
| | | * | RF: Simplify exponent regex by separating mantissa from exponentChris Markiewicz2020-04-171-3/+1
| | | * | TEST: Stress test exponent regexChris Markiewicz2020-04-171-1/+21
| | |/ /
| | * | Update rdflib/plugins/parsers/notation3.pyNatanael Arndt2020-04-171-2/+2
| | * | Fix exponent syntax with leading dot.Natanael Arndt2020-04-171-1/+1
| | * | Add test for exponent floats with leading dotNatanael Arndt2020-04-171-0/+25
| |/ /
| * | Merge pull request #1005 from RDFLib/issue_1003Nicholas Car2020-04-178-23/+176
| |\ \
| | * | Let argument of serialize method overwrite graph settingsNatanael Arndt2020-04-176-30/+39
| | * | inverted precedence of base: graph wins over adding base to serialize(). Adde...issue_1003Nicholas Car2020-04-166-34/+114
| | * | Merge remote-tracking branch 'origin/issue_1003' into issue_1003Nicholas Car2020-04-160-0/+0
| | |\ \