summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump sphinx from 4.2.0 to 4.3.0dependabot/pip/sphinx-4.3.0dependabot[bot]2021-11-151-1/+1
* Merge pull request #1445 from Panaetius/masterNicholas Car2021-10-183-14/+28
|\
| * Merge pull request #1 from iafork/iwana-20211017T1227-fix_typingRalf Grubenmann2021-10-182-7/+9
| |\
| | * Use version conditional imports to accomodate mypyIwan Aucamp2021-10-172-7/+9
| |/
| * replace pkg_resources with importlib.metadataRalf Grubenmann2021-10-143-10/+22
* | Merge pull request #1425 from RDFLib/ttl2Nicholas Car2021-10-174-2/+530
|\ \
| * \ Merge branch 'master' into ttl2ttl2Nicholas Car2021-10-1740-106/+231
| |\ \ | |/ / |/| |
* | | Merge pull request #1446 from cclauss/codespellNicholas Car2021-10-1724-81/+81
|\ \ \
| * | | Fix typos discovered by codespellChristian Clauss2021-10-1424-81/+81
| | |/ | |/|
* | | Merge pull request #1448 from tirkarthi/fix-assertNicholas Car2021-10-171-1/+1
|\ \ \ | |/ / |/| |
| * | Use assertTrue instead of assert_ for python 3.11 compatibility.Karthikeyan Singaravelan2021-10-161-1/+1
* | | Merge pull request #1438 from cclauss/fix-undefined-namesNicholas Car2021-10-141-1/+1
|\ \ \
| * | | Undefined name: tmppath --> self.tmppathChristian Clauss2021-10-121-1/+1
| |/ /
* | | Merge pull request #1441 from iafork/iwana-20211012T1639-graph_parse_urlNicholas Car2021-10-133-5/+50
|\ \ \ | |/ / |/| |
| * | Fix Graph.parse URL handling on windowsIwan Aucamp2021-10-123-5/+50
|/ /
* | Make Store.namespaces an empty generator (#1432)Iwan Aucamp2021-10-112-0/+30
* | Update black to latest version, to avoid a bug that was in 21.6b0 and 21.7b0 ...Ashley Sommer2021-10-114-4/+4
* | Merge pull request #1433 from iafork/iwana-20211010T2307-fix_dcmitypeNicholas Car2021-10-112-0/+2
|\ \
| * | Export DCMITYPEIwan Aucamp2021-10-102-0/+2
|/ /
* | 6.0.3aNicholas Car2021-10-103-7/+15
* | 6.0.2 release docco #26.0.2Nicholas Car2021-10-101-6/+7
* | 6.0.2 release doccoNicholas Car2021-10-105-2/+28
* | Merge pull request #1426 from jimman2003/fix_love_argNicholas Car2021-10-101-2/+2
|\ \
| * | rename arg LOVE to nsjimman20032021-10-061-2/+2
* | | Merge pull request #1428 from sa-bpelakh/restore-owl-rationalNicholas Car2021-10-102-0/+13
|\ \ \ | |/ / |/| |
| * | added definition location of OWL datatypesNicholas Car2021-10-101-0/+2
| * | Add owl:rational and owl:real to match standard.Boris Pelakh2021-10-072-0/+11
|/ /
* | Merge pull request #1422 from ajnelson-nist/remove_tox_py36Nicholas Car2021-10-021-1/+1
|\ \
| * | Remove Tox reference to Python 3.6Alex Nelson2021-09-271-1/+1
|/ /
| * docco table of serialization formatsNicholas Car2021-10-101-2/+17
| * parsing test & commentsNicholas Car2021-10-021-0/+6
| * updated commentsNicholas Car2021-10-021-36/+9
| * PEP8 onlyNicholas Car2021-10-022-20/+26
| * complete turtle2 serializer with testsNicholas Car2021-10-023-0/+528
|/
* Merge pull request #1407 from iafork/iwana-20210910T2303Nicholas Car2021-09-2723-41/+134
|\
| * Add py.typed as per PEP 561Iwan Aucamp2021-09-212-1/+5
| * Change Graph.serialize to throw for invalid destinationsIwan Aucamp2021-09-122-3/+19
| * Fix mypy type errors and add mypy to .drone.ymlIwan Aucamp2021-09-1021-40/+112
* | Merge pull request #1419 from gtfierro/add-brick-defined-namespaceNicholas Car2021-09-272-0/+1219
|\ \
| * | add Brick docstringGabe Fierro2021-09-221-2/+5
| * | fix dangling empty comments, add importsGabe Fierro2021-09-221-246/+248
| * | add _extras, remove dupsGabe Fierro2021-09-221-1129/+1122
| * | change file extensionGabe Fierro2021-09-221-0/+0
| * | Add Brick DefinedNamespaceGabe Fierro2021-09-222-0/+1221
|/ /
* | Merge pull request #1409 from iafork/iwana-20210911T0118Nicholas Car2021-09-202-8/+3
|\ \
| * | Use setName on TokenConverter to set the name propertyIwan Aucamp2021-09-112-8/+3
* | | version push to 6.0.2a0Nicholas Car2021-09-172-13/+14
* | | version set to 6.0.16.0.1Nicholas Car2021-09-176-14/+39
* | | improved Store doccoNicholas Car2021-09-172-5/+56
* | | Merge pull request #1408 from ajnelson-nist/test-adding-json-ld-to-guess-formatNicholas Car2021-09-171-0/+4
|\ \ \