summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Expand)Author
2026-03-06tarfile: add extract_data flag to go() and test casesSimon Johnsson
2026-03-02Copyright changesJulian Andres Klode
2024-12-17Fix FTBFS with Sphinx 8.0Julian Andres Klode
2024-11-25Merge branch 'fancy-progress2' into 'main'Julian Andres Klode
2024-07-03Document that version_list is in descending orderJulian Andres Klode
2024-02-21Expose the phased updates APIs in apt 2.7.11Ravi Kant Sharma
2023-12-30python: expose APT::Progress::PackageManagerFancyMichael Vogt
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-13Merge branch 'main' into 'main'Julian Andres Klode
2023-12-03remove Python2 crumbsAlexandre Detiste
2023-11-19FIX: write snake_case in documentation, as this is the documented method name.Max-Julian Pogner
2023-02-22all: fix PEP8 formattingNick Rosbrook
2023-01-05Reformat code with blackJulian Andres Klode
2022-11-30Merge branch 'master' into 'main'Julian Andres Klode
2022-11-30Code style fixesJulian Andres Klode
2021-10-17Fix URL to python-apt Repository in Documentation.Edmund Blomley
2021-03-16Fix attribute name in indexfile.py.Jelmer Vernooij
2020-10-14Make pycodestyle happyJulian Andres Klode
2020-09-29Use the cpp domain instead of cDave Jones
2020-09-29Fix highlightlang warningsDave Jones
2020-09-29Fix duplicate definition warningDave Jones
2020-09-29Fix warning about contents docDave Jones
2020-09-29Fix ftbfs with sphinx 3.xDave Jones
2020-04-20Remove Python 2 and old pyflakes hacksJulian Andres Klode
2020-04-16Release 2.1.02.1.0Julian Andres Klode
2020-04-09whatsnew: Move 1.9 development series to 2.0Julian Andres Klode
2020-02-19Switch from removed Summation classes to Hashes classJulian Andres Klode
2020-02-12Drop remaining references to pep8dann frazier
2019-12-11SECURITY UPDATE: Check that we have trusted hashes when downloading (regressi...Julian Andres Klode
2019-12-11AcquireFile: Accept HashStringList in hash parameterJulian Andres Klode
2019-12-11AcquireFile: Remove md5 parameterJulian Andres Klode
2019-12-10Turn InstallProgress into a context manager to avoid leaking filesJulian Andres Klode
2019-09-26./doc/examples/dependant-pkgs.py: Make it work againJulian Andres Klode
2019-08-09doc/examples: More 2to3 runningJulian Andres Klode
2019-08-09Convert all shebangs to python3Julian Andres Klode
2019-08-09doc/examples: Convert to Python 3Julian Andres Klode
2019-06-24apt_pkg.Hashes: Make comparable, add hashvalue attribute, fix testsJulian Andres Klode
2019-06-24Add apt_pkg.TagSection.write() methodJulian Andres Klode
2019-06-24apt_pkg.TagRemove: Terminate keyword list array in constructorJulian Andres Klode
2019-06-24doc: Document whatsnew/1.9.rstJulian Andres Klode
2019-06-24rewrite goneJulian Andres Klode
2019-06-24Remove Policy.get_match() methodJulian Andres Klode
2019-06-24Remove apt_pkg.Policy(: Package) variantJulian Andres Klode
2019-02-01Document what's new in 1.8Julian Andres Klode
2019-02-01Add a init_defaults() method to apt_pkg.PolicyJulian Andres Klode
2018-08-08Convert apt.Cache.commit and apt_pkg.DepCache.commit to FE lockJulian Andres Klode
2018-08-08Introduce frontend lockingJulian Andres Klode