summaryrefslogtreecommitdiff
path: root/python/tarfile.cc
AgeCommit message (Expand)AuthorFilesLines
2015-06-11python/tarfile.cc: LFS: Handle too large fileJulian Andres Klode1-7/+31
2014-10-14python/tarfile.cc: use long long in Process() for APT >= 4.14Michael Vogt1-1/+10
2013-10-08apt_inst: Support paths supplied as bytes objects (Closes: #680971)Julian Andres Klode1-11/+11
2013-08-05coverity fixesMichael Vogt1-1/+1
2011-11-10fix build against apt in experimentalMichael Vogt1-1/+1
2011-04-12apt_pkg: Fix unsigned/long-vs-int issues (LP: #610820)Julian Andres Klode1-7/+7
2010-04-21python: Commit documentation changes suggested by debian-l10n-english.Julian Andres Klode1-5/+5
2010-02-02python/tarfile.cc: If only one member is requested, extract just that one.Julian Andres Klode1-0/+2
2010-01-27Merge the CppOwnedPyObject C++ class into CppPyObject.Julian Andres Klode1-10/+10
2010-01-24Clone all pkgDirStream::Item's so apt_pkg.TarMember object can be usedJulian Andres Klode1-30/+43
2010-01-24* python/tarfile.cc:Julian Andres Klode1-4/+10
2009-08-18python/tarfile.cc: Introduce TarFile.extractdata().Julian Andres Klode1-20/+77
2009-08-08python/tarfile.cc: Introduce wrapper around ExtractTar.Julian Andres Klode1-0/+412