summaryrefslogtreecommitdiff
path: root/rdflib/plugin.py
Commit message (Expand)AuthorAgeFilesLines
...
* Conform to PEP8Graham Higgins2013-02-071-2/+2
* apply autopep8 standards.Graham Higgins2013-01-111-57/+102
* Adapted the top level plugin level to include the latest changes on the parserIvan Herman2012-10-081-10/+13
* Added the updated RDFa 1.1 parser, the microdata parser, and a common, 'struc...Ivan Herman2012-08-311-6/+14
* fixes #214. Made turtle parser that does not require context-aware store. Tes...Gunnar Aastrand Grimnes2012-07-221-1/+1
* Pull-by-hand from mammadori's repos commit https://github.com/mammadori/rdfli...Graham Higgins2012-06-071-21/+31
* added trig serializergromgull2011-08-191-1/+3
* query result cleanup patchgromgull2011-03-301-2/+5
* Fixes issue 141.ed.summers2010-09-191-0/+2
* Tweaking docstrings, some PEP8ing.gjhiggins2010-08-061-21/+33
* updated query method to use rdflib.query.Processor and rdflib.query.Result as...eikeon2010-02-161-5/+0
* Update issue 120eikeon2010-02-131-12/+12
* Update issue 120eikeon2010-02-131-8/+7
* Update issue 116eikeon2010-02-091-5/+5
* removed more non core bits; run_tests now runs all tests but those marked wit...eikeon2010-02-051-6/+1
* Update issue 43eikeon2010-02-051-1/+1
* Update issue 43eikeon2010-02-051-1/+1
* Update issue 43eikeon2010-02-041-6/+6
* Update issue 43eikeon2010-02-041-2/+2
* Update issue 43eikeon2010-02-041-3/+3
* Updating issue 43eikeon2010-02-031-2/+2
* Update issue 43eikeon2010-02-031-1/+1
* Added SQLite store to plugin.py.gsf7472009-09-251-0/+1
* Fairly big revision of the Turtle and N3 serializers, including:lindstream2009-09-091-0/+2
* The RDFa Parser has been replaced by integrated pyRdfa code (we have permissi...lindstream2009-08-061-17/+19
* Fix alignment problems with bulk loading and query with the PostgreSQLJohn.L.Clark2009-04-231-0/+1
* Refactor SPARQL implementation and test cases to match the new moduleJohn.L.Clark2009-04-021-0/+6
* updating module names so that they get picked up by nose; made a few small fi...eikeon2009-04-021-0/+4
* fixes issue #53eikeon2009-03-241-1/+1
* added Sleepycateikeon2009-03-241-0/+4
* renaming test modules so they get picked up by noseeikeon2009-03-081-0/+6
* merged in parser related changes from 3.0 branch; fixing pep8 module name iss...eikeon2009-03-081-0/+1
* fixed some trixhandler issues, added trix serializer and simple junit testgromgull2009-03-031-0/+2
* fixed Trix parser and added as plugin again, also fixed trix testsgromgull2009-03-031-2/+3
* added doc to rdflib package (including tiny example); erged in serializer sim...eikeon2009-02-221-0/+2
* removed deprecated bits; removed sparql bits; fixed up imports and test cases...eikeon2009-02-221-100/+94
* initial import of an experimental BDB-backend based on the (full) indexing us...mikael2007-04-251-0/+3
* A transaction-capable bsddb Store module.chimezie2007-03-231-0/+3
* Added patches in http://rdflib.net/blog/2006/11/01/Bug/typo_in_plugin.py_wrt_...eikeon2006-11-041-1/+2
* Added TriXParser and some very simple testsgromgull2006-10-051-1/+4
* Added new N3Serializer, TurtleSerializer, and Abstract super classes. Made N3...gromgull2006-08-081-0/+2
* removed trailing spacesogrisel2006-06-251-3/+3
* G.query processor attribute is either 'sparql' or 'versa' - only sparql suppo...chimezie2006-06-231-1/+1
* QueryResult class and plugin support for SPARQL (and other query languages) r...chimezie2006-06-081-0/+5
* initial import of RDFaParsereliast2006-06-061-0/+3
* added a sparql.processor plugin which graph now uses to implement sparqlQuery...eikeon2006-06-051-0/+4
* fixed typoeikeon2006-01-191-1/+1
* added a first pass n3 serializer (mostly yosi)eikeon2006-01-191-0/+3
* whoopschimezie2006-01-151-0/+3
* added aliaseseikeon2005-12-121-0/+9