summaryrefslogtreecommitdiff
path: root/rdflib/plugins/serializers/turtle.py
Commit message (Expand)AuthorAgeFilesLines
* Let argument of serialize method overwrite graph settingsNatanael Arndt2020-04-171-4/+4
* inverted precedence of base: graph wins over adding base to serialize(). Adde...issue_1003Nicholas Car2020-04-161-2/+6
* 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
* | 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-301-11/+15
* Not adding all namespaces for n3 serializerMark Watts2018-06-081-3/+0
* removed most of the six import from py3compatGunnar Aastrand Grimnes2017-01-301-1/+1
* six: turtle: text_typeJoern Hees2017-01-301-3/+3
* converted all base serialisers and parsersGunnar Aastrand Grimnes2017-01-301-3/+5
* removed compat code for supporting legacy python versionsGunnar Aastrand Grimnes2017-01-271-1/+1
* fixes for turtle/trig namespace handlingGunnar Aastrand Grimnes2017-01-241-1/+4
* 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
* Fix boolean list serialization in TurtleBenjamin Cogrel2014-04-271-1/+1
* clean up turtle parser a bit, fix repeat subjects in trig parserGunnar Aastrand Grimnes2013-07-301-21/+13
* no final dot in turtle qnames, fixes #282Gunnar Aastrand Grimnes2013-05-151-1/+5
* autopep8Gunnar Aastrand Grimnes2013-04-301-5/+3
* made turtle/n3 serializer reuse namespaces from graph.namespace_managerGunnar Aastrand Grimnes2013-04-261-4/+6
* base-support for n3/turtle serializergromgull2013-03-111-0/+2
* remove cruftgromgull2013-03-111-5/+0
* apply autopep8 standards.Graham Higgins2013-01-111-53/+62
* added a leading space before ; for repeat predicate/object pairs in turtle se...gromgull2012-11-201-1/+1
* Fix test failures (Hurrah for shiningpanda)Graham Higgins2012-04-181-1/+2
* Check and rewrite namespace prefixes starting with _ in turtle serializer. fi...Gunnar Aastrand Grimnes2012-04-161-1/+26
* 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-1/+1
* One more time sorting out generating prefixes or not for - Another solution w...gromgull2011-03-211-20/+18
* turtle friendly namespace prefixes. Fixes issue #152ed.summers2010-11-281-3/+5
* Update issue 120eikeon2010-02-131-0/+363