| Age | Commit message (Expand) | Author | Files | Lines |
| 2009-07-31 | python: Remove the progress classes in apt_pkg. | Julian Andres Klode | 1 | -5/+1 |
| 2009-07-30 | Merge 0.7.11.1-0.7.12.0 from unstable. | Julian Andres Klode | 1 | -3/+3 |
| 2009-07-30 | Only create Package objects when they are requested, do not keep them in | Julian Andres Klode | 1 | -16/+26 |
| 2009-07-30 | apt/cache.py: Provide broken_count, delete_count, install_count, keep_count p... | Julian Andres Klode | 1 | -0/+20 |
| 2009-07-30 | * apt/cache.py: Call InitSystem() if rootdir is not None (LP: #320665). | Julian Andres Klode | 1 | -0/+3 |
| 2009-07-20 | Merge from debian-sid | Julian Andres Klode | 1 | -0/+24 |
| 2009-07-17 | apt: Use apt_pkg.gettext instead of Python's gettext. | Julian Andres Klode | 1 | -5/+1 |
| 2009-07-17 | apt/__init__.py, apt/__cache__.py: Improve python-apt localization. | Julian Andres Klode | 1 | -1/+6 |
| 2009-07-16 | apt/cache.py: Support apt_pkg.OpProgress() and use apt.progress.text.OpProgre... | Julian Andres Klode | 1 | -4/+8 |
| 2009-06-21 | apt/cache.py: Correctly handle rootdir on second and later invocations of ope... | Julian Andres Klode | 1 | -0/+4 |
| 2009-06-21 | apt/cache.py: Only create _weakrefs, _set once per object. | Julian Andres Klode | 1 | -3/+5 |
| 2009-06-15 | apt/cache.py: Provide broken_count, delete_count, install_count, keep_count | Julian Andres Klode | 1 | -0/+20 |
| 2009-06-15 | * python/progress.cc: | Michael Vogt | 1 | -0/+25 |
| 2009-06-05 | apt/cache.py: Introduce Cache.actiongroup() | Julian Andres Klode | 1 | -0/+21 |
| 2009-06-05 | Introduce the rename rules formally, and add some exceptions. | Julian Andres Klode | 1 | -2/+2 |
| 2009-06-04 | apt, aptsources, doc: Update to use the new names. | Julian Andres Klode | 1 | -39/+39 |
| 2009-04-19 | * Update the code to use the new classes. | Julian Andres Klode | 1 | -11/+11 |
| 2009-04-17 | * apt/cache.py, apt/package.py: Rename the remaining arguments and variables. | Julian Andres Klode | 1 | -75/+101 |
| 2009-04-16 | * apt/*.py: Initial rename work for Bug#481061 | Julian Andres Klode | 1 | -39/+69 |
| 2009-04-15 | * apt/cache.py: Use set() and WeakValueDictionary() for holding packages. | Julian Andres Klode | 1 | -15/+23 |
| 2009-04-01 | * Copyright updates: debian/copyright, etc. | Julian Andres Klode | 1 | -1/+1 |
| 2009-03-08 | apt/cache.py: If no progress is given for cache open, use OpProgress. | Julian Andres Klode | 1 | -5/+5 |
| 2009-03-08 | * setup.py: Remove apt.gtk, add apt.progress | Julian Andres Klode | 1 | -2/+4 |
| 2009-03-08 | * Merge with mvo | Julian Andres Klode | 1 | -3/+5 |
| 2009-03-08 | * apt/cache.py, apt/package.py: Fix some bugs. | Julian Andres Klode | 1 | -2/+1 |
| 2009-03-08 | * apt/: Adjust modules to use Package.{installed,candidate}.* | Julian Andres Klode | 1 | -1/+1 |
| 2009-02-26 | avoid duplicated internal references of the Package object for _cache, _depca... | Michael Vogt | 1 | -3/+1 |
| 2009-01-29 | apt/cache.py: test for existance first before reading the file | Michael Vogt | 1 | -3/+4 |
| 2009-01-29 | * apt/cache.py: | Michael Vogt | 1 | -0/+3 |
| 2009-01-26 | revert commit r317 | Michael Vogt | 1 | -1/+0 |
| 2009-01-23 | * apt/cache.py: | Michael Vogt | 1 | -0/+1 |
| 2009-01-12 | * apt/cache.py: Introduce isVirtualPackage() | Julian Andres Klode | 1 | -0/+5 |
| 2009-01-12 | Cleanup: Comparisons to True/False, ==/!= None, deprecated modules | Julian Andres Klode | 1 | -8/+8 |
| 2009-01-11 | * Merge Ben Finney's do not use has_key() (Closes: #481878) | Julian Andres Klode | 1 | -5/+5 |
| 2009-01-11 | * apt/cache.py: PEP 8 cleanup, no deprecated raise | Julian Andres Klode | 1 | -37/+61 |
| 2009-01-09 | Cleanup: Remove whitespace at the end of line in all python codes. | Julian Andres Klode | 1 | -21/+21 |
| 2008-12-11 | - new method "getRequiredDownload()" | Michael Vogt | 1 | -0/+11 |
| 2008-11-24 | merged from the consolidation-bracn (with some modificatins) | Michael Vogt | 1 | -0/+26 |
| 2008-08-21 | Small fix: catch dict exceptions in getProvidingPackages | Sebastian Heinlein | 1 | -1/+1 |
| 2008-08-21 | Add apt.cache.Cache.isVirtualPackage() and apt.cache.Cache.getProvidingPackag... | Sebastian Heinlein | 1 | -0/+45 |
| 2008-08-21 | Add apt.Cache.clear() method (taken from GDebi), which re initializes the | Sebastian Heinlein | 1 | -0/+4 |
| 2008-08-08 | 'mapping.has_key' is deprecated, use current Python 'key in mapping' idiom. | Ben Finney | 1 | -8/+8 |
| 2008-07-31 | * apt/cache.py: | Michael Vogt | 1 | -0/+3 |
| 2008-06-21 | Fix whitespace in changes from 0.7.6. | Ben Finney | 1 | -1/+1 |
| 2008-06-21 | Merge from python-apt.debian-sid/. | Ben Finney | 1 | -1/+4 |
| 2008-06-13 | * apt/cache.py: | Michael Vogt | 1 | -1/+4 |
| 2008-05-16 | Limit code lines to maximum 79 characters, to conform with PEP 8. | Ben Finney | 1 | -2/+4 |
| 2008-05-16 | Fix spaces adjacent to commas and operators, to conform with PEP 8. | Ben Finney | 1 | -2/+2 |
| 2008-05-16 | Fixes to blank lines, to conform with PEP 8. | Ben Finney | 1 | -0/+17 |
| 2008-05-16 | Remove trailing whitespace. | Ben Finney | 1 | -21/+21 |