kb1000
bb7ec408cb
Use pythoncapi-compat to simplify Python C API backwards compatibility
2024-04-08 10:57:28 +01:00
baldurk
9f4f0e6aa1
Update copyright years to 2024
2024-02-12 11:04:52 +00:00
baldurk
d47e79ae07
Update copyright years to 2023
2023-02-01 12:23:32 +00:00
baldurk
fcdea67879
Update copyright years to 2022
2022-02-17 17:38:32 +00:00
baldurk
026da176bb
Update copyright years to 2021
2021-01-13 13:56:10 +00:00
baldurk
394896a3c9
Hide list of children completely in structured data
...
* This makes it easier to enforce object ownership, as well as gives us options
for e.g. generating structure data on demand lazily.
2020-10-26 10:24:47 +00:00
baldurk
2916c0f9f7
Update copyright years to 2020
2020-01-06 16:20:45 +00:00
baldurk
86ff87863e
Update copyright years to 2019
2019-02-01 18:32:13 +00:00
baldurk
94496e0e2a
Support copying structured lists to each other in python
...
* This requires a copy otherwise object lifetimes are wrong.
2018-09-20 12:35:37 +01:00
baldurk
e305029ddd
Update copyright years to 2018
2018-01-01 17:55:29 +00:00
baldurk
6937756618
Add new structured data, that will be used to expose serialised values
...
* We have some special handling to allow SWIG wrapping of these types:
SDFile owns the chunks and buffers within, and each object owns its
children. Copying is disallowed except from SWIG where we assume the
wrapper is handling lifetime management for its objects externally.
2017-11-03 16:19:45 +00:00