summaryrefslogtreecommitdiff
path: root/rdflib/plugins/parsers/rdfxml.py
Commit message (Expand)AuthorAgeFilesLines
* refactor: eliminate inheritance from object (#2339)Iwan Aucamp2023-04-101-1/+1
* build(deps-dev): bump black from 22.12.0 to 23.1.0 (#2248)dependabot[bot]2023-03-111-3/+2
* feat: add parser type hints (#2232)Iwan Aucamp2023-03-051-59/+103
* [pre-commit.ci] auto fixes from pre-commit.com hookspre-commit-ci[bot]2022-04-151-11/+7
* Add typing to rdflib.termIwan Aucamp2022-01-221-1/+1
* Fix mypy type errors and add mypy to .drone.ymlIwan Aucamp2021-09-101-5/+5
* blacked everything6.0.0Nicholas Car2021-07-201-2/+14
* Fix testsEdmond Chuc2021-07-151-1/+1
* Merge branch 'master' into hsolbrig/masterEdmond Chuc2021-07-081-3/+6
|\
| * re-run blackAshley Sommer2020-08-271-2/+2
| * 2to3 whole sourcebaset0b32020-06-221-3/+3
* | Refactor - module names don't match class nameshsolbrig2020-05-261-1/+2
* | Migration from ClosedNamespace to DeclaredNamespacehsolbrig2020-05-261-43/+41
|/
* changes for flake8Nicholas Car2020-05-171-2/+2
* blacked all python filesNicholas Car2020-05-161-68/+83
* removal of all uses of package sixNicholas Car2020-05-161-1/+1
* Fix next_li() to use RDF._{li} instead of RDF.{li}.Linus Lewandowski2020-01-081-2/+2
* a slightly opinionated autopep8 runGunnar Aastrand Grimnes2018-10-301-2/+2
* removed most of the six import from py3compatGunnar Aastrand Grimnes2017-01-301-1/+1
* converted all base serialisers and parsersGunnar Aastrand Grimnes2017-01-301-5/+7
* minor: docstring typoJoern Hees2015-03-061-1/+1
* lookup for unqualified namespace 'about' fixed. fixes #468Kris Maglione2015-03-061-2/+2
* replace example file in basic example. Fixes #363Gunnar Aastrand Grimnes2014-03-031-2/+6
* Raise exception for repeat node-object in rdf/xml parser. Test + fixes #363Gunnar Aastrand Grimnes2014-03-021-0/+3
* make rdfxml parser not call URIRef(None), fixes #288Gunnar Aastrand Grimnes2013-05-211-1/+1
* cleanup - one license is enoughGunnar Aastrand Grimnes2013-05-081-31/+2
* autopep8Gunnar Aastrand Grimnes2013-04-301-6/+6
* Add test and fix for issue #247Graham Higgins2013-01-101-1/+1
* Whitespace & PEP8 gardening.Graham Higgins2013-01-101-57/+77
* Uncomment __all__, tests do all passGraham Higgins2012-01-161-1/+1
* __all__ together nowGraham Higgins2012-01-141-0/+1
* More fixes for Python 3 compatibility.Thomas Kluyver2011-11-121-3/+8
* Update issue 120eikeon2010-02-131-0/+573