summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* | | Merge pull request #1644 from aucampia/iwana-20220101T2329-test_roundtripNicholas Car2022-01-038-220/+171
|\ \ \
| * | | Fixed and refactored roundtrip, n3_suite and nt_suite testsIwan Aucamp2022-01-028-220/+171
* | | | Merge pull request #1636 from aucampia/iwana-20211230T2304-algebra_in_pytestNicholas Car2022-01-0346-1069/+291
|\ \ \ \
| * | | | Some cleanupIwan Aucamp2021-12-3143-4/+7
| * | | | Convert translate_algebra tests to pytestIwan Aucamp2021-12-3145-1068/+287
| | |/ / | |/| |
* | | | Merge pull request #1643 from RDFLib/url_source_hdrsNicholas Car2022-01-023-15/+61
|\ \ \ \
| * | | | improved use of plugins()nicholascar2022-01-021-4/+3
| * | | | fix mypy errornicholascar2022-01-021-5/+0
| * | | | Update parser.pyurl_source_hdrsNicholas Car2022-01-021-1/+1
| * | | | blackednicholascar2022-01-021-1/+1
| * | | | all RDF Media Types in Accept headernicholascar2022-01-022-10/+62
| |/ / /
* | | | Merge pull request #1639 from aucampia/iwana-20220101T0018-rename_undetectedNicholas Car2022-01-021-0/+0
|\ \ \ \ | |_|/ / |/| | |
| * | | Rename `test/triple_store.py` so pytest picks it upIwan Aucamp2022-01-011-0/+0
| |/ /
* | | Merge pull request #1522 from aucampia/iwana-20211124T2220-more_typingNicholas Car2022-01-025-141/+218
|\ \ \
| * | | Add typing for parsersIwan Aucamp2021-12-295-141/+218
* | | | Merge pull request #1634 from aucampia/iwana-20211028T2358-jsonld_typesNicholas Car2022-01-022-19/+48
|\ \ \ \
| * | | | Add some type annotations to the JSON-LD codeIwan Aucamp2021-12-292-19/+48
| | |/ / | |/| |
* | | | Merge pull request #1530 from gjhiggins/fix-for-issue1453-and-owlinfixNicholas Car2022-01-022-41/+467
|\ \ \ \
| * \ \ \ Merge branch 'RDFLib:master' into fix-for-issue1453-and-owlinfixGraham Higgins2021-12-2945-511/+1133
| |\ \ \ \ | | |/ / /
| * | | | Merge branch 'RDFLib:master' into fix-for-issue1453-and-owlinfixGraham Higgins2021-12-286-24/+44
| |\ \ \ \
| * | | | | shift delimiters gobbled up by SPARQL*, sighGraham Higgins2021-12-281-0/+6
| * | | | | changes per commentsGraham Higgins2021-12-281-39/+83
| * | | | | Merge branch 'RDFLib:master' into fix-for-issue1453-and-owlinfixGraham Higgins2021-12-2518-66/+264
| |\ \ \ \ \
| * | | | | | Fix for issue 1453 and 944Graham Higgins2021-12-252-41/+417
* | | | | | | Merge pull request #1642 from aucampia/iwana-20220102T0030-blackNicholas Car2022-01-022-6/+6
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | Black rdflib except for rdflib/namespace/_GEO.pyIwan Aucamp2022-01-022-6/+6
|/ / / / / /
* | | | | | Merge pull request #1630 from aucampia/iwana-20211229T0112-fix_versionNicholas Car2021-12-291-0/+1
|\ \ \ \ \ \
| * | | | | | Add classifier for python 3.10Iwan Aucamp2021-12-291-0/+1
| | |_|_|/ / | |/| | | |
* | | | | | Merge pull request #1520 from gjhiggins/fix-for-issue837Nicholas Car2021-12-295-29/+708
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | fix crass error as advised.Graham Higgins2021-12-291-3/+3
| * | | | | per pro commentsGraham Higgins2021-12-292-25/+30
| * | | | | Merge branch 'RDFLib:master' into fix-for-issue837Graham Higgins2021-12-286-24/+44
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| * | | | | Merge branch 'RDFLib:master' into fix-for-issue837Graham Higgins2021-12-2518-66/+264
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| * | | | | just `raise` is neaterGraham Higgins2021-12-201-6/+6
| * | | | | mods per observations.Graham Higgins2021-12-205-159/+327
| * | | | | delete commented-out unused codeGraham Higgins2021-12-201-3/+3
| * | | | | Fix for issue #837. Graph.[subjects|objects|predicates] optionally return uni...Graham Higgins2021-12-202-26/+532
| | |_|/ / | |/| | |