Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-06-10 | Remove apt.progress.gtk2 | Julian Andres Klode | 1 | -2/+2 | |
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 | -1/+0 | |
2013-09-11 | Completely remove deprecated stuff | Julian Andres Klode | 1 | -7/+0 | |
2009-07-31 | apt/progress: Large update, introducing apt.progress.base.InstallProgress. | Julian Andres Klode | 1 | -1/+12 | |
This contains many updates including the introduction of a new InstallProgress class which replaces the old InstallProgress and DpkgInstallProgress classes. | |||||
2009-07-17 | apt/progress: Fix apt.progress with COMPAT_0_7 | Julian Andres Klode | 1 | -9/+4 | |
2009-07-16 | apt/progress: Move apt.progress to apt.progress.old | Julian Andres Klode | 1 | -418/+21 | |
2009-06-15 | apt/progress/__init__.py: Check for EINTR in select (Closes: #499296) | Julian Andres Klode | 1 | -1/+7 | |
2009-06-12 | apt/progress.py: Extract the package name from the status message (Closes: ↵ | Julian Andres Klode | 1 | -4/+7 | |
#532660) | |||||
2009-06-08 | merge with mvo | jak@debian.org | 1 | -0/+20 | |
2009-06-05 | python/progress.cc, apt/progress/*.py: Use PEP 8 naming conventions for progress | Julian Andres Klode | 1 | -46/+87 | |
This changes the progress classes to use PEP 8 names. Due to the concept of the deprecation system, this causes methods of subclasses not to be called at all. If a class implements a command with underscores, it is called. If the class also implements the version in mixedCase, this is ignored. This means that all subclasses will not work correctly, because only the method from the parent class is called. | |||||
2009-06-04 | apt, aptsources, doc: Update to use the new names. | Julian Andres Klode | 1 | -4/+4 | |
2009-05-31 | Do not store the the Deb path and package name as an attribute of the ↵ | Sebastian Heinlein | 1 | -3/+1 | |
progress class. Furthermore allow to specify more than one file. | |||||
2009-05-31 | Extract the package name from the status message | Sebastian Heinlein | 1 | -1/+2 | |
2009-05-05 | * apt/progress/__init__.py: | Michael Vogt | 1 | -0/+20 | |
- add update_status_full() that takes file_size/partial_size as additional callback arguments - add pulse_items() that takes a addtional "items" tuple that gives the user full access to the individual items that are fetched * python/progress.cc: - low level code for update_status_full and pulse_items() | |||||
2009-04-01 | * Copyright updates: debian/copyright, etc. | Julian Andres Klode | 1 | -2/+2 | |
- 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.gtk | Julian Andres Klode | 1 | -0/+356 | |
- apt/progress/gtk2.py: Moved here from apt/gtk/widgets.py - apt/progress/__init__.py: Move here from apt/progress.py |