Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | moved all compat code to rdflib.compatsix_2to3 | Gunnar Aastrand Grimnes | 2017-01-31 | 1 | -2/+2 |
| | |||||
* | remove format_doctest from py3compat | Gunnar Aastrand Grimnes | 2017-01-31 | 1 | -6/+6 |
| | | | | replaced with doctest-ignore-unicode noseplugin | ||||
* | removed most of the six import from py3compat | Gunnar Aastrand Grimnes | 2017-01-30 | 1 | -8/+8 |
| | | | | now six is used throughout. | ||||
* | six: parsers/notation3.py: hearders; str, unicode, long, unichr, print handling | Joern Hees | 2017-01-30 | 1 | -13/+23 |
| | |||||
* | exclude some `def main():` functions from test coverage analysis | Joern Hees | 2015-03-09 | 1 | -2/+2 |
| | |||||
* | warnings for narrow python builds | Joern Hees | 2015-02-18 | 1 | -1/+13 |
| | | | | | | | | | | | if chars > 0xFFFF are really encountered a UnicodeWarning is issued. On import an ImportWarning is issued. These are ignored by default, but can be enabled if python is invoked with `-W all`, as any good developer should do ^^. closes #453 | ||||
* | use codecs.decode with unicode_escape instead of unichr. Fixes #453 | Yves-Marie Haussonne | 2015-02-18 | 1 | -1/+1 |
| | |||||
* | Complement pull request #426 https://github.com/RDFLib/rdflib/pull/426. ↵ | Yves-Marie Haussonne | 2014-11-17 | 1 | -4/+4 |
| | | | | Correct failing tests. Add correct case for prefix escape in unicode expansion in litterals | ||||
* | Correctly handle \u in Notation 3 files. | Rory McCann | 2014-11-17 | 1 | -2/+2 |
| | | | | It was using case insensitive regex, so it was mistaking \u and \U. | ||||
* | fix: issue379 comment out base hash check | Nolan Nichols | 2014-07-10 | 1 | -2/+2 |
| | |||||
* | fixed #305 | Gunnar Aastrand Grimnes | 2013-12-31 | 1 | -1/+4 |
| | |||||
* | added test and fixed #312 | Gunnar Aastrand Grimnes | 2013-12-30 | 1 | -2/+5 |
| | |||||
* | fix unicode expand excepitons | Gunnar Aastrand Grimnes | 2013-12-22 | 1 | -1/+1 |
| | |||||
* | fixed and reanbled last trig tests! | Gunnar Aastrand Grimnes | 2013-12-22 | 1 | -6/+16 |
| | |||||
* | skip formulas completely in turtle mode - they get confused with trig graphs | Gunnar Aastrand Grimnes | 2013-12-22 | 1 | -4/+4 |
| | |||||
* | updated turtle-tests and fixed n+4 in notation3.py | Gunnar Aastrand Grimnes | 2013-12-22 | 1 | -1/+1 |
| | |||||
* | keep carriage return in n3 | Gunnar Aastrand Grimnes | 2013-12-21 | 1 | -4/+1 |
| | |||||
* | cleanup | Gunnar Aastrand Grimnes | 2013-12-21 | 1 | -6/+6 |
| | |||||
* | unicode escapes in literals and urirefs - fixes #335 | Gunnar Aastrand Grimnes | 2013-12-21 | 1 | -43/+30 |
| | |||||
* | cleanup | Gunnar Aastrand Grimnes | 2013-12-21 | 1 | -1/+2 |
| | |||||
* | py3 compat work for notation3 | Gunnar Aastrand Grimnes | 2013-12-21 | 1 | -1/+1 |
| | |||||
* | fixed n3/turtle parser, allow % escapes in qnames, .s in qnames | Gunnar Aastrand Grimnes | 2013-12-20 | 1 | -9/+39 |
| | |||||
* | removed support for n3 . in path expressions, this was abandoned in n3 some ↵ | Gunnar Aastrand Grimnes | 2013-12-20 | 1 | -7/+1 |
| | | | | time ago | ||||
* | support sparql-directives, withouth @ and trailing . | Gunnar Aastrand Grimnes | 2013-12-19 | 1 | -0/+78 |
|\ | |||||
| * | support BASE and PREFIX as SPARQL Keywords for turtle | Gunnar Aastrand Grimnes | 2013-12-19 | 1 | -0/+78 |
| | | |||||
* | | skip repeat ; in property-lists in turtle | Gunnar Aastrand Grimnes | 2013-12-19 | 1 | -4/+7 |
| | | |||||
* | | fix number parsing for turtle, .2 is now a valid decimal | Gunnar Aastrand Grimnes | 2013-12-19 | 1 | -17/+23 |
|/ | |||||
* | Added test for issue 345. Fixes #345. Fixes #336 | Gunnar Aastrand Grimnes | 2013-11-20 | 1 | -1/+8 |
| | |||||
* | Only accept single quotes around strings when parsing Turtle, not N3. | Alexander Dutton | 2013-10-14 | 1 | -2/+5 |
| | |||||
* | Added support for single-quoted Turtle string literals. | Alexander Dutton | 2013-09-16 | 1 | -21/+27 |
| | |||||
* | Added a TriG parser | Gunnar Aastrand Grimnes | 2013-07-29 | 1 | -120/+111 |
| | | | | | | | Also cleaned up N3 parser a bit, and added a Turtle flag, so that special N3 features are not accepted when parsing as turtle. Fixes #273 - now we should add some tests :) | ||||
* | more doc updates | gromgull | 2013-05-07 | 1 | -1/+1 |
| | |||||
* | doc updates | gromgull | 2013-05-07 | 1 | -0/+13 |
| | |||||
* | autopep8 | Gunnar Aastrand Grimnes | 2013-04-30 | 1 | -1/+1 |
| | |||||
* | remove literal normalisation from n3 parser - leave it to the literal class; | gromgull | 2013-03-05 | 1 | -1/+1 |
| | |||||
* | apply autopep8 standards. | Graham Higgins | 2013-01-11 | 1 | -173/+254 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | $ flake8 rdflib --exclude=pyRdfa,host,extras,transform,rdfs,pyMicrodata rdflib/graph.py:192: W801 redefinition of unused 'BytesIO' from line 189 rdflib/graph.py:194: W402 'BytesIO' imported but unused rdflib/graph.py:680:80: E501 line too long (80 > 79 characters) rdflib/graph.py:682:80: E501 line too long (80 > 79 characters) rdflib/graph.py:686:80: E501 line too long (83 > 79 characters) rdflib/graph.py:690:80: E501 line too long (83 > 79 characters) rdflib/graph.py:692:80: E501 line too long (83 > 79 characters) rdflib/graph.py:695:80: E501 line too long (83 > 79 characters) rdflib/graph.py:698:80: E501 line too long (83 > 79 characters) rdflib/parser.py:21: W801 redefinition of unused 'BytesIO' from line 19 rdflib/compat.py:12: W801 redefinition of unused 'defaultdict' from line 10 rdflib/py3compat.py:10: W801 redefinition of unused 'wraps' from line 7 rdflib/py3compat.py:81: W806 redefinition of function 'b' from line 44 rdflib/py3compat.py:87: W806 redefinition of function 'format_doctest_out' from line 50 rdflib/py3compat.py:97: W806 redefinition of function 'type_cmp' from line 61 rdflib/term.py:54: W801 redefinition of unused 'md5' from line 52 rdflib/store.py:73: W801 redefinition of unused 'BytesIO' from line 71 rdflib/query.py:10: W801 redefinition of unused 'BytesIO' from line 8 rdflib/__init__.py:73: W402 'plugin' imported but unused rdflib/__init__.py:74: W402 'query' imported but unused rdflib/util.py:43: W806 redefinition of function 'sign' from line 50 rdflib/plugins/parsers/hturtle.py:25: W801 redefinition of unused 'html5lib' from line 24 rdflib/plugins/parsers/ntriples.py:141: W402 'BytesIO' imported but unused rdflib/plugins/parsers/structureddata.py:23: W801 redefinition of unused 'html5lib' from line 22 | ||||
* | misc minor cleanups | Gunnar Aastrand Grimnes | 2012-12-05 | 1 | -11/+0 |
| | |||||
* | cleanup of notation3.py - removed lots of unused code | Gunnar Aastrand Grimnes | 2012-12-05 | 1 | -709/+4 |
| | |||||
* | simplify replace method | Gunnar Aastrand Grimnes | 2012-11-03 | 1 | -5/+2 |
| | |||||
* | fix to lang-tag parsing in n3/turtle | gromgull | 2012-10-11 | 1 | -1/+1 |
| | |||||
* | fixes #214. Made turtle parser that does not require context-aware store. ↵ | Gunnar Aastrand Grimnes | 2012-07-22 | 1 | -11/+22 |
| | | | | Test fixes. | ||||
* | whitespace gardening. | Graham Higgins | 2012-06-07 | 1 | -519/+523 |
| | |||||
* | Re-enable doctests, adjust docstrings for use with py3compat. | Graham Higgins | 2012-02-18 | 1 | -3/+3 |
| | |||||
* | fixed n3 parser to allow .s in prefixes | gromgull | 2012-02-14 | 1 | -2/+5 |
| | |||||
* | fix for upper-case exponent in number literals in n3/turtle | gromgull | 2012-01-26 | 1 | -1/+1 |
| | |||||
* | (Primarily convention) changes made on advice of pylint | Graham Higgins | 2012-01-25 | 1 | -654/+749 |
| | |||||
* | Uncomment __all__, tests do all pass | Graham Higgins | 2012-01-16 | 1 | -1/+1 |
| | |||||
* | __all__ together now | Graham Higgins | 2012-01-14 | 1 | -0/+2 |
| | |||||
* | Integrate Gerhard Weiss' Python 3 fixes. | Graham Higgins | 2012-01-06 | 1 | -2/+2 |
| | |||||
* | Changes to canonical function in notation3 parser for Python 3. | Thomas Kluyver | 2011-11-16 | 1 | -23/+25 |
| |