| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | blacked everything6.0.0 | Nicholas Car | 2021-07-20 | 1 | -6/+6 |
| | | |||||
| * | Prevent `from_n3` from unescaping `\xhh` | Iwan Aucamp | 2021-06-26 | 1 | -0/+42 |
| | | | | | | | | | This is a fairly pragmatic fix to a problem which should be solved by changing `from_n3` to do the same as the actual n3/turtle parser. There are still many issues with this function, some of which I added tests for. | ||||
| * | Merge remote-tracking branch 'origin/master' into t0b3_master | Ashley Sommer | 2020-08-27 | 1 | -2/+2 |
| |\ | | | | | | | | | | | | | | | | | # Conflicts: # rdflib/namespace.py # rdflib/parser.py # rdflib/plugins/memory.py # rdflib/plugins/parsers/ntriples.py # test/test_iomemory.py | ||||
| | * | Removed IOMemory store | Ashley Sommer | 2020-08-19 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | Renamed Memory2 to Memory Renamed Memory1 to SimpleMemory Set default store to new Memory Fixed tests Fixed docs | ||||
| * | | 2to3 whole sourcebase | t0b3 | 2020-06-22 | 1 | -5/+5 |
| |/ | | | | Signed-off-by: t0b3 <thomas.bettler@gmail.com> | ||||
| * | blacked all python files | Nicholas Car | 2020-05-16 | 1 | -67/+66 |
| | | |||||
| * | add utf-8 header for py2.7 | Kempei Igarashi | 2020-03-15 | 1 | -0/+2 |
| | | |||||
| * | Add 'u' to unicode string for py2.7 | Kempei Igarashi | 2020-03-15 | 1 | -2/+2 |
| | | |||||
| * | Add Unicode strings to testcase of from_n3()/n3() | Kempei Igarashi | 2020-03-12 | 1 | -0/+2 |
| | | | | | | Add following testcase strings to test_util_from_n3_expectpartialidempotencewithn3() <http://ex.com/漢字>: Unicode Letter (Lo) <http://ex.com/a#あ>: Unicode Number (Lo) after # | ||||
| * | a slightly opinionated autopep8 run | Gunnar Aastrand Grimnes | 2018-10-30 | 1 | -58/+60 |
| | | | | | | | | | opinions is mainly: no to long lines, but not at any cost. notation3.py crashses autopep :D Also rdflib/__init__.py gets completely broken | ||||
| * | updating deprecated testing syntax (#697) | Nate Prewitt | 2017-01-24 | 1 | -38/+38 |
| | | |||||
| * | test for #546 from_n3 trailing backslash | Joern Hees | 2015-11-22 | 1 | -0/+6 |
| | | |||||
| * | fixed broken tests for util.from_n3() | Joern Hees | 2015-07-27 | 1 | -6/+7 |
| | | |||||
| * | reworking literal __eq__ and added eq, rich comparison methods are still random | Gunnar Aastrand Grimnes | 2012-11-22 | 1 | -2/+1 |
| | | |||||
| * | Applied Jorn's patch, fixes issue 208, thanks\! | Graham Higgins | 2012-01-25 | 1 | -2/+69 |
| | | |||||
| * | 'util' module cleanup, increase test coverage to 100% | Graham Higgins | 2011-10-23 | 1 | -0/+275 |
