summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* fix 913fix_913Nicholas Car2020-08-131-1/+1
|
* Merge pull request #1131 from RDFLib/dependabot/pip/sphinx-3.1.2Nicholas Car2020-08-051-1/+1
|\ | | | | Bump sphinx from 3.0.4 to 3.1.2
| * Bump sphinx from 3.0.4 to 3.1.2dependabot/pip/sphinx-3.1.2dependabot-preview[bot]2020-07-061-1/+1
| | | | | | | | | | | | | | | | Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 3.0.4 to 3.1.2. - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/3.x/CHANGES) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v3.0.4...v3.1.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | Merge pull request #1130 from stigbd/fix/typo_in_exampleAshley Sommer2020-08-041-1/+1
|\ \ | | | | | | Fix comment
| * | Fix commentStig B. Dørmænen2020-07-031-1/+1
| |/
* | Merge pull request #1044 from aayush17002/patch-1Nicholas Car2020-07-302-1/+20
|\ \ | |/ |/| Updating namespace.py to solve issue #801
| * Updating namespace.py to solve issue #801 #1044aayush170022020-05-261-1/+0
| |
| * Updated test for #801 as per latest commentaayush170022020-05-251-3/+2
| | | | | | | | Removed print statement Reformatting assert statement
| * Handling error in issue #801aayush170022020-05-251-2/+3
| | | | | | Added assertions for testing issue #801
| * Updating test file for issue #801aayush170022020-05-251-0/+20
| | | | | | Updated test file to test issue 801
| * Deleting test_issue801aayush170022020-05-251-23/+0
| | | | | | Deleting test_issue801
| * Test file for testing issue #801aayush170022020-05-101-0/+23
| | | | | | Test file to increase the scope of n amespaces.
| * Updating namespace.py to solve issue #801aayush170022020-05-101-1/+1
| | | | | | Added acceptance clause for "%" in Allowed name chars.
* | Merge pull request #1128 from white-gecko/feature/fixNamespaceNicholas Car2020-06-301-2/+2
|\ \ | | | | | | Fix namespaces for SOSA and SSN. Fix #1126.
| * | 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
|\ \ | | | | | | Thanks, can't hurt to have a template. We can always alter it. Need to add more instructions for PR creators to the documentation.
| * | Create pull request templateDonny Winston2020-06-081-0/+7
|/ / | | | | Simple template found [here](https://github.com/stevemao/github-issue-templates/blob/e7df5902f6e23a685680c85883bbb1f35e99f1dd/simple/PULL_REQUEST_TEMPLATE.md)
* | 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.4
| * | Bump sphinx from 3.0.3 to 3.0.4dependabot/pip/sphinx-3.0.4dependabot-preview[bot]2020-06-011-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 3.0.3 to 3.0.4. - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/3.x/CHANGES) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v3.0.3...v3.0.4) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | | Merge pull request #1108 from ↵Nicholas Car2020-06-057-32/+132
|\ \ \ | |/ / |/| | | | | | | | mwatts15/feature/rdflib/rdflib#980-nt-nquads-blank-node-collisions BNode context dicts for NT and N-Quads parsers
| * | Adding some docs for bnode_context in N-Quads (#980)Mark Watts2020-05-313-6/+16
| | | | | | | | | | | | | | | - Also, writing out BNode reference to avoid Sphinx warning - Deleting NTParser __init__ since it doesn't do anything
| * | Adding bnode_context option to NT and NQuads parsers (#980)Mark Watts2020-05-317-26/+116
|/ / | | | | | | | | - Also, updating the shared context so it works properly with Graph.parse
* | Merge pull request #1107 from ↵Nicholas Car2020-06-013-9/+97
|\ \ | | | | | | | | | | | | mwatts15/feature/rdflib/rdflib#980-ntriples-blank-node-collisions Allow distinct blank node contexts from one NTriples parser to the next (#980)
| * | Adding docs for bnode_context arguments (#980)Mark Watts2020-05-312-2/+14
| | | | | | | | | | | | - Also making "py:obj" the default role for docs
| * | Supporting bnode_context for each call to parse (#980)Mark Watts2020-05-312-11/+43
| | | | | | | | | | | | | | | - Needed so you can access through Graph.parse which does not support passing args to Parser __init__
| * | 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
|\ \ \ | |/ / |/| | Autodetect parse() format
| * | 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
|\ \ \ | | | | | | | | fix #910: Updated evaluate.py so that union includes results of both branches, even when identical.
| * | | 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
|\ \ \ \ | | | | | | | | | | Fix #280: Added container.py for adding container class and seq, alt and bag as it's subclasses
| * | | | 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 ↵Nicholas Car2020-05-255-100/+134
| | | | | | | | | | | | | | | | | | | | rdflib.__init__, refered to it in Sphinx docco
| * | | | 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
| | | | | | | | | | | | | | | | | | | | Updated code as per pep8 standards rdf: Seq correction made in Seq class
| * | | | update as per comment 1 of pull requestkushagr082020-04-081-49/+54
| | | | | | | | | | | | | | | update as per comment 1 of pull request
| * | | | Add files via uploadkushagr082020-04-071-0/+303
| | | | | | | | | | | | | | | Adding container functionality with subclasses rdf:seq, rdf: alt and rdf:bag to RDFLib
* | | | | Merge pull request #1051 from RDFLib/kill-Py2Nicholas Car2020-05-25188-6020/+7455
|\ \ \ \ \ | | | | | | | | | | | | Removal of six & styling
| * | | | | 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
| |\ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | | | | | | | # Conflicts: # rdflib/namespace.py
* | | | | | Merge pull request #1000 from RDFLib/namespaces_allNicholas Car2020-05-162-118/+310
|\ \ \ \ \ \ | | | | | | | | | | | | | | Namespaces improvements