summaryrefslogtreecommitdiff
path: root/apt/utils.py
AgeCommit message (Collapse)AuthorFilesLines
2010-03-01Some stylistic changes.Julian Andres Klode1-3/+3
2010-03-01Style fixes.Julian Andres Klode1-4/+10
2010-02-13python/tagfile.cc: Implement the iterator protocol in TagFile.Julian Andres Klode1-3/+3
2010-02-07* Fix some places where the old API was still used:Julian Andres Klode1-19/+19
- apt/utils.py: Completely ported, previous one was old-API from Ubuntu. - apt/cache.py: Use the new progress classes instead of the old ones. - apt/package.py: Various smaller issues fixed, probably caused by merge.
2010-01-20apt/utils.py: fix copyright infoMichael Vogt1-3/+4
2010-01-20* apt/utils.py:Michael Vogt1-0/+75
- add some misc utils like get_release_filename_for_pkg()