summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* inverted precedence of base: graph wins over adding base to serialize(). Adde...issue_1003Nicholas Car2020-04-166-34/+114
* Merge remote-tracking branch 'origin/issue_1003' into issue_1003Nicholas Car2020-04-160-0/+0
|\
| * Removing style changes in RP 1004Nicholas Car2020-04-161-5/+5
| * remove style improvements from PR 1004Nicholas Car2020-04-161-5/+0
| * fixes Issue 1003, with testsNicholas Car2020-04-162-0/+31
| * slightly improved styling, small index text changesNicholas Car2020-04-162-5/+10
* | improved handling of base, including at Graph() initNicholas Car2020-04-163-5/+74
|/
* re-added empty sphinx reqs fileNicholas Car2020-04-031-0/+0
* removing some missing n3 Pygments lexer references (swapped with Turtle)Nicholas Car2020-04-0310-397/+8
* Merge pull request #989 from nicholascar/graph_doccoAshley Sommer2020-03-2953-2138/+1802
|\
| * Merge remote-tracking branch 'nicholascar/graph_docco' into graph_doccoNicholas Car2020-03-2731-234/+515
| |\
| | * Merge branch 'master' into graph_doccoNicholas Car2020-03-2731-234/+515
| | |\
| * | | fixing the doctests I broke!Nicholas Car2020-03-271-43/+43
| |/ /
| * | docco updates - all intro filesNicholas Car2020-03-2718-633/+266
| * | docc updates onlyNicholas Car2020-03-271-110/+114
| * | touched up all examplesNicholas Car2020-03-2720-626/+566
| * | link for upgrade4to5 page, start of pageNicholas Car2020-03-192-1/+25
| * | added new logo to docs, change doc theme, rebuilt apidocs, altered index page...Nicholas Car2020-03-1515-590/+582
| * | style changes only: ran black on graph.py & some change by handNicholas Car2020-03-141-190/+262
* | | Merge pull request #987 from darrengarvey/register-additional-mimetypeAshley Sommer2020-03-291-0/+9
|\ \ \
| * | | Register additional serializer plugins for SPARQL mime types.Darren Garvey2020-03-281-0/+9
| | |/ | |/|
* | | Merge pull request #978 from RDFLib/pr_451_reduxAshley Sommer2020-03-282-6/+126
|\ \ \ | |/ / |/| |
| * | Merge remote-tracking branch 'origin/pr_451_redux' into pr_451_reduxpr_451_reduxNicholas Car2020-03-230-0/+0
| |\ \
| | * \ Merge branch 'master' into pr_451_reduxNicholas Car2020-03-2329-58/+501
| | |\ \
| * | \ \ Merge remote-tracking branch 'origin/master' into pr_451_reduxNicholas Car2020-03-2329-59/+512
| |\ \ \ \ | | |/ / / | |/| / / | | |/ /
| * | | added collection of string types for string concat, added more testsNicholas Car2020-03-232-7/+30
| * | | passing all add() specific testsNicholas Car2020-03-221-48/+71
| * | | code commentsNicholas Car2020-03-221-2/+12
| * | | passing all tests using round()Nicholas Car2020-03-202-24/+28
| * | | partially improved add()Nicholas Car2020-03-191-7/+16
| * | | test suite for add()Nicholas Car2020-03-191-0/+50
* | | | Merge pull request #970 from Tpt/patch-1Nicholas Car2020-03-241-1/+4
|\ \ \ \ | |_|/ / |/| | |
| * | | Allows RDF terms introduced by JSON-LD 1.1Thomas Tanon2020-03-151-1/+4
| |/ /
* | | Merge pull request #979 from nicholascar/pr_388_reduxNicholas Car2020-03-233-17/+136
|\ \ \
| * | | fix for Py3Nicholas Car2020-03-191-3/+3
| * | | Revert "adds cbd() function to Graph() and tests and dependency on black"Nicholas Car2020-03-192-173/+0
| * | | added all code from PR 388Nicholas Car2020-03-173-17/+136
| | |/ | |/|
| * | removal of blakc dependency since not supported Py < 3.5Nicholas Car2020-03-131-1/+0
| * | adds capability to include reified triples in cdb() extraction, as per spec, ...Nicholas Car2020-03-132-19/+91
| * | adds cbd() function to Graph() and tests and dependency on blackNicholas Car2020-03-133-0/+102
| |/
* | Merge pull request #976 from white-gecko/feature/fixDocuStringInQueryModuleNicholas Car2020-03-181-1/+1
|\ \
| * | Fix a doc string in the query moduleNatanael Arndt2020-03-171-1/+1
|/ /
* | Merge pull request #974 from nicholascar/Issue-920-reduxNatanael Arndt2020-03-162-1/+37
|\ \
| * | Issue 920 fixes as per Issue desc, + testNicholas Car2020-03-162-1/+37
* | | Merge pull request #969 from white-gecko/feature/addRequirementForRequestsNatanael Arndt2020-03-161-1/+1
|\ \ \
| * | | Move 'requests' requirement to 'extras_require'Natanael Arndt2020-03-141-2/+2
| * | | Add requirement for requests to setup.pyNatanael Arndt2020-03-141-1/+1
| | |/ | |/|
* | | Merge pull request #914 from tgbugs/keep-prefixesNicholas Car2020-03-161-0/+10
|\ \ \
| * | | allow roundtripping of specific prefixesTom Gillespie2019-05-301-3/+8
| * | | added a class level option to roundtrip prefixesTom Gillespie2019-05-161-2/+4