summaryrefslogtreecommitdiff
path: root/rdflib/plugins/serializers/nquads.py
Commit message (Expand)AuthorAgeFilesLines
* 2to3 whole sourcebaset0b32020-06-221-2/+2
* blacked all python filesNicholas Car2020-05-161-14/+18
* removal of all uses of package sixNicholas Car2020-05-161-2/+1
* Suppress warning for not using custom encoding.Natanael Arndt2017-12-141-1/+1
* removed most of the six import from py3compatGunnar Aastrand Grimnes2017-01-301-1/+1
* remove ancient and broken 2.3 support code. (#681)Gunnar Aastrand Grimnes2017-01-241-4/+3
* missing space in error messageDrew Perttula2013-12-251-1/+1
* apply autopep8 standards.Graham Higgins2013-01-111-14/+18
* moved nt/nquads serializers away from .n3 method, now code much simpler!gromgull2012-07-201-2/+10
* Uncomment __all__, tests do all passGraham Higgins2012-01-161-1/+1
* __all__ together nowGraham Higgins2012-01-141-0/+2
* Various more fixes for Python 3.Thomas Kluyver2011-11-121-1/+2
* added nquads serializerGunnar Aastrand Grimnes2011-08-201-0/+31