summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* minor: tuple literalfix_canonicalizationJoern Hees2015-08-101-1/+1
* Merge pull request #506 from jimmccusker/fix_canonicalizationJörn Hees2015-08-102-3/+8
|\
| * Fixed bnode collision bug.Jim McCusker2015-08-092-3/+8
|/
* test for #494 (canonicalization sometimes collapses BNodes)Joern Hees2015-07-131-4/+103
* Removed duplicate option from armstrong theme configGunnar Aastrand Grimnes2015-07-011-1/+0
* Merge pull request #488 from joernhees/fix_variable_reprJörn Hees2015-06-221-1/+6
|\
| * Variable.__repr__ returns a python representation string, not n3Joern Hees2015-06-221-1/+6
|/
* Merge pull request #482 from ggstuart/patch-1Jörn Hees2015-04-231-1/+1
|\
| * fix broken exampleGraeme Stuart2015-04-221-1/+1
|/
* Merge pull request #480 from drewp/masterJörn Hees2015-04-013-18/+45
|\
| * don't use assertIn; not supported in py2.6Drew Perttula2015-03-311-4/+4
| * serialize bnode graph ids in trig correctlyDrew Perttula2015-03-312-19/+23
| * run_tests_py3.sh shouldn't lose cmdline argsDrew Perttula2015-03-311-1/+1
| * fix string types for py3Drew Perttula2015-03-311-4/+4
| * trig serializer corrections to graph label outputDrew Perttula2015-03-292-1/+24
| * trig serializer wasn't including a @prefix line for the first graph's prefixDrew Perttula2015-03-292-16/+16
|/
* Merge pull request #473 from joernhees/graphtoolJörn Hees2015-03-183-5/+199
|\
| * remove double exclude line as py3 configparser complains otherwiseJoern Hees2015-03-181-2/+1
| * make external_graph_libs tests optional (only run if ext lib is installed)Joern Hees2015-03-183-4/+98
| * code to convert an rdflib.Graph into a graph_tool.GraphJoern Hees2015-03-151-0/+101
* | Merge pull request #477 from joernhees/test_rdfpipe_fix_envJörn Hees2015-03-181-2/+7
|\ \ | |/ |/|
| * set PYTHONPATH to make rdfpipe tests use the right rdflib versionJoern Hees2015-03-181-2/+7
|/
* Merge pull request #476 from joernhees/travis_fuseki_failsafeJörn Hees2015-03-152-10/+20
|\
| * make travis fuseki install more failsafe, fixes #475Joern Hees2015-03-152-10/+20
|/
* Merge pull request #474 from joernhees/quickfix_fuseki_testsJörn Hees2015-03-151-3/+3
|\
| * update fuseki version for testingJoern Hees2015-03-151-3/+3
|/
* edge attributes as callables, transformation functions and refactoringJoern Hees2015-03-101-49/+110
* Merge pull request #471 from joernhees/networkx_extraJörn Hees2015-03-104-4/+188
|\
| * exclude some `def main():` functions from test coverage analysisJoern Hees2015-03-092-3/+3
| * add networkx as test requirementJoern Hees2015-03-092-2/+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-067-43/+98
|\ \
| * | updated SPARQL(Update)Store's docstrings with recommendations to use Dataset ...Joern Hees2015-03-061-7/+11
| * | run two fuseki servers with different default graph behaviorsJoern Hees2015-03-043-22/+49
| * | updated test comments & added fuseki config parameter unionDefaultGraph=trueJoern Hees2015-03-012-5/+18
| * | install and run Fuseki, enable sparqlupdate testsGraham Higgins2015-02-263-2/+11
| * | Update requirementsGraham Higgins2015-02-263-14/+16
* | | Merge pull request #469 from bcroq/AuditableStore-try-removeJörn Hees2015-03-061-19/+15
|\ \ \ | |_|/ |/| |
| * | Don't check if an op is in reverseOps before removing it, just try to remove it.Bertrand Croq2015-03-051-19/+15
|/ /
* | Merge pull request #467 from joernhees/graph_set_assertJörn Hees2015-03-041-2/+6
|\ \
| * | 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
| |/
* | Merge pull request #463 from bcroq/auditable_store_and_orJörn Hees2015-02-251-12/+8
|\ \ | |/ |/|