summaryrefslogtreecommitdiff
path: root/rdflib/util.py
Commit message (Expand)AuthorAgeFilesLines
* moved all compat code to rdflib.compatsix_2to3Gunnar Aastrand Grimnes2017-01-311-1/+1
* removed most of the six import from py3compatGunnar Aastrand Grimnes2017-01-301-1/+1
* six: util.py: cleanup unused StringIOJoern Hees2017-01-301-1/+0
* six: util.py: headers, StringIOJoern Hees2017-01-301-2/+5
* fix double reduction of \ escapes in from_n3Joern Hees2015-11-221-1/+1
* util.from_n3() allows to specify a NamespaceManager to parse CURIEsJoern Hees2015-07-271-8/+24
* util.from_n3() now correctly parses literals with datatypes, see #502Joern Hees2015-07-271-1/+3
* Fix mapping of ttl to turtle for guess_formatNiklas Lindström2015-02-041-2/+2
* doc updatesGunnar Aastrand Grimnes2013-05-091-1/+1
* made query res pprinter into a serializerGunnar Aastrand Grimnes2013-05-091-56/+0
* cleanup - move stuff from rdfextras to sensible packages - entry_points for c...Gunnar Aastrand Grimnes2013-05-031-1/+206
* minor cleanup - some docstringsGunnar Aastrand Grimnes2013-03-281-0/+4
* Conform to PEP8Graham Higgins2013-02-071-18/+7
* apply autopep8 standards.Graham Higgins2013-01-111-28/+53
* Removed unused code that broke Windows testsDzinX2012-09-211-5/+0
* optimisations - generation-comprehensions instead of list-comprehensionsgromgull2012-04-231-0/+4
* Applied Jorn's patch, fixes issue 208, thanks\!Graham Higgins2012-01-251-17/+36
* Uncomment __all__, tests do all passGraham Higgins2012-01-161-1/+1
* __all__ together nowGraham Higgins2012-01-141-5/+1
* Fix from_n3 for Python 3.Thomas Kluyver2011-11-261-1/+4
* Use sets to get unique values.Thomas Kluyver2011-11-121-5/+2
* Various fixes for Python 3 compatibility.Thomas Kluyver2011-11-121-1/+11
* Changes so rdflib can be imported after installation in Python 3.Thomas Kluyver2011-11-121-3/+2
* 'util' module cleanup, increase test coverage to 100%Graham Higgins2011-10-231-111/+153
* Fix for failing date/docstring test, courtesy of Graham Klyne.Graham Higgins2011-09-211-0/+5
* Update issue 120eikeon2010-02-131-0/+7
* we're already requiring 2.4.0 mineikeon2009-03-081-1/+3
* cleaning up imports (importing directly instead via their alias, pep 8, etc)eikeon2009-02-221-3/+0
* rdflib.Graph -> rdflib.grapheikeon2009-02-221-1/+1
* merged in changes from naming_cleanup branch; bumped version to 2.5.0eikeon2009-02-201-5/+5
* commenting out fragile test that breaks if runner timezone changeswhit2007-07-121-2/+3
* Fix for test_sparql_json_results.py (SELECT * variables out of order)chimezie2007-03-261-0/+4
* removed trailing spacesogrisel2006-06-251-7/+7
* fixing EOL problems by setting the svn:eol-style property to native and repla...ogrisel2006-06-251-236/+236
* added corresponding change that was made to Literal a while backeikeon2006-06-121-1/+1
* fixed to be able to parse date_time without tz infoeikeon2005-12-261-4/+8
* fixed parser_date_time to be able to parse a date without a timeeikeon2005-12-261-7/+4
* fixed from_n3 to match default of language and datatype (which is now None an...eikeon2005-12-251-2/+2
* (no commit message)eikeon2005-12-251-3/+1
* commited patch for local_time_zone argumenteikeon2005-12-251-15/+77
* NodePickler looking for a new home ;)eikeon2005-12-191-44/+0
* checked in NodePickler and companyeikeon2005-12-171-27/+45
* added graph2_2eikeon2005-12-161-1/+4
* graph references are now store directly in graphs and not indirectly via thei...eikeon2005-12-151-2/+5
* fixed to_bits; added Statement nodeeikeon2005-12-131-3/+12
* detabifiedeikeon2005-12-131-4/+4
* added to_bits and from_bitseikeon2005-12-071-0/+14
* Added support for n3 Graph identifiers; and support for Variable, Graph and Q...eikeon2005-10-191-1/+8
* fixed from_n3 to match n3eikeon2005-09-071-4/+7
* fixed parse_date_time to also parse date onlyeikeon2005-08-181-1/+5