summaryrefslogtreecommitdiff
path: root/rdflib/parser.py
Commit message (Expand)AuthorAgeFilesLines
* blacked all python filesNicholas Car2020-05-161-37/+44
* removal of all uses of package sixNicholas Car2020-05-161-10/+10
* Also add the old turtle mimetype to match old implementationsNatanael Arndt2018-12-081-1/+1
* Add http accept header for turtleNatanael Arndt2018-12-081-0/+2
* a slightly opinionated autopep8 runGunnar Aastrand Grimnes2018-10-301-2/+2
* Accept header should use a q parameterAaron Coburn2017-02-241-1/+1
* removed most of the six import from py3compatGunnar Aastrand Grimnes2017-01-301-9/+9
* six: parser.py: headers, imports, unicode, basestringJoern Hees2017-01-301-11/+16
* check for Graph.parse() args: exactly one of source, location, file or dataJoern Hees2015-08-271-2/+10
* make sure that Graph.parse closes all files it opened itselfJoern Hees2015-08-271-0/+10
* fix handling URLInputSource without content-type, closes #498Joern Hees2015-07-201-1/+2
* Expose the urllib2.urlopen response as response_info in URLInputSourceNiklas Lindström2014-11-231-0/+1
* URLInputSource Accept headers for json-ld formatLaurence Rowe2014-09-041-0/+3
* Use special URI for sys.stdin in parser.create_input_source. Fixes #285Niklas Lindström2013-05-191-1/+4
* made proper URIs for system-ids of FileInputSource - fixes #279Gunnar Aastrand Grimnes2013-05-081-4/+1
* Conform to PEP8Graham Higgins2013-02-071-1/+3
* apply autopep8 standards.Graham Higgins2013-01-111-20/+25
* misc minor cleanupsGunnar Aastrand Grimnes2012-12-051-5/+1
* Hopeful fix for https://github.com/RDFLib/rdflib/issues/130Graham Higgins2012-02-201-7/+10
* Hopeful fix for https://github.com/RDFLib/rdflib/issues/145Graham Higgins2012-02-201-0/+3
* Make safe for Python 2.7Graham Higgins2012-02-191-2/+3
* Uncomment __all__, tests do all passGraham Higgins2012-01-161-1/+1
* __all__ together nowGraham Higgins2012-01-141-0/+1
* Applied approved fix, closes issue 170Graham Higgins2012-01-131-5/+1
* Various fixes for Python 3 compatibility.Thomas Kluyver2011-11-121-6/+2
* Various fixes for Python 3 compatibility.Thomas Kluyver2011-11-121-2/+5
* Update issue 120eikeon2010-02-131-0/+2
* added support to Graph's parse method for case where data is passed as unicod...eikeon2010-02-041-0/+2
* Fixed 103gromgull2010-02-031-6/+16
* Have InputSource subclass object as well (instead of each of its subclasses)....lindstream2009-09-161-8/+8
* URLInputSource now gives more informative exception (indicates url that was t...eikeon2009-04-091-3/+6
* moved namespace bits from term into a namespace moduleeikeon2009-04-021-1/+2
* merged in parser related changes from 3.0 branch; fixing pep8 module name iss...eikeon2009-03-081-0/+162