summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Added the changes in the initial contextrdfa-initial-context-update-2017Ivan Herman2017-05-231-2/+7
* removed broken pypi downloads badgeJörn Hees2017-05-141-1/+0
* XMLResult: don't attempt to reraise exception with new messageGunnar Aastrand Grimnes2017-05-141-4/+5
* Merge pull request #736 from hsolbrig/masterGunnar Aastrand Grimnes2017-05-011-2/+2
|\
| * Adds escaped single quote to literal parserhsolbrig2017-04-191-2/+2
|/
* Merge pull request #731 from amitbeka/fix-logging-configJörn Hees2017-04-121-3/+4
|\
| * enable logging only for the current packageAmit Beka2017-04-121-3/+4
|/
* bool support for csv2rdfGunnar Aastrand Grimnes2017-04-111-1/+16
* fixed tiny bug with literal columns in csv2rdfGunnar Aastrand Grimnes2017-04-111-1/+1
* Merge pull request #726 from joernhees/fix_canonicalizationJörn Hees2017-04-092-18/+211
|\
| * some merging cleanupJoern Hees2017-04-091-125/+65
| * Merge remote-tracking branch 'upstream/pull/730' into fix_canonicalizationJoern Hees2017-04-092-6/+149
| |\
| | * Merge branch 'issue725' of https://github.com/jimmccusker/rdflib into issue725Jim McCusker2017-04-093-4/+43
| | |\
| | | * Merge branch 'master' into issue725Jim McCusker2017-04-093-4/+43
| | | |\ | |_|_|/ |/| | |
| | * | Removed extraneous debug statements.Jim McCusker2017-04-091-2/+0
| | |/
| | * Fixed #725 by fully refining all bnode colors and combining color groups if t...Jim McCusker2017-04-092-6/+149
| * | test for issue #725: canonicalization collapses BNodesJoern Hees2017-03-301-12/+122
|/ /
* | Merge pull request #720 from acoburn/accept_headerNiklas Lindström2017-02-241-1/+1
|\ \
| * | Accept header should use a q parameterAaron Coburn2017-02-241-1/+1
|/ /
* | Merge pull request #718 from jimmccusker/issue682Jörn Hees2017-02-212-3/+40
|\ \ | |/ |/|
| * IsomorphicGraph no explicitly redefines __hash__Jörn Hees2017-02-171-0/+3
| * removed prints from test outputJörn Hees2017-02-171-3/+0
| * Added test for Issue 682 and fixed.Jim McCusker2017-02-162-3/+40
|/
* Merge pull request #717 from RDFLib/issue714Gunnar Aastrand Grimnes2017-02-1612-2/+253
|\
| * fixed expandTriples for nested bnodesissue714Gunnar Aastrand Grimnes2017-02-161-1/+1
| * SPARQL Parser: allow ObjectListPath for repeat propertiesGunnar Aastrand Grimnes2017-02-151-1/+1
| * correct form of bnode-ppath-mix-cGunnar Aastrand Grimnes2017-02-151-1/+1
| * added tests for issue #714Gunnar Aastrand Grimnes2017-02-1511-0/+251
|/
* SPARQLStore: use ASK queries when all triple-parts are bound in .triples()Gunnar Aastrand Grimnes2017-02-141-6/+11
* made SPARQLStore count emitted queries and updatesGunnar Aastrand Grimnes2017-02-091-0/+11
* dirty_reads flag for SPARQLStoreGunnar Aastrand Grimnes2017-02-091-5/+17
* Merge pull request #711 from adamhadani/ah-namespace-exceptionJörn Hees2017-02-082-34/+37
|\
| * cleanups wrt. str and reprJörn Hees2017-02-081-4/+4
| * make namespace module flake8-compliant, change exceptions in that module to s...Adam Ever Hadani2017-02-062-32/+35
* | Merge pull request #712 from westurner/patch-1Jörn Hees2017-02-071-5/+5
|\ \ | |/ |/|
| * DOC: README.md: rdflib-jsonld, https urisWes Turner2017-02-061-5/+5
|/
* removed outdated testGunnar Aastrand Grimnes2017-02-031-14/+0
* default column conversions for csv2rdfGunnar Aastrand Grimnes2017-02-021-5/+16
* slightly shorter queries for SPARQLUpdateStoreGunnar Aastrand Grimnes2017-02-021-3/+1
* Use any SPARQL result format with SPARQLStoreGunnar Aastrand Grimnes2017-02-022-94/+23
* fixed support for datatyped literals in SPARQL json resultsGunnar Aastrand Grimnes2017-02-021-12/+8
* Merge pull request #519 from RDFLib/six_2to3Jörn Hees2017-02-01156-1906/+1600
|\
| * moved all compat code to rdflib.compatsix_2to3Gunnar Aastrand Grimnes2017-01-318-130/+130
| * remove format_doctest from py3compatGunnar Aastrand Grimnes2017-01-3116-285/+241
| * last remaining unichr from py3compatGunnar Aastrand Grimnes2017-01-302-2/+3
| * reverted setuptools upgrade removal in travis.ymlGunnar Aastrand Grimnes2017-01-301-0/+1
| * converted csv2rdf to sixGunnar Aastrand Grimnes2017-01-301-1/+4
| * removed most of the six import from py3compatGunnar Aastrand Grimnes2017-01-3084-309/+223
| * restored find_version in setup.pyGunnar Aastrand Grimnes2017-01-301-1/+8
| * removed special py3 handling code from setup.py and travis filesGunnar Aastrand Grimnes2017-01-306-395/+10