summaryrefslogtreecommitdiff
path: root/rdflib
Commit message (Expand)AuthorAgeFilesLines
* minor: tuple literalfix_canonicalizationJoern Hees2015-08-101-1/+1
* Fixed bnode collision bug.Jim McCusker2015-08-091-3/+6
* Variable.__repr__ returns a python representation string, not n3Joern Hees2015-06-221-1/+6
* serialize bnode graph ids in trig correctlyDrew Perttula2015-03-311-3/+6
* trig serializer corrections to graph label outputDrew Perttula2015-03-291-1/+4
* trig serializer wasn't including a @prefix line for the first graph's prefixDrew Perttula2015-03-291-16/+1
* make external_graph_libs tests optional (only run if ext lib is installed)Joern Hees2015-03-181-4/+5
* code to convert an rdflib.Graph into a graph_tool.GraphJoern Hees2015-03-151-0/+101
* edge attributes as callables, transformation functions and refactoringJoern Hees2015-03-101-49/+110
* exclude some `def main():` functions from test coverage analysisJoern Hees2015-03-092-3/+3
* code to convert an rdflib.Graph into networkx.((Multi)Di)GraphJoern Hees2015-03-091-0/+183
* Merge pull request #470 from joernhees/rdf_xml_rdf_default_namespaceJörn Hees2015-03-072-9/+24
|\
| * fixed and improved main rdflib docstring test (4 instead of wrong 9 triples)Joern Hees2015-03-061-6/+21
| * minor: docstring typoJoern Hees2015-03-061-1/+1
| * lookup for unqualified namespace 'about' fixed. fixes #468Kris Maglione2015-03-061-2/+2
* | Merge pull request #466 from joernhees/travis_fusekiJörn Hees2015-03-061-7/+11
|\ \
| * | updated SPARQL(Update)Store's docstrings with recommendations to use Dataset ...Joern Hees2015-03-061-7/+11
* | | Don't check if an op is in reverseOps before removing it, just try to remove it.Bertrand Croq2015-03-051-19/+15
| |/ |/|
* | added asserts for graph.set([s,p,o]) so s and p aren't NoneJoern Hees2015-03-041-2/+6
* | Merge pull request #464 from bcroq/auditable_store_queryJörn Hees2015-02-261-0/+3
|\ \
| * | add `query` methodBertrand Croq2015-02-251-0/+3
| |/
* | Merge pull request #465: use threading.RLock instances as context managersJoern Hees2015-02-251-49/+46
|\ \
| * | threading.RLock instances are context managersBertrand Croq2015-02-251-51/+48
| |/
* | Replace "A and B or C" by "B if A else C"Bertrand Croq2015-02-251-12/+8
|/
* Merge pull request #459 from joernhees/sparql_store_empty_literalsJörn Hees2015-02-251-6/+4
|\
| * minor code cleanup removing if False codeJoern Hees2015-02-251-4/+1
| * SPARQLStore does not transform Literal('') into Literal('None') anymore, fixe...Joern Hees2015-02-241-3/+4
* | slight performance increase for graph.all_nodes()Joern Hees2015-02-241-3/+3
|/
* back to dev versionJoern Hees2015-02-191-1/+1
* set version to 4.2.0 for releaseJoern Hees2015-02-191-2/+2
* warnings for narrow python buildsJoern Hees2015-02-183-2/+50
* use codecs.decode with unicode_escape instead of unichr. Fixes #453Yves-Marie Haussonne2015-02-182-2/+2
* Fix mapping of ttl to turtle for guess_formatNiklas Lindström2015-02-041-2/+2
* hah, knew this would get me... it's 2015!Jörn Hees2015-01-071-1/+1
* version set to semver.org conform 4.2.0-devJörn Hees2015-01-071-2/+2
* ntriples handling of utf-8 files, fixes #400Joern Hees2015-01-051-2/+5
* Merge pull request #441 from jimmccusker/canonicalizationJörn Hees2014-12-111-67/+348
|\
| * removed unintended singletonJim McCusker2014-12-101-2/+4
| * misnamed performance decoratorJim McCusker2014-12-091-1/+1
| * Fixed up some of the style adjustments to pass tests.Jim McCusker2014-12-091-2/+2
| * Merge remote-tracking branch 'joernhees/canonicalization' into canonicalizationJim McCusker2014-12-081-72/+97
| |\
| | * minor: code style guidesJoern Hees2014-12-081-70/+95
| * | Privatized some decorators and utility functions.Jim McCusker2014-12-081-9/+9
| |/
| * Updated comments and citations, removed badly performing equality measure and...Jim McCusker2014-12-071-31/+22
| * .n3() always returns unicode (right?) and the only other possible thing is in...Jim McCusker2014-12-071-2/+2
| * Another unicode tweak, works locally on python 2.7.7 (anaconda)Jim McCusker2014-12-071-1/+1
| * Support for python 2.6 and hopefully 3.xJim McCusker2014-12-071-13/+12
| * More tests working, but it looks like JSON-LD doesn't do safe roundtrip conve...Jim McCusker2014-12-071-10/+13
| * more automorphism detectionJim McCusker2014-11-301-4/+43
| * added benchmark and related instrumentationJim McCusker2014-11-181-25/+80