Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-06-10 | Remove apt.progress.gtk2 | Julian Andres Klode | 1 | -27/+0 | |
2013-10-21 | doc/examples/*.py: Update examples to the new API | Julian Andres Klode | 1 | -3/+3 | |
Closes: #639022 | |||||
2009-03-08 | * apt/progress/: New package, replaces apt.progress and apt.gtk | Julian Andres Klode | 1 | -2/+2 | |
- apt/progress/gtk2.py: Moved here from apt/gtk/widgets.py - apt/progress/__init__.py: Move here from apt/progress.py | |||||
2009-01-12 | Cleanup: Comparisons to True/False, ==/!= None, deprecated modules | Julian Andres Klode | 1 | -8/+1 | |
2009-01-11 | Merge Ben Finney's whitespace changes (Closes: #481563) | Julian Andres Klode | 1 | -3/+1 | |
2009-01-09 | Cleanup: Remove whitespace at the end of line in all python codes. | Julian Andres Klode | 1 | -1/+1 | |
2008-11-24 | merged from the consolidation-bracn (with some modificatins) | Michael Vogt | 1 | -109/+21 | |
2008-05-16 | Imports on separate lines, to conform with PEP 8. | Ben Finney | 1 | -1/+3 | |
2008-05-16 | Fix spaces adjacent to commas and operators, to conform with PEP 8. | Ben Finney | 1 | -4/+4 | |
2008-05-16 | Fix code indentation to 4 spaces, to conform with PEP 8. | Ben Finney | 1 | -24/+24 | |
2008-05-16 | Fixes to blank lines, to conform with PEP 8. | Ben Finney | 1 | -6/+13 | |
2008-05-16 | Remove trailing whitespace. | Ben Finney | 1 | -1/+1 | |
2008-01-08 | doc/examples/gui-inst.py: | Michael Vogt | 1 | -42/+13 | |
- update to reflect the current features | |||||
2005-12-29 | * improved the gui-inst example | Michael Vogt | 1 | -1/+3 | |
2005-11-28 | * cache.commit() uses the packagemanager python code now (+fix the gui-inst ↵ | Michael Vogt | 1 | -22/+31 | |
example) | |||||
2005-10-20 | * merged with the progress reporting code | Michael Vogt | 1 | -9/+45 | |
Patches applied: * michael.vogt@ubuntu.com--2005/python-apt--progress-reporting--0--base-0 tag of michael.vogt@ubuntu.com--2005/python-apt--mvo--0--patch-43 * michael.vogt@ubuntu.com--2005/python-apt--progress-reporting--0--patch-1 * support the apt--progress-reporting--0 branch (using "InstallProgress.statusfd) * michael.vogt@ubuntu.com--2005/python-apt--progress-reporting--0--patch-2 * support for update reporting via vte/progress bars added, including a evil "pass-me-my-file-descriptor" hack * michael.vogt@ubuntu.com--2005/python-apt--progress-reporting--0--patch-3 * merged with python-apt--mvo * michael.vogt@ubuntu.com--2005/python-apt--progress-reporting--0--patch-4 * merged from python-apt--mvo * michael.vogt@ubuntu.com--2005/python-apt--progress-reporting--0--patch-5 * better support new python-apt, added example for gui-inst with support for VTE_PTY_KEEP_FD * michael.vogt@ubuntu.com--2005/python-apt--progress-reporting--0--patch-6 * removed the fdsend stuff again, libvte will be patched instead | |||||
2005-08-03 | * some docstrings added, more api fixing | Michael Vogt | 1 | -1/+1 | |
2005-08-03 | * API BREAK: follow PEP08 now | Michael Vogt | 1 | -10/+10 | |
2005-04-08 | * beefed up the gui examples | Michael Vogt | 1 | -12/+50 | |
2005-04-08 | * InstallProgress has overridable fork interface now, added example for the ↵ | Michael Vogt | 1 | -0/+68 | |
use of a vte terminal |