| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Serialize Changes: | Ashley Sommer | 2020-10-08 | 1 | -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 sourcebase | t0b3 | 2020-06-22 | 1 | -4/+4 |
| | | | | | Signed-off-by: t0b3 <thomas.bettler@gmail.com> | ||||
| * | blacked all python files | Nicholas Car | 2020-05-16 | 1 | -24/+71 |
| | | |||||
| * | removal of all uses of package six | Nicholas Car | 2020-05-16 | 1 | -12/+11 |
| | | |||||
| * | a slightly opinionated autopep8 run | Gunnar Aastrand Grimnes | 2018-10-30 | 1 | -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 py3compat | Gunnar Aastrand Grimnes | 2017-01-30 | 1 | -4/+2 |
| | | | | | now six is used throughout. | ||||
| * | converted all tests | Gunnar Aastrand Grimnes | 2017-01-30 | 1 | -5/+2 |
| | | |||||
| * | Check if Literal.value is minidom.Document instead of parsing as XML | Niklas Lindström | 2014-02-23 | 1 | -3/+8 |
| | | |||||
| * | Use rdf:parseType="Literal" notation for well-formed XMLLiterals in ↵ | Niklas Lindström | 2014-02-23 | 1 | -2/+17 |
| | | | | | PrettyXMLSerializer | ||||
| * | Yet more minor bytes/unicode fixes. | Thomas Kluyver | 2011-11-12 | 1 | -12/+16 |
| | | |||||
| * | Fix for issue 193. Contributed by Graham Klyne. | Graham Higgins | 2011-09-24 | 1 | -3/+11 |
| | | |||||
| * | Update issue 120 | eikeon | 2010-02-13 | 1 | -1/+1 |
| | | | | | Moving parsers and serializer implementations into rdflib.plugins package | ||||
| * | Update issue 43 | eikeon | 2010-02-04 | 1 | -1/+1 |
| | | |||||
| * | moved RDF and RDFS into rdflib.namespace; lower cased the rest of the ↵ | eikeon | 2009-04-02 | 1 | -3/+2 |
| | | | | | top-level module names | ||||
| * | updating module names so that they get picked up by nose; made a few small ↵ | eikeon | 2009-04-02 | 1 | -0/+140 |
| fixes along the way | |||||
