| Age | Commit message (Expand) | Author | Files | Lines |
| 2005-08-04 | * downloads can be canceld now (in FetchProgress::Pulse) | Michael Vogt | 4 | -9/+20 |
| 2005-08-04 | * argg, /note to self: test your changes before comiting | Michael Vogt | 1 | -1/+1 |
| 2005-08-04 | * DistUpgrade -> distUpgrade | Michael Vogt | 1 | -1/+1 |
| 2005-08-04 | * make the change to the property more clean (thanks to jamesh for his tips) | Michael Vogt | 3 | -81/+120 |
| 2005-08-04 | * making the interface cleaner (thanks to jamesh): added proerties in the Pac... | Michael Vogt | 4 | -62/+91 |
| 2005-08-03 | * some docstrings added, more api fixing | Michael Vogt | 4 | -17/+22 |
| 2005-08-03 | * Open->open; added README | Michael Vogt | 2 | -1/+10 |
| 2005-08-03 | * API BREAK: follow PEP08 now | Michael Vogt | 9 | -139/+151 |
| 2005-07-29 | * added copyright header, removed cruft from debian/rules | Michael Vogt | 4 | -1/+64 |
| 2005-07-26 | * documentation updates, print a warning if "import apt" is used | Michael Vogt | 3 | -5/+43 |
| 2005-07-01 | * added "Downloadable" as attribute to a VerIterator | Michael Vogt | 2 | -1/+4 |
| 2005-07-01 | * added Cache.Open(),Close(); fixed some refcout problems | Michael Vogt | 1 | -5/+53 |
| 2005-07-01 | * SetReInstall() added to depcache | Michael Vogt | 2 | -1/+20 |
| 2005-06-24 | * support autoInst flag in depcache.MarkInstall() | Michael Vogt | 2 | -3/+5 |
| 2005-06-21 | * fix on remove too, added some more tests | Michael Vogt | 1 | -1/+29 |
| 2005-06-21 | * use the pkgProblemResolver on remove as well if needed, added a test for it | Michael Vogt | 2 | -3/+22 |
| 2005-06-20 | * added support for the pkgProblemResolver() | Michael Vogt | 7 | -7/+264 |
| 2005-06-10 | * emit cache_{pre,post}_open signals, cleanups, fix in the _reapplyFilter | Michael Vogt | 2 | -28/+67 |
| 2005-06-03 | * fixes, MarkedInstall() checks for "NewInstall()" now, we have "Upgrade()" t... | Michael Vogt | 3 | -4/+11 |
| 2005-06-03 | * add the "cache_{pre,post}_change" signals | Michael Vogt | 2 | -14/+31 |
| 2005-06-03 | * added a "cache.conenct()" function, added a "cache_changed" signal | Michael Vogt | 1 | -10/+33 |
| 2005-06-03 | * added reapplyFilter, added a CacheChanged() method that is used by the clie... | Michael Vogt | 2 | -9/+43 |
| 2005-06-01 | * apt/cache.py: small fixes | Michael Vogt | 2 | -4/+4 |
| 2005-06-01 | * Cache.GetChanges() added, support for Marked{Downgrade,Reinstall} tests added | Michael Vogt | 4 | -3/+63 |
| 2005-06-01 | * added conflicts, merged with python-apt--pkgDepCache--0 | Michael Vogt | 3 | -2/+19 |
| 2005-05-31 | * added the code that updates /etc/enviroment | Michael Vogt | 2 | -14/+12 |
| 2005-05-27 | * basic tests of the native python apt interface | Michael Vogt | 1 | -0/+10 |
| 2005-05-27 | * tests/depcache.py added that tests various bits of the depcache | Michael Vogt | 2 | -2/+53 |
| 2005-05-27 | * don't init() the depcache in the constructor of the Cache object | Michael Vogt | 1 | -1/+0 |
| 2005-05-27 | * make better use of the cachefile in the depcache, avoid a stupid double dep... | Michael Vogt | 4 | -75/+83 |
| 2005-05-25 | * added a native OpTextProgress() | Michael Vogt | 1 | -0/+13 |
| 2005-05-11 | * support Op and SubOp in the progress wrapper | Michael Vogt | 1 | -2/+12 |
| 2005-05-11 | * __init__ added for the apt module, IsInstalled() added | Michael Vogt | 3 | -19/+69 |
| 2005-05-09 | * only import stuff into the cache that has at least one version | Michael Vogt | 1 | -4/+5 |
| 2005-05-09 | * more work on the native python apt interface | Michael Vogt | 8 | -27/+279 |
| 2005-05-06 | * merged with matts mainline | Michael Vogt | 5 | -10/+16 |
| 2005-05-04 | * more tests added | Michael Vogt | 4 | -2/+88 |
| 2005-05-03 | * merged with Greek0@gmx.net--2005-main, native apt interface added, fixed a ... | Michael Vogt | 9 | -44/+113 |
| 2005-04-13 | * build-depends added to PkgSrcRecords, example for build-depends added | Michael Vogt | 4 | -1/+64 |
| 2005-04-11 | * alway call pkgApplyStatus() in DepCache.Init() | Michael Vogt | 2 | -1/+3 |
| 2005-04-11 | * added Cdrom.Ident(), improved the examples | Michael Vogt | 2 | -5/+17 |
| 2005-04-11 | * cdrom interface added | Michael Vogt | 9 | -11/+238 |
| 2005-04-08 | * beefed up the gui examples | Michael Vogt | 1 | -12/+50 |
| 2005-04-08 | * InstallProgress has overridable fork interface now, added example for the u... | Michael Vogt | 5 | -116/+117 |
| 2005-04-08 | * simple InstallProgress interface added | Michael Vogt | 5 | -4/+98 |
| 2005-04-08 | * started the DepCache.Commit() interface | Michael Vogt | 5 | -26/+308 |
| 2005-04-07 | * code cleanups, simple MediaChanged implemented | Michael Vogt | 3 | -73/+81 |
| 2005-04-07 | * added Current{CPS,Bytes,Items}, Total{Bytes,Items} to the fetch object | Michael Vogt | 3 | -7/+20 |
| 2005-04-07 | * synced with the python-apt--pkgDepCache archive | Michael Vogt | 1 | -7/+2 |
| 2005-03-31 | * merged with the pkgDepCache tree | Michael Vogt | 4 | -19/+42 |