summaryrefslogtreecommitdiff
path: root/python/apt_instmodule.h
AgeCommit message (Collapse)AuthorFilesLines
2013-09-11Remove old API compatibility C++ support codeJulian Andres Klode1-6/+0
2010-01-27Merge the CppOwnedPyObject C++ class into CppPyObject.Julian Andres Klode1-1/+1
2009-08-18python: Disable the functions in apt_inst if built without COMPAT_0_7.Julian Andres Klode1-1/+2
Developers should use the class-based API instead.
2009-08-17python/arfile.cc: Introduce DebFile.Julian Andres Klode1-0/+1
This is the final commit which Closes: #536096, as everything doable with the functions can now be done using the classes.
2009-08-08python/tarfile.cc: Introduce wrapper around ExtractTar.Julian Andres Klode1-0/+9
2009-08-07python/arfile.cc: Introduce apt_inst.ArArchive and apt_inst.ArMember.Julian Andres Klode1-0/+4
This is part one of wishlist Bug#536096, introducing classes in apt_inst.
2008-05-16Remove trailing whitespace.Ben Finney1-1/+1
2004-11-24Changed include pathsArch Librarian1-2/+2
Author: jgg Date: 2002-01-08 06:53:04 GMT Changed include paths
2004-11-24Tar examining supportArch Librarian1-0/+20
Author: jgg Date: 2001-09-30 03:52:58 GMT Tar examining support