| Age | Commit message (Collapse) | Author | Files | Lines |
|
This is the final commit which Closes: #536096, as everything
doable with the functions can now be done using the classes.
|
|
|
|
The extraction code now reads smaller parts and does not use FileFd
anymore, so we can raise OSError with errno and filename if an error
occurs.
Also add extractall() to ArArchive to make our interface more like
tarfile.TarFile's one.
|
|
This makes it more consistent with the interface of tarfile.TarFile, which
provides a extractfile() function. Since producing a file-like object is a
bit to complicated here, we simply return the string and thus name the
method extractdata().
|
|
|
|
A small hack made it possible to get the list of members from the
ARArchive.
|
|
This is part one of wishlist Bug#536096, introducing classes in
apt_inst.
|