Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | refactor: eliminate inheritance from object (#2339) | Iwan Aucamp | 2023-04-10 | 1 | -1/+1 |
| | | | | | This change removes the redundant inheritance from `object` (i.e. `class Foo(object): pass`) that is no longer needed in Python 3 and is a relic from Python 2. | ||||
* | [pre-commit.ci] auto fixes from pre-commit.com hooks | pre-commit-ci[bot] | 2022-04-15 | 1 | -5/+5 |
| | | | | for more information, see https://pre-commit.ci | ||||
* | modernize warning string construction | Graham Higgins | 2021-12-12 | 1 | -2/+1 |
| | |||||
* | Flak8 improvements | nicholascar | 2021-12-07 | 1 | -10/+10 |
| | |||||
* | blacked parsers & serializers | nicholascar | 2021-12-07 | 1 | -1/+1 |
| | |||||
* | Add type hints | Iwan Aucamp | 2021-10-24 | 1 | -2/+9 |
| | | | | | | | This commit only adds type hints and comments and does not make any changes that should affect runtime. The type hints added here derive from work done for #1418. | ||||
* | remove bad doctest declarations that are no longer required, were causing ↵ | Ashley Sommer | 2021-07-09 | 1 | -5/+1 |
| | | | | subsequent tests to fail | ||||
* | integrate jsonld code into rdflib core | Ashley Sommer | 2021-07-07 | 1 | -0/+386 |