summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* build(deps): bump berkeleydb from 18.1.5 to 18.1.6 (#2388)HEADmaindependabot[bot]2023-05-171-2/+2
* build(deps-dev): bump types-setuptools from 67.6.0.7 to 67.7.0.2 (#2387)dependabot[bot]2023-05-171-3/+3
* build(deps-dev): bump mypy from 1.2.0 to 1.3.0 (#2386)dependabot[bot]2023-05-171-27/+27
* build(deps-dev): bump setuptools from 67.6.1 to 67.7.2 (#2377)dependabot[bot]2023-05-171-3/+3
* build(deps-dev): bump coverage from 7.2.3 to 7.2.5 (#2376)dependabot[bot]2023-05-171-52/+52
* fix: HTTP 308 Permanent Redirect status code handling (#2389)Iwan Aucamp2023-05-1715-52/+1121
* build(deps): bump importlib-metadata from 6.3.0 to 6.6.0 (#2370)dependabot[bot]2023-05-171-3/+3
* build(deps): bump library/python in /docker/latest (#2362)dependabot[bot]2023-05-171-1/+1
* build(deps-dev): bump sphinx-autodoc-typehints from 1.22 to 1.23.0 (#2361)dependabot[bot]2023-05-171-5/+5
* build(deps): bump library/python in /docker/unstable (#2360)dependabot[bot]2023-05-171-1/+1
* build(deps-dev): bump flakeheaven from 3.2.1 to 3.3.0 (#2358)dependabot[bot]2023-05-171-3/+3
* build(deps-dev): bump pytest from 7.3.0 to 7.3.1 (#2359)dependabot[bot]2023-05-171-3/+3
* test: Eliminate flake8 errors in tests (#2353)Iwan Aucamp2023-04-1419-51/+27
* fix: eliminate bare `except:` (#2350)Iwan Aucamp2023-04-1210-15/+15
* fix: correct imports and `__all__` (#2340)Iwan Aucamp2023-04-1225-72/+143
* feat: add optional `target_graph` argument to `Graph.cbd` and use it for DES...Matt Goldberg2023-04-113-5/+36
* build(deps): bump library/python in /docker/unstable (#2347)dependabot[bot]2023-04-101-1/+1
* build(deps-dev): bump types-setuptools from 67.6.0.6 to 67.6.0.7 (#2345)dependabot[bot]2023-04-101-3/+3
* build(deps-dev): bump mypy from 1.1.1 to 1.2.0 (#2346)dependabot[bot]2023-04-101-27/+27
* build(deps-dev): bump pytest from 7.2.2 to 7.3.0 (#2344)dependabot[bot]2023-04-101-24/+4
* build(deps): bump importlib-metadata from 6.1.0 to 6.3.0 (#2343)dependabot[bot]2023-04-101-3/+3
* build(deps): bump library/python in /docker/latest (#2342)dependabot[bot]2023-04-101-1/+1
* build(deps-dev): bump coverage from 7.2.2 to 7.2.3 (#2341)dependabot[bot]2023-04-101-52/+52
* refactor: eliminate inheritance from object (#2339)Iwan Aucamp2023-04-1032-50/+50
* 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
* build(deps-dev): bump black from 23.1.0 to 23.3.0 (#2328)dependabot[bot]2023-04-093-30/+30
* build: unify poetry version source (#2334)Iwan Aucamp2023-04-094-20/+16
* fix: eliminate some mutable default arguments in SPARQL code (#2301)Charles Tapley Hoyt2023-04-073-18/+26
* build(deps-dev): bump setuptools from 67.6.0 to 67.6.1 (#2326)dependabot[bot]2023-04-071-3/+3
* build(deps-dev): bump types-setuptools from 67.6.0.5 to 67.6.0.6 (#2325)dependabot[bot]2023-04-071-3/+3
* docs: fix typo in security considerations documentationElliot Ford2023-04-071-1/+1
* fix: widen `Graph.__contains__` type-hints to accept `Path` values (#2323)Elliot Ford2023-04-031-5/+3
* build(deps): bump importlib-metadata from 4.13.0 to 6.1.0 (#2318)dependabot[bot]2023-03-272-6/+6
* build(deps): bump library/python in /docker/unstable (#2319)dependabot[bot]2023-03-271-1/+1
* fix: eliminate file intermediary in translate algebra (#2267)Jeffrey C. Lerman2023-03-271-189/+265
* chore: post release cleanup (#2317)Iwan Aucamp2023-03-263-3/+3
* chore: prepare for release 6.3.2 (#2315)6.3.2Iwan Aucamp2023-03-264-4/+182
* fix: `ROUND`, `ENCODE_FOR_URI` and `SECONDS` SPARQL functions (#2314)Iwan Aucamp2023-03-262-4/+196
* fix: restore the 6.1.1 default bound namespaces (#2313)Iwan Aucamp2023-03-267-20/+121
* fix: reference to global inside `get_target_namespace_elements` (#2311)Iwan Aucamp2023-03-252-1/+16
* fix: Add `to_dict` method to the JSON-LD `Context` class. (#2310)Iwan Aucamp2023-03-253-2/+130
* fix: change the prefix for `https://schema.org/` back to `schema` (#2312)Iwan Aucamp2023-03-252-6/+6
* 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-242-1/+22
* chore: Update CONTRIBUTORS from commit history (#2305)Graham Higgins2023-03-232-7/+232
* fix: IRI to URI conversion (#2304)Iwan Aucamp2023-03-235-19/+169
* test: add `webtest` marker to tests that use the internet (#2295)Iwan Aucamp2023-03-2110-4/+80
* fix: add the `wgs` namespace binding back (#2294)Iwan Aucamp2023-03-212-1/+53