summaryrefslogtreecommitdiff
path: root/rdflib
Commit message (Expand)AuthorAgeFilesLines
* Removed IOMemory storeAshley Sommer2020-08-196-373/+34
* Merge branch 'master' into in_memory_storeAshley Sommer2020-08-191-1/+1
|\
| * Merge pull request #1044 from aayush17002/patch-1Nicholas Car2020-07-301-1/+1
| |\
| | * Updating namespace.py to solve issue #801aayush170022020-05-101-1/+1
* | | In new Memory2 implementation, replace ANY with None, this removes a layer of...Ashley Sommer2020-07-221-17/+15
* | | remove some old out-of-date commentsAshley Sommer2020-07-191-8/+3
* | | remove un-needed checks in ctx_to_str functionAshley Sommer2020-07-191-67/+10
* | | New full-featured In-Memory-Store taking advantage of Python3 dict performanceAshley Sommer2020-07-192-5/+426
|/ /
* | Fix namespaces for SOSA and SSN. Fix #1126.Natanael Arndt2020-06-301-2/+2
* | Adding some docs for bnode_context in N-Quads (#980)Mark Watts2020-05-313-6/+16
* | Adding bnode_context option to NT and NQuads parsers (#980)Mark Watts2020-05-313-26/+30
* | Merge pull request #1107 from mwatts15/feature/rdflib/rdflib#980-ntriples-bla...Nicholas Car2020-06-011-8/+29
|\ \
| * | Adding docs for bnode_context arguments (#980)Mark Watts2020-05-311-1/+13
| * | Supporting bnode_context for each call to parse (#980)Mark Watts2020-05-311-5/+11
| * | Making ntriples parser BNode context per-instance (#980)Mark Watts2020-05-311-2/+5
* | | prefer specific LBYL vs less-specific EAFPDonny Winston2020-05-261-3/+3
* | | Merge remote-tracking branch 'upstream/master' into autodetect-parse-formatDonny Winston2020-05-2669-3930/+5258
|\ \ \ | |/ /
| * | Merge branch 'master' into issue-910Nicholas Car2020-05-2569-4230/+5806
| |\ \
| | * | blacked container.py, tiny doctest fixNicholas Car2020-05-251-18/+13
| | * | fix for doctestsNicholas Car2020-05-251-27/+36
| | * | improved Container documentation and code style, added its elements to rdflib...Nicholas Car2020-05-252-59/+78
| | * | Merge branch 'master' of https://github.com/kushagr08/rdflibNicholas Car2020-05-251-0/+244
| | |\ \
| | | * | Update container.pyKushagr Arora2020-05-181-47/+2
| | | * | Update container.py as per using RDF namespaceKushagr Arora2020-04-101-25/+18
| | | * | pep8 standards and rdf: Seq correctionkushagr082020-04-081-157/+145
| | | * | update as per comment 1 of pull requestkushagr082020-04-081-49/+54
| | | * | Add files via uploadkushagr082020-04-071-0/+303
| | * | | changes for flake8Nicholas Car2020-05-1735-250/+216
| | * | | moreged changes to namespace.pyNicholas Car2020-05-161-3/+0
| | * | | Merge branch 'master' into kill-Py2Nicholas Car2020-05-162-38/+49
| | |\ \ \
| | | * \ \ Merge pull request #1000 from RDFLib/namespaces_allNicholas Car2020-05-162-118/+310
| | | |\ \ \
| | | | * \ \ Merge branch 'master' into namespaces_allnamespaces_allNicholas Car2020-05-054-7/+77
| | | | |\ \ \ | | | | | | |/ | | | | | |/|
| | | | * | | Merge branch 'master' into namespaces_allNicholas Car2020-04-2213-31/+84
| | | | |\ \ \
| | | | * | | | blacked __init__ & namespaceNicholas Car2020-04-102-142/+372
| | | | * | | | namespace declaration reorder, added QB, small PEP8 improvementsNicholas Car2020-04-102-25/+30
| | * | | | | | blacked all python filesNicholas Car2020-05-1668-3440/+4666
| | * | | | | | removal of all uses of package sixNicholas Car2020-05-1640-409/+267
| | |/ / / / /
| | * | | | | Support SERVICE case-insensitivelyDonny Winston2020-05-061-1/+1
| | | |_|/ / | | |/| | |
| * | | | | Update evaluate.py to fix issue 910Kushagr Arora2020-05-211-2/+4
| | |_|_|/ | |/| | |
* | | | | Remove 'as' for importDonny Winston2020-05-121-5/+5
* | | | | fix indent -- unconditionally re-raiseDonny Winston2020-05-121-1/+1
* | | | | refactor imports; fix try blockDonny Winston2020-05-122-12/+12
* | | | | Log warning if assumed xml and could not parseDonny Winston2020-05-111-0/+10
* | | | | Use guess_format util to autodetect formatDonny Winston2020-05-111-3/+6
| |/ / / |/| | |
* | | | Merge pull request #931 from mwatts15/357-batch-add-graphNicholas Car2020-05-031-0/+68
|\ \ \ \
| * \ \ \ Merge branch 'master' into 357-batch-add-graphNatanael Arndt2020-05-0218-374/+634
| |\ \ \ \
| * | | | | Adding support for batching calls to addNMark Watts2020-03-201-8/+19
| * | | | | Passing testsMark Watts2020-03-201-4/+7
| * | | | | Adding a wrapper for batching add() calls to a GraphMark Watts2020-03-161-1/+55
* | | | | | Merge pull request #1033 from white-gecko/feature/sparqlstoreNicholas Car2020-05-031-5/+3
|\ \ \ \ \ \