summaryrefslogtreecommitdiff
path: root/rdflib/namespace/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* fix: eliminate bare `except:` (#2350)Iwan Aucamp2023-04-121-1/+1
* fix: correct imports and `__all__` (#2340)Iwan Aucamp2023-04-121-0/+28
* refactor: eliminate inheritance from object (#2339)Iwan Aucamp2023-04-101-1/+1
* refactor: eliminate unused imports (#2337)Iwan Aucamp2023-04-101-2/+0
* fix: restore the 6.1.1 default bound namespaces (#2313)Iwan Aucamp2023-03-261-3/+12
* fix: change the prefix for `https://schema.org/` back to `schema` (#2312)Iwan Aucamp2023-03-251-3/+3
* fix: add the `wgs` namespace binding back (#2294)Iwan Aucamp2023-03-211-1/+2
* feat: diverse type hints (#2264)Iwan Aucamp2023-03-121-1/+1
* build(deps-dev): bump black from 22.12.0 to 23.1.0 (#2248)dependabot[bot]2023-03-111-3/+0
* fix: compute_qname handle case where name could be unbound (#2169)Tom Gillespie2022-12-141-0/+1
* fix: DCTERMS prefix typo (#2173)Nicholas Car2022-12-041-2/+2
* Fix type errors resulting from new mypy (#2161)Iwan Aucamp2022-11-191-1/+2
* Fallback to old `Store.bind` signature on `TypeError` (#2018)Iwan Aucamp2022-07-151-4/+22
* [pre-commit.ci] auto fixes from pre-commit.com hookspre-commit-ci[bot]2022-05-191-3/+3
* Passing "generate" option through in compute_qname_strictMark Watts2022-05-151-2/+2
* Raise exception if prefix not bound, expand exception message, add test of ob...Graham Higgins2022-04-271-3/+7
* Fix handling of blank CURIE reference and references with multiple colonsIwan Aucamp2022-04-261-9/+8
* "principle of least surprise" - return result as URIRef, not strGraham Higgins2022-04-261-2/+2
* re-black and adjust testGraham Higgins2022-04-251-1/+3
* changes in response to reviewGraham Higgins2022-04-251-13/+8
* hazard a guess at type hintingGraham Higgins2022-04-251-1/+2
* wrong guess, sighGraham Higgins2022-04-251-1/+1
* tsk, forgot to check docstring.Graham Higgins2022-04-251-1/+2
* doh!Graham Higgins2022-04-251-3/+1
* meh, 3.7 still supported, no walruses :(Graham Higgins2022-04-251-6/+14
* resolve issue1869, add a method to expand qname to URIGraham Higgins2022-04-251-0/+20
* docs: switch to sphinx-autodoc-typehintsIwan Aucamp2022-04-191-6/+1
* fix: Raise ValueError for unsupported `bind_namespace` valuesIwan Aucamp2022-04-191-7/+18
* fix: DefinedNamespace: fixed handling of control attributes.Iwan Aucamp2022-04-181-3/+27
* [pre-commit.ci] auto fixes from pre-commit.com hookspre-commit-ci[bot]2022-04-151-1/+0
* Merge remote-tracking branch 'upstream/master' into default_prefixesIwan Aucamp2022-04-151-5/+4
|\
| * [pre-commit.ci] auto fixes from pre-commit.com hookspre-commit-ci[bot]2022-04-151-5/+4
* | Merge branch 'master' into default_prefixesNicholas Car2022-04-151-2/+11
|\ \ | |/
| * Merge pull request #1706 from RDFLib/definednamespace_jsonldNicholas Car2022-04-051-2/+11
| |\
| | * change func name to avoid colisionsNicholas Car2022-03-311-4/+3
| | * Merge branch 'master' into definednamespace_jsonldNicholas Car2022-03-311-4/+6
| | |\
| | * | Update rdflib/namespace/__init__.pyNicholas Car2022-02-131-1/+1
| | * | Update __init__.pyNicholas Car2022-02-111-1/+1
| | * | Update rdflib/namespace/__init__.pyNicholas Car2022-02-111-1/+1
| | * | add jsonld_context() function to DefinedNamespacenicholascar2022-02-071-2/+12
* | | | Update rdflib/namespace/__init__.pyNicholas Car2022-04-051-3/+0
* | | | [pre-commit.ci] auto fixes from pre-commit.com hookspre-commit-ci[bot]2022-04-041-2/+9
* | | | Merge remote-tracking branch 'upstream/master' into default_prefixesIwan Aucamp2022-04-041-6/+8
|\ \ \ \ | |/ / /
| * | | Only check for is_valid_uri if not already cachedGraham Higgins2022-03-281-6/+7
| | |/ | |/|
* | | Fix issues with NamespaceManager.bindIwan Aucamp2022-03-311-10/+9
* | | Fix type errorIwan Aucamp2022-03-311-0/+4
* | | remove printsnicholascar2022-03-301-6/+0
* | | ensure all core Stores contain prefix replace optionnicholascar2022-03-301-15/+24
* | | 'none' optionnicholascar2022-03-281-4/+10
* | | docco improvementsnicholascar2022-03-271-16/+23