summaryrefslogtreecommitdiff
path: root/rdflib/parser.py
Commit message (Expand)AuthorAgeFilesLines
* fix: HTTP 308 Permanent Redirect status code handling (#2389)Iwan Aucamp2023-05-171-17/+2
* refactor: eliminate inheritance from object (#2339)Iwan Aucamp2023-04-101-1/+1
* build(deps-dev): bump mypy from 1.0.1 to 1.1.1 (#2274)dependabot[bot]2023-03-191-1/+2
* fix: small InputSource related issues (#2255)Iwan Aucamp2023-03-111-1/+17
* build(deps-dev): bump mypy from 0.991 to 1.0.1 (#2247)dependabot[bot]2023-03-061-1/+1
* feat: add parser type hints (#2232)Iwan Aucamp2023-03-051-22/+25
* Fix type errors resulting from new mypy (#2161)Iwan Aucamp2022-11-191-1/+1
* Fix/ignore flake8 errors in `rdflib/parser.py` (#2016)Iwan Aucamp2022-07-131-6/+6
* [pre-commit.ci] auto fixes from pre-commit.com hookspre-commit-ci[bot]2022-05-191-4/+4
* Fixes #1429, add `iri2uri` (#1902)Graham Higgins2022-05-191-1/+2
* Replace rdlib.net and rdflib.net with rdflib.github.io (#1901)Graham Higgins2022-05-191-1/+2
* [pre-commit.ci] auto fixes from pre-commit.com hookspre-commit-ci[bot]2022-04-151-11/+6
* [pre-commit.ci] auto fixes from pre-commit.com hookspre-commit-ci[bot]2022-03-161-0/+1
* Fix typing errorsIwan Aucamp2022-03-161-3/+3
* Add doc stringNatanael Arndt2022-03-161-1/+1
* add type to URLInputSource.linksjsonld_connegNicholas Car2022-01-041-0/+2
* Merge branch 'master' into jsonld_connegNicholas Car2022-01-031-30/+66
|\
| * Merge pull request #1643 from RDFLib/url_source_hdrsNicholas Car2022-01-021-7/+18
| |\
| | * improved use of plugins()nicholascar2022-01-021-4/+3
| | * Update parser.pyurl_source_hdrsNicholas Car2022-01-021-1/+1
| | * all RDF Media Types in Accept headernicholascar2022-01-021-7/+19
| * | Add typing for parsersIwan Aucamp2021-12-291-23/+50
| |/
* | Import urljoinIwan Aucamp2021-12-281-0/+1
* | Merge remote-tracking branch 'origin/master' into jsonld_connegIwan Aucamp2021-12-281-4/+3
|\ \ | |/
| * blacked all filesnicholascar2021-12-071-2/+1
| * Fix typing of create_input_sourceIwan Aucamp2021-12-011-2/+2
* | Merge branch 'master' into jsonld_connegNicholas Car2021-12-011-7/+56
|\ \ | |/
| * Merge pull request #1463 from joshmoore/python-graphNicholas Car2021-12-011-5/+49
| |\
| | * Add a json example to docsjmoore2021-11-261-2/+12
| | * Run flake8jmoore2021-11-231-2/+0
| | * Add PythonInputSource to __all__ and minimal docsjmoore2021-11-231-1/+3
| | * RFC: Add PythonInputSource to create py-based graphsjmoore2021-11-151-4/+38
| * | Add type hintsIwan Aucamp2021-10-241-1/+7
| |/
* | Adapt for pytest and add back import of os in rdflib/parser.pyIwan Aucamp2021-11-281-0/+1
* | Update rdflib/parser.pyNicholas Car2021-11-211-4/+1
* | Update rdflib/parser.pyNicholas Car2021-11-211-5/+1
* | Merge branch 'master' into jsonld_connegNicholas Car2021-11-211-4/+7
|\ \ | |/
| * Fix Graph.parse URL handling on windowsIwan Aucamp2021-10-121-4/+7
* | moved http.client imports into a TYPE_CHECKING guardAshley Sommer2021-10-141-4/+6
* | Allow URLInputSource to get content-negotiation links from the Link headers o...Ashley Sommer2021-10-121-6/+57
|/
* blacked everything6.0.0Nicholas Car2021-07-201-5/+12
* Merge pull request #1288 from tgbugs/path2url-removalNicholas Car2021-07-031-6/+7
|\
| * parser.py fix pathlib mismatchesTom Gillespie2021-03-291-5/+6
| * tweaks to hierarchy to improve load timesTom Gillespie2021-03-261-4/+4
* | Add pathlib.PurePath support for Graph.{serialize,parse}Iwan Aucamp2021-06-291-1/+1
* | Merge pull request #1342 from iafork/iwana-issue1040Nicholas Car2021-06-291-1/+17
|\ \
| * | Use HTTPError.headers instead of HTTPError.hdrsIwan Aucamp2021-06-261-1/+1
| * | Add handling for 308 (Permanent Redirect)Iwan Aucamp2021-06-241-1/+17
| |/
* | Add mypy to CI pipelines and fix errors it raisesIwan Aucamp2021-05-301-1/+1
|/
* Support parsing paths specified with pathlibAnton Lodder2020-10-071-0/+3