summaryrefslogtreecommitdiff
path: root/python/acquire.cc
AgeCommit message (Expand)Author
2026-03-02Copyright changesJulian Andres Klode
2019-06-24AcquireWorker: Basic porting of current_size and stuffJulian Andres Klode
2018-06-19apt.Cache: Keep archive locked during commit()/ in fetch_archives()Julian Andres Klode
2015-11-28acquire: Call SetLog() instead of Setup()Julian Andres Klode
2015-06-10Acquire: Document that items may have transient errors on run() successJulian Andres Klode
2013-09-11Remove old API compatibility C++ support codeJulian Andres Klode
2012-06-19python/acquire.cc: Use pkgAcquire::Setup() to setup the acquire classJulian Andres Klode
2011-04-12apt_pkg: Fix unsigned/long-vs-int issues (LP: #610820)Julian Andres Klode
2010-08-10* python/acquire.cc:Michael 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-02-27* python:Julian Andres Klode
2010-02-02python: Update PyAcquire_FromCpp to the new API rules (add Owner parameter).Julian Andres Klode
2010-02-02Remove inline functions from the C++ API, export them instead (part 2).Julian Andres Klode
2010-01-27Merge the CppOwnedPyObject C++ class into CppPyObject.Julian Andres Klode
2010-01-27Drop the segfault prevention measures from the Acquire code, as they failJulian Andres Klode
2010-01-23python: Export a PyAcquire_FromCpp which sets up a correct PyAcquireObject.Julian Andres Klode
2009-07-24python/apt_pkgmodule.cc: Move all constants here.Julian Andres Klode
2009-07-24python/acquire.cc: Adjust coding style.Julian Andres Klode
2009-07-22python: 2nd part of the acquire fixes (one PyObject per C++ object).Julian Andres Klode
2009-07-22python: First step of fixing acquire stuff.Julian Andres Klode
2009-07-21python/acquire.cc: Hack support for Acquire object created by PyAcquire_FromCpp.Julian Andres Klode
2009-07-21python/acquire.cc: Replace items vector with item_map.Julian Andres Klode
2009-07-17python: Use PyString_FromFormat instead of snprintf.Julian Andres Klode
2009-07-16python/acquire.cc, python/progress.cc: More fixes.Julian Andres Klode
2009-07-16python/acquire.cc: Add AcquireItem.modeJulian Andres Klode
2009-07-16python/acquire.cc: Introduce PyAcquireWorker_Type, make PyAcquireItemDesc_Typ...Julian Andres Klode
2009-07-15python/acquire.cc: Add AcquireItemDesc.Julian Andres Klode
2009-07-14python/acquire.cc: Replace PyAcquireItem_ToCpp with acquireitem_tocpp.Julian Andres Klode
2009-07-14python/acquire.cc: Check that an owner exists in AcquireItemDealloc.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/acquire.cc: Fix segmentation faults, introduce PyAcquireObject.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-23python/acquire.cc: Make AcquireFile a subclass of AcquireItemJulian Andres Klode
2009-06-21python: Make all CppOwnedPyObjects and similar support garbage collection.Julian Andres Klode
2009-06-21python/acquire.cc, python/indexfile.cc: Do not delete the pointers for some o...Julian Andres Klode
2009-06-21python: Add DeprecationWarning to functions which were replaced by classes.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/acquire.cc(AcquireItemType): Use "apt_pkg.AcquireItem" as tp_nameJulian 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-19* python/*.cc: Export all types and add a __new__() method to them.Julian Andres Klode
2009-04-15* python: Port AcquireItem,Package,Description to GetSetJulian Andres Klode
2009-04-15* Introduce support for Python 3 (Closes: #523645)Julian Andres Klode