| Age | Commit message (Expand) | Author | Files | Lines |
| 2006-01-04 | * added support for pkgIndexFile | Michael Vogt | 1 | -1/+2 |
| 2005-12-29 | * improved the gui-inst example | Michael Vogt | 1 | -1/+1 |
| 2005-12-22 | * removed the fetchProgress from _fetchArchives() (no longer needed) | Michael Vogt | 1 | -1/+1 |
| 2005-12-09 | * CdromProgress.totalSteps added | Michael Vogt | 1 | -0/+1 |
| 2005-12-07 | * make pkgAcqFile use the old interface so that we don't depend on a new apt ... | Michael Vogt | 2 | -2/+2 |
| 2005-12-06 | * candidate origin returns a list now | Michael Vogt | 1 | -0/+2 |
| 2005-12-05 | * added PkgSourceList.GetIndexes(); rewrote apt.cache.update() to use it | Michael Vogt | 1 | -1/+2 |
| 2005-12-02 | * added "{candidate,installed}Downloadable" | Michael Vogt | 1 | -0/+1 |
| 2005-12-01 | * pkgAcqFile wrapper added | Michael Vogt | 1 | -0/+7 |
| 2005-11-28 | * fix build-deps | Michael Vogt | 1 | -1/+1 |
| 2005-11-28 | * changelog fixes | Michael Vogt | 1 | -7/+2 |
| 2005-11-28 | * small tweaks, prepared next ubuntu upload | Michael Vogt | 1 | -3/+8 |
| 2005-11-28 | * rewrote the cache.commit() code to make use of the new pkgAcquire/pkgPackag... | Michael Vogt | 2 | -1/+4 |
| 2005-11-22 | * fix in the pkgmanager.cc code (/me needs to be hit with a clue-stick) | Michael Vogt | 1 | -1/+1 |
| 2005-11-18 | * basic pkgAcquire + pkgPackageManager support added | Michael Vogt | 1 | -1/+2 |
| 2005-11-17 | * proper canidateOrigin support | Michael Vogt | 1 | -0/+1 |
| 2005-11-17 | * fail if a download fails | Michael Vogt | 1 | -0/+6 |
| 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-09-20 | * added __iter__ support to apt/cache.py | Michael Vogt | 1 | -1/+3 |
| 2005-09-12 | * changelog update | Michael Vogt | 1 | -7/+2 |
| 2005-09-12 | * export locking | Michael Vogt | 1 | -0/+6 |
| 2005-08-08 | * always call Restart in srcrecords.Lookup | Michael Vogt | 1 | -0/+1 |
| 2005-08-08 | * support for srcrecords.Files added | Michael Vogt | 1 | -1/+5 |
| 2005-08-08 | * made the build-deps.py example usefull | Michael Vogt | 1 | -0/+7 |
| 2005-08-05 | * changelog missing stuff added | Michael Vogt | 1 | -2/+8 |
| 2005-08-05 | * improved the examples, added README too | Michael Vogt | 2 | -2/+3 |
| 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 | 1 | -0/+1 |
| 2005-08-05 | * changelog merged with older debian versions, apt-secure support added (but ... | Michael Vogt | 1 | -5/+16 |
| 2005-08-03 | * API BREAK: follow PEP08 now | Michael Vogt | 1 | -2/+3 |
| 2005-07-29 | * added copyright header, removed cruft from debian/rules | Michael Vogt | 1 | -1/+1 |
| 2005-07-01 | * SetReInstall() added to depcache | Michael Vogt | 1 | -1/+1 |
| 2005-06-24 | * support autoInst flag in depcache.MarkInstall() | Michael Vogt | 1 | -0/+2 |
| 2005-06-10 | * emit cache_{pre,post}_open signals, cleanups, fix in the _reapplyFilter | Michael Vogt | 1 | -1/+3 |
| 2005-06-01 | * Cache.GetChanges() added, support for Marked{Downgrade,Reinstall} tests added | Michael Vogt | 1 | -1/+8 |
| 2005-06-01 | * added conflicts, merged with python-apt--pkgDepCache--0 | Michael Vogt | 2 | -2/+16 |
| 2005-05-09 | * more work on the native python apt interface | Michael Vogt | 1 | -1/+1 |
| 2005-05-06 | * merged with matts mainline | Michael Vogt | 3 | -9/+14 |
| 2005-05-03 | * merged with Greek0@gmx.net--2005-main, native apt interface added, fixed a ... | Michael Vogt | 3 | -30/+57 |
| 2005-04-07 | * added Current{CPS,Bytes,Items}, Total{Bytes,Items} to the fetch object | Michael Vogt | 1 | -1/+1 |
| 2005-04-07 | * synced with the python-apt--pkgDepCache archive | Michael Vogt | 1 | -7/+2 |
| 2005-03-31 | * merged with the pkgDepCache tree | Michael Vogt | 1 | -0/+18 |
| 2005-03-14 | * basic fetch interface, mostly stubs right now | Michael Vogt | 1 | -1/+1 |
| 2005-03-09 | * star-merged with my pkgDepCache branch | Michael Vogt | 1 | -0/+7 |
| 2005-03-02 | * merged with matts tree, resolved lots of conflicts | Michael Vogt | 4 | -11/+52 |
| 2005-02-23 | * progress callback support added | Michael Vogt | 2 | -2/+2 |
| 2005-02-23 | * added basic depcache support | Michael Vogt | 1 | -0/+6 |
| 2004-12-13 | * Update to work with apt 0.5.32 (bzip2 deb support) | Arch Librarian | 2 | -1/+7 |
| 2004-11-24 | * Recompile with apt 0.5 | Arch Librarian | 1 | -0/+6 |