| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2014-01-06 | Use print_function everywhere | Julian Andres Klode | 1 | -0/+2 | |
| This brings the code closer to Python 3. Automatically converted using 2to3 -f print. | |||||
| 2014-01-05 | make pyflakes clean | Michael Vogt | 1 | -0/+2 | |
| 2013-10-10 | apt, aptsources: Only call init_config() if not already initialized | Julian Andres Klode | 1 | -2/+4 | |
| Based on an idea by the bug reporter. Reported-by: Dominique Lasserre <lasserre.d@googlemail.com> Closes: #686403 | |||||
| 2013-09-11 | Completely remove deprecated stuff | Julian Andres Klode | 1 | -6/+0 | |
| 2009-08-21 | Merge 0.7.13.0 from unstable. | Julian Andres Klode | 1 | -1/+1 | |
| 2009-08-21 | * apt/cache.py: Introduce ProblemResolver class (Closes: #542705) | Julian Andres Klode | 1 | -1/+1 | |
| 2009-07-17 | apt: Use apt_pkg.gettext instead of Python's gettext. | Julian Andres Klode | 1 | -8/+1 | |
| 2009-07-17 | apt/__init__.py, apt/__cache__.py: Improve python-apt localization. | Julian Andres Klode | 1 | -3/+3 | |
| 2009-07-16 | apt/progress: Move apt.progress to apt.progress.old | Julian Andres Klode | 1 | -3/+2 | |
| 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 | |
