summaryrefslogtreecommitdiff
path: root/rdflib/plugins/parsers/notation3.py
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix a load of simple doctest failures due to repr changes for Python 3.Thomas Kluyver2011-11-161-1/+2
|
* Various fixes for Python 3 compatibility.Thomas Kluyver2011-11-121-7/+12
|
* More fixes for Python 3 compatibility.Thomas Kluyver2011-11-121-8/+8
|
* Various fixes for Python 3 compatibility.Thomas Kluyver2011-11-121-34/+33
|
* Applied Bernhard Schandl's patch for nt serializer.Graham Higgins2011-10-261-7/+21
|
* Added apparently-required '#' suffix, fixes issue 189 failing test_n3test ↵Graham Higgins2011-09-201-1/+1
| | | | tests - tests now passing.
* Replaced some CWM uuid generation code with code from term.py - I wonder if ↵Gunnar Aastrand Grimnes2011-08-281-8/+2
| | | | this is every used at all (since we are not in cwm) I also wonder if using the uuid module might be better for both bnode id gen. and this
* minor fix to n3 encoding handlinggromgull2011-03-151-1/+4
|
* fix from Rob Sanderson so that n3/turtle parser does not choke on UTF-8 BOM ↵ed.summers2011-01-051-0/+4
| | | | (Fixes issue 156)
* Tweaking docstrings, some PEP8ing.gjhiggins2010-08-061-8/+8
|
* Update issue 120eikeon2010-02-131-0/+2290
Moving parsers and serializer implementations into rdflib.plugins package