summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix initBindings handling. Fixes #294initbindings-fixGunnar Aastrand Grimnes2015-11-284-19/+132
* Merge pull request #547 from gromgull/masterJörn Hees2015-11-221-1/+5
|\
| * Small but nice SPARQL Optimisation fixGunnar Aastrand Grimnes2015-11-221-1/+5
* | cleaned up trailing whitespaceGunnar Aastrand Grimnes2015-11-2232-552/+552
|/
* Merge pull request #534 from lrowe/patch-2Jörn Hees2015-10-291-1/+1
|\
| * Avoid verbose build loggingLaurence Rowe2015-10-281-1/+1
|/
* fixed a handful of stupid bugs in the csv2rdf toolGunnar Aastrand Grimnes2015-10-271-6/+9
* Merge pull request #533 from joernhees/sparql_dateJörn Hees2015-10-242-1/+53
|\
| * SPARQL can now compare xsd:date type as well, fixes #532Joern Hees2015-10-242-1/+53
|/
* Merge pull request #529 from gromgull/masterJörn Hees2015-10-111-0/+2
|\
| * let Resource objects be slices with other resources directlyGunnar Aastrand Grimnes2015-10-111-0/+2
|/
* Merge pull request #528 from pchampin/fix-issue-381Jörn Hees2015-09-282-3/+123
|\
| * fixed issue #381Pierre-Antoine Champin2015-09-282-3/+123
|/
* Merge pull request #526 from joernhees/py35Jörn Hees2015-09-244-4/+30
|\
| * added comment referring to explanation for re.sub handling in _r()Joern Hees2015-09-241-0/+2
| * introduced py3.5+ handling for better re.sub unmatched group handlingJoern Hees2015-09-231-2/+6
| * adding python 3.5 support (activating tests)Joern Hees2015-09-233-2/+22
|/
* Merge pull request #525 from joernhees/fix_sparql_path_orderJörn Hees2015-09-232-1/+28
|\
| * specified Path.__lt__() to allow ordering Path objects in py3, fixes #492Joern Hees2015-09-232-2/+8
| * test for #492Joern Hees2015-09-231-0/+21
|/
* renamed test for issue 523 to match other filenamesJoern Hees2015-09-231-0/+0
* Merge pull request #524 from joernhees/fix_sparql_relative_urisJörn Hees2015-09-232-2/+20
|\
| * py3 unicode/bytestring buggerJoern Hees2015-09-231-1/+1
| * sparql with given base handles relative URIs better, fixes #523Joern Hees2015-09-231-2/+3
| * test for #523Joern Hees2015-09-231-0/+17
|/
* Merge pull request #522 from joernhees/sparql_store_empty_prefix_newlineJörn Hees2015-09-101-4/+9
|\
| * injectPrefixes only modifies query if prefixes present and if adds a newline ...Joern Hees2015-09-101-4/+9
|/
* Merge pull request #518 from joernhees/reduce_warningsJörn Hees2015-09-1010-99/+123
|\
| * close file handles we open in testsJoern Hees2015-08-274-70/+81
| * fix bug in ConjunctiveGraph.parse() arg parsing to Graph.parse()Joern Hees2015-08-271-2/+1
| * 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-272-3/+17
| * reduce warning output to default (non-repetitive)Joern Hees2015-08-271-2/+2
| * replaced deprecated SPARQLWrapper.addDefaultGraph with addParameterJoern Hees2015-08-271-3/+3
| * dropped test for md5_term_hash as it's deprecatedJoern Hees2015-08-271-8/+0
| * replaced deprecated failUnless with assertTrue in testJoern Hees2015-08-271-9/+9
|/
* Merge pull request #517 from joernhees/travis_enable_warningsJörn Hees2015-08-271-2/+2
|\
| * enable all warnings during travis nosetestsJoern Hees2015-08-271-2/+2
|/
* Merge branch 'sparql_store_bnode', addenum to #513Joern Hees2015-08-271-4/+3
|\
| * test changed to use _node_from_result instead of CastToTermJoern Hees2015-08-271-4/+3
* | Merge pull request #513 from joernhees/sparql_store_bnodeJörn Hees2015-08-271-93/+158
|\ \ | |/
| * PEP8: code cleanupJoern Hees2015-08-251-18/+18
| * SPARQLStore: fixed dangling { in regexpJoern Hees2015-08-251-1/+1
| * SPARQLStore deprecated unused bNodeAsURI argJoern Hees2015-08-251-0/+6
| * SPARQLStore: added node_to_sparql and node_from_result args, closes #512Joern Hees2015-08-251-32/+56
| * PEP8 deprecated sparqlstore.CastToTerm, TraverseSPARQLResultDOM and localName...Joern Hees2015-08-251-44/+78
| * sparqlstore: Optionally support blank nodes as <bnode:> URIsSam Thursfield2015-08-221-20/+21
|/
* back to dev versionJoern Hees2015-08-121-1/+1
* version 4.2.14.2.1Joern Hees2015-08-123-3/+86
* Merge pull request #509 from joernhees/test_narrow_pythonJörn Hees2015-08-111-0/+14
|\