summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2005-11-17* proper canidateOrigin supportMichael Vogt2-5/+20
2005-11-17* fail if a download failsMichael Vogt3-3/+25
2005-11-09* changelog finalized and synced with the debian uploadMichael Vogt2-2/+2
2005-11-09* changelog fixMichael Vogt1-2/+2
2005-10-24* custom waitChild() added in installProgressMichael Vogt3-14/+38
2005-10-21* fix a crasher in the install interfaceMichael Vogt3-5/+8
2005-10-20* progress interface fully working now, commit interface tooMichael Vogt5-39/+79
2005-10-20* merged with the progress reporting codeMichael Vogt5-11/+70
2005-09-20* example for working with apt_inst addedMichael Vogt1-0/+39
2005-09-20* added __iter__ support to apt/cache.pyMichael Vogt3-4/+11
2005-09-12* changelog updateMichael Vogt1-7/+2
2005-09-12* export locking Michael Vogt4-3/+119
2005-08-08* always call Restart in srcrecords.LookupMichael Vogt2-0/+2
2005-08-08* support for srcrecords.Files addedMichael Vogt4-6/+29
2005-08-08* more "beef" added to the build-depends exampleMichael Vogt1-1/+16
2005-08-08* made the build-deps.py example usefullMichael Vogt2-7/+23
2005-08-05* changelog missing stuff addedMichael Vogt1-2/+8
2005-08-05* improved the examples, added README tooMichael Vogt6-13/+21
2005-08-05* build-depends on apt >= 0.6.40Michael Vogt1-1/+1
2005-08-05* FutureWarning is added, example how to filter it away too. README.apt addedMichael Vogt5-13/+28
2005-08-05* version number changesMichael Vogt1-1/+1
2005-08-05* changelog merged with older debian versions, apt-secure support added (but ...Michael Vogt2-5/+31
2005-08-04* applied a patch from Chris Halls to return the apt error string on a system...Michael Vogt2-6/+12
2005-08-04* downloads can be canceld now (in FetchProgress::Pulse)Michael Vogt4-9/+20
2005-08-04* argg, /note to self: test your changes before comitingMichael Vogt1-1/+1
2005-08-04* DistUpgrade -> distUpgradeMichael Vogt1-1/+1
2005-08-04* make the change to the property more clean (thanks to jamesh for his tips)Michael Vogt3-81/+120
2005-08-04* making the interface cleaner (thanks to jamesh): added proerties in the Pac...Michael Vogt4-62/+91
2005-08-03* some docstrings added, more api fixingMichael Vogt4-17/+22
2005-08-03* Open->open; added READMEMichael Vogt2-1/+10
2005-08-03* API BREAK: follow PEP08 now Michael Vogt9-139/+151
2005-07-29* added copyright header, removed cruft from debian/rulesMichael Vogt4-1/+64
2005-07-26* documentation updates, print a warning if "import apt" is usedMichael Vogt3-5/+43
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 Vogt2-1/+20
2005-06-24* support autoInst flag in depcache.MarkInstall()Michael Vogt2-3/+5
2005-06-21* fix on remove too, added some more testsMichael Vogt1-1/+29
2005-06-21* use the pkgProblemResolver on remove as well if needed, added a test for itMichael Vogt2-3/+22
2005-06-20* added support for the pkgProblemResolver()Michael Vogt7-7/+264
2005-06-10* emit cache_{pre,post}_open signals, cleanups, fix in the _reapplyFilterMichael Vogt2-28/+67
2005-06-03* fixes, MarkedInstall() checks for "NewInstall()" now, we have "Upgrade()" t...Michael Vogt3-4/+11
2005-06-03* add the "cache_{pre,post}_change" signalsMichael Vogt2-14/+31
2005-06-03* added a "cache.conenct()" function, added a "cache_changed" signalMichael Vogt1-10/+33
2005-06-03* added reapplyFilter, added a CacheChanged() method that is used by the clie...Michael Vogt2-9/+43
2005-06-01* apt/cache.py: small fixesMichael Vogt2-4/+4
2005-06-01* Cache.GetChanges() added, support for Marked{Downgrade,Reinstall} tests addedMichael Vogt4-3/+63
2005-06-01* added conflicts, merged with python-apt--pkgDepCache--0Michael Vogt3-2/+19
2005-05-31* added the code that updates /etc/enviromentMichael Vogt2-14/+12
2005-05-27* basic tests of the native python apt interfaceMichael Vogt1-0/+10