summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump sphinx from 3.0.4 to 3.1.2dependabot/pip/sphinx-3.1.2dependabot-preview[bot]2020-07-061-1/+1
* Merge pull request #1128 from white-gecko/feature/fixNamespaceNicholas Car2020-06-301-2/+2
|\
| * Fix namespaces for SOSA and SSN. Fix #1126.Natanael Arndt2020-06-301-2/+2
|/
* Merge pull request #1114 from dwinston/patch-1Nicholas Car2020-06-101-0/+7
|\
| * Create pull request templateDonny Winston2020-06-081-0/+7
|/
* Merge pull request #1109 from RDFLib/dependabot/pip/sphinx-3.0.4Nicholas Car2020-06-051-1/+1
|\
| * Bump sphinx from 3.0.3 to 3.0.4dependabot/pip/sphinx-3.0.4dependabot-preview[bot]2020-06-011-1/+1
* | Merge pull request #1108 from mwatts15/feature/rdflib/rdflib#980-nt-nquads-bl...Nicholas Car2020-06-057-32/+132
|\ \ | |/ |/|
| * 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-317-26/+116
|/
* Merge pull request #1107 from mwatts15/feature/rdflib/rdflib#980-ntriples-bla...Nicholas Car2020-06-013-9/+97
|\
| * Adding docs for bnode_context arguments (#980)Mark Watts2020-05-312-2/+14
| * Supporting bnode_context for each call to parse (#980)Mark Watts2020-05-312-11/+43
| * Adding tests for BNode contexts in NTriplesParser (#980)Mark Watts2020-05-311-0/+41
| * Making ntriples parser BNode context per-instance (#980)Mark Watts2020-05-311-2/+5
* | Merge pull request #1046 from dwinston/autodetect-parse-formatNicholas Car2020-06-013-9/+55
|\ \ | |/ |/|
| * prefer specific LBYL vs less-specific EAFPDonny Winston2020-05-261-3/+3
| * Merge remote-tracking branch 'upstream/master' into autodetect-parse-formatDonny Winston2020-05-26196-6146/+8253
| |\ | |/ |/|
* | Merge pull request #1057 from kushagr08/issue-910Nicholas Car2020-05-252-2/+69
|\ \
| * | blacked test_issue910.py + some hand styling; removed print statementsNicholas Car2020-05-251-50/+47
| * | Merge branch 'master' into issue-910Nicholas Car2020-05-25254-8881/+10667
| |\ \ | |/ / |/| |
* | | Merge pull request #997 from kushagr08/masterNicholas Car2020-05-257-12/+380
|\ \ \
| * | | blacked container.py, tiny doctest fixNicholas Car2020-05-253-19/+15
| * | | fix for doctestsNicholas Car2020-05-252-27/+38
| * | | improved Container documentation and code style, added its elements to rdflib...Nicholas Car2020-05-255-100/+134
| * | | Merge branch 'master' of https://github.com/kushagr08/rdflibNicholas Car2020-05-252-0/+327
| |\ \ \ |/ / / /
| * | | adding test_container.py for testing rdflib/container.pyKushagr Arora2020-05-181-0/+83
| * | | 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
* | | | Merge pull request #1051 from RDFLib/kill-Py2Nicholas Car2020-05-25188-6020/+7455
|\ \ \ \
| * | | | removed "from builtins import input" as not neededkill-Py2Nicholas Car2020-05-181-1/+0
| * | | | 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-0516-24/+302
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' into namespaces_allNicholas Car2020-04-2240-775/+917
| |\ \ \ \ \ \
| * | | | | | | 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-16186-5526/+7386
| | | | * | | | removal of all uses of package sixNicholas Car2020-05-1674-574/+368
| |_|_|/ / / / |/| | | | | |
* | | | | | | Merge pull request #1041 from dwinston/add-service-clause-to-docsNicholas Car2020-05-123-1/+45
|\ \ \ \ \ \ \
| * | | | | | | Add SERVICE usage example to SPARQL intro pageDonny Winston2020-05-061-0/+29
| * | | | | | | Support SERVICE case-insensitivelyDonny Winston2020-05-062-1/+16
| | |_|/ / / / | |/| | | | |
| | | | | * | Add files via uploadKushagr Arora2020-05-221-0/+68
| | | | | * | Update evaluate.py to fix issue 910Kushagr Arora2020-05-211-2/+4
| | | | |/ /
| | | | | * py3.5 compat: stringify pathDonny Winston2020-05-121-1/+1