summaryrefslogtreecommitdiff
path: root/apt/__init__.py
AgeCommit message (Expand)AuthorFilesLines
2009-08-21Merge 0.7.13.0 from unstable.Julian Andres Klode1-1/+1
2009-08-21* apt/cache.py: Introduce ProblemResolver class (Closes: #542705)Julian Andres Klode1-1/+1
2009-07-17apt: Use apt_pkg.gettext instead of Python's gettext.Julian Andres Klode1-8/+1
2009-07-17apt/__init__.py, apt/__cache__.py: Improve python-apt localization.Julian Andres Klode1-3/+3
2009-07-16apt/progress: Move apt.progress to apt.progress.oldJulian Andres Klode1-3/+2
2009-06-04apt, aptsources, doc: Update to use the new names.Julian Andres Klode1-1/+3
2009-04-16* apt/*.py: Initial rename work for Bug#481061Julian Andres Klode1-5/+10
2009-04-01* Copyright updates: debian/copyright, etc.Julian Andres Klode1-0/+18
2009-01-16* apt/__init__.py:Michael Vogt1-3/+3
2008-05-16Limit code lines to maximum 79 characters, to conform with PEP 8.Ben Finney1-1/+2
2007-02-06* better cdrom support mergedMichael Vogt1-0/+1
2005-08-05* FutureWarning is added, example how to filter it away too. README.apt addedMichael Vogt1-4/+3
2005-08-04* downloads can be canceld now (in FetchProgress::Pulse)Michael Vogt1-1/+1
2005-08-04* make the change to the property more clean (thanks to jamesh for his tips)Michael Vogt1-1/+3
2005-07-26* documentation updates, print a warning if "import apt" is usedMichael Vogt1-2/+6
2005-05-11* __init__ added for the apt module, IsInstalled() addedMichael Vogt1-0/+13