| Age | Commit message (Expand) | Author | Files | Lines |
| 2009-04-24 | * python/*.cc: Fix build failures with python2.4-dbg. | Julian Andres Klode | 1 | -2/+2 |
| 2009-04-19 | ActionGroups can be used as a context manager for the 'with' statement. | Julian Andres Klode | 1 | -5/+27 |
| 2009-04-19 | * python/*.cc: Export all types and add a __new__() method to them. | Julian Andres Klode | 1 | -44/+96 |
| 2009-04-15 | * Introduce support for Python 3 (Closes: #523645) | Julian Andres Klode | 1 | -0/+6 |
| 2009-04-14 | * python/depcache.cc: Use tp_methods and tp_getset for PkgDepCacheType | Julian Andres Klode | 1 | -28/+49 |
| 2009-04-14 | * Remove any trailing whitespace | Julian Andres Klode | 1 | -6/+6 |
| 2009-04-13 | * python/cdrom.cc, python/depcache.cc: Use tp_methods for Cdrom, ProblemResol... | Julian Andres Klode | 1 | -20/+30 |
| 2009-01-11 | Merge Ben Finney's whitespace changes (Closes: #481563) | Julian Andres Klode | 1 | -85/+85 |
| 2008-07-31 | fix GetCandidateVer() reporting incorrect versions after | Michael Vogt | 1 | -2/+4 |
| 2008-05-16 | Remove trailing whitespace. | Ben Finney | 1 | -85/+85 |
| 2007-12-04 | merged from the ubuntu branch | Michael Vogt | 1 | -1/+1 |
| 2007-11-23 | * python/depcache.cc: | Michael Vogt | 1 | -5/+20 |
| 2007-03-14 | * python/depache.cc: | Michael Vogt | 1 | -0/+15 |
| 2007-01-26 | * support "fromUser()" flag in apt.Package.markInstall() to make | Michael Vogt | 1 | -2/+4 |
| 2006-10-06 | * python/depcache.cc: | Michael Vogt | 1 | -0/+70 |
| 2006-06-26 | * python/depcache.cc: | Michael Vogt | 1 | -0/+15 |
| 2006-01-09 | * fix broken returns a usefull value now | Michael Vogt | 1 | -4/+5 |
| 2006-01-09 | * added MinimizeUpgrade, Upgrade returns a bool now | Michael Vogt | 1 | -3/+19 |
| 2005-11-22 | * less debug messages | Michael Vogt | 1 | -3/+3 |
| 2005-11-17 | * fail if a download fails | Michael Vogt | 1 | -2/+18 |
| 2005-10-24 | * custom waitChild() added in installProgress | Michael Vogt | 1 | -6/+5 |
| 2005-10-21 | * fix a crasher in the install interface | Michael Vogt | 1 | -1/+1 |
| 2005-10-20 | * progress interface fully working now, commit interface too | Michael Vogt | 1 | -29/+10 |
| 2005-07-01 | * added "Downloadable" as attribute to a VerIterator | Michael Vogt | 1 | -0/+1 |
| 2005-07-01 | * SetReInstall() added to depcache | Michael Vogt | 1 | -0/+19 |
| 2005-06-24 | * support autoInst flag in depcache.MarkInstall() | Michael Vogt | 1 | -3/+3 |
| 2005-06-20 | * added support for the pkgProblemResolver() | Michael Vogt | 1 | -1/+161 |
| 2005-06-03 | * fixes, MarkedInstall() checks for "NewInstall()" now, we have "Upgrade()" t... | Michael Vogt | 1 | -1/+1 |
| 2005-06-01 | * Cache.GetChanges() added, support for Marked{Downgrade,Reinstall} tests added | Michael Vogt | 1 | -0/+33 |
| 2005-05-27 | * make better use of the cachefile in the depcache, avoid a stupid double dep... | Michael Vogt | 1 | -68/+62 |
| 2005-05-09 | * more work on the native python apt interface | Michael Vogt | 1 | -1/+1 |
| 2005-05-03 | * merged with Greek0@gmx.net--2005-main, native apt interface added, fixed a ... | Michael Vogt | 1 | -5/+1 |
| 2005-04-11 | * alway call pkgApplyStatus() in DepCache.Init() | Michael Vogt | 1 | -0/+2 |
| 2005-04-08 | * InstallProgress has overridable fork interface now, added example for the u... | Michael Vogt | 1 | -8/+15 |
| 2005-04-08 | * simple InstallProgress interface added | Michael Vogt | 1 | -1/+6 |
| 2005-04-08 | * started the DepCache.Commit() interface | Michael Vogt | 1 | -1/+133 |
| 2005-03-31 | * merged with the pkgDepCache tree | Michael Vogt | 1 | -17/+14 |
| 2005-03-31 | * debcache has a "Packages" attribute now too (like the cache) | Michael Vogt | 1 | -1/+6 |
| 2005-03-09 | * OpProgress interface added for DepCache | Michael Vogt | 1 | -5/+21 |
| 2005-03-09 | * star-merged with my pkgDepCache branch | Michael Vogt | 1 | -2/+20 |
| 2005-03-02 | * merged with matts tree, resolved lots of conflicts | Michael Vogt | 1 | -40/+216 |
| 2005-02-23 | * apt_pkg.GetCache() supports a progress callback now too | Michael Vogt | 1 | -63/+20 |
| 2005-02-23 | * progress callback support added | Michael Vogt | 1 | -11/+63 |
| 2005-02-23 | * added basic depcache support | Michael Vogt | 1 | -0/+149 |