summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump sphinx from 4.3.2 to 4.4.0dependabot/pip/sphinx-4.4.0dependabot[bot]2022-01-171-1/+1
* Merge pull request #1651 from aucampia/iwana-20211230T2020-code_of_conductNicholas Car2022-01-155-1/+137
|\
| * Add Contributor Covenant Code of ConductIwan Aucamp2022-01-085-1/+137
* | Merge pull request #1659 from gtfierro/fix-issue-1492Nicholas Car2022-01-152-7/+16
|\ \
| * | fix testGabe Fierro2022-01-131-1/+1
| * | use simplified implementation of function; change test name to be more descri...Gabe Fierro2022-01-132-5/+11
| * | make unregister_custom_function idempotent by raising warning, not exceptionGabe Fierro2022-01-102-3/+6
* | | Merge pull request #1667 from aucampia/iwana-20220114T2226-fix_importNicholas Car2022-01-151-1/+1
|\ \ \
| * | | Eliminate star importIwan Aucamp2022-01-141-1/+1
* | | | Merge pull request #1656 from RDFLib/roundtrip_hextNicholas Car2022-01-155-12/+153
|\ \ \ \ | |/ / / |/| | |
| * | | Update rdflib/plugins/parsers/hext.pyNicholas Car2022-01-151-1/+1
| * | | Merge pull request #1657 from aucampia/iwana-20220109T1436-roundtrip_hext_fixesroundtrip_hextNicholas Car2022-01-100-0/+0
| |\ \ \
| | * | | One typing fix and removal of redundant castsIwan Aucamp2022-01-092-10/+7
| * | | | Update rdflib/plugins/parsers/hext.pyNicholas Car2022-01-101-1/+1
| * | | | Update rdflib/plugins/serializers/hext.pyNicholas Car2022-01-101-1/+1
| * | | | Update rdflib/plugins/parsers/hext.pyNicholas Car2022-01-101-3/+1
| * | | | Update rdflib/plugins/parsers/hext.pyNicholas Car2022-01-101-3/+1
| * | | | Update rdflib/plugins/parsers/hext.pyNicholas Car2022-01-101-1/+1
| * | | | Update rdflib/plugins/parsers/hext.pyNicholas Car2022-01-101-1/+1
| * | | | Update rdflib/plugins/serializers/hext.pyNicholas Car2022-01-101-0/+1
| |/ / /
| * | | allow hext to participate in RDF format roundtrippingnicholascar2022-01-095-16/+160
| | |/ | |/|
* | | Merge pull request #1660 from aucampia/iwana-20220110T2208-remove_narrowNicholas Car2022-01-132-36/+0
|\ \ \
| * | | Delete test_wide_python.pyNicholas Car2022-01-111-13/+0
| * | | Remove narrow build detectionIwan Aucamp2022-01-101-23/+0
|/ / /
* | | Merge pull request #1647 from gjhiggins/conjunctive-graph-operators-testNicholas Car2022-01-102-0/+144
|\ \ \
| * | | Update test/test_conjunctivegraph_operator_combinations.py Graham Higgins2022-01-061-10/+10
| * | | add test of ConjunctiveGraph operators, clarify the situation w.r.t issue #225Graham Higgins2022-01-062-0/+144
* | | | Merge pull request #1653 from aucampia/iwana-20220108T1650-nquads_suffixNicholas Car2022-01-102-0/+3
|\ \ \ \ | |_|_|/ |/| | |
| * | | Add tests for nquads suffixIwan Aucamp2022-01-081-0/+2
| * | | add nquads to recognised file extensionsGraham Higgins2022-01-081-0/+1
| | |/ | |/|
* | | Merge pull request #1652 from aucampia/iwana-20220108T1634-dont_change_suffix...Nicholas Car2022-01-101-11/+0
|\ \ \
| * | | Don't update `SUFFIX_FORMAT_MAP` in `plugins/parsers/jsonld.py`Iwan Aucamp2022-01-081-11/+0
| |/ /
* | | Merge pull request #1654 from gjhiggins/change-tests-to-use-urn-exampleNicholas Car2022-01-107-79/+79
|\ \ \ | |/ / |/| |
| * | change tests to use urn:exampleGraham Higgins2022-01-087-79/+79
|/ /
* | fix typos in READMEnicholascar2022-01-071-3/+3
|/
* Merge pull request #1645 from GreenfishK/translate_algebra_testsNicholas Car2022-01-066-8/+53
|\
| * Update rdflib/plugins/sparql/algebra.py Filip Kovacevic2022-01-061-1/+0
| * Update rdflib/plugins/sparql/algebra.py Filip Kovacevic2022-01-061-1/+0
| * Update rdflib/plugins/sparql/algebra.py Filip Kovacevic2022-01-061-1/+0
| * Update tox.ini Filip Kovacevic2022-01-061-2/+2
| * added dict as type identifier. This seems to raise no warnings in PyCharmFilip Kovacevic2022-01-041-1/+1
| * algebra.py: there were problems with type identifiers and defaultdict. elemen...Filip Kovacevic2022-01-032-9/+8
| * tox.ini: removed pytest section as it might not resonate well with the valida...Filip Kovacevic2022-01-031-5/+5
| * algebra.py: fixed another issue with Builtin_SUBSTR by replacing node.arg.n3(...Filip Kovacevic2022-01-032-8/+15
| * algebra.py: bugfixes for SUBSTR and CONCATFilip Kovacevic2022-01-034-5/+23
| * added three testsFilip Kovacevic2022-01-034-1/+25
* | Merge pull request #1629 from aucampia/iwana-20211228T2336-sparqlstore_update...Nicholas Car2022-01-041-1/+39
|\ \
| * | Add tests for update method on `Graph(store="SPARQLStore")`Iwan Aucamp2021-12-291-1/+39
* | | Merge pull request #1633 from aucampia/iwana-20211025T2151-sparql_typingNicholas Car2022-01-042-36/+41
|\ \ \ | |_|/ |/| |
| * | Add some typing for evaluation related functions in the SPARQL plugin.Iwan Aucamp2021-12-292-36/+41