summaryrefslogtreecommitdiff
path: root/python/depcache.cc
AgeCommit message (Expand)Author
2024-02-21Expose the phased updates APIs in apt 2.7.11Ravi Kant Sharma
2023-09-14Remove unused debuggingBruce Duncan
2019-06-24Remove unneccessary sptr includesJulian Andres Klode
2019-06-24Remove install_protect() methodsJulian Andres Klode
2018-08-08Convert apt.Cache.commit and apt_pkg.DepCache.commit to FE lockJulian Andres Klode
2018-06-06apt_pkg.DepCache: Raise CacheMismatchError if argument belongs to diff. cacheJulian Andres Klode
2018-04-13DepCache: Check that candidate we are setting belongs to packageJulian Andres Klode
2018-04-12Raise ValueError if objects passed to DepCache are from different cacheJulian Andres Klode
2015-11-29Drop deprecation-ignore macros, use APT ones insteadJulian Andres Klode
2015-11-28Fix regression from previous commit WRT Py_None reference countJulian Andres Klode
2015-11-28depcache: Call SetLog() and GetLock on Acquire instead of SetupJulian Andres Klode
2015-08-13Replace pkgDistUpgrade and friend with APT::Upgrade::UpgradeJulian Andres Klode
2013-10-23python/depcache.cc: Add more error handling to PkgDepCacheCommitJulian Andres Klode
2013-10-23python/{depcache.cc,string.cc}: Ignore deprecation warnings for some callsJulian Andres Klode
2013-10-23python/*.cc: Get rid of the easy-to-replace deprecated APT functionsJulian Andres Klode
2013-09-11Remove old API compatibility C++ support codeJulian Andres Klode
2011-11-10fix build against apt in experimentalMichael Vogt
2011-04-12apt_pkg: Fix unsigned/long-vs-int issues (LP: #610820)Julian Andres Klode
2011-02-18* python/depcache.cc:Michael Vogt
2010-12-22python/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-20fix return type of DebSize() and UsrSize(), thanks toMichael Vogt
2010-04-21python: Commit documentation changes suggested by debian-l10n-english.Julian Andres Klode
2010-04-01python: Document every class, function, property.Julian Andres Klode
2010-04-01python: Return bool instead of int to Python where possible, looks better.Julian Andres Klode
2010-02-27* python:Julian Andres Klode
2010-01-27Merge the CppOwnedPyObject C++ class into CppPyObject.Julian Andres Klode
2009-07-13python: No zero-size arrays for char *kwlist[].Julian Andres Klode
2009-07-13python: Rename all PyTypeObject's to conform to PEP 7.Julian Andres Klode
2009-07-12python/depcache.cc: Set NoDelete for DepCaches, instead of using the wrong de...Julian Andres Klode
2009-07-11python/depcache.cc: Introduce DepCache.policy property.Julian Andres Klode
2009-06-25python: Use PyVarObject_HEAD_INIT() instead of PyObject_HEAD_INIT().Julian Andres Klode
2009-06-25python: Fix some build warnings.Julian Andres Klode
2009-06-22Add apt_pkg.DepCache.mark_auto() and apt.Package.mark_auto() methods toJulian Andres Klode
2009-06-21python: Make all CppOwnedPyObjects and similar support garbage collection.Julian Andres Klode
2009-06-21python: Add DeprecationWarning to functions which were replaced by classes.Julian Andres Klode
2009-06-14python/cache.cc,depcache.cc: Do not delete the depcache and cache pointers.Julian Andres Klode
2009-06-12Bugfix: Delete pointers correctly, fixing memory leaks. (LP: #370149)Julian Andres Klode
2009-06-09Allow types providing __new__() to be subclassed.Julian Andres Klode
2009-06-05python/: Put all deprecated Get*() functions into #ifdef COMPAT_0_7.Julian Andres Klode
2009-06-05Introduce the rename rules formally, and add some exceptions.Julian Andres Klode
2009-06-04python/: Unify naming conventions for all new names.Julian Andres Klode
2009-06-03python/: 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-19ActionGroups 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 PkgDepCacheTypeJulian Andres Klode
2009-04-14* Remove any trailing whitespaceJulian Andres Klode