summaryrefslogtreecommitdiff
path: root/apt/progress/text.py
AgeCommit message (Expand)Author
2026-03-02Copyright changesJulian Andres Klode
2023-12-13Run isortJulian Andres Klode
2023-12-13Run autoflakeJulian Andres Klode
2023-12-13Run pyupgrade --py311-plusJulian Andres Klode
2023-12-13Run pyupgradeJulian Andres Klode
2023-12-13Convert from type comments to type annotationsJulian Andres Klode
2023-12-03remove Python2 crumbsAlexandre Detiste
2023-01-05Reformat code with blackJulian Andres Klode
2022-11-30apt: fix mypy in apt.progress.text.AcquireProgressMichael Vogt
2020-10-27Rename Cdrom and Disc to Installation mediumJulian Andres Klode
2020-09-29Stop mypy whingingDave Jones
2020-04-20Remove Python 2 and old pyflakes hacksJulian Andres Klode
2020-04-07Use pyflakes3 instead of (python 2) pyflakesGordon Ball
2020-03-24Workaround mypy 0.770Julian Andres Klode
2020-02-12Drop remaining references to pep8dann frazier
2019-11-18apt, python: make `mypy --strict` cleanMichael Vogt
2018-06-06Completely type apt.progressJulian Andres Klode
2017-08-09start with pep484 supportMichael Vogt
2015-09-30Fix pep8 errorMichael Vogt
2015-09-29Do not show pulse progress when the output is not a ttyMichael Vogt
2015-08-13AcquireItem: Deprecate mode and introduce active_subprocessJulian Andres Klode
2014-01-06Use a single code base for Python 2 and 3Julian Andres Klode
2014-01-06Use print_function everywhereJulian Andres Klode
2014-01-05make test_pep8.py passMichael Vogt
2011-04-11apt.progress: Use long for ETA, natural type for size (LP: #377375)Julian Andres Klode
2010-12-13* apt/progress/text.py:Michael Vogt
2010-03-01* apt/progress/text.py:Julian Andres Klode
2010-01-17apt/progress/text.py: Replace one print statement with a .write() call.Julian Andres Klode
2010-01-15Make all class-level constants have uppercase names.Julian Andres Klode
2009-07-31apt/progress: Large update, introducing apt.progress.base.InstallProgress.Julian Andres Klode
2009-07-31python: Remove the progress classes in apt_pkg.Julian Andres Klode
2009-07-31apt/progress/base.py: Introduce new base progress classes.Julian Andres Klode
2009-07-23python/cdrom.cc: Do not check arguments in PkgCdromNew.Julian Andres Klode
2009-07-19apt/progress/text.py: Always call methods of the parent class.Julian Andres Klode
2009-07-19apt/progress/text.py: Add some docstrings.Julian Andres Klode
2009-07-19apt/progress/text.py: Introduce CdromProgress.Julian Andres Klode
2009-07-17apt: Use apt_pkg.gettext instead of Python's gettext.Julian Andres Klode
2009-07-17apt/progress/text.py: Improve final summary.Julian Andres Klode
2009-07-17apt/progress/text.py: Cleanup, add i18n (and try apt translation if we have n...Julian Andres Klode
2009-07-17apt/progress/text.py: Don't display complete items in AcquireProgress.fetchJulian Andres Klode
2009-07-16apt/progress/text.py: Limit number of displayed items by display size.Julian Andres Klode
2009-07-16apt/progress/text.py: Print status messages.Julian Andres Klode
2009-07-16apt/progress/text.py: 'Sync' AcquireProgress with the one used for apt-get.Julian Andres Klode
2009-07-16apt/progress/text.py: Introduce new progress classes for text.Julian Andres Klode