summaryrefslogtreecommitdiff
path: root/rdflib/util.py
Commit message (Expand)AuthorAgeFilesLines
* Add JSON-LD to guess_format()Alex Nelson2021-09-071-0/+4
* blacked everything6.0.0Nicholas Car2021-07-201-3/+3
* Prevent `from_n3` from unescaping `\xhh`Iwan Aucamp2021-06-261-1/+4
* re-run blackAshley Sommer2020-08-271-2/+2
* Merge remote-tracking branch 'origin/master' into t0b3_masterAshley Sommer2020-08-271-1/+1
|\
| * improved Graph().parse()Nicholas Car2020-08-141-1/+1
* | 2to3 whole sourcebaset0b32020-06-221-3/+0
|/
* Merge remote-tracking branch 'upstream/master' into autodetect-parse-formatDonny Winston2020-05-261-53/+60
|\
| * changes for flake8Nicholas Car2020-05-171-2/+2
| * blacked all python filesNicholas Car2020-05-161-55/+62
* | Remove 'as' for importDonny Winston2020-05-121-5/+5
* | refactor imports; fix try blockDonny Winston2020-05-121-6/+5
|/
* fixed URIRef including native unicode charactersKempei Igarashi2020-02-211-1/+3
* a slightly opinionated autopep8 runGunnar Aastrand Grimnes2018-10-301-5/+1
* 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