summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* fix: add `__hash__` and `__eq__` back to `rdflib.paths.Path` (#2292)Iwan Aucamp2023-03-213-9/+51
* build: upgrade sphinx and change flake8 and related to only install on python...Iwan Aucamp2023-03-216-59/+57
* build(deps): bump library/python in /docker/latest (#2298)dependabot[bot]2023-03-201-1/+1
* build(deps): bump library/python in /docker/unstable (#2299)dependabot[bot]2023-03-201-1/+1
* build(deps-dev): bump types-setuptools from 67.6.0.4 to 67.6.0.5 (#2296)dependabot[bot]2023-03-201-4/+4
* docs: fix typo in NamespaceManager documentation (#2291)Charles Tapley Hoyt2023-03-191-1/+1
* build(deps-dev): bump mypy from 1.0.1 to 1.1.1 (#2274)dependabot[bot]2023-03-196-36/+39
* fix: include docs and examples in the sdist tarball (#2289)Iwan Aucamp2023-03-192-0/+19
* chore: post 6.3.1 release tasks (#2290)Iwan Aucamp2023-03-193-3/+3
* chore: prepare for release 6.3.1 (#2285)6.3.1Iwan Aucamp2023-03-185-31/+82
* build: include test in sdist (#2282)Nicholas Bollweg2023-03-171-0/+3
* docs: don't use kroki (#2284)Iwan Aucamp2023-03-177-265/+245
* build: explicitly specify `packages` in `pyproject.toml` (#2280)Iwan Aucamp2023-03-171-0/+3
* chore: post 6.3.0 release tasks (#2279)Iwan Aucamp2023-03-173-9/+6
* chore: prepare for release 6.3.0 (#2276)6.3.0Iwan Aucamp2023-03-166-262/+292
* docs: document avaiable security measures (#2270)Iwan Aucamp2023-03-1613-15/+719
* fix: correctly handle resources with multiple comments in defined_namespace_c...Han Kruiger2023-03-144-1/+73
* build(deps-dev): bump setuptools from 67.5.1 to 67.6.0 (#2273)dependabot[bot]2023-03-131-3/+3
* fix: validation issues with examples (#2269)Iwan Aucamp2023-03-1317-61/+147
* feat: more type hints for `rdflib.plugins.sparql` (#2268)Iwan Aucamp2023-03-1314-182/+453
* fix: add more type-hinting for SPARQL plugin (#2265)Jeffrey C. Lerman2023-03-123-24/+60
* fix: eliminate usage of deprecated `rdflib.path.evalPath` (#2266)Iwan Aucamp2023-03-121-9/+9
* feat: add type hints to `rdflib.collection` (#2263)Iwan Aucamp2023-03-121-17/+29
* feat: add typing to `rdflib.path` (#2261)Iwan Aucamp2023-03-122-42/+124
* feat: add typing to `rdflib.util` (#2262)Iwan Aucamp2023-03-124-21/+46
* feat: diverse type hints (#2264)Iwan Aucamp2023-03-127-34/+69
* test: fix deprecation warnings (#2260)Iwan Aucamp2023-03-113-3/+3
* docs: update test reports (#2259)Iwan Aucamp2023-03-111-1/+1
* build(deps-dev): bump black from 22.12.0 to 23.1.0 (#2248)dependabot[bot]2023-03-1193-237/+52
* build(deps-dev): bump pytest from 7.2.1 to 7.2.2 (#2244)dependabot[bot]2023-03-111-3/+3
* build(deps-dev): bump types-setuptools from 65.7.0.4 to 67.6.0.0 (#2258)dependabot[bot]2023-03-112-20/+5
* build(deps-dev): bump setuptools from 65.7.0 to 67.5.1 (#2253)dependabot[bot]2023-03-102-5/+5
* build(deps): bump library/python in /docker/unstable (#2249)dependabot[bot]2023-03-101-1/+1
* build(deps): bump library/python in /docker/latest (#2250)dependabot[bot]2023-03-101-1/+1
* fix: small InputSource related issues (#2255)Iwan Aucamp2023-03-1123-141/+1193
* build(deps-dev): bump mypy from 0.991 to 1.0.1 (#2247)dependabot[bot]2023-03-068-40/+39
* build(deps): bump poetry from 1.3.2 to 1.4.0 in /devtools (#2251)dependabot[bot]2023-03-064-6/+6
* build(deps): bump library/python in /docker/latest (#2238)dependabot[bot]2023-03-051-1/+1
* build(deps): bump library/python in /docker/unstable (#2237)dependabot[bot]2023-03-051-1/+1
* build(deps-dev): bump coverage from 7.1.0 to 7.2.1 (#2236)dependabot[bot]2023-03-051-52/+52
* build(deps): bump abatilo/actions-poetry from 2.2.0 to 2.3.0 (#2235)dependabot[bot]2023-03-052-4/+4
* feat: add parser type hints (#2232)Iwan Aucamp2023-03-0514-360/+698
* fix: bump versions. (#2231)Iwan Aucamp2023-02-142-97/+190
* build(deps): bump library/python in /docker/unstable (#2226)dependabot[bot]2023-02-141-1/+1
* build(deps): bump library/python in /docker/latest (#2227)dependabot[bot]2023-02-141-1/+1
* build(deps-dev): bump types-setuptools from 65.7.0.3 to 65.7.0.4 (#2223)dependabot[bot]2023-02-141-3/+3
* build(deps-dev): bump coverage from 7.0.5 to 7.1.0 (#2217)dependabot[bot]2023-02-141-52/+52
* build(deps-dev): bump isort from 5.11.4 to 5.11.5 (#2224)dependabot[bot]2023-02-141-4/+4
* feat: Add SPARQL DESCRIBE query implementation (#2221)Matt Goldberg2023-02-074-6/+155
* fix: bug applying VALUES outside of a GROUP BY (#2188)Rob B2023-01-292-5/+50