summaryrefslogtreecommitdiff
path: root/rdflib
Commit message (Expand)AuthorAgeFilesLines
* chore: prepare for release 6.3.2 (#2315)6.3.2Iwan Aucamp2023-03-261-1/+1
* fix: `ROUND`, `ENCODE_FOR_URI` and `SECONDS` SPARQL functions (#2314)Iwan Aucamp2023-03-261-4/+7
* fix: restore the 6.1.1 default bound namespaces (#2313)Iwan Aucamp2023-03-262-4/+13
* fix: reference to global inside `get_target_namespace_elements` (#2311)Iwan Aucamp2023-03-251-1/+1
* fix: Add `to_dict` method to the JSON-LD `Context` class. (#2310)Iwan Aucamp2023-03-251-2/+35
* fix: change the prefix for `https://schema.org/` back to `schema` (#2312)Iwan Aucamp2023-03-251-3/+3
* fix: JSON-LD context construction from a `dict` (#2306)Iwan Aucamp2023-03-241-1/+1
* fix: IRI to URI conversion (#2304)Iwan Aucamp2023-03-231-15/+75
* fix: add the `wgs` namespace binding back (#2294)Iwan Aucamp2023-03-211-1/+2
* fix: add `__hash__` and `__eq__` back to `rdflib.paths.Path` (#2292)Iwan Aucamp2023-03-211-0/+6
* build(deps-dev): bump mypy from 1.0.1 to 1.1.1 (#2274)dependabot[bot]2023-03-193-5/+7
* chore: prepare for release 6.3.1 (#2285)6.3.1Iwan Aucamp2023-03-181-1/+1
* chore: prepare for release 6.3.0 (#2276)6.3.0Iwan Aucamp2023-03-161-1/+1
* docs: document avaiable security measures (#2270)Iwan Aucamp2023-03-164-14/+140
* fix: correctly handle resources with multiple comments in defined_namespace_c...Han Kruiger2023-03-141-1/+2
* 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-122-23/+37
* 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-122-17/+35
* feat: diverse type hints (#2264)Iwan Aucamp2023-03-127-34/+69
* build(deps-dev): bump black from 22.12.0 to 23.1.0 (#2248)dependabot[bot]2023-03-1138-99/+9
* fix: small InputSource related issues (#2255)Iwan Aucamp2023-03-113-20/+38
* build(deps-dev): bump mypy from 0.991 to 1.0.1 (#2247)dependabot[bot]2023-03-062-3/+2
* feat: add parser type hints (#2232)Iwan Aucamp2023-03-0512-359/+693
* feat: Add SPARQL DESCRIBE query implementation (#2221)Matt Goldberg2023-02-073-6/+63
* fix: bug applying VALUES outside of a GROUP BY (#2188)Rob B2023-01-291-4/+10
* fix: bug with `SELECT *` inside `SELECT *` (#2190)Rob B2023-01-292-1/+23
* build: move to poetry for dependency management; consolidate more settings in...Jeffrey C. Lerman2023-01-171-5/+12
* fix: missing query string params in sparqlconnector when using POST method (...David Andreoletti2023-01-021-1/+2
* feat: do not write prefix for empty graph id (#2160)Elie Roux2022-12-301-0/+3
* fix: don't modify base when processing context inputsHarold Solbrig2022-12-241-2/+3
* fix: don't reuse same dict for headers in SPARQL HTTP requestsgitmpje2022-12-241-2/+3
* fix: compute_qname handle case where name could be unbound (#2169)Tom Gillespie2022-12-141-0/+1
* feat: add namespace_manager argument for n3 method on Paths (#2174)Matt Goldberg2022-12-141-10/+11
* fix: DCTERMS prefix typo (#2173)Nicholas Car2022-12-041-2/+2
* refactor: remove redundant class (#2143)Veyndan Stuart2022-11-191-7/+1
* Fix type errors resulting from new mypy (#2161)Iwan Aucamp2022-11-198-19/+23
* 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
* fix: type ignore compatibility with latest mypy (#2127)Iwan Aucamp2022-10-091-4/+4
* fix: add charset encoding to SPARQLConnector.update() request. (#2112)Robert Casties2022-09-151-1/+1
* feat: add type hints to `rdflib.query` and related (#2097)Iwan Aucamp2022-08-2411-106/+233
* fix: issue with trig reference counting across graphs (#2085)Iwan Aucamp2022-08-241-9/+5
* fix: Don't register berkelydb as a store if it is not available on the system...Clay G2022-08-231-6/+11
* feat: add type hints to `rdflib.plugins.sparql.{algebra,operators}` (#2094)Iwan Aucamp2022-08-232-137/+238
* feat: Add type hints to rdflib.graph (#2080)Iwan Aucamp2022-08-235-334/+618
* fix: generate VALUES block for federated queries with variables only (#2084)Veyndan Stuart2022-08-211-1/+1