summaryrefslogtreecommitdiff
path: root/python
AgeCommit message (Expand)AuthorFilesLines
2006-12-19* python/pkgrecords.cc:Michael Vogt1-0/+2
2006-10-04* python/configuration.cc:Michael Vogt1-1/+1
2006-10-04* python/tag.cc:Michael Vogt1-1/+1
2006-10-04* python/generic.h:Michael Vogt1-2/+2
2006-10-02* progress.cc:Michael Vogt1-3/+7
2006-09-18* python/generic.h:Michael Vogt1-0/+4
2006-09-18* fix api changes for python2.5Michael Vogt2-5/+5
2006-09-12* fix missing docstringMichael Vogt1-1/+1
2006-09-12* python/pkgmanager.cc:Michael Vogt1-1/+1
2006-07-26* #cough# - actually use sha256Michael Vogt1-1/+1
2006-07-26* support sha256 as wellMichael Vogt1-0/+39
2006-03-28Fix documentation format.Otavio Salvador1-2/+2
2006-03-22* add PkgSrcRecords.Index to the codeMichael Vogt1-1/+3
2006-03-22* added indexFile.ArchiveURI(string)Michael Vogt1-2/+18
2006-03-22* fixes for the pkgSrcRecords codeMichael Vogt2-4/+25
2006-01-26* the pkgCache::VerIterator.DependsList[] dict does no longer depend on the l...Michael Vogt1-1/+11
2006-01-24* added pkgRecords.RecordMichael Vogt1-0/+6
2006-01-11* make sure to close the CacheFile when a pkgCache is deallocatedMichael Vogt1-1/+12
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-04* added support for pkgIndexFileMichael Vogt4-3/+102
2005-12-09* CdromProgress.totalSteps added Michael Vogt2-4/+6
2005-12-07* make pkgAcqFile use the old interface so that we don't depend on a new apt ...Michael Vogt1-8/+4
2005-12-06* bugfix in the acquire.FetchNeeded codeMichael Vogt1-3/+3
2005-12-05* added PkgSourceList.GetIndexes(); rewrote apt.cache.update() to use itMichael Vogt1-0/+17
2005-12-01* fix uninitialized size member in pkgAcqFileMichael Vogt1-1/+1
2005-12-01* pkgAcqFile wrapper addedMichael Vogt3-0/+69
2005-11-28* rewrote the cache.commit() code to make use of the new pkgAcquire/pkgPackag...Michael Vogt1-3/+4
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 Vogt1-4/+2
2005-11-22* fix in the pkgmanager.cc code (/me needs to be hit with a clue-stick)Michael Vogt2-15/+49
2005-11-22* less debug messagesMichael Vogt3-10/+9
2005-11-21* apt_inst.debExtractArchive() addedMichael Vogt1-0/+38
2005-11-18* added stat constants to the acquire-item interfaceMichael Vogt1-0/+12
2005-11-18* support for the pkgAcquire::ItemIterator added Michael Vogt1-0/+75
2005-11-18* acquire interface works with progress reporting nowMichael Vogt1-1/+15
2005-11-18* basic pkgAcquire + pkgPackageManager support addedMichael Vogt10-16/+257
2005-11-17* fail if a download failsMichael Vogt1-2/+18
2005-10-24* custom waitChild() added in installProgressMichael Vogt2-13/+37
2005-10-21* fix a crasher in the install interfaceMichael Vogt2-4/+8
2005-10-20* progress interface fully working now, commit interface tooMichael Vogt4-35/+26
2005-10-20* merged with the progress reporting codeMichael Vogt2-2/+8
2005-09-12* export locking Michael Vogt1-3/+57
2005-08-08* always call Restart in srcrecords.LookupMichael Vogt1-0/+1
2005-08-08* support for srcrecords.Files addedMichael Vogt2-5/+22
2005-08-05* improved the examples, added README tooMichael Vogt1-2/+5
2005-08-05* changelog merged with older debian versions, apt-secure support added (but ...Michael Vogt1-0/+15
2005-08-04* applied a patch from Chris Halls to return the apt error string on a system...Michael Vogt1-6/+11
2005-08-04* downloads can be canceld now (in FetchProgress::Pulse)Michael Vogt1-7/+10