summaryrefslogtreecommitdiff
path: root/rdflib
Commit message (Expand)AuthorAgeFilesLines
* fix: HTTP 308 Permanent Redirect status code handling (#2389)Iwan Aucamp2023-05-172-17/+119
* fix: eliminate bare `except:` (#2350)Iwan Aucamp2023-04-1210-15/+15
* fix: correct imports and `__all__` (#2340)Iwan Aucamp2023-04-124-12/+48
* feat: add optional `target_graph` argument to `Graph.cbd` and use it for DES...Matt Goldberg2023-04-112-4/+10
* refactor: eliminate inheritance from object (#2339)Iwan Aucamp2023-04-1027-45/+45
* refactor: narrow imports (#2338)Iwan Aucamp2023-04-103-6/+5
* refactor: eliminate unused imports (#2337)Iwan Aucamp2023-04-102-2/+1
* refactor: eliminate unneeded `rdflib.compat` imports (#2336)Iwan Aucamp2023-04-092-8/+1
* fix: eliminate some mutable default arguments in SPARQL code (#2301)Charles Tapley Hoyt2023-04-073-18/+26
* fix: widen `Graph.__contains__` type-hints to accept `Path` values (#2323)Elliot Ford2023-04-031-5/+3
* fix: eliminate file intermediary in translate algebra (#2267)Jeffrey C. Lerman2023-03-271-189/+265
* 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