summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2006-02-28* fix the return value of Cache.update()Michael Vogt2-4/+6
2006-02-28* strip status string before passing it, changelog updatesMichael Vogt2-1/+9
2006-02-28* initalize FetchProgress.eta as float and pass a float to InstallProgress.st...Michael Vogt2-4/+4
2006-02-28* un-finalize the changelogMichael Vogt1-1/+1
2006-02-28* interface fixes for kamion, pychecker fixesMichael Vogt5-26/+57
2006-02-22merged with the debian uploadMichael Vogt1-1/+1
2006-02-22* changelog finalizedMichael Vogt1-1/+1
2006-02-22tag of michael.vogt@ubuntu.com--2005/python-apt--mvo--0--patch-129Michael Vogt0-0/+0
2006-02-14* try to read complete lines in update-interfaceMichael Vogt1-1/+2
2006-01-26* the pkgCache::VerIterator.DependsList[] dict does no longer depend on the l...Michael Vogt3-3/+15
2006-01-24* added pkgRecords.RecordMichael Vogt2-0/+7
2006-01-24* typos fixed, changelog prepared for new debian uploadMichael Vogt2-3/+10
2006-01-11* added memleak.py in testsMichael Vogt1-0/+42
2006-01-11* make sure to close the CacheFile when a pkgCache is deallocatedMichael Vogt1-1/+12
2006-01-10* shutup about missing candiateVersions in loopkupRecords (returning false is...Michael Vogt1-1/+1
2006-01-10* don't return a apt.Package.sourcePackageName if _lookupRecord failedMichael Vogt1-1/+2
2006-01-09* fix broken returns a usefull value nowMichael Vogt1-4/+5
2006-01-09* added MinimizeUpgrade, Upgrade returns a bool nowMichael Vogt1-3/+19
2006-01-05* small fixes in the new Origin.trusted codeMichael Vogt3-5/+6
2006-01-04* added "trusted" to the Origin class (in package.py)Michael Vogt3-9/+19
2006-01-04* added support for pkgIndexFileMichael Vogt6-4/+124
2005-12-29* improved the gui-inst exampleMichael Vogt2-2/+4
2005-12-22* removed the fetchProgress from _fetchArchives() (no longer needed)Michael Vogt3-7/+7
2005-12-09* CdromProgress.totalSteps added Michael Vogt3-4/+7
2005-12-07* InstallProgress.{error,conffile}() functions addedMichael Vogt2-3/+24
2005-12-07* make pkgAcqFile use the old interface so that we don't depend on a new apt ...Michael Vogt4-15/+29
2005-12-06* apt.progress.InstallProgress class improvedMichael Vogt2-43/+73
2005-12-06* apt.Package.candiateOrigin() fixMichael Vogt1-1/+1
2005-12-06* candidate origin returns a list nowMichael Vogt2-10/+11
2005-12-06* bugfix in the acquire.FetchNeeded codeMichael Vogt2-3/+14
2005-12-06* removed debug outputMichael Vogt2-4/+0
2005-12-05* added PkgSourceList.GetIndexes(); rewrote apt.cache.update() to use itMichael Vogt3-20/+54
2005-12-02* added "{candidate,installed}Downloadable"Michael Vogt5-0/+64
2005-12-01* fix uninitialized size member in pkgAcqFileMichael Vogt1-1/+1
2005-12-01* pkgAcqFile wrapper addedMichael Vogt5-0/+83
2005-11-28* fix build-depsMichael Vogt1-1/+1
2005-11-28* changelog fixesMichael Vogt1-7/+2
2005-11-28* make it work with media swapingMichael Vogt1-8/+14
2005-11-28* small tweaks, prepared next ubuntu uploadMichael Vogt2-4/+9
2005-11-28* cache.commit() uses the packagemanager python code now (+fix the gui-inst e...Michael Vogt3-24/+38
2005-11-28* rewrote the cache.commit() code to make use of the new pkgAcquire/pkgPackag...Michael Vogt4-9/+88
2005-11-22* fixes in the acquire interface code (use CppPyObject with pkgAcquire* direc...Michael Vogt4-26/+17
2005-11-22* python/sourcelist.cc cleaned upMichael Vogt3-19/+14
2005-11-22* another bugfix in the new pkgPackageManager wrapperMichael Vogt2-4/+3
2005-11-22* fix in the pkgmanager.cc code (/me needs to be hit with a clue-stick)Michael Vogt4-23/+63
2005-11-22* less debug messagesMichael Vogt3-10/+9
2005-11-21* apt_inst.debExtractArchive() addedMichael Vogt3-3/+49
2005-11-18* added stat constants to the acquire-item interfaceMichael Vogt2-1/+17
2005-11-18* support for the pkgAcquire::ItemIterator added Michael Vogt2-3/+91
2005-11-18* acquire interface works with progress reporting nowMichael Vogt2-2/+24