| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Change Graph.serialize to throw for invalid destinations | Iwan Aucamp | 2021-09-12 | 1 | -0/+17 |
| | | | | | | | | | | `Graph.serialize` was just logging a warning if the supplied `destination` was not valid, but it would be better to fail if the method does not perform the requested operation. This change makes `Graph.serialize` throw if the supplied `destination` can't be written to. | ||||
| * | Add pathlib.PurePath support for Graph.{serialize,parse} | Iwan Aucamp | 2021-06-29 | 1 | -0/+43 |
| Graph.parse did already support pathlib.Path but there is no good reason to not support PurePath AFAICT. | |||||
