| Commit message (Expand) | Author | Age | Files | Lines |
* | moved all compat code to rdflib.compatsix_2to3 | Gunnar Aastrand Grimnes | 2017-01-31 | 1 | -1/+1 |
* | removed most of the six import from py3compat | Gunnar Aastrand Grimnes | 2017-01-30 | 1 | -1/+1 |
* | six: util.py: cleanup unused StringIO | Joern Hees | 2017-01-30 | 1 | -1/+0 |
* | six: util.py: headers, StringIO | Joern Hees | 2017-01-30 | 1 | -2/+5 |
* | fix double reduction of \ escapes in from_n3 | Joern Hees | 2015-11-22 | 1 | -1/+1 |
* | util.from_n3() allows to specify a NamespaceManager to parse CURIEs | Joern Hees | 2015-07-27 | 1 | -8/+24 |
* | util.from_n3() now correctly parses literals with datatypes, see #502 | Joern Hees | 2015-07-27 | 1 | -1/+3 |
* | Fix mapping of ttl to turtle for guess_format | Niklas Lindström | 2015-02-04 | 1 | -2/+2 |
* | doc updates | Gunnar Aastrand Grimnes | 2013-05-09 | 1 | -1/+1 |
* | made query res pprinter into a serializer | Gunnar Aastrand Grimnes | 2013-05-09 | 1 | -56/+0 |
* | cleanup - move stuff from rdfextras to sensible packages - entry_points for c... | Gunnar Aastrand Grimnes | 2013-05-03 | 1 | -1/+206 |
* | minor cleanup - some docstrings | Gunnar Aastrand Grimnes | 2013-03-28 | 1 | -0/+4 |
* | Conform to PEP8 | Graham Higgins | 2013-02-07 | 1 | -18/+7 |
* | apply autopep8 standards. | Graham Higgins | 2013-01-11 | 1 | -28/+53 |
* | Removed unused code that broke Windows tests | DzinX | 2012-09-21 | 1 | -5/+0 |
* | optimisations - generation-comprehensions instead of list-comprehensions | gromgull | 2012-04-23 | 1 | -0/+4 |
* | Applied Jorn's patch, fixes issue 208, thanks\! | Graham Higgins | 2012-01-25 | 1 | -17/+36 |
* | Uncomment __all__, tests do all pass | Graham Higgins | 2012-01-16 | 1 | -1/+1 |
* | __all__ together now | Graham Higgins | 2012-01-14 | 1 | -5/+1 |
* | Fix from_n3 for Python 3. | Thomas Kluyver | 2011-11-26 | 1 | -1/+4 |
* | Use sets to get unique values. | Thomas Kluyver | 2011-11-12 | 1 | -5/+2 |
* | Various fixes for Python 3 compatibility. | Thomas Kluyver | 2011-11-12 | 1 | -1/+11 |
* | Changes so rdflib can be imported after installation in Python 3. | Thomas Kluyver | 2011-11-12 | 1 | -3/+2 |
* | 'util' module cleanup, increase test coverage to 100% | Graham Higgins | 2011-10-23 | 1 | -111/+153 |
* | Fix for failing date/docstring test, courtesy of Graham Klyne. | Graham Higgins | 2011-09-21 | 1 | -0/+5 |
* | Update issue 120 | eikeon | 2010-02-13 | 1 | -0/+7 |
* | we're already requiring 2.4.0 min | eikeon | 2009-03-08 | 1 | -1/+3 |
* | cleaning up imports (importing directly instead via their alias, pep 8, etc) | eikeon | 2009-02-22 | 1 | -3/+0 |
* | rdflib.Graph -> rdflib.graph | eikeon | 2009-02-22 | 1 | -1/+1 |
* | merged in changes from naming_cleanup branch; bumped version to 2.5.0 | eikeon | 2009-02-20 | 1 | -5/+5 |
* | commenting out fragile test that breaks if runner timezone changes | whit | 2007-07-12 | 1 | -2/+3 |
* | Fix for test_sparql_json_results.py (SELECT * variables out of order) | chimezie | 2007-03-26 | 1 | -0/+4 |
* | removed trailing spaces | ogrisel | 2006-06-25 | 1 | -7/+7 |
* | fixing EOL problems by setting the svn:eol-style property to native and repla... | ogrisel | 2006-06-25 | 1 | -236/+236 |
* | added corresponding change that was made to Literal a while back | eikeon | 2006-06-12 | 1 | -1/+1 |
* | fixed to be able to parse date_time without tz info | eikeon | 2005-12-26 | 1 | -4/+8 |
* | fixed parser_date_time to be able to parse a date without a time | eikeon | 2005-12-26 | 1 | -7/+4 |
* | fixed from_n3 to match default of language and datatype (which is now None an... | eikeon | 2005-12-25 | 1 | -2/+2 |
* | (no commit message) | eikeon | 2005-12-25 | 1 | -3/+1 |
* | commited patch for local_time_zone argument | eikeon | 2005-12-25 | 1 | -15/+77 |
* | NodePickler looking for a new home ;) | eikeon | 2005-12-19 | 1 | -44/+0 |
* | checked in NodePickler and company | eikeon | 2005-12-17 | 1 | -27/+45 |
* | added graph2_2 | eikeon | 2005-12-16 | 1 | -1/+4 |
* | graph references are now store directly in graphs and not indirectly via thei... | eikeon | 2005-12-15 | 1 | -2/+5 |
* | fixed to_bits; added Statement node | eikeon | 2005-12-13 | 1 | -3/+12 |
* | detabified | eikeon | 2005-12-13 | 1 | -4/+4 |
* | added to_bits and from_bits | eikeon | 2005-12-07 | 1 | -0/+14 |
* | Added support for n3 Graph identifiers; and support for Variable, Graph and Q... | eikeon | 2005-10-19 | 1 | -1/+8 |
* | fixed from_n3 to match n3 | eikeon | 2005-09-07 | 1 | -4/+7 |
* | fixed parse_date_time to also parse date only | eikeon | 2005-08-18 | 1 | -1/+5 |