| Age | Commit message (Expand) | Author | Files | Lines |
| 2009-07-22 | python: 2nd part of the acquire fixes (one PyObject per C++ object). | Julian Andres Klode | 1 | -5/+5 |
| 2009-07-22 | python: First step of fixing acquire stuff. | Julian Andres Klode | 1 | -2/+10 |
| 2009-07-21 | python/progress.cc: Introduce setattr to reduce code duplication. | Julian Andres Klode | 1 | -82/+53 |
| 2009-07-21 | python/progress.cc: Fix problems with threads. | Julian Andres Klode | 1 | -3/+11 |
| 2009-07-20 | Merge from debian-sid | Julian Andres Klode | 1 | -14/+53 |
| 2009-07-19 | python/progress.cc: Use PyObject_CallObject instead of PyEval_CallObject. | Julian Andres Klode | 1 | -4/+3 |
| 2009-07-19 | python/progress.cc: CdromProgress.ask_cdrom_name() shall return None on failure. | Julian Andres Klode | 1 | -12/+20 |
| 2009-07-19 | python/cdromprogress.cc: Add apt_pkg.CdromProgress. | Julian Andres Klode | 1 | -4/+8 |
| 2009-07-16 | python/progress.cc: Set members directly, without using Python. | Julian Andres Klode | 1 | -23/+25 |
| 2009-07-16 | python/progress.cc: Call fail() on AcquireProgress objects. | Julian Andres Klode | 1 | -0/+5 |
| 2009-07-16 | python/progress.h: Add Py{Acquire,Op}ProgressObject. | Julian Andres Klode | 1 | -37/+48 |
| 2009-07-16 | python/acquire.cc, python/progress.cc: More fixes. | Julian Andres Klode | 1 | -0/+5 |
| 2009-07-16 | python/acquire.cc: Introduce PyAcquireWorker_Type, make PyAcquireItemDesc_Typ... | Julian Andres Klode | 1 | -4/+4 |
| 2009-07-16 | python/progress.cc: Make PyOpProgress::Update() behave more like OpTextProgress. | Julian Andres Klode | 1 | -16/+19 |
| 2009-07-16 | python/progress.cc: Fix the types of the attributes. | Julian Andres Klode | 1 | -10/+10 |
| 2009-07-15 | python/progress.cc: Add support for PyAcquireProgress. | Julian Andres Klode | 1 | -4/+34 |
| 2009-07-15 | Introduce new progress (base) classes in apt_pkg: | Julian Andres Klode | 1 | -2/+12 |
| 2009-07-07 | Removed separate way of defining Py_ssize_t in progress.h. Now using | Stephan Peijnik | 1 | -0/+1 |
| 2009-07-03 | Further work on threading support. | Stephan Peijnik | 1 | -3/+12 |
| 2009-07-02 | Removed debug print statement. | Stephan Peijnik | 1 | -1/+0 |
| 2009-07-02 | C code must allow other python threads to work every now and then in progress... | Stephan Peijnik | 1 | -0/+20 |
| 2009-06-25 | python: Fix some build warnings. | Julian Andres Klode | 1 | -2/+0 |
| 2009-06-21 | python/progress.cc: Just try to call a function and fallback. | Julian Andres Klode | 1 | -21/+7 |
| 2009-06-21 | python/progress.cc: Fix segfault related to pulse_items. | Julian Andres Klode | 1 | -5/+5 |
| 2009-06-15 | * python/progress.cc: | Michael Vogt | 1 | -1/+4 |
| 2009-06-08 | python/progress.cc: #include "generic.h" to fix build failure with python2.4 | Julian Andres Klode | 1 | -0/+1 |
| 2009-06-08 | merge with mvo | jak@debian.org | 1 | -6/+118 |
| 2009-06-05 | python/progress.cc, apt/progress/*.py: Use PEP 8 naming conventions for progress | Julian Andres Klode | 1 | -17/+64 |
| 2009-05-05 | * apt/progress/__init__.py: | Michael Vogt | 1 | -7/+119 |
| 2009-04-14 | * Remove any trailing whitespace | Julian Andres Klode | 1 | -1/+1 |
| 2009-01-11 | Merge Ben Finney's whitespace changes (Closes: #481563) | Julian Andres Klode | 1 | -17/+17 |
| 2008-08-15 | * python/progress.cc: | Michael Vogt | 1 | -2/+4 |
| 2008-05-16 | Remove trailing whitespace. | Ben Finney | 1 | -17/+17 |
| 2007-11-23 | * python/progress.cc: | Michael Vogt | 1 | -2/+9 |
| 2006-10-02 | * progress.cc: | Michael Vogt | 1 | -3/+7 |
| 2005-12-09 | * CdromProgress.totalSteps added | Michael Vogt | 1 | -0/+4 |
| 2005-11-22 | * less debug messages | Michael Vogt | 1 | -5/+6 |
| 2005-10-24 | * custom waitChild() added in installProgress | Michael Vogt | 1 | -7/+32 |
| 2005-10-21 | * fix a crasher in the install interface | Michael Vogt | 1 | -3/+7 |
| 2005-10-20 | * progress interface fully working now, commit interface too | Michael Vogt | 1 | -3/+10 |
| 2005-10-20 | * merged with the progress reporting code | Michael Vogt | 1 | -2/+7 |
| 2005-08-05 | * improved the examples, added README too | Michael Vogt | 1 | -2/+5 |
| 2005-08-04 | * downloads can be canceld now (in FetchProgress::Pulse) | Michael Vogt | 1 | -7/+10 |
| 2005-08-03 | * API BREAK: follow PEP08 now | Michael Vogt | 1 | -21/+21 |
| 2005-05-11 | * support Op and SubOp in the progress wrapper | Michael Vogt | 1 | -2/+12 |
| 2005-04-11 | * cdrom interface added | Michael Vogt | 1 | -8/+61 |
| 2005-04-08 | * InstallProgress has overridable fork interface now, added example for the u... | Michael Vogt | 1 | -5/+26 |
| 2005-04-08 | * simple InstallProgress interface added | Michael Vogt | 1 | -0/+58 |
| 2005-04-07 | * code cleanups, simple MediaChanged implemented | Michael Vogt | 1 | -59/+59 |
| 2005-04-07 | * added Current{CPS,Bytes,Items}, Total{Bytes,Items} to the fetch object | Michael Vogt | 1 | -4/+17 |