summaryrefslogtreecommitdiff
path: root/rdflib/plugins/parsers/ntriples.py
Commit message (Expand)AuthorAgeFilesLines
* Eliminate the use of `str.translate` in unquotingIwan Aucamp2022-01-161-2/+2
* Fixed the handling of escape sequences in the ntriples and nquads parsers.Iwan Aucamp2022-01-151-7/+6
* Add typing for parsersIwan Aucamp2021-12-291-19/+30
* backing all filesnicholascar2021-12-071-4/+4
* Flak8 improvementsnicholascar2021-12-071-4/+4
* blacked parsers & serializersnicholascar2021-12-071-4/+4
* Flake8 style improvementsnicholascar2021-12-071-3/+3
* small code style touch-upsnicholascar2021-12-061-2/+1
* Fix typos discovered by codespellChristian Clauss2021-10-141-1/+1
* fix docc build warningsNicholas Car2021-07-151-0/+1
* Add mypy to CI pipelines and fix errors it raisesIwan Aucamp2021-05-301-1/+1
* re-run blackAshley Sommer2020-08-271-3/+3
* Merge remote-tracking branch 'origin/master' into t0b3_masterAshley Sommer2020-08-271-44/+75
|\
| * Merge pull request #1145 from ashleysommer/fix_1144Nicholas Car2020-08-231-43/+71
| |\
| | * Merged two Ntriples parser filesAshley Sommer2020-08-191-43/+71
| * | More Black formatting changesAshley Sommer2020-08-191-4/+4
| |/
* | 2to3 whole sourcebaset0b32020-06-221-6/+3
|/
* Adding some docs for bnode_context in N-Quads (#980)Mark Watts2020-05-311-2/+5
* Adding bnode_context option to NT and NQuads parsers (#980)Mark Watts2020-05-311-18/+13
* 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
* changes for flake8Nicholas Car2020-05-171-4/+4
* blacked all python filesNicholas Car2020-05-161-27/+26
* removal of all uses of package sixNicholas Car2020-05-161-9/+5
* Issue 920 fixes as per Issue desc, + testNicholas Car2020-03-161-1/+1
* 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-301-1/+3
* Fix #859.Natanael Arndt2018-10-271-1/+3
* ntriples spec allows for upper-cased lang tag, fixes #782Joern Hees2017-10-311-1/+1
* moved all compat code to rdflib.compatsix_2to3Gunnar Aastrand Grimnes2017-01-311-3/+3
* removed most of the six import from py3compatGunnar Aastrand Grimnes2017-01-301-8/+8
* six: compare.py: headers and unicode --> text_typeJoern Hees2017-01-301-12/+18
* Put the original pattern in the ParseError for ntriples.eat()Justin Clark-Casey2016-07-261-1/+1
* ntriples handling of utf-8 files, fixes #400Joern Hees2015-01-051-2/+5
* made ntriples parser use unicode/strings throughout, to make code-sharing bet...Gunnar Aastrand Grimnes2013-12-301-28/+26
* nquads is great they said, it's just like ntriples, but with context they sai...Gunnar Aastrand Grimnes2013-12-301-1/+11
* fixes to nquads parser, now passes all testsGunnar Aastrand Grimnes2013-12-171-4/+4
* NTriples: Newline in final line is optionalUrs Holzer2013-05-071-1/+2
* Conform to PEP8Graham Higgins2013-02-071-0/+2
* apply autopep8 standards.Graham Higgins2013-01-111-18/+31
* Generate fresh BNode id. Fix for issue 204Graham Higgins2012-06-031-3/+16
* Uncomment __all__, tests do all passGraham Higgins2012-01-161-1/+1
* __all__ together nowGraham Higgins2012-01-141-0/+2
* Restore support for Python 2.4Graham Higgins2012-01-121-2/+8
* Yet more minor bytes/unicode fixes.Thomas Kluyver2011-11-121-1/+1
* Various more fixes for Python 3.Thomas Kluyver2011-11-121-4/+7
* Various fixes for Python 3 compatibility.Thomas Kluyver2011-11-121-23/+26
* Whitespace gardening - update old 3-space tabGraham Higgins2011-10-261-208/+186