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