summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix typoiwana-issue919-testsEdmond Chuc2021-07-091-2/+2
* Add unit test for #919 and more type hints for sparqlconnector and sparqlstoreIwan Aucamp2021-07-074-25/+126
* Merge pull request #1352 from RDFLib/feat/tests-improveEdmond Chuc2021-07-076-0/+95
|\
| * 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-074-15/+21
| * Add running tests instructions to README. Add scripts and files to run tests ...Edmond Chuc2021-07-076-0/+87
|/
* Merge pull request #1154 from FlorianLudwig/support_date_typeNicholas Car2021-07-032-3/+51
|\
| * reformat edited files using blackFlorian Ludwig2020-10-232-4/+3
| * support day, nonth and year function for dateFlorian Ludwig2020-10-232-3/+52
* | Merge pull request #1343 from iafork/iwana-issue549Nicholas Car2021-07-032-1/+46
|\ \
| * | Prevent `from_n3` from unescaping `\xhh`Iwan Aucamp2021-06-262-1/+46
* | | Merge pull request #1296 from RDFLib/docco_cleanNicholas Car2021-07-0322-577/+177
|\ \ \
| * \ \ Merge remote-tracking branch 'origin/docco_clean' into docco_cleanNicholas Car2021-07-0313-96/+319
| |\ \ \
| | * \ \ Merge branch 'master' into docco_cleanNicholas Car2021-07-0213-96/+319
| | |\ \ \
| * | | | | zfill for gYear/gYearMonth to try to fix test errorNicholas Car2021-07-032-5/+5
| |/ / / /
| * | | | try excluding the breaking test; tidy some other testsNicholas Car2021-07-021-5/+5
| * | | | merge masterNicholas Car2021-07-0283-483/+3191
| |\ \ \ \
| * | | | | 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
| * | | | | fix gYear & gYearMonth conversionsNicholas Car2021-06-191-24/+24
| * | | | | fixing some test pathsNicholas Car2021-06-193-5/+10
| * | | | | minor docco updatesNicholas Car2021-06-1813-494/+101
| * | | | | ensure all examples workNicholas Car2021-06-186-32/+35
| * | | | | Merge branch 'master' into docco_cleanNicholas Car2021-06-187-25/+329
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' into docco_cleanNicholas Car2021-05-1711-15/+150
| |\ \ \ \ \ \
* | \ \ \ \ \ \ Merge pull request #1288 from tgbugs/path2url-removalNicholas Car2021-07-033-275/+273
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | |
| * | | | | | | parser.py fix pathlib mismatchesTom Gillespie2021-03-291-5/+6
| * | | | | | | tweaks to hierarchy to improve load timesTom Gillespie2021-03-263-10/+7
| * | | | | | | container.py fix crlf line endingsTom Gillespie2021-03-261-265/+265
* | | | | | | | Merge pull request #1347 from RDFLib/BerkeleyDBNicholas Car2021-07-0235-663/+1030
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | |
| * | | | | | | Merge branch 'master' into BerkeleyDBNicholas Car2021-07-0258-261/+2850
| |\ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
* | | | | | | | 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
* | | | | | | | | Merge pull request #1349 from shreyasnagare/fix-graph-operator-overloadingNicholas Car2021-07-022-3/+39
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | Use type(self)() instead of self.__class__().shreyasnagare2021-07-011-3/+3
| * | | | | | | | Add fallback for subclasses with required init argsshreyasnagare2021-06-301-3/+12
| * | | | | | | | Add tests for operatorsshreyasnagare2021-06-301-0/+27
| * | | | | | | | Update graph operator overloading for subclassesshreyasnagare2021-06-301-3/+3
|/ / / / / / / /
* | | | | | | | Merge pull request #1321 from rchateauneu/speedup_term_hashNicholas Car2021-06-301-7/+9
|\ \ \ \ \ \ \ \
| * | | | | | | | Added comments.Remi Chateauneu2021-05-201-0/+2
| * | | | | | | | Speedup Literal.__hash__ and Literal.__eq__ by accessing directly _datatype a...Remi Chateauneu2021-05-181-7/+7
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge pull request #1322 from GreenfishK/translate_algebraNicholas Car2021-06-3044-0/+1776
|\ \ \ \ \ \ \ \
| * | | | | | | | bugfix for HAVING and FILTER NOT EXISTS. Two new tests included to cover thes...GreenfishK2021-05-254-48/+104
| * | | | | | | | Bugfix occurring with more complex queries that have multiple graph patterns ...GreenfishK2021-05-203-7/+64
| * | | | | | | | Implemented function translateAlgebra. This functions takes a SPARQL query al...GreenfishK2021-05-201-0/+1
| * | | | | | | | Implemented function translateAlgebra. This functions takes a SPARQL query al...GreenfishK2021-05-1841-0/+1662
* | | | | | | | | Merge pull request #1337 from RDFLib/drone_coverageNicholas Car2021-06-301-5/+17
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | attempt at adding coveralls support to drone runsdrone_coverageAshley Sommer2021-06-101-5/+17