| Age | Commit message (Expand) | Author | Files | Lines |
| 2005-11-22 | * fixes in the acquire interface code (use CppPyObject with pkgAcquire* direc... | Michael Vogt | 4 | -26/+17 |
| 2005-11-22 | * python/sourcelist.cc cleaned up | Michael Vogt | 3 | -19/+14 |
| 2005-11-22 | * another bugfix in the new pkgPackageManager wrapper | Michael Vogt | 2 | -4/+3 |
| 2005-11-22 | * fix in the pkgmanager.cc code (/me needs to be hit with a clue-stick) | Michael Vogt | 4 | -23/+63 |
| 2005-11-22 | * less debug messages | Michael Vogt | 3 | -10/+9 |
| 2005-11-21 | * apt_inst.debExtractArchive() added | Michael Vogt | 3 | -3/+49 |
| 2005-11-18 | * added stat constants to the acquire-item interface | Michael Vogt | 2 | -1/+17 |
| 2005-11-18 | * support for the pkgAcquire::ItemIterator added | Michael Vogt | 2 | -3/+91 |
| 2005-11-18 | * acquire interface works with progress reporting now | Michael Vogt | 2 | -2/+24 |
| 2005-11-18 | * basic pkgAcquire + pkgPackageManager support added | Michael Vogt | 12 | -17/+283 |
| 2005-11-17 | * fix a bug in the package.markUpgrade() code | Michael Vogt | 1 | -5/+5 |
| 2005-11-17 | * make the Origin string a bit nicer | Michael Vogt | 1 | -2/+3 |
| 2005-11-17 | * proper canidateOrigin support | Michael Vogt | 2 | -5/+20 |
| 2005-11-17 | * fail if a download fails | Michael Vogt | 3 | -3/+25 |
| 2005-11-09 | * changelog finalized and synced with the debian upload | Michael Vogt | 2 | -2/+2 |
| 2005-11-09 | * changelog fix | Michael Vogt | 1 | -2/+2 |
| 2005-10-24 | * custom waitChild() added in installProgress | Michael Vogt | 3 | -14/+38 |
| 2005-10-21 | * fix a crasher in the install interface | Michael Vogt | 3 | -5/+8 |
| 2005-10-20 | * progress interface fully working now, commit interface too | Michael Vogt | 5 | -39/+79 |
| 2005-10-20 | * merged with the progress reporting code | Michael Vogt | 5 | -11/+70 |
| 2005-09-20 | * example for working with apt_inst added | Michael Vogt | 1 | -0/+39 |
| 2005-09-20 | * added __iter__ support to apt/cache.py | Michael Vogt | 3 | -4/+11 |
| 2005-09-12 | * changelog update | Michael Vogt | 1 | -7/+2 |
| 2005-09-12 | * export locking | Michael Vogt | 4 | -3/+119 |
| 2005-08-08 | * always call Restart in srcrecords.Lookup | Michael Vogt | 2 | -0/+2 |
| 2005-08-08 | * support for srcrecords.Files added | Michael Vogt | 4 | -6/+29 |
| 2005-08-08 | * more "beef" added to the build-depends example | Michael Vogt | 1 | -1/+16 |
| 2005-08-08 | * made the build-deps.py example usefull | Michael Vogt | 2 | -7/+23 |
| 2005-08-05 | * changelog missing stuff added | Michael Vogt | 1 | -2/+8 |
| 2005-08-05 | * improved the examples, added README too | Michael Vogt | 6 | -13/+21 |
| 2005-08-05 | * build-depends on apt >= 0.6.40 | Michael Vogt | 1 | -1/+1 |
| 2005-08-05 | * FutureWarning is added, example how to filter it away too. README.apt added | Michael Vogt | 5 | -13/+28 |
| 2005-08-05 | * version number changes | Michael Vogt | 1 | -1/+1 |
| 2005-08-05 | * changelog merged with older debian versions, apt-secure support added (but ... | Michael Vogt | 2 | -5/+31 |
| 2005-08-04 | * applied a patch from Chris Halls to return the apt error string on a system... | Michael Vogt | 2 | -6/+12 |
| 2005-08-04 | * downloads can be canceld now (in FetchProgress::Pulse) | Michael Vogt | 4 | -9/+20 |
| 2005-08-04 | * argg, /note to self: test your changes before comiting | Michael Vogt | 1 | -1/+1 |
| 2005-08-04 | * DistUpgrade -> distUpgrade | Michael Vogt | 1 | -1/+1 |
| 2005-08-04 | * make the change to the property more clean (thanks to jamesh for his tips) | Michael Vogt | 3 | -81/+120 |
| 2005-08-04 | * making the interface cleaner (thanks to jamesh): added proerties in the Pac... | Michael Vogt | 4 | -62/+91 |
| 2005-08-03 | * some docstrings added, more api fixing | Michael Vogt | 4 | -17/+22 |
| 2005-08-03 | * Open->open; added README | Michael Vogt | 2 | -1/+10 |
| 2005-08-03 | * API BREAK: follow PEP08 now | Michael Vogt | 9 | -139/+151 |
| 2005-07-29 | * added copyright header, removed cruft from debian/rules | Michael Vogt | 4 | -1/+64 |
| 2005-07-26 | * documentation updates, print a warning if "import apt" is used | Michael Vogt | 3 | -5/+43 |
| 2005-07-01 | * added "Downloadable" as attribute to a VerIterator | Michael Vogt | 2 | -1/+4 |
| 2005-07-01 | * added Cache.Open(),Close(); fixed some refcout problems | Michael Vogt | 1 | -5/+53 |
| 2005-07-01 | * SetReInstall() added to depcache | Michael Vogt | 2 | -1/+20 |
| 2005-06-24 | * support autoInst flag in depcache.MarkInstall() | Michael Vogt | 2 | -3/+5 |
| 2005-06-21 | * fix on remove too, added some more tests | Michael Vogt | 1 | -1/+29 |