summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Update test for the new DefinedNamespace namespaces. Remove sh:example in tes...Edmond Chuc2021-07-081-4/+4
| * | | Remove Namespace and ClosedNamespace instances due to bad merge.Edmond Chuc2021-07-081-389/+1
| * | | Merge branch 'master' into hsolbrig/masterEdmond Chuc2021-07-08242-3602/+8626
| |\ \ \
| * | | | Fix typoEdmond Chuc2021-07-081-1/+1
| * | | | Change warn from DeclaredNamespace -> DefinedNamespace.Edmond Chuc2021-07-081-1/+1
| * | | | Fix test test_closed_namespaceEdmond Chuc2021-07-081-2/+2
| * | | | Remove startswith() overrideEdmond Chuc2021-07-081-3/+0
| * | | | Refactor importsEdmond Chuc2021-07-081-2/+1
| * | | | Use RDFLib namespaces instead of str for bindsEdmond Chuc2021-07-081-4/+4
| * | | | Add back in the import for XMLNS.Edmond Chuc2021-07-071-4/+1
| * | | | Remove unused importEdmond Chuc2021-07-071-1/+1
| * | | | Found that pesky missing Namespace bug.hsolbrig2020-05-263-3/+1
| * | | | Fix more travis issues and problems.hsolbrig2020-05-267-27/+44
| * | | | Add a newly generated reporthsolbrig2020-05-261-0/+399
| * | | | Refactor - module names don't match class nameshsolbrig2020-05-2640-79/+94
| * | | | Yet another try at the mystery Travis errorhsolbrig2020-05-261-1/+2
| * | | | Change to absolute imports to attempt to fix a Travis issuehsolbrig2020-05-264-33/+33
| * | | | Migration from ClosedNamespace to DeclaredNamespacehsolbrig2020-05-2647-429/+4314
* | | | | Add tests for xsd:tokenEdmond Chuc2021-07-141-0/+35
| |_|/ / |/| | |
* | | | Merge pull request #1346 from iafork/iwana-issue1294-000Nicholas Car2021-07-137-39/+198
|\ \ \ \
| * | | | Add unit tests for issue #1294 with @expectedFailureIwan Aucamp2021-07-137-39/+198
|/ / / /
* | | | Merge pull request #1354 from RDFLib/json_ld_11Nicholas Car2021-07-122885-9/+45769
|\ \ \ \
| * | | | monkey-patch N3 parser in jsonld test-runner only when required, and unpatch ...Ashley Sommer2021-07-091-4/+15
| * | | | Skip some roundtrip tests involving JSON-LDAshley Sommer2021-07-091-0/+9
| * | | | remove bad doctest declarations that are no longer required, were causing sub...Ashley Sommer2021-07-093-8/+3
| * | | | some tests magically fixed themselves, remove them from known_bugsAshley Sommer2021-07-092-14/+6
| * | | | change directory back to cwd after running jsonld testsAshley Sommer2021-07-093-38/+49
| * | | | Merge remote-tracking branch 'origin/master' into json_ld_11Ashley Sommer2021-07-098-32/+108
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | Add reference to JSON-LD integration PRAshley Sommer2021-07-081-0/+4
| * | | | add documentation around json-ld features merged into rdflibAshley Sommer2021-07-083-5/+21
| * | | | Investigated some more json-ld test failuresAshley Sommer2021-07-082-2/+7
| * | | | re-blacked JSON-LD codeAshley Sommer2021-07-082-3/+9
| * | | | blacked setup.py, added common .venv directory to gitignoreAshley Sommer2021-07-082-4/+5
| * | | | Merge remote-tracking branch 'origin/master' into json_ld_11Ashley Sommer2021-07-076-0/+95
| |\ \ \ \
| * | | | | integrate jsonld code into rdflib coreAshley Sommer2021-07-072878-0/+45710
* | | | | | Merge pull request #1213 from kernc/ClosedNamespace_extends_strNicholas Car2021-07-123-43/+138
|\ \ \ \ \ \
| * \ \ \ \ \ Merge pull request #1 from iafork/iauc-ClosedNamespace_extends_strkernc2021-07-082-4/+73
| |\ \ \ \ \ \
| | * | | | | | Update rdflib/namespace.py Iwan Aucamp2021-07-081-1/+0
| | * | | | | | Fix infinite recursion when __repr__ is calledIwan Aucamp2021-07-082-4/+74
| * | | | | | | Refactor NamespaceManager.store propertyKernc2021-07-081-3/+2
| * | | | | | | Revert change to testKernc2021-07-081-1/+1
| |/ / / / / /
| * | | | | | Add tests from PR https://github.com/RDFLib/rdflib/pull/597Edmond Chuc2021-07-072-1/+26
| * | | | | | Merge from masterEdmond Chuc2021-07-061-3/+0
| * | | | | | Merge remote-tracking branch 'origin/master' into ClosedNamespace_extends_strEdmond Chuc2021-07-06167-2271/+5814
| |\ \ \ \ \ \ | | |/ / / / /
| * | | | | | Simplify statementEdmond Chuc2021-07-061-1/+1
| * | | | | | Remove error handling as it is already handled in parent class.Edmond Chuc2021-07-061-4/+1
| * | | | | | Minor refactor/restlye for Py3.6+Kernc2020-12-173-35/+28
| * | | | | | Better yet, ClosedNamespace is a NamespaceKernc2020-12-151-1/+1
| * | | | | | ENH: Make ClosedNamespace extend str like Namespace doesKernc2020-12-142-13/+17
* | | | | | | Merge pull request #1348 from iafork/iwana-issue919-testsNicholas Car2021-07-124-25/+126
|\ \ \ \ \ \ \