summaryrefslogtreecommitdiff
path: root/rdflib/plugins/parsers/notation3.py
Commit message (Expand)AuthorAgeFilesLines
* fix: eliminate bare `except:` (#2350)Iwan Aucamp2023-04-121-2/+2
* refactor: eliminate inheritance from object (#2339)Iwan Aucamp2023-04-101-2/+2
* build(deps-dev): bump black from 22.12.0 to 23.1.0 (#2248)dependabot[bot]2023-03-111-3/+0
* feat: add parser type hints (#2232)Iwan Aucamp2023-03-051-93/+174
* docs: fix sphinx nitpicky issues (#2036)Iwan Aucamp2022-07-181-0/+3
* Remove testing and debug code from rdflibIwan Aucamp2022-04-191-31/+0
* Add isort (#1689)eggplants2022-02-211-10/+8
* Add typing for parsersIwan Aucamp2021-12-291-84/+116
* Merge branch 'RDFLib:master' into fix-issue1216-join-errorGraham Higgins2021-12-281-3/+3
|\
| * Fix `self.line` typos in call to BadSyntax.Graham Higgins2021-12-241-3/+3
* | Revert error-raising change, enable Exception to be raised.Graham Higgins2021-12-271-1/+1
|/
* style fixes onlynicholascar2021-12-161-2/+1
* more Flak8 improvementsnicholascar2021-12-111-10/+1
* backing all filesnicholascar2021-12-071-19/+19
* Flak8 improvementsnicholascar2021-12-071-25/+21
* blacked parsers & serializersnicholascar2021-12-071-18/+18
* Flake8 style improvementsnicholascar2021-12-071-18/+18
* Migrate from nosetest to pytestIwan Aucamp2021-10-241-1/+1
* Fix typos discovered by codespellChristian Clauss2021-10-141-11/+11
* Fix mypy type errors and add mypy to .drone.ymlIwan Aucamp2021-09-101-1/+1
* blacked everything6.0.0Nicholas Car2021-07-201-13/+10
* fix docc build warningsNicholas Car2021-07-151-0/+1
* Speedup tok.Remi Chateauneu2021-03-031-6/+5
* Use set instead of string or list for set of charsNatanael Arndt2021-03-011-12/+12
* Use lists instead of strings for set of charsNatanael Arndt2021-03-011-14/+15
* Cleaner code.Remi Chateauneu2021-03-011-1/+1
* Speedup.Remi Chateauneu2021-02-281-125/+139
* docs: fix simple typo, yeild -> yieldTim Gates2020-12-311-1/+1
* Fix n3 parser exceptions import (fixes all failing N3 tests)Ashley Sommer2020-09-181-1/+1
* Change assert tests in the N3 parser constructor, to instead be if-raise stat...Ashley Sommer2020-09-181-6/+16
* Merge pull request #1142 from Tpt/#1141Ashley Sommer2020-09-181-2/+3
|\
| * Makes sure that N3 parser generates unique blank node IDs when there is no fo...Tpt2020-08-141-1/+2
| * N3 parser: do not create formulas if the Turtle mode is activatedTpt2020-08-141-1/+1
* | re-run blackAshley Sommer2020-08-271-1/+1
* | Merge remote-tracking branch 'origin/master' into t0b3_masterAshley Sommer2020-08-271-48/+54
|\ \
| * \ Merge pull request #1145 from ashleysommer/fix_1144Nicholas Car2020-08-231-2/+5
| |\ \
| | * | Merged two Ntriples parser filesAshley Sommer2020-08-191-2/+5
| | |/
| * | More Black formatting changesAshley Sommer2020-08-191-46/+49
| |/
* | 2to3 whole sourcebaset0b32020-06-221-5/+2
|/
* changes for flake8Nicholas Car2020-05-171-68/+49
* blacked all python filesNicholas Car2020-05-161-413/+458
* removal of all uses of package sixNicholas Car2020-05-161-23/+14
* RF: Simplify exponent regex by separating mantissa from exponentChris Markiewicz2020-04-171-3/+1
* Update rdflib/plugins/parsers/notation3.pyNatanael Arndt2020-04-171-2/+2
* Fix exponent syntax with leading dot.Natanael Arndt2020-04-171-1/+1
* Yet another...hsolbrig2018-01-041-5/+3
* Another correctionhsolbrig2018-01-041-3/+6
* Correction - return the first of the list, not the lasthsolbrig2018-01-041-2/+2
* Change notation3 list realization to non-recursive function.hsolbrig2018-01-041-7/+14
* Adds escaped single quote to literal parserhsolbrig2017-04-191-2/+2