summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* cleanup - kicking and screaming into 20175.0.0-devGunnar Aastrand Grimnes2017-01-292-229/+1
* restrict travis to supported versionsGunnar Aastrand Grimnes2017-01-272-77/+2
* removed compat code for supporting legacy python versionsGunnar Aastrand Grimnes2017-01-2711-281/+13
* Merge branch 'master' into 5.0.0-devJoern Hees2017-01-2679-1008/+1468
|\
| * Merge pull request #701 from joernhees/more_aliases_for_common_formatsJörn Hees2017-01-251-2/+14
| |\
| | * quote cleanup OCDJoern Hees2017-01-251-2/+2
| | * serializer/parser alias for 'ntriples'Joern Hees2017-01-251-0/+6
| | * serializer/parser alias for 'ttl'Joern Hees2017-01-251-0/+6
| |/
| * cleanupGunnar Aastrand Grimnes2017-01-243-508/+0
| * remove outdated always skipped testGunnar Aastrand Grimnes2017-01-241-18/+0
| * a bit of changelogGunnar Aastrand Grimnes2017-01-241-0/+41
| * add a NTSerializer sub-class for nt11 (#700)Gunnar Aastrand Grimnes2017-01-242-0/+18
| * Restrict normalization to unicode-compatible values (#674)Nate Prewitt2017-01-242-12/+52
| * fixes for turtle/trig namespace handlingGunnar Aastrand Grimnes2017-01-243-29/+10
| * skip serialising empty default graphGunnar Aastrand Grimnes2017-01-241-0/+2
| * skip round-trip test, unfixable until 5.0Gunnar Aastrand Grimnes2017-01-241-0/+3
| * prefix test for #428Gunnar Aastrand Grimnes2017-01-241-0/+22
| * Added additional trig unit tests to highlight some currently occurring issues.Dave Challis2017-01-242-1/+93
| * remove ancient and broken 2.3 support code. (#681)Gunnar Aastrand Grimnes2017-01-242-26/+26
| * updating deprecated testing syntax (#697)Nate Prewitt2017-01-2424-198/+197
| * docs: clarify the use of an identifier when persisting a triplestore (#654)Wim Muskee2017-01-241-3/+5
| * removing pyparsing version requirement (#696)Nate Prewitt2017-01-241-1/+1
| * made min/max aggregate functions support all literals (#694)Gunnar Aastrand Grimnes2017-01-209-50/+84
| * actually fix projection from sub-queriesGunnar Aastrand Grimnes2017-01-203-60/+7
| * added dawg tests for #607Gunnar Aastrand Grimnes2017-01-206-11/+97
| * test for #607Joern Hees2017-01-201-0/+59
| * Fix for filters in sub-queries (#693)Gunnar Aastrand Grimnes2017-01-198-4/+99
| * Merge pull request #692 from RDFLib/fix-initbindingsGunnar Aastrand Grimnes2017-01-194-46/+18
| |\
| | * Fix initBindings in SPARQLGunnar Aastrand Grimnes2017-01-194-46/+18
| |/
| * Merge pull request #691 from RDFLib/fix_609Gunnar Aastrand Grimnes2017-01-193-25/+64
| |\
| | * Added __iadd__ method to collections, much faster for adding multiple items.Gunnar Aastrand Grimnes2017-01-193-25/+64
| |/
| * cmp_to_key for py2.6Gunnar Aastrand Grimnes2017-01-192-1/+27
| * Fixed turtle serialisation of non-orderable literals.Gunnar Aastrand Grimnes2017-01-192-1/+60
| * Merge pull request #690 from wwaites/masterwwaites2017-01-192-9/+20
| |\
| | * correctly return the length of rdf:List for #223William Waites2017-01-192-9/+5
| | * remove incorrect check in container for rdf:List that prevents duplicate elem...William Waites2017-01-192-3/+1
| | * add test for duplicate entries in rdf lists #223William Waites2017-01-191-0/+17
| |/
| * Merge pull request #688 from RDFLib/fix-issue-580Gunnar Aastrand Grimnes2017-01-1911-13/+125
| |\
| | * Fixed some BIND scoping issuesfix-issue-580Gunnar Aastrand Grimnes2017-01-189-12/+99
| | * prettify parsetreeJoern Hees2017-01-181-0/+25
| | * better output in DAWG testsJoern Hees2017-01-181-1/+1
| |/
| * Fixes variable scope for filters inside (NOT) EXIST clauses in SPARQLGunnar Aastrand Grimnes2017-01-188-1/+98
| * Merge pull request #684 from RDFLib/fixElementTreeImportsGunnar Aastrand Grimnes2017-01-123-25/+41
| |\
| | * be more compatible when importing elementtree, and only in one placeGunnar Aastrand Grimnes2017-01-123-25/+41
| |/
| * Merge pull request #683 from RDFLib/fix638Gunnar Aastrand Grimnes2017-01-121-5/+13
| |\
| | * 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