summaryrefslogtreecommitdiff
path: root/python
AgeCommit message (Expand)AuthorFilesLines
2013-08-26python/arfile.cc: Fixup the formattingJulian Andres Klode1-16/+15
2013-08-05coverity fixesMichael Vogt4-4/+4
2012-10-23build fixes for python3.3Michael Vogt1-0/+4
2012-10-15merge from the debian-sid branchMichael Vogt4-11/+25
2012-10-15* python/tag.cc:Michael Vogt1-2/+2
2012-10-10python/progress.cc: check result of Py_BuildValue() tooMichael Vogt1-0/+2
2012-10-02merge patch from Barry to fix #1030278Michael Vogt1-8/+20
2012-10-01python/cache.cc: PkgCacheGetIsMultiArch(): Return calculatedJames Hunt1-1/+1
2012-08-14* python/cache.cc:Michael Vogt1-0/+8
2012-06-19python/acquire.cc: Use pkgAcquire::Setup() to setup the acquire classJulian Andres Klode1-5/+4
2012-06-17* python/tag.cc:Julian Andres Klode1-2/+2
2012-06-17* python/configuration.cc:Julian Andres Klode1-2/+5
2012-06-15Merge patch from Colin Watson to handle non-UTF8 tag files inJulian Andres Klode1-29/+99
2012-04-17merged lp:~aptdaemon-developers/python-apt/fix-cannot-locate-file with a slig...Michael Vogt1-2/+5
2012-04-17* python/cache.cc:Michael Vogt1-1/+3
2012-04-16Fix apt_pkg.DepCache.init() documentation which still states that theSebastian Heinlein1-2/+1
2012-03-05python/apt_pkgmodule.cc: Fix apt_pkg.Dependency.TYPE_RECOMMENDS, had Suggests...Julian Andres Klode1-1/+1
2012-02-06python/tag.cc: make it build with older apt versions tooMichael Vogt1-0/+5
2012-02-06python/tag.cc: cleanupMichael Vogt1-8/+4
2012-02-03* python/tag.cc, tests/test_tagfile.py:Michael Vogt1-9/+35
2012-01-30REFACTOR: python/policy.cc update error to include PackageFile() tooMichael Vogt1-1/+1
2012-01-30GREEN: policy should suppors PkgVerFile nowMichael Vogt1-0/+3
2012-01-30RED: policy should support verfileMichael Vogt1-0/+7
2011-11-10fix build against apt in experimentalMichael Vogt12-25/+31
2011-10-21python/apt_pkgmodule.cc: improve docstringMichael Vogt1-1/+2
2011-10-21* python/apt_pkgmodule.cc:Michael Vogt1-0/+27
2011-08-01* merged from the debian/sid bzr branchMichael Vogt3-27/+39
2011-07-13* python/arfile.cc:Michael Vogt1-20/+32
2011-07-13* add missing bits for the xz compression support for the Michael Vogt1-0/+2
2011-05-27Fix spelling errors reported by Lintian (sep[a->e]rated, overrid[d]en)Julian Andres Klode2-7/+7
2011-05-26merge from debian, omit disable of the 0.7 APIMichael Vogt22-218/+1142
2011-04-29apt_pkg: Add subclassing fun to PackageManager, for #623485 as wellJulian Andres Klode3-38/+243
2011-04-27apt_pkg: Add OrderList, wanted for mancoosi (Closes: #623485)Julian Andres Klode5-1/+346
2011-04-21apt_pkg: Add apt_pkg.Version.multi_arch and friendsJulian Andres Klode2-0/+22
2011-04-12apt_pkg: Fix unsigned/long-vs-int issues (LP: #610820)Julian Andres Klode17-130/+149
2011-04-11apt_pkg: Fix time_to_str, time_rfc1123 to accept more correct valuesJulian Andres Klode1-5/+5
2011-04-11apt_pkg: Raise error when parse_commandline gets empty argv (LP: #707416)Julian Andres Klode1-0/+4
2011-04-05Introduce apt_pkg.Cache.groups and apt_pkg.Cache.group_countJulian Andres Klode3-27/+128
2011-04-05Support (name, arch) tuples in apt_pkg.Cache mappings, wrappingJulian Andres Klode1-17/+29
2011-04-05Change apt_pkg.Cache() so that passing None for 'progress' results inJulian Andres Klode1-2/+7
2011-04-05Add apt_pkg.Group class, wrapping pkgCache::GrpIteratorJulian Andres Klode5-0/+204
2011-04-05Add an 'is_multi_arch' attribute to apt_pkg.Cache Julian Andres Klode1-0/+7
2011-04-04* python/cache.cc:Julian Andres Klode1-1/+30
2011-03-29PyFetchProgress::Pulse(): When ignoring a false return value fromMichael Vogt1-1/+3
2011-03-21* python/arfile.cc, apt/debfile.py:Michael Vogt1-5/+9
2011-03-21 - add optional parameter to allow parse_depends() to keep theMichael Vogt1-3/+4
2011-03-21* python/apt_pkgmodule.cc:Michael Vogt1-2/+3
2011-02-18* python/depcache.cc:Michael Vogt1-0/+30
2010-12-22python/depcache.cc: remove Py_DECREF, that is one too much (thanks to juliank)Michael Vogt1-1/+0
2010-12-22merged from lp:~mvo/python-apt/mvoMichael Vogt1-1/+3