summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* fix: HTTP 308 Permanent Redirect status code handling (#2389)Iwan Aucamp2023-05-1713-35/+1002
* test: Eliminate flake8 errors in tests (#2353)Iwan Aucamp2023-04-1419-51/+27
* fix: correct imports and `__all__` (#2340)Iwan Aucamp2023-04-1218-59/+43
* feat: add optional `target_graph` argument to `Graph.cbd` and use it for DES...Matt Goldberg2023-04-111-1/+26
* refactor: eliminate inheritance from object (#2339)Iwan Aucamp2023-04-105-5/+5
* fix: `ROUND`, `ENCODE_FOR_URI` and `SECONDS` SPARQL functions (#2314)Iwan Aucamp2023-03-261-0/+189
* fix: restore the 6.1.1 default bound namespaces (#2313)Iwan Aucamp2023-03-265-16/+108
* fix: reference to global inside `get_target_namespace_elements` (#2311)Iwan Aucamp2023-03-251-0/+15
* fix: Add `to_dict` method to the JSON-LD `Context` class. (#2310)Iwan Aucamp2023-03-252-0/+95
* fix: change the prefix for `https://schema.org/` back to `schema` (#2312)Iwan Aucamp2023-03-251-3/+3
* test: remove xfail on SPARQL DESCRIBE test (#2309)Iwan Aucamp2023-03-251-3/+0
* fix: JSON-LD context construction from a `dict` (#2306)Iwan Aucamp2023-03-241-0/+21
* fix: IRI to URI conversion (#2304)Iwan Aucamp2023-03-234-4/+94
* test: add `webtest` marker to tests that use the internet (#2295)Iwan Aucamp2023-03-216-1/+57
* fix: add the `wgs` namespace binding back (#2294)Iwan Aucamp2023-03-211-0/+51
* fix: add `__hash__` and `__eq__` back to `rdflib.paths.Path` (#2292)Iwan Aucamp2023-03-212-9/+45
* build(deps-dev): bump mypy from 1.0.1 to 1.1.1 (#2274)dependabot[bot]2023-03-191-1/+2
* docs: document avaiable security measures (#2270)Iwan Aucamp2023-03-164-1/+235
* fix: correctly handle resources with multiple comments in defined_namespace_c...Han Kruiger2023-03-143-0/+71
* fix: validation issues with examples (#2269)Iwan Aucamp2023-03-131-0/+31
* fix: add more type-hinting for SPARQL plugin (#2265)Jeffrey C. Lerman2023-03-121-1/+23
* feat: add typing to `rdflib.util` (#2262)Iwan Aucamp2023-03-122-4/+11
* test: fix deprecation warnings (#2260)Iwan Aucamp2023-03-113-3/+3
* build(deps-dev): bump black from 22.12.0 to 23.1.0 (#2248)dependabot[bot]2023-03-1151-119/+10
* fix: small InputSource related issues (#2255)Iwan Aucamp2023-03-1120-121/+1155
* build(deps-dev): bump mypy from 0.991 to 1.0.1 (#2247)dependabot[bot]2023-03-064-4/+8
* feat: Add SPARQL DESCRIBE query implementation (#2221)Matt Goldberg2023-02-071-0/+92
* fix: bug applying VALUES outside of a GROUP BY (#2188)Rob B2023-01-291-1/+40
* fix: bug with `SELECT *` inside `SELECT *` (#2190)Rob B2023-01-291-0/+144
* build: move to poetry for dependency management; consolidate more settings in...Jeffrey C. Lerman2023-01-172-3/+11
* fix: missing query string params in sparqlconnector when using POST method (...David Andreoletti2023-01-021-0/+76
* feat: do not write prefix for empty graph id (#2160)Elie Roux2022-12-301-0/+6
* fix: don't modify base when processing context inputsHarold Solbrig2022-12-246-2/+25
* fix: don't reuse same dict for headers in SPARQL HTTP requestsgitmpje2022-12-242-0/+47
* fix: compute_qname handle case where name could be unbound (#2169)Tom Gillespie2022-12-143-1/+189
* feat: add namespace_manager argument for n3 method on Paths (#2174)Matt Goldberg2022-12-141-0/+73
* Fix type errors resulting from new mypy (#2161)Iwan Aucamp2022-11-191-1/+2
* fix: add charset encoding to SPARQLConnector.update() request. (#2112)Robert Casties2022-09-152-9/+32
* chore: rename default branch to `main` (#2101)Iwan Aucamp2022-09-042-2/+2
* test: add test for issue #2011 (#2107)Miel Vander Sande2022-09-041-0/+34
* 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-246-18/+25
* fix: issue with trig reference counting across graphs (#2085)Iwan Aucamp2022-08-242-23/+83
* fix: Don't register berkelydb as a store if it is not available on the system...Clay G2022-08-231-3/+0
* feat: add type hints to `rdflib.plugins.sparql.{algebra,operators}` (#2094)Iwan Aucamp2022-08-232-96/+96
* test: content-type handling with SPARQLStore + CONSTRUCT queries (#2092)Iwan Aucamp2022-08-234-38/+157
* test: convert more test from unittest to pytest (#2089)Iwan Aucamp2022-08-234-73/+52
* feat: Add type hints to rdflib.graph (#2080)Iwan Aucamp2022-08-235-18/+51
* fix: generate VALUES block for federated queries with variables only (#2084)Veyndan Stuart2022-08-211-0/+36
* fix: handling of Literal datatype (#2076)Iwan Aucamp2022-08-123-11/+137