summaryrefslogtreecommitdiff
path: root/rdflib/parser.py
Commit message (Expand)AuthorAgeFilesLines
* Fix Graph.parse URL handling on windowsIwan Aucamp2021-10-121-4/+7
* blacked everything6.0.0Nicholas Car2021-07-201-5/+12
* Merge pull request #1288 from tgbugs/path2url-removalNicholas Car2021-07-031-6/+7
|\
| * parser.py fix pathlib mismatchesTom Gillespie2021-03-291-5/+6
| * tweaks to hierarchy to improve load timesTom Gillespie2021-03-261-4/+4
* | Add pathlib.PurePath support for Graph.{serialize,parse}Iwan Aucamp2021-06-291-1/+1
* | Merge pull request #1342 from iafork/iwana-issue1040Nicholas Car2021-06-291-1/+17
|\ \
| * | Use HTTPError.headers instead of HTTPError.hdrsIwan Aucamp2021-06-261-1/+1
| * | Add handling for 308 (Permanent Redirect)Iwan Aucamp2021-06-241-1/+17
| |/
* | Add mypy to CI pipelines and fix errors it raisesIwan Aucamp2021-05-301-1/+1
|/
* Support parsing paths specified with pathlibAnton Lodder2020-10-071-0/+3
* re-run black on parser.py after recent pull-request merges.Ashley Sommer2020-09-181-11/+5
* #1160 removed .defrag() and added a testAnatoly Scherbakov2020-09-121-14/+38
* #1160 create_input_source() conflicting arguments and a test for themAnatoly Scherbakov2020-09-081-12/+6
* Merge remote-tracking branch 'origin/master' into t0b3_masterAshley Sommer2020-08-271-15/+85
|\
| * Merged two Ntriples parser filesAshley Sommer2020-08-191-19/+85
* | 2to3 whole sourcebaset0b32020-06-221-3/+0
|/
* 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