summaryrefslogtreecommitdiff
path: root/rdflib/plugins
Commit message (Expand)AuthorAgeFilesLines
* fix: eliminate bare `except:` (#2350)Iwan Aucamp2023-04-125-9/+9
* fix: correct imports and `__all__` (#2340)Iwan Aucamp2023-04-122-0/+6
* feat: add optional `target_graph` argument to `Graph.cbd` and use it for DES...Matt Goldberg2023-04-111-1/+1
* refactor: eliminate inheritance from object (#2339)Iwan Aucamp2023-04-1012-17/+17
* refactor: narrow imports (#2338)Iwan Aucamp2023-04-101-2/+1
* refactor: eliminate unneeded `rdflib.compat` imports (#2336)Iwan Aucamp2023-04-091-1/+1
* fix: eliminate some mutable default arguments in SPARQL code (#2301)Charles Tapley Hoyt2023-04-073-18/+26
* fix: eliminate file intermediary in translate algebra (#2267)Jeffrey C. Lerman2023-03-271-189/+265
* fix: `ROUND`, `ENCODE_FOR_URI` and `SECONDS` SPARQL functions (#2314)Iwan Aucamp2023-03-261-4/+7
* fix: Add `to_dict` method to the JSON-LD `Context` class. (#2310)Iwan Aucamp2023-03-251-2/+35
* fix: JSON-LD context construction from a `dict` (#2306)Iwan Aucamp2023-03-241-1/+1
* build(deps-dev): bump mypy from 1.0.1 to 1.1.1 (#2274)dependabot[bot]2023-03-191-2/+2
* docs: document avaiable security measures (#2270)Iwan Aucamp2023-03-163-0/+57
* feat: more type hints for `rdflib.plugins.sparql` (#2268)Iwan Aucamp2023-03-1311-174/+446
* fix: add more type-hinting for SPARQL plugin (#2265)Jeffrey C. Lerman2023-03-122-23/+37
* feat: add typing to `rdflib.util` (#2262)Iwan Aucamp2023-03-121-1/+2
* feat: diverse type hints (#2264)Iwan Aucamp2023-03-122-7/+14
* build(deps-dev): bump black from 22.12.0 to 23.1.0 (#2248)dependabot[bot]2023-03-1125-68/+3
* fix: small InputSource related issues (#2255)Iwan Aucamp2023-03-111-18/+19
* feat: add parser type hints (#2232)Iwan Aucamp2023-03-0510-332/+659
* 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
* 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
* refactor: remove redundant class (#2143)Veyndan Stuart2022-11-191-7/+1
* Fix type errors resulting from new mypy (#2161)Iwan Aucamp2022-11-193-7/+4
* 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-248-56/+108
* fix: issue with trig reference counting across graphs (#2085)Iwan Aucamp2022-08-241-9/+5
* 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-233-21/+24
* fix: generate VALUES block for federated queries with variables only (#2084)Veyndan Stuart2022-08-211-1/+1
* fix: handling of Literal datatype (#2076)Iwan Aucamp2022-08-121-11/+8
* add chunk serializer & tests (#1968)Nicholas Car2022-08-121-10/+23
* fix: always parse HexTuple files as utf-8 (#2070)Iwan Aucamp2022-08-071-1/+1
* fix: narrow the context identifier type from `Node` to `IdentifiedNode` (#2069)Iwan Aucamp2022-08-021-10/+5
* feat: add type hints for `rdflib.store` and `rdflib.plugins.stores` (#2057)Iwan Aucamp2022-07-305-253/+707
* fix: SPARQL XML result parsing (#2044)Iwan Aucamp2022-07-261-30/+83
* chore: remove pre python 3.5 regex related workaround (#2042)Iwan Aucamp2022-07-201-28/+1
* fix: import xml.sax.handler from the right place (#2041)Iwan Aucamp2022-07-201-2/+1
* revert: fix: import xml.sax.handler from the right placeIwan Aucamp2022-07-201-1/+2
* fix: import xml.sax.handler from the right placeIwan Aucamp2022-07-201-2/+1
* docs: fix sphinx nitpicky issues (#2036)Iwan Aucamp2022-07-186-12/+32