summaryrefslogtreecommitdiff
path: root/rdflib/plugins/parsers
Commit message (Expand)AuthorAgeFilesLines
* Migrate from nosetest to pytestIwan Aucamp2021-10-241-1/+1
* Fix typos discovered by codespellChristian Clauss2021-10-142-12/+12
* Fix mypy type errors and add mypy to .drone.ymlIwan Aucamp2021-09-103-9/+10
* blacked everything6.0.0Nicholas Car2021-07-202-15/+24
* fix docc build warningsNicholas Car2021-07-152-0/+2
* Fix testsEdmond Chuc2021-07-151-1/+1
* Merge branch 'master' into hsolbrig/masterEdmond Chuc2021-07-141-0/+546
|\
| * remove bad doctest declarations that are no longer required, were causing sub...Ashley Sommer2021-07-091-3/+0
| * re-blacked JSON-LD codeAshley Sommer2021-07-081-1/+6
| * integrate jsonld code into rdflib coreAshley Sommer2021-07-071-0/+544
* | Merge branch 'master' into hsolbrig/masterEdmond Chuc2021-07-087-289/+350
|\ \ | |/
| * Add mypy to CI pipelines and fix errors it raisesIwan Aucamp2021-05-301-1/+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-273-6/+6
| * | Merge remote-tracking branch 'origin/master' into t0b3_masterAshley Sommer2020-08-275-134/+143
| |\ \
| | * \ Merge pull request #1145 from ashleysommer/fix_1144Nicholas Car2020-08-235-84/+87
| | |\ \
| | | * | Merged two Ntriples parser filesAshley Sommer2020-08-195-84/+87
| | | |/
| | * | More Black formatting changesAshley Sommer2020-08-193-53/+56
| | |/
| * | 2to3 whole sourcebaset0b32020-06-226-22/+11
| |/
| * Adding some docs for bnode_context in N-Quads (#980)Mark Watts2020-05-313-6/+16
| * Adding bnode_context option to NT and NQuads parsers (#980)Mark Watts2020-05-313-26/+30
| * Adding docs for bnode_context arguments (#980)Mark Watts2020-05-311-1/+13
| * Supporting bnode_context for each call to parse (#980)Mark Watts2020-05-311-5/+11
| * Making ntriples parser BNode context per-instance (#980)Mark Watts2020-05-311-2/+5
* | Refactor - module names don't match class nameshsolbrig2020-05-262-2/+3
* | Migration from ClosedNamespace to DeclaredNamespacehsolbrig2020-05-262-43/+60
|/
* changes for flake8Nicholas Car2020-05-175-78/+59
* blacked all python filesNicholas Car2020-05-167-564/+632
* removal of all uses of package sixNicholas Car2020-05-165-39/+23
* 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
* Issue 920 fixes as per Issue desc, + testNicholas Car2020-03-161-1/+1
* Merge pull request #951 from LEW21/container-membership-propertiesNicholas Car2020-03-121-2/+2
|\
| * Fix next_li() to use RDF._{li} instead of RDF.{li}.Linus Lewandowski2020-01-081-2/+2
* | Replace the last start by a ?Natanael Arndt2019-01-081-1/+1
* | Add more ASCII chars as specified for bnode labelsNatanael Arndt2019-01-021-1/+1
|/
* a slightly opinionated autopep8 runGunnar Aastrand Grimnes2018-10-303-20/+18
* Merge pull request #860 from white-gecko/feature/unquoteAndUriquoteDatatypeGunnar Aastrand Grimnes2018-10-271-1/+3
|\
| * Fix #859.Natanael Arndt2018-10-271-1/+3