| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2006-10-02 | * progress.cc: | Michael Vogt | 1 | -1/+1 | |
| - fix memleak in progress.cc * tests/memleak.py: - uncomment the mem-leak code * doc/examples/sources.py: - improved the example | |||||
| 2006-09-12 | * apt/progress.py: | Michael Vogt | 1 | -4/+1 | |
| - use select() when waiting for child input | |||||
| 2006-06-09 | * changelog updated | Michael Vogt | 2 | -1/+23 | |
| * prints_uris.py example added | |||||
| 2006-04-26 | * added a simple "all_deps" recursive example | Michael Vogt | 1 | -0/+34 | |
| 2006-03-22 | * add PkgSrcRecords.Index to the code | Michael Vogt | 1 | -1/+1 | |
| 2006-03-22 | * added indexFile.ArchiveURI(string) | Michael Vogt | 1 | -0/+1 | |
| 2006-03-22 | * fixes for the pkgSrcRecords code | Michael Vogt | 2 | -1/+7 | |
| 2006-02-28 | * interface fixes for kamion, pychecker fixes | Michael Vogt | 1 | -0/+17 | |
| 2006-01-05 | * small fixes in the new Origin.trusted code | Michael Vogt | 1 | -1/+1 | |
| 2006-01-04 | * added support for pkgIndexFile | Michael Vogt | 1 | -0/+20 | |
| 2005-12-29 | * improved the gui-inst example | Michael Vogt | 1 | -1/+3 | |
| 2005-12-22 | * removed the fetchProgress from _fetchArchives() (no longer needed) | Michael Vogt | 1 | -4/+4 | |
| 2005-12-07 | * InstallProgress.{error,conffile}() functions added | Michael Vogt | 1 | -1/+8 | |
| 2005-12-07 | * make pkgAcqFile use the old interface so that we don't depend on a new apt ↵ | Michael Vogt | 1 | -5/+23 | |
| and still work with breezys apt | |||||
| 2005-12-06 | * apt.progress.InstallProgress class improved | Michael Vogt | 1 | -41/+22 | |
| 2005-12-06 | * bugfix in the acquire.FetchNeeded code | Michael Vogt | 1 | -0/+11 | |
| 2005-12-06 | * removed debug output | Michael Vogt | 1 | -3/+0 | |
| 2005-12-02 | * added "{candidate,installed}Downloadable" | Michael Vogt | 1 | -0/+36 | |
| 2005-12-01 | * pkgAcqFile wrapper added | Michael Vogt | 1 | -0/+7 | |
| 2005-11-28 | * cache.commit() uses the packagemanager python code now (+fix the gui-inst ↵ | Michael Vogt | 1 | -22/+31 | |
| example) | |||||
| 2005-11-22 | * another bugfix in the new pkgPackageManager wrapper | Michael Vogt | 1 | -0/+1 | |
| 2005-11-22 | * fix in the pkgmanager.cc code (/me needs to be hit with a clue-stick) | Michael Vogt | 1 | -7/+13 | |
| 2005-11-21 | * apt_inst.debExtractArchive() added | Michael Vogt | 1 | -2/+10 | |
| 2005-11-18 | * added stat constants to the acquire-item interface | Michael Vogt | 1 | -1/+5 | |
| 2005-11-18 | * support for the pkgAcquire::ItemIterator added | Michael Vogt | 1 | -3/+16 | |
| 2005-11-18 | * acquire interface works with progress reporting now | Michael Vogt | 1 | -1/+9 | |
| 2005-11-18 | * basic pkgAcquire + pkgPackageManager support added | Michael Vogt | 1 | -0/+24 | |
| 2005-10-20 | * merged with the progress reporting code | Michael Vogt | 2 | -9/+61 | |
| 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-20 | * example for working with apt_inst added | Michael Vogt | 1 | -0/+39 | |
| 2005-08-08 | * support for srcrecords.Files added | Michael Vogt | 1 | -0/+2 | |
| 2005-08-08 | * more "beef" added to the build-depends example | Michael Vogt | 1 | -1/+16 | |
| 2005-08-08 | * made the build-deps.py example usefull | Michael Vogt | 1 | -7/+16 | |
| 2005-08-05 | * improved the examples, added README too | Michael Vogt | 3 | -9/+13 | |
| 2005-08-03 | * some docstrings added, more api fixing | Michael Vogt | 2 | -15/+15 | |
| 2005-08-03 | * API BREAK: follow PEP08 now | Michael Vogt | 2 | -11/+11 | |
| 2005-05-09 | * more work on the native python apt interface | Michael Vogt | 2 | -24/+12 | |
| 2005-05-06 | * merged with matts mainline | Michael Vogt | 1 | -0/+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-04-13 | * build-depends added to PkgSrcRecords, example for build-depends added | Michael Vogt | 1 | -0/+46 | |
| 2005-04-11 | * added Cdrom.Ident(), improved the examples | Michael Vogt | 1 | -1/+6 | |
| 2005-04-11 | * cdrom interface added | Michael Vogt | 3 | -1/+48 | |
| 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 ↵ | Michael Vogt | 3 | -103/+76 | |
| use of a vte terminal | |||||
| 2005-04-08 | * simple InstallProgress interface added | Michael Vogt | 2 | -3/+24 | |
| 2005-04-08 | * started the DepCache.Commit() interface | Michael Vogt | 3 | -25/+171 | |
| 2005-04-07 | * code cleanups, simple MediaChanged implemented | Michael Vogt | 1 | -1/+2 | |
| 2005-04-07 | * added Current{CPS,Bytes,Items}, Total{Bytes,Items} to the fetch object | Michael Vogt | 1 | -2/+2 | |
| 2005-03-31 | * merged with the pkgDepCache tree | Michael Vogt | 1 | -0/+1 | |
| 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-14 | * basic fetch interface, mostly stubs right now | Michael Vogt | 1 | -0/+147 | |
| 2005-03-09 | * OpProgress interface added for DepCache | Michael Vogt | 1 | -5/+11 | |
| 2005-03-09 | * Implemented OpProgress support | Michael Vogt | 1 | -4/+16 | |
