Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix a load of simple doctest failures due to repr changes for Python 3. | Thomas Kluyver | 2011-11-16 | 1 | -1/+2 | |
| | ||||||
* | Various fixes for Python 3 compatibility. | Thomas Kluyver | 2011-11-12 | 1 | -7/+12 | |
| | ||||||
* | More fixes for Python 3 compatibility. | Thomas Kluyver | 2011-11-12 | 1 | -8/+8 | |
| | ||||||
* | Various fixes for Python 3 compatibility. | Thomas Kluyver | 2011-11-12 | 1 | -34/+33 | |
| | ||||||
* | Applied Bernhard Schandl's patch for nt serializer. | Graham Higgins | 2011-10-26 | 1 | -7/+21 | |
| | ||||||
* | Added apparently-required '#' suffix, fixes issue 189 failing test_n3test ↵ | Graham Higgins | 2011-09-20 | 1 | -1/+1 | |
| | | | | tests - tests now passing. | |||||
* | Replaced some CWM uuid generation code with code from term.py - I wonder if ↵ | Gunnar Aastrand Grimnes | 2011-08-28 | 1 | -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 handling | gromgull | 2011-03-15 | 1 | -1/+4 | |
| | ||||||
* | fix from Rob Sanderson so that n3/turtle parser does not choke on UTF-8 BOM ↵ | ed.summers | 2011-01-05 | 1 | -0/+4 | |
| | | | | (Fixes issue 156) | |||||
* | Tweaking docstrings, some PEP8ing. | gjhiggins | 2010-08-06 | 1 | -8/+8 | |
| | ||||||
* | Update issue 120 | eikeon | 2010-02-13 | 1 | -0/+2290 | |
Moving parsers and serializer implementations into rdflib.plugins package |