summaryrefslogtreecommitdiff
path: root/python
AgeCommit message (Collapse)AuthorFilesLines
2006-01-26* the pkgCache::VerIterator.DependsList[] dict does no longer depend on the ↵Michael Vogt1-1/+11
localized depends name but on the english one
2006-01-24* added pkgRecords.RecordMichael Vogt1-0/+6
2006-01-11* make sure to close the CacheFile when a pkgCache is deallocatedMichael Vogt1-1/+12
2006-01-09* fix broken returns a usefull value nowMichael Vogt1-4/+5
2006-01-09* added MinimizeUpgrade, Upgrade returns a bool nowMichael Vogt1-3/+19
2006-01-04* added support for pkgIndexFileMichael Vogt4-3/+102
2005-12-09* CdromProgress.totalSteps added Michael Vogt2-4/+6
2005-12-07* make pkgAcqFile use the old interface so that we don't depend on a new apt ↵Michael Vogt1-8/+4
and still work with breezys apt
2005-12-06* bugfix in the acquire.FetchNeeded codeMichael Vogt1-3/+3
2005-12-05* added PkgSourceList.GetIndexes(); rewrote apt.cache.update() to use itMichael Vogt1-0/+17
2005-12-01* fix uninitialized size member in pkgAcqFileMichael Vogt1-1/+1
2005-12-01* pkgAcqFile wrapper addedMichael Vogt3-0/+69
2005-11-28* rewrote the cache.commit() code to make use of the new ↵Michael Vogt1-3/+4
pkgAcquire/pkgPackageManager interface
2005-11-22* fixes in the acquire interface code (use CppPyObject with pkgAcquire* ↵Michael Vogt4-26/+17
directly instead of using a PkgAcquireStruct)
2005-11-22* python/sourcelist.cc cleaned upMichael Vogt3-19/+14
2005-11-22* another bugfix in the new pkgPackageManager wrapperMichael Vogt1-4/+2
2005-11-22* fix in the pkgmanager.cc code (/me needs to be hit with a clue-stick)Michael Vogt2-15/+49
2005-11-22* less debug messagesMichael Vogt3-10/+9
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
Patches applied: * michael.vogt@ubuntu.com--2005/python-apt--progress-reporting--0--base-0 tag of michael.vogt@ubuntu.com--2005/python-apt--mvo--0--patch-43 * michael.vogt@ubuntu.com--2005/python-apt--progress-reporting--0--patch-1 * support the apt--progress-reporting--0 branch (using "InstallProgress.statusfd) * michael.vogt@ubuntu.com--2005/python-apt--progress-reporting--0--patch-2 * support for update reporting via vte/progress bars added, including a evil "pass-me-my-file-descriptor" hack * michael.vogt@ubuntu.com--2005/python-apt--progress-reporting--0--patch-3 * merged with python-apt--mvo * michael.vogt@ubuntu.com--2005/python-apt--progress-reporting--0--patch-4 * merged from python-apt--mvo * michael.vogt@ubuntu.com--2005/python-apt--progress-reporting--0--patch-5 * better support new python-apt, added example for gui-inst with support for VTE_PTY_KEEP_FD * michael.vogt@ubuntu.com--2005/python-apt--progress-reporting--0--patch-6 * removed the fdsend stuff again, libvte will be patched instead
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
#if 0ed for performance reasons)
2005-08-04* applied a patch from Chris Halls to return the apt error string on a ↵Michael Vogt1-6/+11
system error exception (thanks chris!)
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()" ↵Michael Vogt1-1/+1
to check for upgrades
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 ↵Michael Vogt3-75/+73
depcache building
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
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 Vogt2-2/+4
* 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 Vogt4-9/+25
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 Vogt3-1/+18