Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix: validation issues with examples (#2269) | Iwan Aucamp | 2023-03-13 | 1 | -7/+11 |
| | | | | | | | | | I want to add examples for securing RDFLib network access using `sys.addaudithook` and `urllib.request.install_opener`, but I want to also validate the examples in our CI pipeline, so we can demonstrate they work to our users. This change adds validation for all examples, and the addition of the security examples in a seperate PR will then also get validated. | ||||
* | Address lingering instances of deprecated `tempfile.mktemp` (#1942) | Graham Higgins | 2022-05-15 | 1 | -2/+2 |
| | | | Updated two instances of lingering deprecated `tempfile.mktemp` usage to use current safe tempfile idiom. | ||||
* | blacked everything6.0.0 | Nicholas Car | 2021-07-20 | 1 | -4/+3 |
| | |||||
* | second BerkeleyDB example | Nicholas Car | 2021-07-02 | 1 | -6/+65 |
| | |||||
* | added tests for BerkeleyDB store | Nicholas Car | 2021-06-27 | 1 | -3/+18 |
| | |||||
* | Sleepycat -> BerkeleyDBname change; incomplete code update | Nicholas Car | 2021-05-08 | 1 | -0/+60 |