summaryrefslogtreecommitdiff
path: root/apt/cache.py
AgeCommit message (Expand)AuthorFilesLines
2010-03-01Style fixes.Julian Andres Klode1-13/+14
2010-02-17* apt/cache.py:Michael Vogt1-4/+5
2010-02-07* Fix some places where the old API was still used:Julian Andres Klode1-6/+6
2010-01-23apt/cache.py: Fix Cache.update() to not raise errors on successful updates.Julian Andres Klode1-5/+6
2010-01-15python/apt_pkgmodule.cc: Rename remaining Acquire.result_* to Acquire.RESULT_*.Julian Andres Klode1-2/+2
2010-01-15Make all class-level constants have uppercase names.Julian Andres Klode1-7/+7
2010-01-15Return False in Cache.is_virtual_package if the package does not exist.Julian Andres Klode1-2/+6
2010-01-15Merge 0.7.13.5 pre.Julian Andres Klode1-1/+8
2010-01-13* apt/cache.pyforest.bond@outpostembedded.com1-1/+4
2010-01-13add "enhances" propertyMichael Vogt1-1/+3
2009-12-23* apt/cache.py: Michael Vogt1-1/+6
2009-09-16Merge 0.7.13.0 - 0.7.13.3 from unstable.Julian Andres Klode1-4/+16
2009-09-15apt/cache.py: Add raiseOnError option to Cache.update() (Closes: #545474)Julian Andres Klode1-2/+9
2009-09-02re-work the logic in commit() to fail if installArchives() returnsMichael Vogt1-1/+5
2009-08-24* apt/cache.py:Julian Andres Klode1-0/+9
2009-08-24merge from the debian-sid branchMichael Vogt1-5/+38
2009-08-24* apt/cache.py:Michael Vogt1-0/+9
2009-08-22apt/cache.py: Convert argument to str in __getitem__() (Closes: #542965).Julian Andres Klode1-0/+1
2009-08-21Merge 0.7.13.0 from unstable.Julian Andres Klode1-2/+38
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-31python: Remove the progress classes in apt_pkg.Julian Andres Klode1-5/+1
2009-07-30Merge 0.7.11.1-0.7.12.0 from unstable.Julian Andres Klode1-3/+3
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-07-20Merge from debian-sidJulian Andres Klode1-0/+24
2009-07-17apt: Use apt_pkg.gettext instead of Python's gettext.Julian Andres Klode1-5/+1
2009-07-17apt/__init__.py, apt/__cache__.py: Improve python-apt localization.Julian Andres Klode1-1/+6
2009-07-16apt/cache.py: Support apt_pkg.OpProgress() and use apt.progress.text.OpProgre...Julian Andres Klode1-4/+8
2009-06-21apt/cache.py: Correctly handle rootdir on second and later invocations of ope...Julian Andres Klode1-0/+4
2009-06-21apt/cache.py: Only create _weakrefs, _set once per object.Julian Andres Klode1-3/+5
2009-06-15apt/cache.py: Provide broken_count, delete_count, install_count, keep_countJulian Andres Klode1-0/+20
2009-06-15* python/progress.cc:Michael Vogt1-0/+25
2009-06-05apt/cache.py: Introduce Cache.actiongroup()Julian Andres Klode1-0/+21
2009-06-05Introduce the rename rules formally, and add some exceptions.Julian Andres Klode1-2/+2
2009-06-04apt, aptsources, doc: Update to use the new names.Julian Andres Klode1-39/+39
2009-04-19* Update the code to use the new classes.Julian Andres Klode1-11/+11
2009-04-17* apt/cache.py, apt/package.py: Rename the remaining arguments and variables.Julian Andres Klode1-75/+101
2009-04-16* apt/*.py: Initial rename work for Bug#481061Julian Andres Klode1-39/+69
2009-04-15* apt/cache.py: Use set() and WeakValueDictionary() for holding packages.Julian Andres Klode1-15/+23
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