summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Master supports python 3.7 and above. Change Dockerfile base image to 3.7SwebEdmond Chuc2021-07-091-1/+1
* Merge branch 'master' into SwebEdmond Chuc2021-07-09127-591/+4017
|\
| * Add Dockerfile VOLUME instruction. Add RUN statement to create /rdflib direct...Edmond Chuc2021-07-071-0/+2
| * Move tests Dockerfile image to the test directory. Rename docker-compose.yml ...Edmond Chuc2021-07-071-0/+12
| * Merge pull request #1154 from FlorianLudwig/support_date_typeNicholas Car2021-07-031-0/+36
| |\
| | * reformat edited files using blackFlorian Ludwig2020-10-231-2/+2
| | * support day, nonth and year function for dateFlorian Ludwig2020-10-231-0/+36
| * | Merge pull request #1343 from iafork/iwana-issue549Nicholas Car2021-07-031-0/+42
| |\ \
| | * | Prevent `from_n3` from unescaping `\xhh`Iwan Aucamp2021-06-261-0/+42
| * | | Merge remote-tracking branch 'origin/docco_clean' into docco_cleanNicholas Car2021-07-031-0/+114
| |\ \ \
| | * \ \ Merge branch 'master' into docco_cleanNicholas Car2021-07-021-0/+114
| | |\ \ \
| | | * \ \ Merge branch 'master' into BerkeleyDBNicholas Car2021-07-0251-239/+2204
| | | |\ \ \
| | | * \ \ \ Merge branch 'master' of https://github.com/RDFLib/rdflib into berkeleydbNicholas Car2021-06-2813-70/+446
| | | |\ \ \ \
| | | * | | | | added tests for BerkeleyDBNicholas Car2021-06-271-0/+114
| * | | | | | | zfill for gYear/gYearMonth to try to fix test errorNicholas Car2021-07-031-2/+2
| |/ / / / / /
| * | | | | | try excluding the breaking test; tidy some other testsNicholas Car2021-07-021-5/+5
| * | | | | | merge masterNicholas Car2021-07-0258-304/+2222
| |\ \ \ \ \ \ | | | |_|/ / / | | |/| | | |
| | * | | | | Merge pull request #1345 from iafork/iwana-issue1344Nicholas Car2021-07-023-52/+441
| | |\ \ \ \ \
| | | * | | | | Replace use of DBPedia with the new SimpleHTTPMockIwan Aucamp2021-06-303-52/+441
| | * | | | | | Add tests for operatorsshreyasnagare2021-06-301-0/+27
| | |/ / / / /
| | * | | | | Merge pull request #1322 from GreenfishK/translate_algebraNicholas Car2021-06-3043-0/+1346
| | |\ \ \ \ \
| | | * | | | | bugfix for HAVING and FILTER NOT EXISTS. Two new tests included to cover thes...GreenfishK2021-05-253-40/+92
| | | * | | | | Bugfix occurring with more complex queries that have multiple graph patterns ...GreenfishK2021-05-202-0/+53
| | | * | | | | Implemented function translateAlgebra. This functions takes a SPARQL query al...GreenfishK2021-05-1840-0/+1241
| | * | | | | | Merge pull request #1340 from iafork/iwana-issue1336Nicholas Car2021-06-301-0/+49
| | |\ \ \ \ \ \
| | | * | | | | | Fix SPARQL update parsing to handle arbitrary amounts of triples in insertsIwan Aucamp2021-06-201-0/+49
| | | | |_|_|/ / | | | |/| | | |
| | * | | | | | Add pathlib.PurePath support for Graph.{serialize,parse}Iwan Aucamp2021-06-291-0/+43
| | * | | | | | Merge pull request #1342 from iafork/iwana-issue1040Nicholas Car2021-06-294-194/+305
| | |\ \ \ \ \ \ | | | |_|_|_|/ / | | |/| | | | |
| | | * | | | | Add handling for 308 (Permanent Redirect)Iwan Aucamp2021-06-244-194/+305
| | | |/ / / /
| | * | | | | Merge pull request #1330 from iafork/add_mypyNicholas Car2021-06-266-65/+13
| | |\ \ \ \ \ | | | |/ / / / | | |/| | | |
| | | * | | | Add mypy to CI pipelines and fix errors it raisesIwan Aucamp2021-05-306-65/+13
| | | |/ / /
| | * | | | Merge pull request #1335 from iafork/fix_decimalNicholas Car2021-06-191-0/+5
| | |\ \ \ \
| | | * | | | Fix formatting of xsd:decimalIwan Aucamp2021-06-111-0/+5
| * | | | | | revert to f-stringNicholas Car2021-06-261-1/+1
| * | | | | | revert to f-stringNicholas Car2021-06-261-1/+1
| * | | | | | attempted test fixNicholas Car2021-06-262-12/+5
| * | | | | | typo fixNicholas Car2021-06-251-1/+1
| * | | | | | fixing some test pathsNicholas Car2021-06-192-3/+8
| * | | | | | Merge branch 'master' into docco_cleanNicholas Car2021-06-184-4/+307
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | Merge pull request #1328 from iafork/issue1299_testsNicholas Car2021-06-181-4/+159
| | |\ \ \ \ \ | | | |/ / / / | | |/| | | |
| | | * | | | Add tests for issue #1299Iwan Aucamp2021-06-031-4/+159
| | | |/ / /
| | * | | | Merge pull request #1315 from iafork/fix_gYearDateNicholas Car2021-06-112-0/+118
| | |\ \ \ \ | | | |/ / / | | |/| | |
| | | * | | Add special handling for gYear and gYearMonth in _SpecificPythonToXSDRulesIwan Aucamp2021-05-162-0/+118
| | * | | | Merge pull request #1112 from TOMOTON/masterNicholas Car2021-05-171-0/+30
| | |\ \ \ \
| | | * | | | remove decode() causing failureNicholas Car2021-05-171-4/+4
| | | * | | | Added unit test for issue #977.Dann Martens2020-06-041-0/+30
| * | | | | | Merge branch 'master' into docco_cleanNicholas Car2021-05-174-1/+121
| |\ \ \ \ \ \ | | |/ / / / / | | | | | / / | | |_|_|/ / | |/| | | |
| | * | | | Merge pull request #1310 from iafork/fix_txtresult_column_orderNicholas Car2021-05-161-1/+38
| | |\ \ \ \ | | | |_|/ / | | |/| | |
| | | * | | Don't sort variables in TXTResultSerializerIwan Aucamp2021-05-141-1/+38
| | * | | | Merge pull request #1258 from delocalizer/fix/base64BinaryNicholas Car2021-05-151-0/+29
| | |\ \ \ \ | | | |/ / / | | |/| | |