summaryrefslogtreecommitdiff
path: root/rdflib/plugins/serializers
Commit message (Expand)AuthorAgeFilesLines
* updated commentsNicholas Car2021-10-021-36/+9
* PEP8 onlyNicholas Car2021-10-021-0/+1
* complete turtle2 serializer with testsNicholas Car2021-10-021-0/+331
* blacked everything6.0.0Nicholas Car2021-07-201-1/+1
* Merge branch 'master' into hsolbrig/masterEdmond Chuc2021-07-141-0/+382
|\
| * remove bad doctest declarations that are no longer required, were causing sub...Ashley Sommer2021-07-091-5/+1
| * integrate jsonld code into rdflib coreAshley Sommer2021-07-071-0/+386
* | Merge branch 'master' into hsolbrig/masterEdmond Chuc2021-07-087-26/+24
|\ \ | |/
| * Add mypy to CI pipelines and fix errors it raisesIwan Aucamp2021-05-301-1/+1
| * re-run blackAshley Sommer2020-08-273-5/+5
| * 2to3 whole sourcebaset0b32020-06-226-22/+20
* | Refactor importsEdmond Chuc2021-07-081-2/+1
* | Fix more travis issues and problems.hsolbrig2020-05-261-0/+1
* | Refactor - module names don't match class nameshsolbrig2020-05-263-23/+23
* | Yet another try at the mystery Travis errorhsolbrig2020-05-261-1/+2
|/
* changes for flake8Nicholas Car2020-05-175-29/+29
* blacked all python filesNicholas Car2020-05-168-170/+180
* removal of all uses of package sixNicholas Car2020-05-166-25/+16
* Let argument of serialize method overwrite graph settingsNatanael Arndt2020-04-174-15/+24
* inverted precedence of base: graph wins over adding base to serialize(). Adde...issue_1003Nicholas Car2020-04-164-7/+25
* improved handling of base, including at Graph() initNicholas Car2020-04-161-1/+6
* Merge pull request #914 from tgbugs/keep-prefixesNicholas Car2020-03-161-0/+10
|\
| * allow roundtripping of specific prefixesTom Gillespie2019-05-301-3/+8
| * added a class level option to roundtrip prefixesTom Gillespie2019-05-161-2/+4
| * Revert "Not adding all namespaces for n3 serializer"Tom Gillespie2019-05-161-0/+3
* | namespace.py serializers/rdfxml.py stric qnamesTom Gillespie2020-03-122-4/+4
* | extend subjects instead of adding members individualyAxel Nennker2018-11-101-1/+1
* | assign members to subjects instead of adding each member individuallyAxel Nennker2018-11-091-1/+1
|/
* a slightly opinionated autopep8 runGunnar Aastrand Grimnes2018-10-305-20/+27
* Not adding all namespaces for n3 serializerMark Watts2018-06-081-3/+0
* Suppress warning for not using custom encoding.Natanael Arndt2017-12-142-2/+2
* removed most of the six import from py3compatGunnar Aastrand Grimnes2017-01-306-6/+6
* six: turtle: text_typeJoern Hees2017-01-301-3/+3
* converted all base serialisers and parsersGunnar Aastrand Grimnes2017-01-305-20/+22
* removed compat code for supporting legacy python versionsGunnar Aastrand Grimnes2017-01-271-1/+1
* add a NTSerializer sub-class for nt11 (#700)Gunnar Aastrand Grimnes2017-01-241-0/+11
* fixes for turtle/trig namespace handlingGunnar Aastrand Grimnes2017-01-241-1/+4
* skip serialising empty default graphGunnar Aastrand Grimnes2017-01-241-0/+2
* remove ancient and broken 2.3 support code. (#681)Gunnar Aastrand Grimnes2017-01-242-26/+26
* cmp_to_key for py2.6Gunnar Aastrand Grimnes2017-01-191-1/+1
* Fixed turtle serialisation of non-orderable literals.Gunnar Aastrand Grimnes2017-01-191-1/+21
* Fix TurtleSerializer.isValidList failure on falsy valuesNiklas Lindström2016-08-041-1/+1
* serialize bnode graph ids in trig correctlyDrew Perttula2015-03-311-3/+6
* trig serializer corrections to graph label outputDrew Perttula2015-03-291-1/+4
* trig serializer wasn't including a @prefix line for the first graph's prefixDrew Perttula2015-03-291-16/+1
* made trig serializer work with default contextGunnar Aastrand Grimnes2014-07-111-2/+10
* Remove "=" graph naming operator from TriG serializationNiklas Lindström2014-05-081-1/+1
* Fix boolean list serialization in TurtleBenjamin Cogrel2014-04-271-1/+1
* 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