summaryrefslogtreecommitdiff
path: root/rdflib/graph.py
Commit message (Expand)AuthorAgeFilesLines
* docs: document avaiable security measures (#2270)Iwan Aucamp2023-03-161-14/+83
* feat: more type hints for `rdflib.plugins.sparql` (#2268)Iwan Aucamp2023-03-131-3/+2
* build(deps-dev): bump black from 22.12.0 to 23.1.0 (#2248)dependabot[bot]2023-03-111-5/+3
* build(deps-dev): bump mypy from 0.991 to 1.0.1 (#2247)dependabot[bot]2023-03-061-2/+1
* Fix type errors resulting from new mypy (#2161)Iwan Aucamp2022-11-191-5/+7
* feat: add type hints to `rdflib.query` and related (#2097)Iwan Aucamp2022-08-241-2/+4
* feat: Add type hints to rdflib.graph (#2080)Iwan Aucamp2022-08-231-259/+581
* fix: passing ConjunctiveGraph as namespace_manager (#2073)Miel Vander Sande2022-08-041-2/+1
* fix: narrow the context identifier type from `Node` to `IdentifiedNode` (#2069)Iwan Aucamp2022-08-021-3/+3
* fix: issues with string destination handling in `{Graph,Result}.serialize` (#...Iwan Aucamp2022-08-021-16/+13
* feat: add type hints for `rdflib.store` and `rdflib.plugins.stores` (#2057)Iwan Aucamp2022-07-301-14/+15
* chore: remove pre Python 3.7 compatibility code for shutil (#2066)Iwan Aucamp2022-07-301-5/+1
* docs: fix sphinx nitpicky issues (#2036)Iwan Aucamp2022-07-181-10/+19
* Improve docstring of `Graph.serialize` (#1984)Iwan Aucamp2022-06-051-15/+33
* More type hints for `rdflib.graph` and related (#1853)Iwan Aucamp2022-05-261-61/+147
* Fix/ingore some flake8 errors in `rdflib/graph.py` (#1962)Iwan Aucamp2022-05-211-20/+19
* Fixes #1429, add `iri2uri` (#1902)Graham Higgins2022-05-191-1/+4
* Replace rdlib.net and rdflib.net with rdflib.github.io (#1901)Graham Higgins2022-05-191-15/+17
* docs: switch to sphinx-autodoc-typehintsIwan Aucamp2022-04-191-1/+1
* Remove testing and debug code from rdflibIwan Aucamp2022-04-191-10/+0
* Merge pull request #1845 from RDFLib/iwana-20220418T0021-strict_bind_namespacesIwan Aucamp2022-04-191-3/+7
|\
| * fix: Raise ValueError for unsupported `bind_namespace` valuesIwan Aucamp2022-04-191-3/+7
* | Fixes, improvements and test for namespace (re)-binding on stores.Iwan Aucamp2022-04-191-0/+7
|/
* Merge pull request #1821 from edmondchuc/fix-issue-1808Iwan Aucamp2022-04-181-6/+12
|\
| * Remove dev printsEdmond Chuc2022-04-151-2/+0
| * Fix ordering of checks (narrower to broader) for genid types.Edmond Chuc2022-04-151-6/+8
| * Merge branch 'fix-issue-1808' of https://github.com/edmondchuc/rdflib into fi...Edmond Chuc2022-04-151-25/+22
| |\
| | * [pre-commit.ci] auto fixes from pre-commit.com hookspre-commit-ci[bot]2022-04-151-1/+1
| | * Merge branch 'master' into fix-issue-1808Nicholas Car2022-04-161-24/+21
| | |\
| * | | Use the skolem IRI method on the intended class type.Edmond Chuc2022-04-151-2/+2
| |/ /
| * | Add test and fix https://github.com/RDFLib/rdflib/issues/1808Edmond Chuc2022-04-151-5/+12
* | | Merge remote-tracking branch 'upstream/master' into default_prefixesIwan Aucamp2022-04-151-24/+22
|\ \ \ | | |/ | |/|
| * | [pre-commit.ci] auto fixes from pre-commit.com hookspre-commit-ci[bot]2022-04-151-24/+22
| |/
* | [pre-commit.ci] auto fixes from pre-commit.com hookspre-commit-ci[bot]2022-04-041-5/+2
* | Merge branch 'master' into default_prefixesnicholascar2022-03-271-22/+70
|\ \ | |/
| * Merge pull request #1695 from ajnelson-nist/remove_obviated_aliasIwan Aucamp2022-03-061-8/+13
| |\
| | * Narrow `Dataset.__iter__` return type.Iwan Aucamp2022-02-221-5/+3
| | * Remove unused ignoreIwan Aucamp2022-02-221-1/+1
| | * Change `Dataset.__iter__` to match RDF specIwan Aucamp2022-02-201-9/+16
| | * responding to ghiggin's commentNicholas Car2022-02-091-1/+2
| | * Remove singly-used alias obviated by IdentifiedNodeAlex Nelson2022-01-251-4/+3
| * | Merge pull request #1697 from ajnelson-nist/apply_identified_node_to_graph_it...Iwan Aucamp2022-03-031-14/+57
| |\ \
| | * | [pre-commit.ci] auto fixes from pre-commit.com hookspre-commit-ci[bot]2022-02-231-3/+1
| | * | Fix type checking errorsIwan Aucamp2022-02-221-6/+33
| | * | Update Graph.triples() signature, and rename method variablesAlex Nelson2022-01-261-7/+7
| | * | Reformat per blackAlex Nelson2022-01-251-7/+25
| | * | Apply IdentifiedNode to Graph iterators triples() et al.Alex Nelson2022-01-251-12/+12
| | |/
* | | Merge branch 'master' into default_prefixesNicholas Car2022-02-261-16/+22
|\ \ \ | |/ /
| * | Merge pull request #1703 from aucampia/iwana-20220130T2327-modern_propertyIwan Aucamp2022-02-121-14/+11
| |\ \
| | * | Use the `property` built-in as a decoratorIwan Aucamp2022-02-081-14/+11