summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump sphinx from 3.0.2 to 3.0.3dependabot/pip/sphinx-3.0.3dependabot-preview[bot]2020-04-271-1/+1
* 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.2dependabot/pip/sphinx-3.0.2dependabot-preview[bot]2020-04-202-2/+2
|/
* 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 for python 2.7Natanael Arndt2020-04-171-2/+2
| * Merge pull request #1 from effigies/test/exponent_regex_testsNatanael Arndt2020-04-173-5/+24
| |\
| | * 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
| * 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
|\
| * Let argument of serialize method overwrite graph settingsNatanael Arndt2020-04-176-30/+39
| * inverted precedence of base: graph wins over adding base to serialize(). Adde...issue_1003Nicholas Car2020-04-166-34/+114
| * Merge remote-tracking branch 'origin/issue_1003' into issue_1003Nicholas Car2020-04-160-0/+0
| |\
| | * 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: 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 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.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 changesNicholas Car2020-04-162-5/+10
| |/
* | Merge pull request #1002 from sa-bpelakh/1001-construct-init-bindingsNicholas Car2020-04-162-1/+44
|\ \
| * | 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
|\ \
| * | 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