summaryrefslogtreecommitdiff
path: root/python/depcache.cc
AgeCommit message (Expand)AuthorFilesLines
2013-10-23python/depcache.cc: Add more error handling to PkgDepCacheCommitJulian Andres Klode1-1/+1
2013-10-23python/{depcache.cc,string.cc}: Ignore deprecation warnings for some callsJulian Andres Klode1-0/+2
2013-10-23python/*.cc: Get rid of the easy-to-replace deprecated APT functionsJulian Andres Klode1-1/+3
2013-09-11Remove old API compatibility C++ support codeJulian Andres Klode1-25/+0
2011-11-10fix build against apt in experimentalMichael Vogt1-0/+1
2011-04-12apt_pkg: Fix unsigned/long-vs-int issues (LP: #610820)Julian Andres Klode1-6/+6
2011-02-18* python/depcache.cc:Michael Vogt1-0/+30
2010-12-22python/depcache.cc: remove Py_DECREF, that is one too much (thanks to juliank)Michael Vogt1-1/+0
2010-12-22* python/depcache.cc:Michael Vogt1-1/+3
2010-12-07* python/generic.h:Michael Vogt1-1/+2
2010-09-20fix return type of DebSize() and UsrSize(), thanks toMichael Vogt1-2/+2
2010-04-21python: Commit documentation changes suggested by debian-l10n-english.Julian Andres Klode1-11/+21
2010-04-01python: Document every class, function, property.Julian Andres Klode1-40/+132
2010-04-01python: Return bool instead of int to Python where possible, looks better.Julian Andres Klode1-22/+22
2010-02-27* python:Julian Andres Klode1-44/+2
2010-01-27Merge the CppOwnedPyObject C++ class into CppPyObject.Julian Andres Klode1-21/+21
2009-07-13python: No zero-size arrays for char *kwlist[].Julian Andres Klode1-3/+3
2009-07-13python: Rename all PyTypeObject's to conform to PEP 7.Julian Andres Klode1-32/+32
2009-07-12python/depcache.cc: Set NoDelete for DepCaches, instead of using the wrong de...Julian Andres Klode1-4/+5
2009-07-11python/depcache.cc: Introduce DepCache.policy property.Julian Andres Klode1-0/+13
2009-06-25python: Use PyVarObject_HEAD_INIT() instead of PyObject_HEAD_INIT().Julian Andres Klode1-12/+3
2009-06-25python: Fix some build warnings.Julian Andres Klode1-3/+0
2009-06-22Add apt_pkg.DepCache.mark_auto() and apt.Package.mark_auto() methods toJulian Andres Klode1-0/+18
2009-06-21python: Make all CppOwnedPyObjects and similar support garbage collection.Julian Andres Klode1-10/+13
2009-06-21python: Add DeprecationWarning to functions which were replaced by classes.Julian Andres Klode1-0/+8
2009-06-14python/cache.cc,depcache.cc: Do not delete the depcache and cache pointers.Julian Andres Klode1-1/+2
2009-06-12Bugfix: Delete pointers correctly, fixing memory leaks. (LP: #370149)Julian Andres Klode1-3/+3
2009-06-09Allow types providing __new__() to be subclassed.Julian Andres Klode1-3/+6
2009-06-05python/: Put all deprecated Get*() functions into #ifdef COMPAT_0_7.Julian Andres Klode1-2/+6
2009-06-05Introduce the rename rules formally, and add some exceptions.Julian Andres Klode1-2/+2
2009-06-04python/: Unify naming conventions for all new names.Julian Andres Klode1-10/+10
2009-06-03python/: Convert most names to PEP8 naming conventions (except Version,Packag...Julian Andres Klode1-8/+49
2009-04-24* python/*.cc: Fix build failures with python2.4-dbg.Julian Andres Klode1-2/+2
2009-04-19ActionGroups can be used as a context manager for the 'with' statement.Julian Andres Klode1-5/+27
2009-04-19* python/*.cc: Export all types and add a __new__() method to them.Julian Andres Klode1-44/+96
2009-04-15* Introduce support for Python 3 (Closes: #523645)Julian Andres Klode1-0/+6
2009-04-14* python/depcache.cc: Use tp_methods and tp_getset for PkgDepCacheTypeJulian Andres Klode1-28/+49
2009-04-14* Remove any trailing whitespaceJulian Andres Klode1-6/+6
2009-04-13* python/cdrom.cc, python/depcache.cc: Use tp_methods for Cdrom, ProblemResol...Julian Andres Klode1-20/+30
2009-01-11Merge Ben Finney's whitespace changes (Closes: #481563)Julian Andres Klode1-85/+85
2008-07-31fix GetCandidateVer() reporting incorrect versions afterMichael Vogt1-2/+4
2008-05-16Remove trailing whitespace.Ben Finney1-85/+85
2007-12-04merged from the ubuntu branchMichael Vogt1-1/+1
2007-11-23* python/depcache.cc:Michael Vogt1-5/+20
2007-03-14* python/depache.cc:Michael Vogt1-0/+15
2007-01-26* support "fromUser()" flag in apt.Package.markInstall() to makeMichael Vogt1-2/+4
2006-10-06* python/depcache.cc:Michael Vogt1-0/+70
2006-06-26* python/depcache.cc:Michael Vogt1-0/+15
2006-01-09* fix broken returns a usefull value nowMichael Vogt1-4/+5
2006-01-09* added MinimizeUpgrade, Upgrade returns a bool nowMichael Vogt1-3/+19