summaryrefslogtreecommitdiff
path: root/apt
AgeCommit message (Expand)AuthorFilesLines
2006-11-03* apt/progress.py:Michael Vogt1-1/+6
2006-09-12* apt/progress.py:Michael Vogt1-3/+6
2006-09-12* debian/control:Michael Vogt1-2/+7
2006-06-15* apt/cache.py:Michael Vogt1-2/+6
2006-06-15* apt/packages.py:Michael Vogt1-3/+5
2006-06-14 - allow change of rootdir for APT database loadingOtavio Salvador1-1/+5
2006-06-12* apt/cache.py:Otavio Salvador1-1/+1
2006-05-17* apt/package.py:Michael Vogt1-2/+2
2006-05-17* remove debug stringMichael Vogt1-1/+1
2006-05-17* apt/package.py:Michael Vogt1-4/+7
2006-03-21* fix lock-releasing on exception (thanks to kamion)Michael Vogt1-19/+23
2006-03-01* undo some damage from pycheckerMichael Vogt1-0/+1
2006-02-28* remove a useless check in Cache.update()Michael Vogt1-2/+0
2006-02-28* fix the return value of Cache.update()Michael Vogt1-3/+3
2006-02-28* strip status string before passing it, changelog updatesMichael Vogt1-1/+1
2006-02-28* initalize FetchProgress.eta as float and pass a float to InstallProgress.st...Michael Vogt1-2/+2
2006-02-28* interface fixes for kamion, pychecker fixesMichael Vogt3-26/+28
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 Vogt1-1/+1
2006-01-24* typos fixed, changelog prepared for new debian uploadMichael Vogt1-3/+3
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-05* small fixes in the new Origin.trusted codeMichael Vogt1-3/+4
2006-01-04* added "trusted" to the Origin class (in package.py)Michael Vogt2-9/+18
2005-12-22* removed the fetchProgress from _fetchArchives() (no longer needed)Michael Vogt1-2/+2
2005-12-07* InstallProgress.{error,conffile}() functions addedMichael Vogt1-2/+16
2005-12-06* apt.progress.InstallProgress class improvedMichael Vogt1-2/+51
2005-12-06* apt.Package.candiateOrigin() fixMichael Vogt1-1/+1
2005-12-06* candidate origin returns a list nowMichael Vogt1-10/+9
2005-12-06* removed debug outputMichael Vogt1-1/+0
2005-12-05* added PkgSourceList.GetIndexes(); rewrote apt.cache.update() to use itMichael Vogt1-19/+35
2005-12-02* added "{candidate,installed}Downloadable"Michael Vogt2-0/+23
2005-11-28* make it work with media swapingMichael Vogt1-8/+14
2005-11-28* small tweaks, prepared next ubuntu uploadMichael Vogt1-1/+1
2005-11-28* cache.commit() uses the packagemanager python code now (+fix the gui-inst e...Michael Vogt2-2/+7
2005-11-28* rewrote the cache.commit() code to make use of the new pkgAcquire/pkgPackag...Michael Vogt1-5/+80
2005-11-21* apt_inst.debExtractArchive() addedMichael Vogt1-1/+1
2005-11-17* fix a bug in the package.markUpgrade() codeMichael Vogt1-5/+5
2005-11-17* make the Origin string a bit nicerMichael Vogt1-2/+3
2005-11-17* proper canidateOrigin supportMichael Vogt1-5/+19
2005-11-17* fail if a download failsMichael Vogt1-1/+1
2005-10-24* custom waitChild() added in installProgressMichael Vogt1-1/+1
2005-10-21* fix a crasher in the install interfaceMichael Vogt1-1/+0
2005-10-20* progress interface fully working now, commit interface tooMichael Vogt1-4/+53
2005-09-20* added __iter__ support to apt/cache.pyMichael Vogt1-1/+7
2005-09-12* export locking Michael Vogt1-0/+9
2005-08-05* FutureWarning is added, example how to filter it away too. README.apt addedMichael Vogt3-13/+24
2005-08-04* applied a patch from Chris Halls to return the apt error string on a system...Michael Vogt1-0/+1
2005-08-04* downloads can be canceld now (in FetchProgress::Pulse)Michael Vogt3-2/+10
2005-08-04* argg, /note to self: test your changes before comitingMichael Vogt1-1/+1