summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fix: SPARQL XML result parsingiwana-20220718T0603-lxml-testIwan Aucamp2022-07-216-46/+136
* chore: remove pre python 3.5 regex related workaround (#2042)Iwan Aucamp2022-07-202-28/+17
* test: remove python 2.4 specific behaviour in test (#2040)Iwan Aucamp2022-07-201-8/+1
* build: Gitpod integration and Google Cloud Shell Button (#2034)Iwan Aucamp2022-07-204-24/+44
* fix: import xml.sax.handler from the right place (#2041)Iwan Aucamp2022-07-202-2/+17
* revert: fix: import xml.sax.handler from the right placeIwan Aucamp2022-07-202-17/+2
* fix: import xml.sax.handler from the right placeIwan Aucamp2022-07-202-2/+17
* build: Taskfile improvements (#2032)Iwan Aucamp2022-07-182-33/+72
* docs: fix sphinx nitpicky issues (#2036)Iwan Aucamp2022-07-1831-89/+199
* docs: updated CHANGELOG.md (#2031)Iwan Aucamp2022-07-181-12/+16
* fix: InfixOWL: eliminate use of mutable data structures in args (#2033)Graham Higgins2022-07-183-19/+29
* build: remove drone config (#2037)Iwan Aucamp2022-07-182-83/+4
* fix: InfixOWL fixes and cleanup (#2024)Graham Higgins2022-07-177-467/+396
* Post release (#2026)Iwan Aucamp2022-07-163-2/+48
* Prepare for 6.2.0 release (#2023)6.2.0Iwan Aucamp2022-07-165-46/+615
* Fallback to old `Store.bind` signature on `TypeError` (#2018)Iwan Aucamp2022-07-152-4/+235
* Continuation of infixowl update and coverage improvement (#2001)Graham Higgins2022-07-132-301/+283
* Fix/ignore flake8 errors in `rdflib/parser.py` (#2016)Iwan Aucamp2022-07-131-6/+6
* Update black to 22.6.0 (#2015)Iwan Aucamp2022-07-135-5/+5
* Run tests on python 3.11 also (#1989)Iwan Aucamp2022-07-133-2/+3
* Avoid raising unrelated AttributeError ... (#2013)Graham Higgins2022-07-112-2/+11
* Change Literal.ill_formed to Literal.ill_typed (#2003)Alex Nelson2022-07-092-14/+14
* Update test README (#2000)Iwan Aucamp2022-06-244-64/+17
* Remove extra newline from N-Triples output (#1999)Tom Mitchell2022-06-242-1/+15
* Fix SPARQL CSV result serialization of blank nodes (#1979)Iwan Aucamp2022-06-232-1/+42
* Infixowl cleanup (#1996)Graham Higgins2022-06-2318-425/+6742
* Merge pull request #1975 from RDFLib/dependabot/pip/sphinx-lt-6Natanael Arndt2022-06-202-2/+2
|\
| * Update sphinx requirement from <5 to <6dependabot[bot]2022-05-302-2/+2
* | Merge pull request #1992 from RDFLib/dependabot/github_actions/actions/setup-...Natanael Arndt2022-06-201-2/+2
|\ \
| * | Bump actions/setup-python from 3 to 4dependabot[bot]2022-06-131-2/+2
* | | Add line-specific # noqa, remove exclusion from pyproject.toml (#1994)Graham Higgins2022-06-182-176/+216
* | | Add fragment property to URIRef (#1991)Otto Kruse2022-06-171-0/+12
|/ /
* | Rework SPARQL test suite (#1988)Iwan Aucamp2022-06-0814-639/+9496
* | test: rework RDF/XML test suite (#1987)Iwan Aucamp2022-06-0869-5751/+3933
* | Rework turtle-like test suites (#1986)Iwan Aucamp2022-06-0516-401/+7631
* | Add more tests for graph_diff (#1983)Iwan Aucamp2022-06-055-85/+488
* | Improve docstring of `Graph.serialize` (#1984)Iwan Aucamp2022-06-051-15/+33
* | Convert some more graph tests to pytest (#1982)Iwan Aucamp2022-06-054-117/+105
* | Fix SPARQL test data (#1981)Iwan Aucamp2022-06-05100-860/+2224
* | Add more namespaces to test utils (#1980)Iwan Aucamp2022-06-0516-34/+568
* | Remove `pytest-subtest` (#1973)Iwan Aucamp2022-06-052-2/+0
* | Fix issue #936 HAVING clause with variable comparison not correctly evaluated...devrb2022-06-052-1/+36
* | correct italic markup in plugin stores docs (#1977)Elliot Ford2022-06-041-2/+2
* | escape * symbol in rdflipaths docs (#1976)Elliot Ford2022-06-041-2/+2
|/
* Fix/ignore flake8 errors in store related code (#1971)Iwan Aucamp2022-05-268-45/+66
* build: speed up flake8 by ignoring test data (#1970)Iwan Aucamp2022-05-261-1/+5
* Add more typing for SPARQL (#1965)Iwan Aucamp2022-05-262-71/+179
* More type hints for `rdflib.graph` and related (#1853)Iwan Aucamp2022-05-2614-113/+217
* Fix for issue1957 sparql parser percent encoded reserved chars (#1959)Graham Higgins2022-05-252-7/+135
* Fix trix parser to allow lowercase `trix`, add tests (#1966)Graham Higgins2022-05-25135-7/+12464