Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-01-05 | make test_pep8.py pass | Michael Vogt | 1 | -1/+1 | |
2013-10-21 | doc/examples/*.py: Update examples to the new API | Julian Andres Klode | 1 | -3/+3 | |
Closes: #639022 | |||||
2009-03-08 | * doc/examples/*.py: Fix some examples, cleanup | Julian Andres Klode | 1 | -3/+0 | |
2008-05-16 | Imports on separate lines, to conform with PEP 8. | Ben Finney | 1 | -1/+2 | |
2008-05-16 | Fix spaces adjacent to commas and operators, to conform with PEP 8. | Ben Finney | 1 | -2/+2 | |
2008-05-16 | Fix code indentation to 4 spaces, to conform with PEP 8. | Ben Finney | 1 | -18/+18 | |
2008-05-16 | Fixes to blank lines, to conform with PEP 8. | Ben Finney | 1 | -4/+6 | |
2006-09-12 | * apt/progress.py: | Michael Vogt | 1 | -4/+1 | |
- use select() when waiting for child input | |||||
2005-12-07 | * InstallProgress.{error,conffile}() functions added | Michael Vogt | 1 | -1/+8 | |
2005-12-06 | * apt.progress.InstallProgress class improved | Michael Vogt | 1 | -41/+22 | |
2005-10-20 | * merged with the progress reporting code | Michael Vogt | 1 | -0/+16 | |
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-05 | * improved the examples, added README too | Michael Vogt | 1 | -4/+5 | |
2005-08-03 | * API BREAK: follow PEP08 now | Michael Vogt | 1 | -1/+1 | |
2005-04-11 | * cdrom interface added | Michael Vogt | 1 | -1/+1 | |
2005-04-08 | * InstallProgress has overridable fork interface now, added example for the ↵ | Michael Vogt | 1 | -102/+8 | |
use of a vte terminal | |||||
2005-04-08 | * simple InstallProgress interface added | Michael Vogt | 1 | -2/+2 | |
2005-04-08 | * started the DepCache.Commit() interface | Michael Vogt | 1 | -0/+140 | |