summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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 ↵Michael Vogt4-62/+91
Package class
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()" ↵Michael Vogt3-4/+11
to check for upgrades
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 ↵Michael Vogt2-9/+43
clients (e.s. the Packages class) when they install/remove etc something
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
Patches applied: * Greek0@gmx.net--2005-main/python-apt--debian--0.6--patch-11 Merge from python-apt--main--0 * Greek0@gmx.net--2005-main/python-apt--debian--0.6--patch-12 Same fix again as in patch-2, replayed after merge * Greek0@gmx.net--2005-main/python-apt--debian--0.6--patch-13 Fix for Debian #308586 * michael.vogt@ubuntu.com--2005/python-apt--pkgDepCache--0--patch-22 * added mvo@debian.org to uploaders and changed to mvo@debian.org in the changelog * michael.vogt@ubuntu.com--2005/python-apt--pkgDepCache--0--patch-23 * added AUTHORS file * michael.vogt@ubuntu.com--2005/python-apt--pkgDepCache--0--patch-24 * synced changelog/control with the experimental upload * michael.vogt@ubuntu.com--2005/python-apt--pkgDepCache--0--patch-25 * merge with mainline * michael.vogt@ubuntu.com--2005/python-apt--pkgDepCache--0--patch-26 * merged conflict and typo fix from christian * michael.vogt@ubuntu.com--2005/python-apt--pkgDepCache--0--patch-27 * started 0.6.12 and conflict with older python-apt in python2.4-apt too * michael.vogt@ubuntu.com--2005/python-apt--pkgDepCache--0--patch-28 * proper credit Christian for the fixes, finalized changelog
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
2005-05-27* tests/depcache.py added that tests various bits of the depcacheMichael Vogt2-2/+53
2005-05-27* don't init() the depcache in the constructor of the Cache object Michael Vogt1-1/+0
2005-05-27* make better use of the cachefile in the depcache, avoid a stupid double ↵Michael Vogt4-75/+83
depcache building
2005-05-25* added a native OpTextProgress() Michael Vogt1-0/+13
2005-05-11* support Op and SubOp in the progress wrapperMichael Vogt1-2/+12
2005-05-11* __init__ added for the apt module, IsInstalled() addedMichael Vogt3-19/+69
2005-05-09* only import stuff into the cache that has at least one versionMichael Vogt1-4/+5
2005-05-09* more work on the native python apt interfaceMichael Vogt8-27/+279
2005-05-06* merged with matts mainlineMichael Vogt5-10/+16
Patches applied: * apt@packages.debian.org/python-apt--main--0--patch-9 Merge michael.vogt@ubuntu.com--2005/python-apt--pkgDepCache--0 * apt@packages.debian.org/python-apt--main--0--patch-10 Merge minor changes from michael.vogt@ubuntu.com--2005/python-apt--pkgDepCache--0 * michael.vogt@ubuntu.com--2005/python-apt--pkgDepCache--0--patch-16 * merged with Greek0@gmx.net--2005-main/python-apt--debian--0.6 * michael.vogt@ubuntu.com--2005/python-apt--pkgDepCache--0--patch-17 * python/pkgsrcrecords.cc: fix a refcount problem * michael.vogt@ubuntu.com--2005/python-apt--pkgDepCache--0--patch-18 * changed version to 0.6.11 * michael.vogt@ubuntu.com--2005/python-apt--pkgDepCache--0--patch-19 * build depends against python-dev (without a version). this will do the right thing on both debian and ubuntu * michael.vogt@ubuntu.com--2005/python-apt--pkgDepCache--0--patch-20 * made the "arch-build" target work again * michael.vogt@ubuntu.com--2005/python-apt--pkgDepCache--0--patch-21 * made arch-build work again (for real this time)
2005-05-04* more tests addedMichael Vogt4-2/+88
* tests/cache.py: - test that iterates over all the cache and dependencies * tests/pkgrecords.py - test that iterates over all the pkgrecords * python/cache.cc - added a comment * python/pkgrecords.cc - return "True" from pkgRecord.Lookup() (to make it consistent with the PkgSrcRecords object)
2005-05-03* merged with Greek0@gmx.net--2005-main, native apt interface added, fixed a ↵Michael Vogt9-44/+113
refcount problem, added tests/ directory * apt/package.py, apt/__init__.py: - started a native python interface that will wrap the uglier bits of python-apt in the future * tests/pkgsrcrecords.py: - started a test directory * python/pkgsrcrecords.cc: - fixed a refcount problem - merged with Greek0s tree Patches applied: * Greek0@gmx.net--2005-main/python-apt--debian--0.6--base-0 tag of apt@packages.debian.org/python-apt--main--0--patch-8 * Greek0@gmx.net--2005-main/python-apt--debian--0.6--patch-1 Minor typo fix in debian/rules * Greek0@gmx.net--2005-main/python-apt--debian--0.6--patch-2 Typo fix in depcache.cc which caused wrong function to be called * Greek0@gmx.net--2005-main/python-apt--debian--0.6--patch-3 Improved CppPyObject, leading to a better PkgDepCacheStruct * Greek0@gmx.net--2005-main/python-apt--debian--0.6--patch-4 Improved build system * Greek0@gmx.net--2005-main/python-apt--debian--0.6--patch-5 Restored the old tar.cc to work with the older apt in debian again * Greek0@gmx.net--2005-main/python-apt--debian--0.6--patch-6 Fix for Debian #304296 (Segfault in CppOwnedDealloc) * Greek0@gmx.net--2005-main/python-apt--debian--0.6--patch-7 Fix for Debian #304903 (FD leak) * Greek0@gmx.net--2005-main/python-apt--debian--0.6--patch-8 Fixed the compilation error introduced in patch-6 * Greek0@gmx.net--2005-main/python-apt--debian--0.6--patch-9 New debian/changelog from Debians python-apt 0.6.10 * Greek0@gmx.net--2005-main/python-apt--debian--0.6--patch-10 Minor changes to make the packages lintian/linda clean * apt@packages.debian.org/python-apt--main--0--patch-8 Merge michael.vogt@ubuntu.com--2005/python-apt--pkgDepCache--0
2005-04-13* build-depends added to PkgSrcRecords, example for build-depends addedMichael Vogt4-1/+64
2005-04-11* alway call pkgApplyStatus() in DepCache.Init()Michael Vogt2-1/+3
2005-04-11* added Cdrom.Ident(), improved the examplesMichael Vogt2-5/+17
2005-04-11* cdrom interface addedMichael Vogt9-11/+238
2005-04-08* beefed up the gui examplesMichael Vogt1-12/+50
2005-04-08* InstallProgress has overridable fork interface now, added example for the ↵Michael Vogt5-116/+117
use of a vte terminal
2005-04-08* simple InstallProgress interface addedMichael Vogt5-4/+98
2005-04-08* started the DepCache.Commit() interface Michael Vogt5-26/+308
2005-04-07* code cleanups, simple MediaChanged implementedMichael Vogt3-73/+81
2005-04-07* added Current{CPS,Bytes,Items}, Total{Bytes,Items} to the fetch objectMichael Vogt3-7/+20
2005-04-07* synced with the python-apt--pkgDepCache archiveMichael Vogt1-7/+2
Patches applied: * michael.vogt@ubuntu.com--2005/python-apt--pkgDepCache--0--patch-15 * changelog adjustment
2005-03-31* merged with the pkgDepCache treeMichael Vogt4-19/+42
Patches applied: * michael.vogt@ubuntu.com--2005/python-apt--pkgDepCache--0--patch-10 * version number is 0.5.36ubuntu1 * michael.vogt@ubuntu.com--2005/python-apt--pkgDepCache--0--patch-11 * return "None" in GetCandidateVer if no Candidate is found * michael.vogt@ubuntu.com--2005/python-apt--pkgDepCache--0--patch-12 * changelog entry * michael.vogt@ubuntu.com--2005/python-apt--pkgDepCache--0--patch-13 * never do "DepCache.Init()" implicit * michael.vogt@ubuntu.com--2005/python-apt--pkgDepCache--0--patch-14 * reference counting added for Py_None