summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* fix: bug with `SELECT *` inside `SELECT *` (#2190)Rob B2023-01-293-1/+167
* build(deps-dev): bump types-setuptools from 65.7.0.1 to 65.7.0.3 (#2211)dependabot[bot]2023-01-251-3/+3
* build(deps): bump library/python in /docker/unstable (#2212)dependabot[bot]2023-01-251-1/+1
* build(deps): bump library/python in /docker/unstable (#2195)dependabot[bot]2023-01-171-1/+1
* build(deps-dev): bump types-setuptools from 65.6.0.3 to 65.7.0.1 (#2208)dependabot[bot]2023-01-171-3/+3
* build(deps-dev): bump setuptools from 65.6.3 to 65.7.0 (#2205)dependabot[bot]2023-01-171-4/+4
* build(deps-dev): bump pytest from 7.2.0 to 7.2.1 (#2206)dependabot[bot]2023-01-171-3/+3
* build(deps-dev): bump coverage from 7.0.1 to 7.0.5 (#2207)dependabot[bot]2023-01-171-52/+52
* build: rename minimum constraints file to evade dependabot (#2209)Iwan Aucamp2023-01-182-2/+3
* build: move to poetry for dependency management; consolidate more settings in...Jeffrey C. Lerman2023-01-1735-437/+1873
* fix: missing query string params in sparqlconnector when using POST method (...David Andreoletti2023-01-022-1/+78
* build(deps): bump library/python in /docker/unstable (#2185)dependabot[bot]2022-12-301-1/+1
* build: pre-commit autoupdate (#2178)pre-commit-ci[bot]2022-12-301-1/+1
* feat: do not write prefix for empty graph id (#2160)Elie Roux2022-12-302-0/+9
* build: update black to 22.12.0 (#2186)Iwan Aucamp2022-12-276-7/+7
* fix: don't modify base when processing context inputsHarold Solbrig2022-12-247-4/+28
* fix: don't reuse same dict for headers in SPARQL HTTP requestsgitmpje2022-12-243-2/+50
* build(deps): bump library/python in /docker/latest (#2177)dependabot[bot]2022-12-141-1/+1
* build(deps): bump library/python in /docker/unstable (#2176)dependabot[bot]2022-12-141-1/+1
* fix: compute_qname handle case where name could be unbound (#2169)Tom Gillespie2022-12-144-1/+190
* feat: add namespace_manager argument for n3 method on Paths (#2174)Matt Goldberg2022-12-142-10/+84
* build(deps): bump library/python in /docker/latest (#2171)dependabot[bot]2022-12-111-1/+1
* fix: DCTERMS prefix typo (#2173)Nicholas Car2022-12-041-2/+2
* build: update black to 22.10.0 (#2163)Iwan Aucamp2022-11-195-5/+5
* build(deps): bump library/python in /docker/unstable (#2145)dependabot[bot]2022-11-191-1/+1
* build(deps): bump library/python in /docker/latest (#2144)dependabot[bot]2022-11-191-1/+1
* ci: switch to python 3.11 release (#2162)Iwan Aucamp2022-11-192-2/+2
* refactor: remove redundant class (#2143)Veyndan Stuart2022-11-191-7/+1
* Fix type errors resulting from new mypy (#2161)Iwan Aucamp2022-11-1910-20/+26
* refactor: Pass service_query to _buildQueryStringForServiceCall instead of a ...Veyndan Stuart2022-10-141-4/+2
* feat: add type hint to part in evalServiceQuery (#2133)Veyndan Stuart2022-10-131-1/+1
* chore: remove outdated comment (#2129)Veyndan Stuart2022-10-101-1/+0
* build(deps): bump library/python in /docker/unstable (#2118)dependabot[bot]2022-10-091-1/+1
* build(deps): bump library/python in /docker/latest (#2117)dependabot[bot]2022-10-091-1/+1
* build: use 3.11.0-rc.2 (#2119)Iwan Aucamp2022-10-092-2/+2
* fix: type ignore compatibility with latest mypy (#2127)Iwan Aucamp2022-10-091-4/+4
* Remove redundant PR template (#2126)Veyndan Stuart2022-10-091-7/+0
* build: docker images for latest release and main branch (#2116)Iwan Aucamp2022-09-1711-20/+251
* fix: add charset encoding to SPARQLConnector.update() request. (#2112)Robert Casties2022-09-153-10/+33
* build(deps-dev): bump black from 22.6.0 to 22.8.0 (#2109)dependabot[bot]2022-09-075-5/+6
* chore: rename default branch to `main` (#2101)Iwan Aucamp2022-09-0416-106/+174
* test: add test for issue #2011 (#2107)Miel Vander Sande2022-09-041-0/+34
* build(deps): bump actions/upload-artifact from 2 to 3 (#2104)dependabot[bot]2022-08-301-2/+2
* test: correct a typo in test_roundtrip.py (#2100)Felix Yan2022-08-261-1/+1
* feat: add type hints to `rdflib.query` and related (#2097)Iwan Aucamp2022-08-2418-125/+262
* fix: issue with trig reference counting across graphs (#2085)Iwan Aucamp2022-08-246-32/+116
* fix: Don't register berkelydb as a store if it is not available on the system...Clay G2022-08-233-9/+29
* feat: add type hints to `rdflib.plugins.sparql.{algebra,operators}` (#2094)Iwan Aucamp2022-08-236-236/+346
* test: content-type handling with SPARQLStore + CONSTRUCT queries (#2092)Iwan Aucamp2022-08-234-38/+157
* ci: publish test reports (#2091)Iwan Aucamp2022-08-235-4/+65