summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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
2005-03-31* debcache has a "Packages" attribute now too (like the cache)Michael Vogt2-10/+7
2005-03-14* basic fetch interface, mostly stubs right nowMichael Vogt5-5/+310
2005-03-09* OpProgress interface added for DepCacheMichael Vogt2-10/+32
2005-03-09* Implemented OpProgress supportMichael Vogt5-32/+95
2005-03-09* experimental progress callback is back, not too usefull nowMichael Vogt2-2/+12
2005-03-09* star-merged with my pkgDepCache branchMichael Vogt4-2/+38
Patches applied: * michael.vogt@ubuntu.com--2005/python-apt--pkgDepCache--0--patch-8 * merged with matt again, implemented DepCache.ReadPinFile(), fixed a bug in DepCache.Upgrade() * michael.vogt@ubuntu.com--2005/python-apt--pkgDepCache--0--patch-9 * added ReadPinFile to the depcache example code, added a comment to checkstate that there is also depcache that honors the default policy
2005-03-02* merged with matts tree, resolved lots of conflictsMichael Vogt8-82/+345
Patches applied: * apt@packages.debian.org/python-apt--main--0--base-0 tag of apt@arch.ubuntu.com/python-apt--MAIN--0--patch-44 * apt@packages.debian.org/python-apt--main--0--patch-1 Merge michael.vogt@ubuntu.com--2005/python-apt--pkgDepCache--0 * apt@packages.debian.org/python-apt--main--0--patch-2 0.5.33 * apt@packages.debian.org/python-apt--main--0--patch-3 Add arch-build target to rules * apt@packages.debian.org/python-apt--main--0--patch-4 Fix typo (fund->find) * apt@packages.debian.org/python-apt--main--0--patch-5 Restore Ubuntu changes * apt@packages.debian.org/python-apt--main--0--patch-6 0.5.35 -> hoary * apt@packages.debian.org/python-apt--main--0--patch-7 Fix build-depends, somehow lost in merge * michael.vogt@ubuntu.com--2005/python-apt--pkgDepCache--0--base-0 tag of apt@arch.ubuntu.com/python-apt--MAIN--0--patch-44 * michael.vogt@ubuntu.com--2005/python-apt--pkgDepCache--0--patch-1 * merged from my mvo tree, removed all non-pkgDepCache releated stuff and cleaned up the code * michael.vogt@ubuntu.com--2005/python-apt--pkgDepCache--0--patch-2 * beefed up the example code, added DepCache.Upgrade() * michael.vogt@ubuntu.com--2005/python-apt--pkgDepCache--0--patch-3 * implemented the marking interface * michael.vogt@ubuntu.com--2005/python-apt--pkgDepCache--0--patch-4 * state information and marking interface * michael.vogt@ubuntu.com--2005/python-apt--pkgDepCache--0--patch-5 * fixed wrong types for "UsrSize" and "DebSize" * michael.vogt@ubuntu.com--2005/python-apt--pkgDepCache--0--patch-6 * added DepCache.FixBroken() * michael.vogt@ubuntu.com--2005/python-apt--pkgDepCache--0--patch-7 * example code how a overview about the changes can be computed
2005-02-23* example for depcache and progress callback commitedMichael Vogt1-5/+19
2005-02-23* apt_pkg.GetCache() supports a progress callback now tooMichael Vogt4-70/+69
2005-02-23* progress callback support addedMichael Vogt7-14/+82
2005-02-23* added basic depcache support Michael Vogt4-1/+175
2005-02-23tag of apt@arch.ubuntu.com/python-apt--MAIN--0--patch-44Michael Vogt0-0/+0
2004-12-13* Update to work with apt 0.5.32 (bzip2 deb support)Arch Librarian3-4/+13
Author: mdz Date: 2004-12-12 17:55:54 GMT * Update to work with apt 0.5.32 (bzip2 deb support)
2004-11-24Filler changeset 1.1->1.1.1.1Arch Librarian1-1/+1
Author: jgg Date: 2001-02-20 06:32:02 GMT Filler changeset 1.1->1.1.1.1
2004-11-24Filler changeset 1.1->1.1.1.1Arch Librarian0-0/+0
Author: jgg Date: 2001-02-20 06:32:02 GMT Filler changeset 1.1->1.1.1.1
2004-11-24Filler changeset 1.1->1.1.1.1Arch Librarian0-0/+0
Author: jgg Date: 2001-02-20 06:32:02 GMT Filler changeset 1.1->1.1.1.1
2004-11-24Filler changeset 1.1->1.1.1.1Arch Librarian0-0/+0
Author: jgg Date: 2001-02-20 06:32:02 GMT Filler changeset 1.1->1.1.1.1
2004-11-24* Recompile with apt 0.5Arch Librarian1-0/+6
Author: mdz Date: 2003-12-26 17:09:52 GMT * Recompile with apt 0.5
2004-11-24* Fix broken object initialization in sourcelist.cc and...Arch Librarian3-14/+11
Author: mdz Date: 2003-12-26 17:04:22 GMT * Fix broken object initialization in sourcelist.cc and srcrecords.cc (Closes: #215792)
2004-11-24python2.3Arch Librarian3-2/+10
Author: mdz Date: 2003-08-08 13:01:51 GMT python2.3
2004-11-24Initial support for accessing source package dataArch Librarian7-5/+220
Author: mdz Date: 2003-07-23 02:20:24 GMT Initial support for accessing source package data
2004-11-24*** empty log message ***Arch Librarian1-0/+6
Author: mdz Date: 2003-06-03 17:09:03 GMT *** empty log message ***
2004-11-24Add myself to UploadersArch Librarian1-0/+1
Author: mdz Date: 2003-06-03 17:01:13 GMT Add myself to Uploaders
2004-11-24*** empty log message ***Arch Librarian1-0/+9
Author: mdz Date: 2003-06-03 03:22:33 GMT *** empty log message ***
2004-11-24Avoid null pointer deref in CnfKeys()Arch Librarian1-2/+4
Author: mdz Date: 2003-06-03 03:22:27 GMT Avoid null pointer deref in CnfKeys()
2004-11-24Don't do both depiterator++ and GlobOr; GlobOr incremen...Arch Librarian1-2/+2
Author: mdz Date: 2003-06-03 03:03:23 GMT Don't do both depiterator++ and GlobOr; GlobOr increments the iterator (why?)
2004-11-24Section: pythonArch Librarian1-1/+1
Author: mdz Date: 2003-05-07 18:54:37 GMT Section: python
2004-11-24Build-Depends: libapt-pkg-dev (>= 0.5.5)Arch Librarian1-1/+1
Author: mdz Date: 2003-05-07 18:36:12 GMT Build-Depends: libapt-pkg-dev (>= 0.5.5)
2004-11-240.5.5Arch Librarian1-2/+9
Author: mdz Date: 2003-05-06 14:01:57 GMT 0.5.5
2004-11-24*** empty log message ***Arch Librarian1-0/+7
Author: mdz Date: 2003-01-04 20:51:34 GMT *** empty log message ***
2004-11-24Parse /var/lib/dpkg/status instead of an apt list, so t...Arch Librarian1-1/+1
Author: mdz Date: 2003-01-04 20:50:47 GMT Parse /var/lib/dpkg/status instead of an apt list, so that it provides a working example