summaryrefslogtreecommitdiff
path: root/rdflib/util.py
Commit message (Expand)AuthorAgeFilesLines
* fix: IRI to URI conversion (#2304)Iwan Aucamp2023-03-231-15/+75
* feat: add typing to `rdflib.util` (#2262)Iwan Aucamp2023-03-121-16/+33
* fix: small InputSource related issues (#2255)Iwan Aucamp2023-03-111-1/+2
* fix: handling of Literal datatype (#2076)Iwan Aucamp2022-08-121-31/+57
* More type hints for `rdflib.graph` and related (#1853)Iwan Aucamp2022-05-261-9/+8
* [pre-commit.ci] auto fixes from pre-commit.com hookspre-commit-ci[bot]2022-05-191-3/+3
* Fixes #1429, add `iri2uri` (#1902)Graham Higgins2022-05-191-0/+35
* feat: add tests and typing for `rdflib.utils.{get_tree,find_roots}` (#1935)Iwan Aucamp2022-05-151-8/+32
* Remove testing and debug code from rdflibIwan Aucamp2022-04-191-20/+0
* Fixes, improvements and test for namespace (re)-binding on stores.Iwan Aucamp2022-04-191-1/+25
* [pre-commit.ci] auto fixes from pre-commit.com hookspre-commit-ci[bot]2022-04-151-13/+5
* Remove `(TypeCheck|SubjectType|PredicateType|ObjectType)Error` and relatedIwan Aucamp2022-04-141-68/+0
* Move tests into test_parser_turtlelike.pyIwan Aucamp2022-04-021-11/+5
* blackedGraham Higgins2022-03-231-1/+7
* Fix for issue 1768, from_n3 handling numeric shortcutsGraham Higgins2022-03-231-3/+14
* add nquads to recognised file extensionsGraham Higgins2022-01-081-0/+1
* Make util.guess_format() pass with mypy-strict-reviewed consumersAlex Nelson2021-12-161-1/+2
* guess_format() cater for JSON-LD files ending .json-ldnicholascar2021-12-011-0/+1
* Add JSON-LD to guess_format()Alex Nelson2021-09-071-0/+4
* blacked everything6.0.0Nicholas Car2021-07-201-3/+3
* Prevent `from_n3` from unescaping `\xhh`Iwan Aucamp2021-06-261-1/+4
* re-run blackAshley Sommer2020-08-271-2/+2
* Merge remote-tracking branch 'origin/master' into t0b3_masterAshley Sommer2020-08-271-1/+1
|\
| * improved Graph().parse()Nicholas Car2020-08-141-1/+1
* | 2to3 whole sourcebaset0b32020-06-221-3/+0
|/
* Merge remote-tracking branch 'upstream/master' into autodetect-parse-formatDonny Winston2020-05-261-53/+60
|\
| * changes for flake8Nicholas Car2020-05-171-2/+2
| * blacked all python filesNicholas Car2020-05-161-55/+62
* | Remove 'as' for importDonny Winston2020-05-121-5/+5
* | refactor imports; fix try blockDonny Winston2020-05-121-6/+5
|/
* fixed URIRef including native unicode charactersKempei Igarashi2020-02-211-1/+3
* a slightly opinionated autopep8 runGunnar Aastrand Grimnes2018-10-301-5/+1
* moved all compat code to rdflib.compatsix_2to3Gunnar Aastrand Grimnes2017-01-311-1/+1
* removed most of the six import from py3compatGunnar Aastrand Grimnes2017-01-301-1/+1
* six: util.py: cleanup unused StringIOJoern Hees2017-01-301-1/+0
* six: util.py: headers, StringIOJoern Hees2017-01-301-2/+5
* fix double reduction of \ escapes in from_n3Joern Hees2015-11-221-1/+1
* util.from_n3() allows to specify a NamespaceManager to parse CURIEsJoern Hees2015-07-271-8/+24
* util.from_n3() now correctly parses literals with datatypes, see #502Joern Hees2015-07-271-1/+3
* Fix mapping of ttl to turtle for guess_formatNiklas Lindström2015-02-041-2/+2
* doc updatesGunnar Aastrand Grimnes2013-05-091-1/+1
* made query res pprinter into a serializerGunnar Aastrand Grimnes2013-05-091-56/+0
* cleanup - move stuff from rdfextras to sensible packages - entry_points for c...Gunnar Aastrand Grimnes2013-05-031-1/+206
* minor cleanup - some docstringsGunnar Aastrand Grimnes2013-03-281-0/+4
* Conform to PEP8Graham Higgins2013-02-071-18/+7
* apply autopep8 standards.Graham Higgins2013-01-111-28/+53
* Removed unused code that broke Windows testsDzinX2012-09-211-5/+0
* optimisations - generation-comprehensions instead of list-comprehensionsgromgull2012-04-231-0/+4
* Applied Jorn's patch, fixes issue 208, thanks\!Graham Higgins2012-01-251-17/+36
* Uncomment __all__, tests do all passGraham Higgins2012-01-161-1/+1