index
:
python-apt
1.1.y-xenial
1.4.y
1.6.y
1.7.y
1.8.4.y
1.8.y
2.0.y
2.4.y
2.8.y
debian/experimental
debian/jessie
main
pu/deb822-sources
pu/type-fixes
ubuntu/artful
ubuntu/eoan
ubuntu/lunar
ubuntu/trusty
ubuntu/vivid
[no description]
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
apt
/
progress
/
text.py
Age
Commit message (
Expand
)
Author
2026-03-02
Copyright changes
Julian Andres Klode
2023-12-13
Run isort
Julian Andres Klode
2023-12-13
Run autoflake
Julian Andres Klode
2023-12-13
Run pyupgrade --py311-plus
Julian Andres Klode
2023-12-13
Run pyupgrade
Julian Andres Klode
2023-12-13
Convert from type comments to type annotations
Julian Andres Klode
2023-12-03
remove Python2 crumbs
Alexandre Detiste
2023-01-05
Reformat code with black
Julian Andres Klode
2022-11-30
apt: fix mypy in apt.progress.text.AcquireProgress
Michael Vogt
2020-10-27
Rename Cdrom and Disc to Installation medium
Julian Andres Klode
2020-09-29
Stop mypy whinging
Dave Jones
2020-04-20
Remove Python 2 and old pyflakes hacks
Julian Andres Klode
2020-04-07
Use pyflakes3 instead of (python 2) pyflakes
Gordon Ball
2020-03-24
Workaround mypy 0.770
Julian Andres Klode
2020-02-12
Drop remaining references to pep8
dann frazier
2019-11-18
apt, python: make `mypy --strict` clean
Michael Vogt
2018-06-06
Completely type apt.progress
Julian Andres Klode
2017-08-09
start with pep484 support
Michael Vogt
2015-09-30
Fix pep8 error
Michael Vogt
2015-09-29
Do not show pulse progress when the output is not a tty
Michael Vogt
2015-08-13
AcquireItem: Deprecate mode and introduce active_subprocess
Julian Andres Klode
2014-01-06
Use a single code base for Python 2 and 3
Julian Andres Klode
2014-01-06
Use print_function everywhere
Julian Andres Klode
2014-01-05
make test_pep8.py pass
Michael Vogt
2011-04-11
apt.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-17
apt/progress/text.py: Replace one print statement with a .write() call.
Julian Andres Klode
2010-01-15
Make all class-level constants have uppercase names.
Julian Andres Klode
2009-07-31
apt/progress: Large update, introducing apt.progress.base.InstallProgress.
Julian Andres Klode
2009-07-31
python: Remove the progress classes in apt_pkg.
Julian Andres Klode
2009-07-31
apt/progress/base.py: Introduce new base progress classes.
Julian Andres Klode
2009-07-23
python/cdrom.cc: Do not check arguments in PkgCdromNew.
Julian Andres Klode
2009-07-19
apt/progress/text.py: Always call methods of the parent class.
Julian Andres Klode
2009-07-19
apt/progress/text.py: Add some docstrings.
Julian Andres Klode
2009-07-19
apt/progress/text.py: Introduce CdromProgress.
Julian Andres Klode
2009-07-17
apt: Use apt_pkg.gettext instead of Python's gettext.
Julian Andres Klode
2009-07-17
apt/progress/text.py: Improve final summary.
Julian Andres Klode
2009-07-17
apt/progress/text.py: Cleanup, add i18n (and try apt translation if we have n...
Julian Andres Klode
2009-07-17
apt/progress/text.py: Don't display complete items in AcquireProgress.fetch
Julian Andres Klode
2009-07-16
apt/progress/text.py: Limit number of displayed items by display size.
Julian Andres Klode
2009-07-16
apt/progress/text.py: Print status messages.
Julian Andres Klode
2009-07-16
apt/progress/text.py: 'Sync' AcquireProgress with the one used for apt-get.
Julian Andres Klode
2009-07-16
apt/progress/text.py: Introduce new progress classes for text.
Julian Andres Klode