summaryrefslogtreecommitdiff
path: root/apt/progress
AgeCommit message (Collapse)AuthorFilesLines
2009-06-04apt, aptsources, doc: Update to use the new names.Julian Andres Klode2-5/+5
2009-04-16* apt/*.py: Initial rename work for Bug#481061Julian Andres Klode1-3/+3
A new module, apt.deprecation, is introduced containing functions and classes which assist in the deprecation. The apt_pkg extension gets a new attribute, _COMPAT_0_7 which can be set by defining COMPAT_0_7 at compile time (-DCOMPAT_0_7). The names are changed, and compatibility functions are enabled if bool(apt_pkg._COMPAT_0_7) == True, i.e. if the package has been built with backward compatibility fixes. This commit changes the apt and aptsources packages, the apt_pkg and apt_inst extensions will be the next renames.
2009-04-01* Copyright updates: debian/copyright, etc.Julian Andres Klode2-3/+3
- debian/copyright: Switch to machine-interpretable copyright - apt/*.py: Fix the copyright years and comments.
2009-03-08* apt/progress/: New package, replaces apt.progress and apt.gtkJulian Andres Klode2-0/+799
- apt/progress/gtk2.py: Moved here from apt/gtk/widgets.py - apt/progress/__init__.py: Move here from apt/progress.py