summaryrefslogtreecommitdiff
path: root/rdflib
Commit message (Expand)AuthorAgeFilesLines
...
* refactor: Pass service_query to _buildQueryStringForServiceCall instead of a ...Veyndan Stuart2022-10-141-4/+2
* feat: add type hint to part in evalServiceQuery (#2133)Veyndan Stuart2022-10-131-1/+1
* chore: remove outdated comment (#2129)Veyndan Stuart2022-10-101-1/+0
* fix: type ignore compatibility with latest mypy (#2127)Iwan Aucamp2022-10-091-4/+4
* fix: add charset encoding to SPARQLConnector.update() request. (#2112)Robert Casties2022-09-151-1/+1
* feat: add type hints to `rdflib.query` and related (#2097)Iwan Aucamp2022-08-2411-106/+233
* fix: issue with trig reference counting across graphs (#2085)Iwan Aucamp2022-08-241-9/+5
* fix: Don't register berkelydb as a store if it is not available on the system...Clay G2022-08-231-6/+11
* feat: add type hints to `rdflib.plugins.sparql.{algebra,operators}` (#2094)Iwan Aucamp2022-08-232-137/+238
* feat: Add type hints to rdflib.graph (#2080)Iwan Aucamp2022-08-235-334/+618
* fix: generate VALUES block for federated queries with variables only (#2084)Veyndan Stuart2022-08-211-1/+1
* fix: handling of Literal datatype (#2076)Iwan Aucamp2022-08-123-64/+92
* add chunk serializer & tests (#1968)Nicholas Car2022-08-122-10/+155
* fix: always parse HexTuple files as utf-8 (#2070)Iwan Aucamp2022-08-071-1/+1
* fix: passing ConjunctiveGraph as namespace_manager (#2073)Miel Vander Sande2022-08-041-2/+1
* fix: narrow the context identifier type from `Node` to `IdentifiedNode` (#2069)Iwan Aucamp2022-08-022-13/+8
* fix: issues with string destination handling in `{Graph,Result}.serialize` (#...Iwan Aucamp2022-08-022-29/+24
* feat: add type hints for `rdflib.store` and `rdflib.plugins.stores` (#2057)Iwan Aucamp2022-07-307-316/+881
* chore: remove pre Python 3.7 compatibility code for shutil (#2066)Iwan Aucamp2022-07-302-10/+2
* Toplevel n80x (#2046)Graham Higgins2022-07-286-53/+64
* fix: SPARQL XML result parsing (#2044)Iwan Aucamp2022-07-262-39/+84
* chore: remove pre python 3.5 regex related workaround (#2042)Iwan Aucamp2022-07-201-28/+1
* fix: import xml.sax.handler from the right place (#2041)Iwan Aucamp2022-07-201-2/+1
* revert: fix: import xml.sax.handler from the right placeIwan Aucamp2022-07-201-1/+2
* fix: import xml.sax.handler from the right placeIwan Aucamp2022-07-201-2/+1
* docs: fix sphinx nitpicky issues (#2036)Iwan Aucamp2022-07-1812-35/+83
* fix: InfixOWL: eliminate use of mutable data structures in args (#2033)Graham Higgins2022-07-181-17/+19
* fix: InfixOWL fixes and cleanup (#2024)Graham Higgins2022-07-171-65/+155
* Post release (#2026)Iwan Aucamp2022-07-161-1/+1
* Prepare for 6.2.0 release (#2023)6.2.0Iwan Aucamp2022-07-161-2/+2
* Fallback to old `Store.bind` signature on `TypeError` (#2018)Iwan Aucamp2022-07-151-4/+22
* Continuation of infixowl update and coverage improvement (#2001)Graham Higgins2022-07-131-288/+278
* Fix/ignore flake8 errors in `rdflib/parser.py` (#2016)Iwan Aucamp2022-07-131-6/+6
* Avoid raising unrelated AttributeError ... (#2013)Graham Higgins2022-07-111-2/+2
* Change Literal.ill_formed to Literal.ill_typed (#2003)Alex Nelson2022-07-091-7/+7
* Remove extra newline from N-Triples output (#1999)Tom Mitchell2022-06-241-1/+0
* Fix SPARQL CSV result serialization of blank nodes (#1979)Iwan Aucamp2022-06-231-0/+2
* Infixowl cleanup (#1996)Graham Higgins2022-06-231-7/+7
* Add line-specific # noqa, remove exclusion from pyproject.toml (#1994)Graham Higgins2022-06-181-174/+216
* Add fragment property to URIRef (#1991)Otto Kruse2022-06-171-0/+12
* Improve docstring of `Graph.serialize` (#1984)Iwan Aucamp2022-06-051-15/+33
* Fix issue #936 HAVING clause with variable comparison not correctly evaluated...devrb2022-06-051-1/+1
* 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
* Add more typing for SPARQL (#1965)Iwan Aucamp2022-05-262-71/+179
* More type hints for `rdflib.graph` and related (#1853)Iwan Aucamp2022-05-266-92/+183
* Fix for issue1957 sparql parser percent encoded reserved chars (#1959)Graham Higgins2022-05-251-7/+0
* Fix trix parser to allow lowercase `trix`, add tests (#1966)Graham Higgins2022-05-251-2/+2
* fix sonarcloud-reported bug in xmlwriter, add test (#1951)Graham Higgins2022-05-251-1/+1
* fix for sonarcloud-reported bug (#1945)Graham Higgins2022-05-251-1/+1