| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | updated to support Python 3.6+ only (not 3.5) | Nicholas Car | 2020-10-03 | 1 | -1/+1 |
| | | |||||
| * | Merge pull request #1162 from FlorianLudwig/serialize-doc | Ashley Sommer | 2020-09-17 | 1 | -0/+12 |
| |\ | | | | | Small improvement to serialize docs | ||||
| | * | Loading and saving RDF docs only cover loading | Florian Ludwig | 2020-09-11 | 1 | -0/+12 |
| | | | |||||
| * | | Fix minor typos | Natanael Arndt | 2020-09-09 | 1 | -1/+1 |
| | | | |||||
| * | | fix python version compatibility | Florian Ludwig | 2020-09-08 | 1 | -1/+3 |
| | | | |||||
| * | | replace autopep8 mention with black | Florian Ludwig | 2020-09-08 | 1 | -1/+2 |
| |/ | |||||
| * | Merge remote-tracking branch 'origin/master' into t0b3_master | Ashley Sommer | 2020-08-27 | 5 | -8/+9 |
| |\ | | | | | | | | | | | | | | | | | # Conflicts: # rdflib/namespace.py # rdflib/parser.py # rdflib/plugins/memory.py # rdflib/plugins/parsers/ntriples.py # test/test_iomemory.py | ||||
| | * | Merge pull request #1133 from ashleysommer/in_memory_store | Nicholas Car | 2020-08-27 | 3 | -6/+7 |
| | |\ | | | | | | | Discussion around new dict-based store implementation | ||||
| | | * | Removed IOMemory store | Ashley Sommer | 2020-08-19 | 3 | -6/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | | Renamed Memory2 to Memory Renamed Memory1 to SimpleMemory Set default store to new Memory Fixed tests Fixed docs | ||||
| | * | | Merge pull request #1145 from ashleysommer/fix_1144 | Nicholas Car | 2020-08-23 | 1 | -1/+1 |
| | |\ \ | | | | | | | | | Make parsers CharacterStream aware | ||||
| | | * | | Merged two Ntriples parser files | Ashley Sommer | 2020-08-19 | 1 | -1/+1 |
| | | |/ | | | | | | | | | | | | | | | | | | | Changed name of NTriplesParser to W3CNTriplesParser, it is the legacy parser Populate CharacterStream attr on several types of rdflib InputSource, to provide unicode text stream, in addition to ByteStream Add support to N3, Trig, NTriples, NQuads parsers to use the CharacterStream instead of the ByteStream where possible Reduces many useless string->bytes->string conversions in parsers. | ||||
| | * | | Bump sphinx from 3.2.0 to 3.2.1dependabot/pip/sphinx-3.2.1 | dependabot-preview[bot] | 2020-08-17 | 1 | -1/+1 |
| | |/ | | | | | | | | | | | | | | | Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 3.2.0 to 3.2.1. - [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.2.0...v3.2.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> | ||||
| | * | Bump sphinx from 3.1.2 to 3.2.0dependabot/pip/sphinx-3.2.0 | dependabot-preview[bot] | 2020-08-10 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 3.1.2 to 3.2.0. - [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.1.2...v3.2.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> | ||||
| | * | Bump sphinx from 3.0.4 to 3.1.2dependabot/pip/sphinx-3.1.2 | dependabot-preview[bot] | 2020-07-06 | 1 | -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> | ||||
| * | | 2to3 whole sourcebase | t0b3 | 2020-06-22 | 1 | -3/+3 |
| |/ | | | | Signed-off-by: t0b3 <thomas.bettler@gmail.com> | ||||
| * | Bump sphinx from 3.0.3 to 3.0.4dependabot/pip/sphinx-3.0.4 | dependabot-preview[bot] | 2020-06-01 | 1 | -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> | ||||
| * | Adding docs for bnode_context arguments (#980) | Mark Watts | 2020-05-31 | 1 | -1/+1 |
| | | | | | - Also making "py:obj" the default role for docs | ||||
| * | blacked container.py, tiny doctest fix | Nicholas Car | 2020-05-25 | 1 | -1/+1 |
| | | |||||
| * | improved Container documentation and code style, added its elements to ↵ | Nicholas Car | 2020-05-25 | 2 | -11/+32 |
| | | | | | rdflib.__init__, refered to it in Sphinx docco | ||||
| * | blacked all python files | Nicholas Car | 2020-05-16 | 1 | -7/+10 |
| | | |||||
| * | Add SERVICE usage example to SPARQL intro page | Donny Winston | 2020-05-06 | 1 | -0/+29 |
| | | |||||
| * | updated RDFlib logo image files | Nicholas Car | 2020-05-05 | 5 | -1/+48 |
| | | |||||
| * | Bump sphinx from 3.0.2 to 3.0.3dependabot/pip/sphinx-3.0.3 | dependabot-preview[bot] | 2020-04-27 | 1 | -1/+1 |
| | | | | | | | | | Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 3.0.2 to 3.0.3. - [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.2...v3.0.3) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> | ||||
| * | Bump sphinx from 2.4.4 to 3.0.2dependabot/pip/sphinx-3.0.2 | dependabot-preview[bot] | 2020-04-20 | 1 | -1/+1 |
| | | | | | | | | | Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 2.4.4 to 3.0.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/v2.4.4...v3.0.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> | ||||
| * | force sphinx version for readthedocs5.0.0 | Nicholas Car | 2020-04-18 | 1 | -1/+3 |
| | | |||||
| * | upgrading required Sphinx for readthedocs | Nicholas Car | 2020-04-18 | 1 | -1/+1 |
| | | |||||
| * | HTML doc logo fix | Nicholas Car | 2020-04-18 | 2 | -1/+4 |
| | | |||||
| * | Merge pull request #1005 from RDFLib/issue_1003 | Nicholas Car | 2020-04-17 | 2 | -10/+5 |
| |\ | | | | | Issue 1003 | ||||
| * | | DOC: Require n3pygments | Chris Markiewicz | 2020-04-16 | 1 | -0/+1 |
| | | | |||||
| * | | DOC: Fix some warnings | Chris Markiewicz | 2020-04-16 | 4 | -4/+5 |
| | | | |||||
| * | | DOC: Use new default option syntax, update intersphinx link | Chris Markiewicz | 2020-04-16 | 1 | -2/+2 |
| | | | |||||
| * | | MAINT: Indicate Sphinx dependencies | Chris Markiewicz | 2020-04-16 | 1 | -0/+2 |
| | | | |||||
| * | | DOC: Fix apidoc invocation | Chris Markiewicz | 2020-04-16 | 1 | -1/+3 |
| | | | |||||
| * | | DOC: Remove old apidocs | Chris Markiewicz | 2020-04-16 | 11 | -687/+2 |
| | | | |||||
| * | | add sphinx.ext.apidoc for Issue #938 | Nicholas Car | 2020-04-16 | 1 | -0/+1 |
| | | | |||||
| * | | Update copyright year in docs conf.py | Natanael Arndt | 2020-04-16 | 1 | -1/+1 |
| | | | |||||
| * | | Merge pull request #1004 from RDFLib/improved_docco_style | Natanael Arndt | 2020-04-16 | 2 | -5/+10 |
| |\ \ | | | | | | | slightly improved styling, small index text changes | ||||
| | * | | slightly improved styling, small index text changes | Nicholas Car | 2020-04-16 | 2 | -5/+10 |
| | |/ | |||||
| * | | Merge branch 'master' into changelog_update | Ashley Sommer | 2020-04-04 | 9 | -393/+7 |
| |\ \ | |/ | |||||
| | * | re-added empty sphinx reqs file | Nicholas Car | 2020-04-03 | 1 | -0/+0 |
| | | | |||||
| | * | removing some missing n3 Pygments lexer references (swapped with Turtle) | Nicholas Car | 2020-04-03 | 10 | -397/+8 |
| | | | |||||
| * | | Remove pr 657 from list of changes in 5.0.0 | Ashley Sommer | 2020-04-04 | 1 | -2/+0 |
| | | | |||||
| * | | Change version to 5.0.0rc1 | Ashley Sommer | 2020-04-04 | 2 | -97/+159 |
| | | | | | | | | | | | | | Finish docs in upgrade4to5 Add ISSUE or PR delineation to numbers against items in CHANGELOG Add some minor additions to docs | ||||
| * | | New 5.0.0 changelog generated from script | Ashley Sommer | 2020-03-29 | 1 | -2/+186 |
| |/ | |||||
| * | docco updates - all intro files | Nicholas Car | 2020-03-27 | 17 | -626/+258 |
| | | |||||
| * | link for upgrade4to5 page, start of page | Nicholas Car | 2020-03-19 | 2 | -1/+25 |
| | | |||||
| * | added new logo to docs, change doc theme, rebuilt apidocs, altered index ↵ | Nicholas Car | 2020-03-15 | 15 | -590/+582 |
| | | | | | page content (added links to repo, further help) | ||||
| * | method is `predicate_objects`, not `predicates_objects` | bruno cuconato | 2019-07-09 | 1 | -1/+1 |
| | | |||||
| * | Update index.rst | Nathan M | 2019-05-07 | 1 | -7/+7 |
| | | | | Cleaned up some typos and unclear language on the index page. | ||||
| * | 3.7 for travis | Gunnar Aastrand Grimnes | 2018-10-28 | 1 | -1/+1 |
| | | |||||
