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
/
cache.py
Age
Commit message (
Expand
)
Author
2025-01-28
apt.cache: Create some more required dirs on rootdir
Julian Andres Klode
2025-01-28
apt.cache: Only set Dir::Bin::Dpkg if it exists in chroot
Julian Andres Klode
2024-04-17
Update pre-commit hooks and run them
Julian Andres Klode
2024-02-21
Expose the phased updates APIs in apt 2.7.11
Ravi Kant Sharma
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
2020-04-20
Remove Python 2 and old pyflakes hacks
Julian Andres Klode
2020-02-12
Drop remaining references to pep8
dann frazier
2020-01-23
SECURITY REGRESSION: crash with ubuntu-release-upgrader
Marc Deslauriers
2020-01-09
apt/cache.py: Check for unauthenticated in fetch_archives/commit
Julian Andres Klode
2019-12-17
Revert "apt.Cache: cache apt.package.Origin objects by id"
Julian Andres Klode
2019-11-25
apt.Cache: cache apt.package.Origin objects by id
Julian Andres Klode
2019-11-18
apt, python: make `mypy --strict` clean
Michael Vogt
2019-08-09
pep8: Fix overindent issues
Julian Andres Klode
2019-06-24
Remove install_protect() methods
Julian Andres Klode
2019-03-11
apt.Cache: Use explicit, more safe locking in update()
Julian Andres Klode
2019-03-11
apt.Cache: Fix (un)locking of archives
Julian Andres Klode
2018-08-08
Convert apt.Cache.commit and apt_pkg.DepCache.commit to FE lock
Julian Andres Klode
2018-07-11
apt.Cache: Reinstate locks in a finally / run dpkg inside try
Julian Andres Klode
2018-07-11
Fix __iter__ yielding different Packages than __getitem__
Julian Andres Klode
2018-07-06
apt.Cache: Use weakref.setdefault to find existing Package objects
Julian Andres Klode
2018-07-06
apt.Cache: Avoid unneccessary double weakref checks for __getitem__
Julian Andres Klode
2018-06-19
apt.Cache: Keep archive locked during commit()/ in fetch_archives()
Julian Andres Klode
2018-06-19
apt.Cache: Keep / Re-establish the system lock in commit()
Julian Andres Klode
2018-06-14
apt.Cache: Introduce fix_broken() binding
Julian Andres Klode
2018-06-06
apt.Cache: Complete types
Julian Andres Klode
2018-06-06
apt.Cache: Remap objects when reopening cache
Julian Andres Klode
2018-06-05
Various type fixes
Julian Andres Klode
2018-06-05
Add all possible annotations that were FIXME
Julian Andres Klode
2018-06-04
types: Don't make apt_pkg.Cache a dict, and fix apt.Cache.__contains__
Julian Andres Klode
2018-06-04
apt: Fix typing error related to apt_pkg
Julian Andres Klode
2018-06-04
apt: Correctly annotate Optional types
Julian Andres Klode
2018-06-04
apt.Cache: Fix error in apt.Package caching
Julian Andres Klode
2018-03-23
Revert change to make apt.Cache subclass of dict
Julian Andres Klode
2018-03-22
apt/cache.py: Fix pep8
Julian Andres Klode
2018-02-14
fix tests
Michael Vogt
2018-02-14
add into how to use mypy
Michael Vogt
2018-02-13
Merge remote-tracking branch 'mvo-github/pep484' into pep484
Michael Vogt
2018-02-13
apt: add support for pep484 (type hints)
Michael Vogt
2017-11-21
fix pep8 issues
Michael Vogt
2017-08-24
type hints for cache
Michael Vogt
2017-08-11
add type hints to apt.Cache
Michael Vogt
2017-08-11
cache related type hints
Michael Vogt
2017-08-09
start with pep484 support
Michael Vogt
2017-07-25
Fix the remaining pep8 erorrs
Michael Vogt
[next]