summaryrefslogtreecommitdiff
path: root/doc/source
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-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-13Run isortJulian 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-01-05Reformat code with blackJulian Andres Klode
2021-10-17Fix URL to python-apt Repository in Documentation.Edmund Blomley
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-08-09Convert all shebangs to python3Julian 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
2018-08-04Return correct pin in apt.package.Version.policy_priorityJulian Andres Klode
2018-08-04Accept Version objects in apt_pkg.Policy.get_priority(), deprecate PackageJulian Andres Klode
2018-07-09Switch to python3-sphinxJulian Andres Klode
2018-06-19fix SourceRecordsFile class referenceEvgeni Golov
2018-06-19Document whatsnew in 1.6 and 1.7Julian Andres Klode
2018-06-19Add support for custom fields to apt_pkg.PackageRecordsJulian Andres Klode
2018-06-06apt_pkg.DepCache: Raise CacheMismatchError if argument belongs to diff. cacheJulian Andres Klode
2018-03-23Document apt_pkg.SourceRecordsFileJulian Andres Klode
2017-07-25Fix the remaining pep8 erorrsMichael Vogt
2017-01-05Release 1.4~beta1Julian Andres Klode
2017-01-02Allow keyword arguments for parse_depends() and parse_src_depends()Julian Andres Klode