Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix/ignore flake8 errors in store related code (#1971) | Iwan Aucamp | 2022-05-26 | 1 | -3/+3 |
| | | | | | | | | This patch adds ignores for flake8 errors in store related code, it also removes one unused import in `rdflib/plugins/stores/sparqlconnector.py`. Mainly doing this in preparation for adding typing to `rdflib/store.py` which will invalidate large parts of the flakeheaven baseline there. | ||||
* | Merge remote-tracking branch 'upstream/master' into default_prefixes | Iwan Aucamp | 2022-04-15 | 1 | -4/+3 |
|\ | |||||
| * | [pre-commit.ci] auto fixes from pre-commit.com hooks | pre-commit-ci[bot] | 2022-04-15 | 1 | -4/+3 |
| | | | | | | | | for more information, see https://pre-commit.ci | ||||
* | | Fix issues with NamespaceManager.bind | Iwan Aucamp | 2022-03-31 | 1 | -2/+2 |
| | | | | | | | | | | | | replace and override handling is now correct as far as I can tell. Also added some tests. | ||||
* | | ensure all core Stores contain prefix replace option | nicholascar | 2022-03-30 | 1 | -2/+2 |
|/ | |||||
* | blacked all python files | Nicholas Car | 2020-05-16 | 1 | -30/+40 |
| | |||||
* | removal of all uses of package six | Nicholas Car | 2020-05-16 | 1 | -3/+3 |
| | |||||
* | a slightly opinionated autopep8 run | Gunnar Aastrand Grimnes | 2018-10-30 | 1 | -8/+9 |
| | | | | | | | | opinions is mainly: no to long lines, but not at any cost. notation3.py crashses autopep :D Also rdflib/__init__.py gets completely broken | ||||
* | removed most of the six import from py3compat | Gunnar Aastrand Grimnes | 2017-01-30 | 1 | -1/+1 |
| | | | | now six is used throughout. | ||||
* | converted stores | Gunnar Aastrand Grimnes | 2017-01-30 | 1 | -2/+5 |
| | |||||
* | cleaned up trailing whitespace | Gunnar Aastrand Grimnes | 2015-11-22 | 1 | -1/+1 |
| | |||||
* | removed abstract-sql store and associated classes | Gunnar Aastrand Grimnes | 2013-05-01 | 1 | -2/+1 |
| | |||||
* | Add some storage conveniences | Graham Higgins | 2013-03-21 | 1 | -0/+162 |