summaryrefslogtreecommitdiff
path: root/apt/progress.py
AgeCommit message (Collapse)AuthorFilesLines
2007-02-06* better cdrom support mergedMichael Vogt1-0/+2
2006-11-03* apt/progress.py:Michael Vogt1-1/+6
- protect against unparsable strings send from dpkg
2006-09-12* apt/progress.py:Michael Vogt1-3/+6
- use select() when waiting for child input
2006-09-12* debian/control:Michael Vogt1-2/+7
- tightend dependency * apt/progress.py: - use os._exit() instead of sys.exit() (lp: 53298)
2006-02-28* strip status string before passing it, changelog updatesMichael Vogt1-1/+1
2006-02-28* initalize FetchProgress.eta as float and pass a float to ↵Michael Vogt1-2/+2
InstallProgress.statusChanged() for percent
2006-02-28* interface fixes for kamion, pychecker fixesMichael Vogt1-5/+13
2006-02-14* try to read complete lines in update-interfaceMichael Vogt1-1/+2
2005-12-07* InstallProgress.{error,conffile}() functions addedMichael Vogt1-2/+16
2005-12-06* apt.progress.InstallProgress class improvedMichael Vogt1-2/+51
2005-12-02* added "{candidate,installed}Downloadable"Michael Vogt1-0/+2
2005-11-28* cache.commit() uses the packagemanager python code now (+fix the gui-inst ↵Michael Vogt1-0/+2
example)
2005-11-21* apt_inst.debExtractArchive() addedMichael Vogt1-1/+1
2005-10-24* custom waitChild() added in installProgressMichael Vogt1-1/+1
2005-10-21* fix a crasher in the install interfaceMichael Vogt1-1/+0
2005-10-20* progress interface fully working now, commit interface tooMichael Vogt1-4/+53
2005-08-04* applied a patch from Chris Halls to return the apt error string on a ↵Michael Vogt1-0/+1
system error exception (thanks chris!)
2005-08-04* downloads can be canceld now (in FetchProgress::Pulse)Michael Vogt1-1/+3
2005-08-04* making the interface cleaner (thanks to jamesh): added proerties in the ↵Michael Vogt1-2/+2
Package class
2005-08-03* API BREAK: follow PEP08 now Michael Vogt1-16/+27
2005-07-29* added copyright header, removed cruft from debian/rulesMichael Vogt1-0/+21
2005-05-27* make better use of the cachefile in the depcache, avoid a stupid double ↵Michael Vogt1-0/+10
depcache building
2005-05-25* added a native OpTextProgress() Michael Vogt1-0/+13
2005-05-09* more work on the native python apt interfaceMichael Vogt1-0/+49