summaryrefslogtreecommitdiff
path: root/python
AgeCommit message (Expand)AuthorFilesLines
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
2005-08-03* API BREAK: follow PEP08 now Michael Vogt1-21/+21
2005-07-01* added "Downloadable" as attribute to a VerIteratorMichael Vogt2-1/+4
2005-07-01* added Cache.Open(),Close(); fixed some refcout problemsMichael Vogt1-5/+53
2005-07-01* SetReInstall() added to depcacheMichael Vogt1-0/+19
2005-06-24* support autoInst flag in depcache.MarkInstall()Michael Vogt1-3/+3
2005-06-20* added support for the pkgProblemResolver()Michael Vogt3-1/+168
2005-06-03* fixes, MarkedInstall() checks for "NewInstall()" now, we have "Upgrade()" t...Michael Vogt1-1/+1
2005-06-01* Cache.GetChanges() added, support for Marked{Downgrade,Reinstall} tests addedMichael Vogt1-0/+33
2005-05-27* make better use of the cachefile in the depcache, avoid a stupid double dep...Michael Vogt3-75/+73
2005-05-11* support Op and SubOp in the progress wrapperMichael Vogt1-2/+12
2005-05-09* more work on the native python apt interfaceMichael Vogt1-1/+1
2005-05-06* merged with matts mainlineMichael Vogt1-1/+1
2005-05-04* more tests addedMichael Vogt2-2/+4
2005-05-03* merged with Greek0@gmx.net--2005-main, native apt interface added, fixed a ...Michael Vogt4-9/+25
2005-04-13* build-depends added to PkgSrcRecords, example for build-depends addedMichael Vogt3-1/+18
2005-04-11* alway call pkgApplyStatus() in DepCache.Init()Michael Vogt2-1/+3
2005-04-11* added Cdrom.Ident(), improved the examplesMichael Vogt1-4/+11
2005-04-11* cdrom interface addedMichael Vogt6-10/+190
2005-04-08* InstallProgress has overridable fork interface now, added example for the u...Michael Vogt2-13/+41
2005-04-08* simple InstallProgress interface addedMichael Vogt3-1/+74
2005-04-08* started the DepCache.Commit() interface Michael Vogt2-1/+137
2005-04-07* code cleanups, simple MediaChanged implementedMichael Vogt2-72/+79
2005-04-07* added Current{CPS,Bytes,Items}, Total{Bytes,Items} to the fetch objectMichael Vogt1-4/+17
2005-03-31* merged with the pkgDepCache treeMichael Vogt2-19/+23
2005-03-31* debcache has a "Packages" attribute now too (like the cache)Michael Vogt2-10/+7
2005-03-14* basic fetch interface, mostly stubs right nowMichael Vogt3-4/+162
2005-03-09* OpProgress interface added for DepCacheMichael Vogt1-5/+21
2005-03-09* Implemented OpProgress supportMichael Vogt4-28/+79
2005-03-09* experimental progress callback is back, not too usefull nowMichael Vogt1-1/+3
2005-03-09* star-merged with my pkgDepCache branchMichael Vogt1-2/+20
2005-03-02* merged with matts tree, resolved lots of conflictsMichael Vogt3-45/+217
2005-02-23* apt_pkg.GetCache() supports a progress callback now tooMichael Vogt4-70/+69
2005-02-23* progress callback support addedMichael Vogt4-12/+76