summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1682 from aucampia/iwana-20220122T0047-term_class_diagmasterNicholas Car2022-01-226-9/+89
|\
| * Add a class diagram for terms.Iwan Aucamp2022-01-226-9/+89
|/
* Merge pull request #1681 from aucampia/iwana-20220120T2304-namespace_typingNicholas Car2022-01-212-50/+78
|\
| * Add typing to rdflib.namespaceIwan Aucamp2022-01-202-50/+78
* | Merge pull request #1680 from ajnelson-nist/add_identified_nodeNicholas Car2022-01-213-31/+28
|\ \ | |/ |/|
| * Add IdentifiedNode abstract intermediary classAlex Nelson2022-01-183-31/+28
|/
* Merge pull request #1675 from RDFLib/dependabot/pip/sphinx-4.4.0Nicholas Car2022-01-181-1/+1
|\
| * Bump sphinx from 4.3.2 to 4.4.0dependabot/pip/sphinx-4.4.0dependabot[bot]2022-01-171-1/+1
* | Merge pull request #1677 from aucampia/iwana-20220117T0015-prefix_dotNicholas Car2022-01-183-0/+7
|\ \
| * | Add a test case for a prefix followed by dot in Turtle formatIwan Aucamp2022-01-183-0/+7
|/ /
* | Merge pull request #1663 from aucampia/iwana-20220112T2104-fix_nt_unquoteIwan Aucamp2022-01-1829-85/+899
|\ \ | |/ |/|
| * Eliminate the use of `str.translate` in unquotingIwan Aucamp2022-01-162-5/+3
| * typosNicholas Car2022-01-161-2/+2
| * Fixed the handling of escape sequences in the ntriples and nquads parsers.Iwan Aucamp2022-01-1529-85/+901
|/
* Merge pull request #1651 from aucampia/iwana-20211230T2020-code_of_conductNicholas Car2022-01-155-1/+137
|\
| * Add Contributor Covenant Code of ConductIwan Aucamp2022-01-085-1/+137
* | Merge pull request #1659 from gtfierro/fix-issue-1492Nicholas Car2022-01-152-7/+16
|\ \
| * | fix testGabe Fierro2022-01-131-1/+1
| * | use simplified implementation of function; change test name to be more descri...Gabe Fierro2022-01-132-5/+11
| * | make unregister_custom_function idempotent by raising warning, not exceptionGabe Fierro2022-01-102-3/+6
* | | Merge pull request #1667 from aucampia/iwana-20220114T2226-fix_importNicholas Car2022-01-151-1/+1
|\ \ \
| * | | Eliminate star importIwan Aucamp2022-01-141-1/+1
* | | | Merge pull request #1656 from RDFLib/roundtrip_hextNicholas Car2022-01-155-12/+153
|\ \ \ \ | |/ / / |/| | |
| * | | Update rdflib/plugins/parsers/hext.pyNicholas Car2022-01-151-1/+1
| * | | Merge pull request #1657 from aucampia/iwana-20220109T1436-roundtrip_hext_fixesroundtrip_hextNicholas Car2022-01-100-0/+0
| |\ \ \
| | * | | One typing fix and removal of redundant castsIwan Aucamp2022-01-092-10/+7
| * | | | Update rdflib/plugins/parsers/hext.pyNicholas Car2022-01-101-1/+1
| * | | | Update rdflib/plugins/serializers/hext.pyNicholas Car2022-01-101-1/+1
| * | | | Update rdflib/plugins/parsers/hext.pyNicholas Car2022-01-101-3/+1
| * | | | Update rdflib/plugins/parsers/hext.pyNicholas Car2022-01-101-3/+1
| * | | | Update rdflib/plugins/parsers/hext.pyNicholas Car2022-01-101-1/+1
| * | | | Update rdflib/plugins/parsers/hext.pyNicholas Car2022-01-101-1/+1
| * | | | Update rdflib/plugins/serializers/hext.pyNicholas Car2022-01-101-0/+1
| |/ / /
| * | | allow hext to participate in RDF format roundtrippingnicholascar2022-01-095-16/+160
| | |/ | |/|
* | | Merge pull request #1660 from aucampia/iwana-20220110T2208-remove_narrowNicholas Car2022-01-132-36/+0
|\ \ \
| * | | Delete test_wide_python.pyNicholas Car2022-01-111-13/+0
| * | | Remove narrow build detectionIwan Aucamp2022-01-101-23/+0
|/ / /
* | | Merge pull request #1647 from gjhiggins/conjunctive-graph-operators-testNicholas Car2022-01-102-0/+144
|\ \ \
| * | | Update test/test_conjunctivegraph_operator_combinations.py Graham Higgins2022-01-061-10/+10
| * | | add test of ConjunctiveGraph operators, clarify the situation w.r.t issue #225Graham Higgins2022-01-062-0/+144
* | | | Merge pull request #1653 from aucampia/iwana-20220108T1650-nquads_suffixNicholas Car2022-01-102-0/+3
|\ \ \ \ | |_|_|/ |/| | |
| * | | Add tests for nquads suffixIwan Aucamp2022-01-081-0/+2
| * | | add nquads to recognised file extensionsGraham Higgins2022-01-081-0/+1
| | |/ | |/|
* | | Merge pull request #1652 from aucampia/iwana-20220108T1634-dont_change_suffix...Nicholas Car2022-01-101-11/+0
|\ \ \
| * | | Don't update `SUFFIX_FORMAT_MAP` in `plugins/parsers/jsonld.py`Iwan Aucamp2022-01-081-11/+0
| |/ /
* | | Merge pull request #1654 from gjhiggins/change-tests-to-use-urn-exampleNicholas Car2022-01-107-79/+79
|\ \ \ | |/ / |/| |
| * | change tests to use urn:exampleGraham Higgins2022-01-087-79/+79
|/ /
* | fix typos in READMEnicholascar2022-01-071-3/+3
|/
* Merge pull request #1645 from GreenfishK/translate_algebra_testsNicholas Car2022-01-066-8/+53
|\
| * Update rdflib/plugins/sparql/algebra.py Filip Kovacevic2022-01-061-1/+0