]> git.ipfire.org Git - people/stevee/pakfire.git/history - src/_pakfire/file.c
_pakfire: Make File objects immutable
[people/stevee/pakfire.git] / src / _pakfire / file.c
2023-03-22  Michael Tremer_pakfire: Make File objects immutable
2023-03-22  Michael Tremer_pakfire: Fix potential SEGV when accesing File attributes
2023-03-22  Michael Tremer_pakfire: Fix repr() output for File objects
2023-03-19  Michael Tremerfile: Export capabilities in Python
2023-03-11  Michael Tremerarchive: Store MIME type of files
2022-10-11  Michael Tremer_pakfire: file: Include util.h for datetime functions
2022-10-11  Michael Tremer_pakfire: Move PyDateTime_FromTime_t to util
2022-10-01  Michael Tremerfile: Rename user/group to uname/gname
2022-10-01  Michael Tremer_pakfire: Drop hexdigest() from File
2022-10-01  Michael Tremer_pakfire: Fetch digest type by string
2022-08-24  Michael Tremerdigests: Split off into a new set of files
2022-08-19  Michael Tremerfile: Refactor how we store digests
2022-07-15  Michael Tremerfiles: Add Python functions to access digest/hexdigest
2022-07-15  Michael Tremerfile: Create Python wrapper for file objects