summaryrefslogtreecommitdiff
path: root/rdflib
Commit message (Expand)AuthorAgeFilesLines
* inverted precedence of base: graph wins over adding base to serialize(). Adde...issue_1003Nicholas Car2020-04-165-16/+37
* improved handling of base, including at Graph() initNicholas Car2020-04-162-5/+16
* Merge pull request #989 from nicholascar/graph_doccoAshley Sommer2020-03-292-300/+376
|\
| * Merge remote-tracking branch 'nicholascar/graph_docco' into graph_doccoNicholas Car2020-03-2710-102/+229
| |\
| | * Merge branch 'master' into graph_doccoNicholas Car2020-03-2710-102/+229
| | |\
| * | | fixing the doctests I broke!Nicholas Car2020-03-271-43/+43
| |/ /
| * | docco updates - all intro filesNicholas Car2020-03-271-7/+8
| * | docc updates onlyNicholas Car2020-03-271-110/+114
| * | 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-281-6/+45
|\ \ \ | |/ / |/| |
| * | Merge remote-tracking branch 'origin/master' into pr_451_reduxNicholas Car2020-03-239-51/+226
| |\ \
| * | | added collection of string types for string concat, added more testsNicholas Car2020-03-231-2/+19
| * | | code commentsNicholas Car2020-03-221-2/+12
| * | | passing all tests using round()Nicholas Car2020-03-201-9/+11
| * | | partially improved add()Nicholas Car2020-03-191-7/+16
* | | | 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-231-16/+49
|\ \ \
| * | | Revert "adds cbd() function to Graph() and tests and dependency on black"Nicholas Car2020-03-191-49/+0
| * | | added all code from PR 388Nicholas Car2020-03-171-16/+49
| | |/ | |/|
| * | adds capability to include reified triples in cdb() extraction, as per spec, ...Nicholas Car2020-03-131-0/+11
| * | adds cbd() function to Graph() and tests and dependency on blackNicholas Car2020-03-131-0/+38
| |/
* | Fix a doc string in the query moduleNatanael Arndt2020-03-171-1/+1
* | Merge pull request #974 from nicholascar/Issue-920-reduxNatanael Arndt2020-03-161-1/+1
|\ \
| * | Issue 920 fixes as per Issue desc, + testNicholas Car2020-03-161-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
| * | | Revert "Not adding all namespaces for n3 serializer"Tom Gillespie2019-05-161-0/+3
* | | | Merge pull request #649 from tgbugs/masterNicholas Car2020-03-163-23/+146
|\ \ \ \
| * | | | namespace.py serializers/rdfxml.py stric qnamesTom Gillespie2020-03-123-22/+80
| * | | | namespace.py fixed empty qname behavior and testTom Gillespie2020-03-121-1/+7
| * | | | namespace.py reset repopulate the trie, and testTom Gillespie2020-03-121-2/+5
| * | | | namespace.py added a length test to speed up checkTom Gillespie2020-03-121-3/+3
| * | | | namespace.py reset __strie and __trie since they act like a cacheTom Gillespie2020-03-121-1/+3
| * | | | namespace.py split_uri include Nd in namestart catTom Gillespie2020-03-121-1/+2
| * | | | namespaces fixed bugs in insert_trieTom Gillespie2020-03-121-11/+12
| * | | | namespace.py change split_uri to work with trieTom Gillespie2020-03-121-18/+32
| * | | | namespace.py store prefixes using a trieTom Gillespie2020-03-121-4/+42
* | | | | Merge pull request #906 from tgbugs/infixowl-manchester-encodingNicholas Car2020-03-161-4/+4
|\ \ \ \ \
| * | | | | infixowl.manchesterSyntax do not encode stringsTom Gillespie2019-04-021-4/+4
| | |/ / / | |/| | |
* | | | | Merge pull request #961 from kempei/patch-1Nicholas Car2020-03-162-5/+5
|\ \ \ \ \
| * | | | | Change into universal logic (py3.x and py2.7)Kempei Igarashi2020-03-151-1/+1
| * | | | | Delete multiple line commentKempei Igarashi2020-03-121-4/+0
| * | | | | Update is_valid_uri() for checking Unicode letterKempei Igarashi2020-03-121-4/+6
| * | | | | fixed URIRef including native unicode charactersKempei Igarashi2020-02-211-1/+3
* | | | | | Merge pull request #929 from gordom6/masterNicholas Car2020-03-161-1/+9
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | fix #923Minor Gordon2019-08-131-1/+9