summaryrefslogtreecommitdiff
path: root/apt/progress
AgeCommit message (Expand)AuthorFilesLines
2015-06-10Remove apt.progress.gtk2Julian Andres Klode2-440/+2
2014-01-06Use a single code base for Python 2 and 3Julian Andres Klode2-6/+12
2014-01-06Use print_function everywhereJulian Andres Klode4-2/+10
2014-01-05make test_pep8.py passMichael Vogt2-8/+9
2014-01-05make pyflakes cleanMichael Vogt1-1/+0
2013-09-11Completely remove deprecated stuffJulian Andres Klode3-349/+0
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-19pyflakes cleanup, use apt_pkg.gettext in aptsources tooMichael Vogt1-3/+0
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-10-04* apt/progress/gtk2.py:Michael Vogt1-4/+5
2011-04-11apt.progress: Use long for ETA, natural type for size (LP: #377375)Julian Andres Klode2-5/+5
2011-01-10merged lp:~geser/ubuntu/natty/python-apt/build-with-py3.2 (manually as bzr th...Michael Vogt2-4/+4
2010-12-13* apt/progress/text.py:Michael Vogt1-6/+8
2010-03-03apt/progress/old.py: Add missing return statements.Julian Andres Klode1-10/+10
2010-03-03apt/progress/old.py: Call parent constructors.Julian Andres Klode1-0/+2
2010-03-03* apt/progress/old.py:Julian Andres Klode1-25/+64
2010-03-01Some stylistic changes.Julian Andres Klode3-6/+14
2010-03-01* apt/progress/text.py:Julian Andres Klode1-2/+0
2010-03-01Style fixes.Julian Andres Klode2-3/+6
2010-02-17apt/progress/old.py: move compat updateInterface hereMichael Vogt2-4/+1
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/gtk2.py: Add GAcquireProgress.Julian Andres Klode1-21/+103
2010-01-20apt/progress/base.py: Add InstallProgress.dpkg_status_change.Julian Andres Klode1-3/+8
2010-01-17apt/progress/text.py: Replace one print statement with a .write() call.Julian Andres Klode1-1/+1
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 Klode2-2/+2
2009-09-16Merge 0.7.13.0 - 0.7.13.3 from unstable.Julian Andres Klode1-3/+15
2009-09-15merge from mvoJulian Andres Klode1-4/+19
2009-09-10apt/progress/__init__.py: Correctly ignore ECHILD by checking before EINTR (C...Julian Andres Klode1-2/+2
2009-09-03apt/progress/__init__.py: doc string update for run()Michael Vogt1-1/+5
2009-09-03* apt/progress/__init__.py:Michael Vogt1-2/+9
2009-09-03apt/progress/__init__.py: doc updateMichael Vogt1-1/+5
2009-07-31apt/progress: Large update, introducing apt.progress.base.InstallProgress.Julian Andres Klode5-303/+223
2009-07-31apt/progress/gtk2.py: Cleanup.Julian Andres Klode1-15/+21
2009-07-31apt/progress/old.py: Derive some more old classes from new classes.Julian Andres Klode1-33/+10
2009-07-31python: Remove the progress classes in apt_pkg.Julian Andres Klode2-34/+30
2009-07-31apt/progress/base.py: Introduce new base progress classes.Julian Andres Klode2-20/+183
2009-07-30Merge 0.7.11.1-0.7.12.0 from unstable.Julian Andres Klode1-5/+11
2009-07-30apt/progress/__init__.py: Fix InstallProgress.waitChild()Julian Andres Klode1-2/+3
2009-07-30apt/progress.py: Extract the package name from the status messageJulian Andres Klode1-2/+3
2009-07-25Exception handling fixes in InstallProgress class.Stephan Peijnik1-4/+13
2009-07-23python/cdrom.cc: Do not check arguments in PkgCdromNew.Julian Andres Klode1-1/+1