summaryrefslogtreecommitdiff
path: root/python/apt_instmodule.cc
AgeCommit message (Expand)AuthorFilesLines
2013-10-23python/apt_instmodule.cc: Make RETURN(x) be return on Python 2Julian Andres Klode1-1/+1
2013-09-11Remove old API compatibility C++ support codeJulian Andres Klode1-141/+0
2010-04-21python: Commit documentation changes suggested by debian-l10n-english.Julian Andres Klode1-1/+1
2010-04-01python: Return bool instead of int to Python where possible, looks better.Julian Andres Klode1-5/+5
2009-08-18python: Disable the functions in apt_inst if built without COMPAT_0_7.Julian Andres Klode1-11/+8
2009-08-17python/arfile.cc: Introduce DebFile.Julian Andres Klode1-0/+1
2009-08-08python/tarfile.cc: Introduce wrapper around ExtractTar.Julian Andres Klode1-0/+2
2009-08-07python/arfile.cc: Introduce apt_inst.ArArchive and apt_inst.ArMember.Julian Andres Klode1-7/+24
2009-07-13python/apt_pkgmodule.cc, python/apt_instmodule.cc: Remove useless state.Julian Andres Klode1-21/+6
2009-06-03python/: Convert most names to PEP8 naming conventions (except Version,Packag...Julian Andres Klode1-7/+14
2009-04-15* Introduce support for Python 3 (Closes: #523645)Julian Andres Klode1-1/+34
2009-04-13* python/*.cc: Use PyObject_AsFileDescriptor instead of fileno(PyFile_AsFile)Julian Andres Klode1-6/+15
2009-01-11Merge Ben Finney's whitespace changes (Closes: #481563)Julian Andres Klode1-13/+13
2008-07-31* python/apt_instmodule.cc:Michael Vogt1-2/+2
2008-07-31* python/apt_instmodule.cc:Michael Vogt1-3/+10
2008-05-16Remove trailing whitespace.Ben Finney1-13/+13
2007-07-30* apt/debfile.py:Michael Vogt1-1/+30
2005-11-21* apt_inst.debExtractArchive() addedMichael Vogt1-0/+38
2004-11-24Changed include pathsArch Librarian1-2/+2
2004-11-24Tar examining supportArch Librarian1-3/+6
2004-11-24Initial revisionArch Librarian1-0/+83