summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* make SparqlStore close underlying urllib response bodyfix638Gunnar Aastrand Grimnes2017-01-121-5/+13
* Merge pull request #588 from pchampin/fix-issue-493Gunnar Aastrand Grimnes2017-01-121-1/+1
|\
| * changed prefix for SPARQL namespace in XML serialization*Pierre-Antoine Champin2016-01-281-1/+1
* | Merge pull request #634 from pchampin/fix-issue-633Gunnar Aastrand Grimnes2017-01-122-2/+75
|\ \
| * | attempt to fix #633Pierre-Antoine Champin2016-05-152-2/+75
* | | Merge pull request #675 from chrysn-pull-requests/html5lib-sparqlwrapper-demo...Gunnar Aastrand Grimnes2017-01-121-5/+10
|\ \ \
| * | | Relax dependencies on html5lib and SPARQLWrapperchrysn2016-12-071-5/+10
* | | | Merge pull request #678 from tiko-tiko/sparql-aggregatesGunnar Aastrand Grimnes2017-01-122-136/+267
|\ \ \ \ | |/ / / |/| | |
| * | | Implement variable MRU style REDUCEDtiko-tiko2017-01-051-1/+35
| * | | Implement "on the fly" aggregationtiko-tiko2017-01-051-18/+22
| * | | Implement "on the fly" aggregationtiko-tiko2017-01-051-117/+210
|/ / /
* | | Merge pull request #673 from SeguinBe/masterJörn Hees2016-12-051-0/+3
|\ \ \
| * | | renamed self.default_query_method to self.query_methodJörn Hees2016-12-051-2/+2
| * | | Corrections asked by @joernheesBenoit Seguin2016-12-041-3/+3
| * | | Adding the option of using POST for sparql queries (even when they are not up...Benoit Seguin2016-12-021-0/+3
|/ / /
* | | Merge pull request #668 from joernhees/fix_test_375_py23Jörn Hees2016-11-181-2/+2
|\ \ \
| * | | make test 375 more portable (use sys.executable rather than python), thanks t...Joern Hees2016-11-181-2/+2
|/ / /
* | | re-add logger version output: INFO for interactive session, DEBUG for othersJoern Hees2016-11-181-2/+12
* | | Merge pull request #662 from david4096/masterGunnar Aastrand Grimnes2016-10-261-3/+0
|\ \ \
| * | | Remove logger outputDavid Steinberg2016-10-241-3/+0
|/ / /
* | | Merge pull request #650 from redapple/html5lib-encodingJörn Hees2016-10-153-3/+6
|\ \ \
| * | | Update requirements files for html5lib versionPaul Tremberth2016-08-302-2/+2
| * | | Support newer transport_encoding parameter in html5lib parser callPaul Tremberth2016-08-301-1/+4
* | | | Merge pull request #658 from joernhees/turtle_infty_nanJörn Hees2016-10-152-0/+102
|\ \ \ \ | |/ / / |/| | |
| * | | hardening + warning for serializing invalid numericals (e.g., '"xy.z"^^xsd:fl...Joern Hees2016-10-151-10/+18
| * | | make sure inf/Infinity and nan from numerical types are serialized as INF/NaNJoern Hees2016-10-151-3/+10
| * | | except inf/nan from plain serializationJoern Hees2016-10-151-8/+14
| * | | more tests for float and decimal inf/nan serialization (ensures datatypes)Joern Hees2016-10-151-5/+47
| * | | Only doubles can be infinity or NaNcmaumet2016-10-131-1/+2
| * | | Serialisation of nan is "NaN"cmaumet2016-10-122-7/+11
| * | | Remove test on serialisation (order is not fixed)cmaumet2016-10-121-2/+0
| * | | Add tests requested by @joernheescmaumet2016-10-121-0/+2
| * | | change xxx to issue number (655)cmaumet2016-10-121-2/+2
| * | | Test serialisation of infinite valuescmaumet2016-10-121-0/+27
| * | | Serialisation of infinity is "INF"cmaumet2016-10-121-2/+9
|/ / /
* | | Set identifier of the parser sink to target graph. Fixes #432.Niklas Lindström2016-08-042-1/+18
* | | Fix TurtleSerializer.isValidList failure on falsy valuesNiklas Lindström2016-08-042-2/+16
* | | Merge pull request #643 from joernhees/fix_ntriples_exceptionJörn Hees2016-07-271-1/+1
|\ \ \
| * \ \ Merge branch 'master' into fix_ntriples_exception, closes #640Joern Hees2016-07-274-10/+15
| |\ \ \ | |/ / / |/| | |
* | | | Merge pull request #641 from joernhees/fix_travisJörn Hees2016-07-274-10/+15
|\ \ \ \
| * | | | only run flake8 in latest py2 and py3 versionJoern Hees2016-07-271-1/+1
| * | | | pinning html5lib to 1.0b8 for nowJoern Hees2016-07-272-3/+3
| * | | | removed now unnecessary version restriction from SPARQLWrapperJoern Hees2016-07-272-2/+2
| * | | | updated fuseki used in travis tests to 2.4.0Joern Hees2016-07-271-3/+3
| * | | | travis updates setuptools and pip before installingJoern Hees2016-07-272-2/+7
|/ / / /
| * | | Put the original pattern in the ParseError for ntriples.eat()Justin Clark-Casey2016-07-261-1/+1
|/ / /
* | | Merge pull request #636 from white-gecko/white-gecko-patch-gYearJörn Hees2016-06-071-0/+2
|\ \ \ | |/ / |/| |
| * | Add support for xsd:gYear and xsd:gYearMonthNatanael Arndt2016-05-311-0/+2
|/ /
* | minor readme updates including more badgesJörn Hees2016-05-131-7/+9
* | Merge pull request #611 from pchampin/fix-issue-with-aggregate-distinctJörn Hees2016-05-105-29/+188
|\ \