summaryrefslogtreecommitdiff
path: root/test/test_prettyxml.py
Commit message (Collapse)AuthorAgeFilesLines
* Serialize Changes:Ashley Sommer2020-10-081-6/+2
| | | | | | | | 1) Change default format from 'xml' to 'turtle' 2) If destination is None and encoding is None, output a str, not bytes 3) Add a new convenience method to print the Graph contents (turtle by default) Lots of fixes in tests to adapt to these changes (serialize is used a lot to check graph state in tests). Blacked files which were involved in this change.
* 2to3 whole sourcebaset0b32020-06-221-4/+4
| | | | Signed-off-by: t0b3 <thomas.bettler@gmail.com>
* blacked all python filesNicholas Car2020-05-161-24/+71
|
* removal of all uses of package sixNicholas Car2020-05-161-12/+11
|
* a slightly opinionated autopep8 runGunnar Aastrand Grimnes2018-10-301-11/+17
| | | | | | | | opinions is mainly: no to long lines, but not at any cost. notation3.py crashses autopep :D Also rdflib/__init__.py gets completely broken
* removed most of the six import from py3compatGunnar Aastrand Grimnes2017-01-301-4/+2
| | | | now six is used throughout.
* converted all testsGunnar Aastrand Grimnes2017-01-301-5/+2
|
* Check if Literal.value is minidom.Document instead of parsing as XMLNiklas Lindström2014-02-231-3/+8
|
* Use rdf:parseType="Literal" notation for well-formed XMLLiterals in ↵Niklas Lindström2014-02-231-2/+17
| | | | PrettyXMLSerializer
* Yet more minor bytes/unicode fixes.Thomas Kluyver2011-11-121-12/+16
|
* Fix for issue 193. Contributed by Graham Klyne.Graham Higgins2011-09-241-3/+11
|
* Update issue 120eikeon2010-02-131-1/+1
| | | | Moving parsers and serializer implementations into rdflib.plugins package
* Update issue 43eikeon2010-02-041-1/+1
|
* moved RDF and RDFS into rdflib.namespace; lower cased the rest of the ↵eikeon2009-04-021-3/+2
| | | | top-level module names
* updating module names so that they get picked up by nose; made a few small ↵eikeon2009-04-021-0/+140
fixes along the way