summaryrefslogtreecommitdiff
path: root/apt/package.py
AgeCommit message (Collapse)AuthorFilesLines
2006-06-15* apt/packages.py:Michael Vogt1-3/+5
- add autoInst option
2006-05-17* cherry picked from mainMichael Vogt1-2/+2
2006-05-17* apt/package.py:Michael Vogt1-2/+2
- actually return values in {candiate,installed}Downloadable()
2006-05-17* merged with mainlineMichael Vogt1-1/+1
2006-05-17* prepared new upload with cherry picked patch from mainlineMichael Vogt1-4/+7
2006-05-17* remove debug stringMichael Vogt1-1/+1
2006-05-17* apt/package.py:Michael Vogt1-4/+7
- check if _lookupRecords() succeeded when checking description/maintainer
2006-03-06* added purge optionMichael Vogt1-3/+6
2006-03-01* undo some damage from pycheckerMichael Vogt1-0/+1
2006-02-28* interface fixes for kamion, pychecker fixesMichael Vogt1-8/+10
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 ↵Michael Vogt1-1/+1
is enough)
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 Vogt1-8/+16
2005-12-06* apt.Package.candiateOrigin() fixMichael Vogt1-1/+1
2005-12-06* candidate origin returns a list nowMichael Vogt1-10/+9
2005-12-02* added "{candidate,installed}Downloadable"Michael Vogt1-0/+21
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-09-12* export locking Michael Vogt1-0/+9
2005-08-04* make the change to the property more clean (thanks to jamesh for his tips)Michael Vogt1-76/+113
2005-08-04* making the interface cleaner (thanks to jamesh): added proerties in the ↵Michael Vogt1-47/+76
Package class
2005-08-03* some docstrings added, more api fixingMichael Vogt1-1/+2
2005-08-03* API BREAK: follow PEP08 now Michael Vogt1-51/+51
2005-07-29* added copyright header, removed cruft from debian/rulesMichael Vogt1-0/+21
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 Vogt1-1/+10
2005-06-20* added support for the pkgProblemResolver()Michael Vogt1-4/+16
2005-06-03* fixes, MarkedInstall() checks for "NewInstall()" now, we have "Upgrade()" ↵Michael Vogt1-2/+7
to check for upgrades
2005-06-03* add the "cache_{pre,post}_change" signalsMichael Vogt1-3/+6
2005-06-03* added reapplyFilter, added a CacheChanged() method that is used by the ↵Michael Vogt1-4/+11
clients (e.s. the Packages class) when they install/remove etc something
2005-06-01* apt/cache.py: small fixesMichael Vogt1-1/+1
2005-06-01* Cache.GetChanges() added, support for Marked{Downgrade,Reinstall} tests addedMichael Vogt1-0/+4
2005-05-11* __init__ added for the apt module, IsInstalled() addedMichael Vogt1-2/+4
2005-05-09* more work on the native python apt interfaceMichael Vogt1-0/+154