summaryrefslogtreecommitdiff
path: root/python
AgeCommit message (Expand)Author
2026-03-06tarfile: add extract_data flag to go() and test casesSimon Johnsson
2026-03-06tarfile: fix oom killerSimon Johnsson
2026-03-06tarfile: stylistic changesSimon Johnsson
2026-03-02Copyright changesJulian Andres Klode
2025-12-15Fix invalid nullptr dereference in TagSection.keys() [CVE-2025-6966]Julian Andres Klode
2025-02-15Adapt harder to libapt-pkg7.0Julian Andres Klode
2025-02-15Adapt to libapt-pkg7.0 PPAJulian Andres Klode
2024-12-11pkgmanager.cc: Fix lifetime of fdprogress, avoids hanging installJulian 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-21apt_inst: Import apt_pkg.Warning and export it againJulian Andres Klode
2023-12-21Actually register apt_pkg.Warning objectJulian Andres Klode
2023-12-21Handle null pointer deference in error handlerJulian Andres Klode
2023-12-13Merge branch 'main' into 'main'Julian Andres Klode
2023-09-14Remove unused debuggingBruce Duncan
2023-09-14Remove abandoned debugging messagesBruce Duncan
2023-05-02Issue warnings as apt_pkg.Warning instead of discarding when there is no errorJulian Andres Klode
2023-05-01Fix FileLock docstring to say FileLock not SystemLockJulian Andres Klode
2022-11-30Untrack all GC tracked objects before freeing themJulian Andres Klode
2022-11-30Merge branch 'metaindex-type' into 'main'Julian Andres Klode
2022-11-30AcquireFile: Handle large filesJulian Andres Klode
2021-10-22SourceRecordFiles: Set exception in __getitem__Julian Andres Klode
2021-04-29debfile: Pass `Name` instead of `Binary` to ExtractTarJulian Andres Klode
2021-03-16Expose MetaIndex.type.Jelmer Vernooij
2020-12-10arfile: Regression: Collect file<->deb/ar reference cyclesJulian Andres Klode
2020-12-09arfile.cc: Fix segmentation fault when opening fd, track lifetimeJulian Andres Klode
2020-12-09Merge branch 'pu/security-lp-1899193'Julian Andres Klode
2020-11-25hashes: Release GIL while hashing stuffJulian Andres Klode
2020-11-24apt_inst.DebFile: Avoid reference cycle with control,data membersJulian Andres Klode
2020-11-24File descriptor leaks in ArArchive, DebFile, TagFileJulian Andres Klode
2020-10-28Correct error message in hashes.ccNiels Thykier
2020-04-09Also do locale magic for PkgRecordsGetShortDescJulian Andres Klode
2020-04-08Decode locale-encoded descriptions.Simon Poirier
2020-02-26Fix build against apt 1.9.11 (Index -> MapPointer)Julian Andres Klode
2020-02-20policy: If no candidate version could be found, return NoneJulian Andres Klode
2020-02-19policy: Add set_priority(PackageFile, int)Julian Andres Klode
2020-02-19Switch from removed Summation classes to Hashes classJulian Andres Klode
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-10Adjust for PY_SSIZE_T_CLEANJulian Andres Klode
2019-09-26Fix segmentation fault for apt_pkg.Cache.policyJulian Andres Klode
2019-06-24Python 2 portingJulian Andres Klode
2019-06-24apt_pkg.Hashes: Make comparable, add hashvalue attribute, fix testsJulian Andres Klode
2019-06-24apt_pkg.HashStringList: Avoid nullptr dereference on no resultJulian 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-24Remove Policy.get_match() methodJulian Andres Klode