summaryrefslogtreecommitdiff
path: root/apt/cache.py
AgeCommit message (Expand)AuthorFilesLines
2009-08-21apt/cache.py, python/cache.cc: add optional pulseInterval option to "update()".Julian Andres Klode1-2/+2
2009-08-21apt/cache.py: Fix the (inst|keep|broken|del)_count attributes (Closes: #542773).Sebastian Heinlein1-4/+4
2009-08-21* apt/cache.py: Introduce ProblemResolver class (Closes: #542705)Julian Andres Klode1-1/+34
2009-08-19* apt/cache.py, python/cache.cc:Michael Vogt1-2/+2
2009-07-30Only create Package objects when they are requested, do not keep them inJulian Andres Klode1-16/+26
2009-07-30apt/cache.py: Provide broken_count, delete_count, install_count, keep_count p...Julian Andres Klode1-0/+20
2009-07-30* apt/cache.py: Call InitSystem() if rootdir is not None (LP: #320665).Julian Andres Klode1-0/+3
2009-06-15* python/progress.cc:Michael Vogt1-0/+25
2009-04-01* Copyright updates: debian/copyright, etc.Julian Andres Klode1-1/+1
2009-03-08apt/cache.py: If no progress is given for cache open, use OpProgress.Julian Andres Klode1-5/+5
2009-03-08* setup.py: Remove apt.gtk, add apt.progressJulian Andres Klode1-2/+4
2009-03-08* Merge with mvoJulian Andres Klode1-3/+5
2009-03-08* apt/cache.py, apt/package.py: Fix some bugs.Julian Andres Klode1-2/+1
2009-03-08* apt/: Adjust modules to use Package.{installed,candidate}.*Julian Andres Klode1-1/+1
2009-02-26avoid duplicated internal references of the Package object for _cache, _depca...Michael Vogt1-3/+1
2009-01-29apt/cache.py: test for existance first before reading the fileMichael Vogt1-3/+4
2009-01-29* apt/cache.py:Michael Vogt1-0/+3
2009-01-26revert commit r317Michael Vogt1-1/+0
2009-01-23* apt/cache.py:Michael Vogt1-0/+1
2009-01-12* apt/cache.py: Introduce isVirtualPackage()Julian Andres Klode1-0/+5
2009-01-12Cleanup: Comparisons to True/False, ==/!= None, deprecated modulesJulian Andres Klode1-8/+8
2009-01-11* Merge Ben Finney's do not use has_key() (Closes: #481878)Julian Andres Klode1-5/+5
2009-01-11* apt/cache.py: PEP 8 cleanup, no deprecated raiseJulian Andres Klode1-37/+61
2009-01-09Cleanup: Remove whitespace at the end of line in all python codes.Julian Andres Klode1-21/+21
2008-12-11 - new method "getRequiredDownload()"Michael Vogt1-0/+11
2008-11-24merged from the consolidation-bracn (with some modificatins)Michael Vogt1-0/+26
2008-08-21Small fix: catch dict exceptions in getProvidingPackagesSebastian Heinlein1-1/+1
2008-08-21Add apt.cache.Cache.isVirtualPackage() and apt.cache.Cache.getProvidingPackag...Sebastian Heinlein1-0/+45
2008-08-21Add apt.Cache.clear() method (taken from GDebi), which re initializes theSebastian Heinlein1-0/+4
2008-08-08'mapping.has_key' is deprecated, use current Python 'key in mapping' idiom.Ben Finney1-8/+8
2008-07-31* apt/cache.py:Michael Vogt1-0/+3
2008-06-21Fix whitespace in changes from 0.7.6.Ben Finney1-1/+1
2008-06-21Merge from python-apt.debian-sid/.Ben Finney1-1/+4
2008-06-13* apt/cache.py:Michael Vogt1-1/+4
2008-05-16Limit code lines to maximum 79 characters, to conform with PEP 8.Ben Finney1-2/+4
2008-05-16Fix spaces adjacent to commas and operators, to conform with PEP 8.Ben Finney1-2/+2
2008-05-16Fixes to blank lines, to conform with PEP 8.Ben Finney1-0/+17
2008-05-16Remove trailing whitespace.Ben Finney1-21/+21
2008-02-18* python/apt_pkgmodule.cc:Michael Vogt1-0/+11
2008-01-04* use the new CacheFile::ListUpdate() codeMichael Vogt1-8/+2
2007-06-28* fix typo "cancelt" -> "Cancelled"Michael Vogt1-2/+2
2007-06-28* python/cache.py:Michael Vogt1-5/+17
2007-03-01 - SizeToString supports PyLong too Michael Vogt1-2/+1
2006-06-14 - allow change of rootdir for APT database loadingOtavio Salvador1-1/+5
2006-06-12* apt/cache.py:Otavio Salvador1-1/+1
2006-03-21* fix lock-releasing on exception (thanks to kamion)Michael Vogt1-19/+23
2006-02-28* remove a useless check in Cache.update()Michael Vogt1-2/+0
2006-02-28* fix the return value of Cache.update()Michael Vogt1-3/+3
2006-02-28* interface fixes for kamion, pychecker fixesMichael Vogt1-13/+5
2006-01-26* the pkgCache::VerIterator.DependsList[] dict does no longer depend on the l...Michael Vogt1-1/+1