| Age | Commit message (Expand) | Author |
| 2024-02-21 | Expose the phased updates APIs in apt 2.7.11 | Ravi Kant Sharma |
| 2023-09-14 | Remove unused debugging | Bruce Duncan |
| 2019-06-24 | Remove unneccessary sptr includes | Julian Andres Klode |
| 2019-06-24 | Remove install_protect() methods | Julian Andres Klode |
| 2018-08-08 | Convert apt.Cache.commit and apt_pkg.DepCache.commit to FE lock | Julian Andres Klode |
| 2018-06-06 | apt_pkg.DepCache: Raise CacheMismatchError if argument belongs to diff. cache | Julian Andres Klode |
| 2018-04-13 | DepCache: Check that candidate we are setting belongs to package | Julian Andres Klode |
| 2018-04-12 | Raise ValueError if objects passed to DepCache are from different cache | Julian Andres Klode |
| 2015-11-29 | Drop deprecation-ignore macros, use APT ones instead | Julian Andres Klode |
| 2015-11-28 | Fix regression from previous commit WRT Py_None reference count | Julian Andres Klode |
| 2015-11-28 | depcache: Call SetLog() and GetLock on Acquire instead of Setup | Julian Andres Klode |
| 2015-08-13 | Replace pkgDistUpgrade and friend with APT::Upgrade::Upgrade | Julian Andres Klode |
| 2013-10-23 | python/depcache.cc: Add more error handling to PkgDepCacheCommit | Julian Andres Klode |
| 2013-10-23 | python/{depcache.cc,string.cc}: Ignore deprecation warnings for some calls | Julian Andres Klode |
| 2013-10-23 | python/*.cc: Get rid of the easy-to-replace deprecated APT functions | Julian Andres Klode |
| 2013-09-11 | Remove old API compatibility C++ support code | Julian Andres Klode |
| 2011-11-10 | fix build against apt in experimental | Michael Vogt |
| 2011-04-12 | apt_pkg: Fix unsigned/long-vs-int issues (LP: #610820) | Julian Andres Klode |
| 2011-02-18 | * python/depcache.cc: | Michael Vogt |
| 2010-12-22 | python/depcache.cc: remove Py_DECREF, that is one too much (thanks to juliank) | Michael Vogt |
| 2010-12-22 | * python/depcache.cc: | Michael Vogt |
| 2010-12-07 | * python/generic.h: | Michael Vogt |
| 2010-09-20 | fix return type of DebSize() and UsrSize(), thanks to | Michael Vogt |
| 2010-04-21 | python: Commit documentation changes suggested by debian-l10n-english. | Julian Andres Klode |
| 2010-04-01 | python: Document every class, function, property. | Julian Andres Klode |
| 2010-04-01 | python: Return bool instead of int to Python where possible, looks better. | Julian Andres Klode |
| 2010-02-27 | * python: | Julian Andres Klode |
| 2010-01-27 | Merge the CppOwnedPyObject C++ class into CppPyObject. | Julian Andres Klode |
| 2009-07-13 | python: No zero-size arrays for char *kwlist[]. | Julian Andres Klode |
| 2009-07-13 | python: Rename all PyTypeObject's to conform to PEP 7. | Julian Andres Klode |
| 2009-07-12 | python/depcache.cc: Set NoDelete for DepCaches, instead of using the wrong de... | Julian Andres Klode |
| 2009-07-11 | python/depcache.cc: Introduce DepCache.policy property. | Julian Andres Klode |
| 2009-06-25 | python: Use PyVarObject_HEAD_INIT() instead of PyObject_HEAD_INIT(). | Julian Andres Klode |
| 2009-06-25 | python: Fix some build warnings. | Julian Andres Klode |
| 2009-06-22 | Add apt_pkg.DepCache.mark_auto() and apt.Package.mark_auto() methods to | Julian Andres Klode |
| 2009-06-21 | python: Make all CppOwnedPyObjects and similar support garbage collection. | Julian Andres Klode |
| 2009-06-21 | python: Add DeprecationWarning to functions which were replaced by classes. | Julian Andres Klode |
| 2009-06-14 | python/cache.cc,depcache.cc: Do not delete the depcache and cache pointers. | Julian Andres Klode |
| 2009-06-12 | Bugfix: Delete pointers correctly, fixing memory leaks. (LP: #370149) | Julian Andres Klode |
| 2009-06-09 | Allow types providing __new__() to be subclassed. | Julian Andres Klode |
| 2009-06-05 | python/: Put all deprecated Get*() functions into #ifdef COMPAT_0_7. | Julian Andres Klode |
| 2009-06-05 | Introduce the rename rules formally, and add some exceptions. | Julian Andres Klode |
| 2009-06-04 | python/: Unify naming conventions for all new names. | Julian Andres Klode |
| 2009-06-03 | python/: Convert most names to PEP8 naming conventions (except Version,Packag... | Julian Andres Klode |
| 2009-04-24 | * python/*.cc: Fix build failures with python2.4-dbg. | Julian Andres Klode |
| 2009-04-19 | ActionGroups can be used as a context manager for the 'with' statement. | Julian Andres Klode |
| 2009-04-19 | * python/*.cc: Export all types and add a __new__() method to them. | Julian Andres Klode |
| 2009-04-15 | * Introduce support for Python 3 (Closes: #523645) | Julian Andres Klode |
| 2009-04-14 | * python/depcache.cc: Use tp_methods and tp_getset for PkgDepCacheType | Julian Andres Klode |
| 2009-04-14 | * Remove any trailing whitespace | Julian Andres Klode |