summaryrefslogtreecommitdiff
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-09244-3728/+8490
|\
| * Merge pull request #1355 from RDFLib/py37_devdepAshley Sommer2021-07-087-32/+105
| |\
| | * remove coveralls install on python3.9 testsAshley Sommer2021-07-081-1/+0
| | * Update .drone.yml Ashley Sommer2021-07-081-2/+0
| | * Initial python 3.7 requirement update, add new Drone tests, add black.toml fi...Ashley Sommer2021-07-087-31/+107
| |/
| * Merge pull request #1353 from RDFLib/feat/tests-improveAshley Sommer2021-07-081-0/+3
| |\
| | * Add make coverage instructions to READMEEdmond Chuc2021-07-081-0/+3
| * | 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
| |\ \ \ \ \ \ \ \