Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix typos discovered by codespell | Christian Clauss | 2021-10-14 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' into hsolbrig/master | Edmond Chuc | 2021-07-08 | 1 | -7/+6 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # rdflib/__init__.py # rdflib/compat.py # rdflib/namespace/__init__.py # rdflib/plugins/parsers/rdfxml.py # rdflib/plugins/serializers/rdfxml.py # rdflib/tools/csv2rdf.py # test/test_dawg.py # test/test_namespace.py # test/test_nt_misc.py # test/test_rdfxml.py # test/test_seq.py # test/test_trig.py # test/testutils.py | ||||
| * | minor docco updates | Nicholas Car | 2021-06-18 | 1 | -1/+3 |
| | | |||||
| * | Merge pull request #1149 from ashleysommer/t0b3_github | Nicholas Car | 2020-08-27 | 1 | -3/+1 |
| |\ | | | | | | | Remove all remnants of Python2 compatibility | ||||
| | * | fix escaping (deprecated since py 3.6) | t0b3 | 2020-06-22 | 1 | -1/+1 |
| | | | | | | | | | | | | Signed-off-by: t0b3 <thomas.bettler@gmail.com> | ||||
| | * | 2to3 whole sourcebase | t0b3 | 2020-06-22 | 1 | -3/+1 |
| | | | | | | | | | | | | Signed-off-by: t0b3 <thomas.bettler@gmail.com> | ||||
| * | | simplify yield | Donny Winston | 2020-08-05 | 1 | -1/+1 |
| | | | |||||
| * | | make csv2rdf work in py3; add test | Donny Winston | 2020-06-12 | 1 | -4/+3 |
| |/ | |||||
* | | Change to absolute imports to attempt to fix a Travis issue | hsolbrig | 2020-05-26 | 1 | -1/+1 |
|/ | | | | Fix a few odd's and ends warnings as well | ||||
* | changes for flake8 | Nicholas Car | 2020-05-17 | 1 | -11/+11 |
| | |||||
* | blacked all python files | Nicholas Car | 2020-05-16 | 1 | -48/+62 |
| | |||||
* | removal of all uses of package six | Nicholas Car | 2020-05-16 | 1 | -6/+3 |
| | |||||
* | a slightly opinionated autopep8 run | Gunnar Aastrand Grimnes | 2018-10-30 | 1 | -3/+7 |
| | | | | | | | | opinions is mainly: no to long lines, but not at any cost. notation3.py crashses autopep :D Also rdflib/__init__.py gets completely broken | ||||
* | bool support for csv2rdf | Gunnar Aastrand Grimnes | 2017-04-11 | 1 | -1/+16 |
| | |||||
* | fixed tiny bug with literal columns in csv2rdf | Gunnar Aastrand Grimnes | 2017-04-11 | 1 | -1/+1 |
| | |||||
* | default column conversions for csv2rdf | Gunnar Aastrand Grimnes | 2017-02-02 | 1 | -5/+16 |
| | |||||
* | converted csv2rdf to six | Gunnar Aastrand Grimnes | 2017-01-30 | 1 | -1/+4 |
| | |||||
* | converted csv2rdf | Gunnar Aastrand Grimnes | 2017-01-30 | 1 | -12/+13 |
| | |||||
* | fixed a handful of stupid bugs in the csv2rdf tool | Gunnar Aastrand Grimnes | 2015-10-27 | 1 | -6/+9 |
| | |||||
* | doc updates | gromgull | 2013-05-16 | 1 | -0/+10 |
| | |||||
* | cleanup - move stuff from rdfextras to sensible packages - entry_points for ↵ | Gunnar Aastrand Grimnes | 2013-05-03 | 1 | -0/+498 |
console scripts |