summaryrefslogtreecommitdiff
path: root/rdflib
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \ \ \ \
| * | | | | | Set update endpoint similar to query endpoint for sparqlstore if only one is ...Natanael Arndt2020-05-021-5/+3
* | | | | | | fix shebang typot0b32020-05-021-1/+1
| |_|/ / / / |/| | | | |
* | | | | | Merge pull request #1022 from NoutieH/feature/add_content_type_to_request_headerNatanael Arndt2020-05-021-1/+5
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | headers only set for SPARQL query() POSTNicholas Car2020-04-281-4/+2
| * | | | | align query() & updte() orderNicholas Car2020-04-261-4/+6
| * | | | | adding sparql-query to sparqlconnector.py query()Nicholas Car2020-04-261-3/+4
| * | | | | Add the content type 'application/sparql-update' to the POST request header b...Arnoud Hilhorst2020-04-241-1/+4
| | |_|_|/ | |/| | |
* | | | | add python 3.8, drop python 2 and 3.4t0b32020-04-261-1/+1
|/ / / /
* | | | __init__ __version__ -> 5.0.0Nicholas Car2020-04-181-32/+75