summaryrefslogtreecommitdiff
path: root/apt/progress/base.py
AgeCommit message (Expand)AuthorFilesLines
2014-01-06Use a single code base for Python 2 and 3Julian Andres Klode1-1/+2
2014-01-06Use print_function everywhereJulian Andres Klode1-1/+3
2012-07-28Fix typos: the the -> the (closes: #679432)Jakub Wilk1-1/+1
2012-06-12Drop __del__ statement, which is unsafe: http://www.algorithm.co.il/blogs/pro...Evan Dandrea1-4/+1
2012-06-12merge fix from lp:~ev/python-apt/dont-leak-fds, many thanksMichael Vogt1-0/+4
2011-12-01apt/progress/base.py: fix silly leftover from last commitMichael Vogt1-2/+0
2011-12-01py3 fixes/cleanMichael Vogt1-0/+2
2011-12-01* apt/progress/base.py:Michael Vogt1-1/+3
2011-01-10merged lp:~geser/ubuntu/natty/python-apt/build-with-py3.2 (manually as bzr th...Michael Vogt1-3/+3
2010-03-01Some stylistic changes.Julian Andres Klode1-6/+3
2010-03-01Style fixes.Julian Andres Klode1-2/+4
2010-02-17apt/progress/old.py: move compat updateInterface hereMichael Vogt1-4/+0
2010-02-17apt/progress/base.py: more compat fixesMichael Vogt1-1/+8
2010-02-17apt/progress/base.py: call pipe ends {write,status}_streamMichael Vogt1-6/+6
2010-02-17* apt/cache.py:Michael Vogt1-7/+7
2010-02-02apt/progress/base.py: select.error objects do not have an errno attribute (Cl...Julian Andres Klode1-2/+2
2010-01-20apt/progress/base.py: Add InstallProgress.dpkg_status_change.Julian Andres Klode1-3/+8
2010-01-17apt/progress/base.py: Fix some parsing of dpkg status fd.Julian Andres Klode1-3/+9
2010-01-17apt/progress/base.py: Use attributes of IOError and OSError object.Julian Andres Klode1-6/+6
2010-01-15Make all class-level constants have uppercase names.Julian Andres Klode1-1/+1
2009-09-16Merge 0.7.13.0 - 0.7.13.3 from unstable.Julian Andres Klode1-3/+15
2009-07-31apt/progress: Large update, introducing apt.progress.base.InstallProgress.Julian Andres Klode1-10/+125
2009-07-31apt/progress/base.py: Introduce new base progress classes.Julian Andres Klode1-0/+164