| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2009-06-04 | apt, aptsources, doc: Update to use the new names. | Julian Andres Klode | 1 | -1/+3 | |
| 2009-04-16 | * apt/*.py: Initial rename work for Bug#481061 | Julian Andres Klode | 1 | -5/+10 | |
| 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 Klode | 1 | -0/+18 | |
| - debian/copyright: Switch to machine-interpretable copyright - apt/*.py: Fix the copyright years and comments. | |||||
| 2009-01-16 | * apt/__init__.py: | Michael Vogt | 1 | -3/+3 | |
| - remove the future warning | |||||
| 2008-05-16 | Limit code lines to maximum 79 characters, to conform with PEP 8. | Ben Finney | 1 | -1/+2 | |
| 2007-02-06 | * better cdrom support merged | Michael Vogt | 1 | -0/+1 | |
| 2005-08-05 | * FutureWarning is added, example how to filter it away too. README.apt added | Michael Vogt | 1 | -4/+3 | |
| 2005-08-04 | * downloads can be canceld now (in FetchProgress::Pulse) | Michael Vogt | 1 | -1/+1 | |
| 2005-08-04 | * make the change to the property more clean (thanks to jamesh for his tips) | Michael Vogt | 1 | -1/+3 | |
| 2005-07-26 | * documentation updates, print a warning if "import apt" is used | Michael Vogt | 1 | -2/+6 | |
| 2005-05-11 | * __init__ added for the apt module, IsInstalled() added | Michael Vogt | 1 | -0/+13 | |
