summaryrefslogtreecommitdiff
path: root/rdflib/plugins/serializers/rdfxml.py
Commit message (Expand)AuthorAgeFilesLines
* fix: eliminate bare `except:` (#2350)Iwan Aucamp2023-04-121-1/+1
* feat: add typing to `rdflib.util` (#2262)Iwan Aucamp2023-03-121-1/+2
* build(deps-dev): bump black from 22.12.0 to 23.1.0 (#2248)dependabot[bot]2023-03-111-4/+0
* More type hints for `rdflib.graph` and related (#1853)Iwan Aucamp2022-05-261-3/+6
* [pre-commit.ci] auto fixes from pre-commit.com hookspre-commit-ci[bot]2022-04-151-10/+8
* [pre-commit.ci] auto fixes from pre-commit.com hookspre-commit-ci[bot]2022-02-231-1/+3
* Remove unused type ignoresIwan Aucamp2022-02-231-2/+2
* Fix type checking errorsIwan Aucamp2022-02-221-3/+1
* Apply IdentifiedNode type signature revisions to rdf-xml serializerAlex Nelson2022-01-251-4/+6
* Flak8 improvementsnicholascar2021-12-071-1/+1
* blacked parsers & serializersnicholascar2021-12-071-2/+2
* Add type hintsIwan Aucamp2021-10-241-15/+31
* Merge branch 'master' into hsolbrig/masterEdmond Chuc2021-07-081-3/+1
|\
| * 2to3 whole sourcebaset0b32020-06-221-3/+1
* | Fix more travis issues and problems.hsolbrig2020-05-261-0/+1
* | Refactor - module names don't match class nameshsolbrig2020-05-261-20/+20
|/
* changes for flake8Nicholas Car2020-05-171-3/+3
* blacked all python filesNicholas Car2020-05-161-34/+39
* removal of all uses of package sixNicholas Car2020-05-161-5/+1
* Let argument of serialize method overwrite graph settingsNatanael Arndt2020-04-171-6/+14
* inverted precedence of base: graph wins over adding base to serialize(). Adde...issue_1003Nicholas Car2020-04-161-3/+7
* namespace.py serializers/rdfxml.py stric qnamesTom Gillespie2020-03-121-3/+3
* a slightly opinionated autopep8 runGunnar Aastrand Grimnes2018-10-301-2/+3
* removed most of the six import from py3compatGunnar Aastrand Grimnes2017-01-301-1/+1
* converted all base serialisers and parsersGunnar Aastrand Grimnes2017-01-301-3/+5
* Check if Literal.value is minidom.Document instead of parsing as XMLNiklas Lindström2014-02-231-14/+2
* Use rdf:parseType="Literal" notation for well-formed XMLLiterals in PrettyXML...Niklas Lindström2014-02-231-4/+22
* autopep8Gunnar Aastrand Grimnes2013-04-301-7/+7
* cleaning up some more old cruftgromgull2013-03-111-2/+0
* apply autopep8 standards.Graham Higgins2013-01-111-49/+50
* fixed various bugs with literal handlings in serializersgromgull2012-07-201-1/+3
* Remove print statement.Graham Higgins2012-04-021-2/+1
* TODO implemented: UserWarning emitted - fixes issue #160Graham Higgins2012-03-291-21/+73
* Uncomment __all__, tests do all passGraham Higgins2012-01-161-1/+1
* __all__ together nowGraham Higgins2012-01-141-0/+1
* Use sets to get unique values.Thomas Kluyver2011-11-121-3/+3
* Small Python 3 compatibility fixes, mainly around StringIOThomas Kluyver2011-11-121-1/+3
* Fix for issue #180Graham Higgins2011-10-261-1/+3
* Fix for issue 193. Contributed by Graham Klyne.Graham Higgins2011-09-241-0/+6
* Update issue 120eikeon2010-02-131-0/+271