summaryrefslogtreecommitdiff
path: root/rdflib/plugins/parsers/notation3.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* moved all compat code to rdflib.compatsix_2to3Gunnar Aastrand Grimnes2017-01-311-2/+2
* remove format_doctest from py3compatGunnar Aastrand Grimnes2017-01-311-6/+6
* removed most of the six import from py3compatGunnar Aastrand Grimnes2017-01-301-8/+8
* six: parsers/notation3.py: hearders; str, unicode, long, unichr, print handlingJoern Hees2017-01-301-13/+23
* exclude some `def main():` functions from test coverage analysisJoern Hees2015-03-091-2/+2
* warnings for narrow python buildsJoern Hees2015-02-181-1/+13
* use codecs.decode with unicode_escape instead of unichr. Fixes #453Yves-Marie Haussonne2015-02-181-1/+1
* Complement pull request #426 https://github.com/RDFLib/rdflib/pull/426. Corre...Yves-Marie Haussonne2014-11-171-4/+4
* Correctly handle \u in Notation 3 files.Rory McCann2014-11-171-2/+2
* fix: issue379 comment out base hash checkNolan Nichols2014-07-101-2/+2
* fixed #305Gunnar Aastrand Grimnes2013-12-311-1/+4
* added test and fixed #312Gunnar Aastrand Grimnes2013-12-301-2/+5
* fix unicode expand excepitonsGunnar Aastrand Grimnes2013-12-221-1/+1
* fixed and reanbled last trig tests!Gunnar Aastrand Grimnes2013-12-221-6/+16
* skip formulas completely in turtle mode - they get confused with trig graphsGunnar Aastrand Grimnes2013-12-221-4/+4
* updated turtle-tests and fixed n+4 in notation3.pyGunnar Aastrand Grimnes2013-12-221-1/+1
* keep carriage return in n3Gunnar Aastrand Grimnes2013-12-211-4/+1