summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Bump sphinx from 3.0.2 to 3.0.3dependabot/pip/sphinx-3.0.3dependabot-preview[bot]2020-04-271-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>
* Merge pull request #1016 from RDFLib/dependabot/pip/sphinx-3.0.2Nicholas Car2020-04-202-2/+2
|\ | | | | Bump sphinx from 2.4.4 to 3.0.2
| * Bump sphinx from 2.4.4 to 3.0.2dependabot/pip/sphinx-3.0.2dependabot-preview[bot]2020-04-202-2/+2
|/ | | | | | | | 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.0Nicholas Car2020-04-181-1/+3
|
* upgrading required Sphinx for readthedocsNicholas Car2020-04-181-1/+1
|
* __init__ __version__ -> 5.0.0Nicholas Car2020-04-181-32/+75
|
* update CHANGELOG & README for 5.0.0 releaseNicholas Car2020-04-182-37/+136
|
* HTML doc logo fixNicholas Car2020-04-182-1/+4
|
* Merge pull request #1012 from white-gecko/feature/fixN3ExponentNicholas Car2020-04-183-5/+49
|\ | | | | Fix n3 parser exponent syntax of floats with leading dot.
| * Fix for python 2.7Natanael Arndt2020-04-171-2/+2
| |
| * Merge pull request #1 from effigies/test/exponent_regex_testsNatanael Arndt2020-04-173-5/+24
| |\ | | | | | | TEST: Stress test exponent regex
| | * MNT: Update test requirementsChris Markiewicz2020-04-171-1/+2
| | |
| | * RF: Simplify exponent regex by separating mantissa from exponentChris Markiewicz2020-04-171-3/+1
| | |
| | * TEST: Stress test exponent regexChris Markiewicz2020-04-171-1/+21
| |/
| * Update rdflib/plugins/parsers/notation3.pyNatanael Arndt2020-04-171-2/+2
| | | | | | Co-Authored-By: Chris Markiewicz <effigies@gmail.com>
| * Fix exponent syntax with leading dot.Natanael Arndt2020-04-171-1/+1
| |
| * Add test for exponent floats with leading dotNatanael Arndt2020-04-171-0/+25
|/
* Merge pull request #1005 from RDFLib/issue_1003Nicholas Car2020-04-178-23/+176
|\ | | | | Issue 1003
| * Let argument of serialize method overwrite graph settingsNatanael Arndt2020-04-176-30/+39
| |
| * inverted precedence of base: graph wins over adding base to serialize(). ↵issue_1003Nicholas Car2020-04-166-34/+114
| | | | | | | | Added RDF/XML, TriX & 1/2 TriG (incomplete)
| * Merge remote-tracking branch 'origin/issue_1003' into issue_1003Nicholas Car2020-04-160-0/+0
| |\ | | | | | | | | | | | | # Conflicts: # test/test_issue1003.py
| | * Removing style changes in RP 1004Nicholas Car2020-04-161-5/+5
| | |
| | * remove style improvements from PR 1004Nicholas Car2020-04-161-5/+0
| | |
| | * fixes Issue 1003, with testsNicholas Car2020-04-162-0/+31
| | |
| * | improved handling of base, including at Graph() initNicholas Car2020-04-163-5/+74
| | |
* | | Merge pull request #1010 from effigies/improved_docco_styleNatanael Arndt2020-04-1721-705/+32
|\ \ \ | | | | | | | | DOC: Use sphinxcontrib-apidoc and various cleanups
| * | | DOC: Require n3pygmentsChris Markiewicz2020-04-161-0/+1
| | | |
| * | | DOC: Fix some warningsChris Markiewicz2020-04-167-15/+17
| | | |
| * | | DOC: Use new default option syntax, update intersphinx linkChris Markiewicz2020-04-161-2/+2
| | | |
| * | | MAINT: Indicate Sphinx dependenciesChris Markiewicz2020-04-162-1/+7
| | | |
| * | | DOC: Fix apidoc invocationChris Markiewicz2020-04-161-1/+3
| | | |
| * | | DOC: Remove old apidocsChris Markiewicz2020-04-1611-687/+2
| | | |
| * | | add sphinx.ext.apidoc for Issue #938Nicholas Car2020-04-161-0/+1
| | | |
* | | | Merge pull request #1009 from effigies/fix/is_syntax_errorNatanael Arndt2020-04-171-1/+1
|\ \ \ \ | |/ / / |/| | | FIX: Change is comparison to == for tuple
| * | | FIX: Change is comparison to == for tupleChris Markiewicz2020-04-161-1/+1
|/ / /
* | | Merge pull request #1006 from white-gecko/feature/docuConfPyNicholas Car2020-04-171-1/+1
|\ \ \ | | | | | | | | Update copyright year in docs conf.py
| * | | Update copyright year in docs conf.pyNatanael Arndt2020-04-161-1/+1
|/ / /
* | | Merge pull request #1004 from RDFLib/improved_docco_styleNatanael Arndt2020-04-162-5/+10
|\ \ \ | | |/ | |/| slightly improved styling, small index text changes
| * | slightly improved styling, small index text changesNicholas Car2020-04-162-5/+10
| |/
* | Merge pull request #1002 from sa-bpelakh/1001-construct-init-bindingsNicholas Car2020-04-162-1/+44
|\ \ | | | | | | CONSTRUCT resolve with initBindings fixes #1001
| * | Fix unit tests for python2Boris Pelakh2020-04-141-1/+2
| | |
| * | Unit test.Boris Pelakh2020-04-141-0/+39
| | |
| * | Default to initBindings when resolving FrozenBindingsBoris Pelakh2020-04-141-1/+4
|/ /
* | Merge pull request #995 from arushi019/masterNicholas Car2020-04-072-2/+35
|\ \ | | | | | | fix #913 : Added _parseBoolean function to enforce correct Lexical-to-value mapping
| * | Readd one of the blank linesNatanael Arndt2020-04-061-4/+5
| | |
| * | Removed extra white space linesarushi0192020-04-061-2/+0
| | |
| * | Change to allow for Python 2.7 in _parseBoolean testarushi0192020-04-061-2/+2
| | |
| * | Rectified import error in last commitarushi0192020-04-061-1/+1
| | |
| * | Added tests for _parseBoolean functionarushi0192020-04-061-1/+25
| | |
| * | Changes incorporated in _parseBoolean functionarushi0192020-04-061-3/+5
| | |