summaryrefslogtreecommitdiff
path: root/python/cache.cc
AgeCommit message (Expand)AuthorFilesLines
2009-06-25python: Use PyVarObject_HEAD_INIT() instead of PyObject_HEAD_INIT().Julian Andres Klode1-36/+9
2009-06-25python: Fix some build warnings.Julian Andres Klode1-5/+4
2009-06-25python/cache.cc: Support unicode objects and str objects in Python 2.Julian Andres Klode1-7/+6
2009-06-22python/cache.cc: Drop apt_pkg.Cache.open() and apt_pkg.Cache.close().Julian Andres Klode1-2/+5
2009-06-21python: Make all CppOwnedPyObjects and similar support garbage collection.Julian Andres Klode1-34/+28
2009-06-21python: Add DeprecationWarning to functions which were replaced by classes.Julian Andres Klode1-0/+2
2009-06-21python/cache.cc: Give more information on TypeErrors in CacheMapOpJulian Andres Klode1-1/+3
2009-06-15Add support for Enhances as a dependency type (Closes: #416247)Julian Andres Klode1-1/+1
2009-06-14python/cache.cc,depcache.cc: Do not delete the depcache and cache pointers.Julian Andres Klode1-1/+3
2009-06-12Bugfix: Delete pointers correctly, fixing memory leaks. (LP: #370149)Julian Andres Klode1-2/+2
2009-06-09Allow types providing __new__() to be subclassed.Julian Andres Klode1-1/+2
2009-06-09python/cache.cc: Fix segfaults using the new allocation methods.Julian Andres Klode1-1/+19
2009-06-05python/: Put all deprecated Get*() functions into #ifdef COMPAT_0_7.Julian Andres Klode1-1/+2
2009-06-05Introduce the rename rules formally, and add some exceptions.Julian Andres Klode1-1/+1
2009-06-04python/cache.cc: Remove some (char*) to make migrate-0.8.py work again.Julian Andres Klode1-13/+13
2009-06-04python/: Unify naming conventions for all new names.Julian Andres Klode1-15/+15
2009-06-04python/cache.cc, python/metaindex.cc: Convert remaining stuff to getset descr...Julian Andres Klode1-118/+278
2009-06-03python/: Convert most names to PEP8 naming conventions (except Version,Packag...Julian Andres Klode1-1/+48
2009-04-24* python/*.cc: Fix build failures with python2.4-dbg.Julian Andres Klode1-1/+1
2009-04-19* python/*.cc: Export all types and add a __new__() method to them.Julian Andres Klode1-52/+73
2009-04-16* python/cache.cc: Correct the 'Auto' descriptor of the Package class.Julian Andres Klode1-1/+1
2009-04-15* python: Port AcquireItem,Package,Description to GetSetJulian Andres Klode1-76/+122
2009-04-15* Introduce support for Python 3 (Closes: #523645)Julian Andres Klode1-0/+18
2009-04-14* python/cache.cc: Add tp_getset and tp_methods to DependencyType.Julian Andres Klode1-24/+73
2009-04-14* python/cache.cc: Use tp_methods and tp_getset for PkgCacheTypeJulian Andres Klode1-29/+70
2009-04-14* Remove any trailing whitespaceJulian Andres Klode1-1/+1
2009-04-13* python/cache.cc: Add support for the Breaks fieldsJulian Andres Klode1-1/+1
2009-03-03* python/cache.cc, tests/getcache_mem_corruption.py:Michael Vogt1-3/+15
2009-01-11Merge Ben Finney's whitespace changes (Closes: #481563)Julian Andres Klode1-66/+66
2008-10-06Test case and proposed fix for Debian bug #497049Emanuele Rocca1-3/+14
2008-08-08Fix whitespace in changes from 0.7.7.Ben Finney1-0/+5
2008-07-30* python/cache.cc:Michael Vogt1-1/+1
2008-07-21* data/templates/Debian.info.in:Emanuele Rocca1-0/+5
2008-05-16Remove trailing whitespace.Ben Finney1-66/+66
2008-01-07update to latest ListUpdate()Michael Vogt1-1/+2
2008-01-04* use the new CacheFile::ListUpdate() codeMichael Vogt1-41/+8
2007-06-10* merged translated package descriptions branchMichael Vogt1-0/+69
2006-09-18* fix api changes for python2.5Michael Vogt1-4/+4
2006-08-03* basic ddtp support addedMichael Vogt1-0/+69
2006-01-26* the pkgCache::VerIterator.DependsList[] dict does no longer depend on the l...Michael Vogt1-1/+11
2006-01-11* make sure to close the CacheFile when a pkgCache is deallocatedMichael Vogt1-1/+12
2005-11-22* less debug messagesMichael Vogt1-2/+0
2005-08-08* support for srcrecords.Files addedMichael Vogt1-2/+3
2005-08-05* changelog merged with older debian versions, apt-secure support added (but ...Michael Vogt1-0/+15
2005-07-01* added "Downloadable" as attribute to a VerIteratorMichael Vogt1-1/+3
2005-07-01* added Cache.Open(),Close(); fixed some refcout problemsMichael Vogt1-5/+53
2005-05-27* make better use of the cachefile in the depcache, avoid a stupid double dep...Michael Vogt1-7/+10
2005-05-04* more tests addedMichael Vogt1-0/+1
2005-04-08* started the DepCache.Commit() interface Michael Vogt1-0/+4
2005-03-31* merged with the pkgDepCache treeMichael Vogt1-2/+9