Age | Commit message (Expand) | Author | Files | Lines |
2013-10-23 | python/depcache.cc: Add more error handling to PkgDepCacheCommit | Julian Andres Klode | 1 | -1/+1 |
2013-10-23 | python/{depcache.cc,string.cc}: Ignore deprecation warnings for some calls | Julian Andres Klode | 1 | -0/+2 |
2013-10-23 | python/*.cc: Get rid of the easy-to-replace deprecated APT functions | Julian Andres Klode | 1 | -1/+3 |
2013-09-11 | Remove old API compatibility C++ support code | Julian Andres Klode | 1 | -25/+0 |
2011-11-10 | fix build against apt in experimental | Michael Vogt | 1 | -0/+1 |
2011-04-12 | apt_pkg: Fix unsigned/long-vs-int issues (LP: #610820) | Julian Andres Klode | 1 | -6/+6 |
2011-02-18 | * python/depcache.cc: | Michael Vogt | 1 | -0/+30 |
2010-12-22 | python/depcache.cc: remove Py_DECREF, that is one too much (thanks to juliank) | Michael Vogt | 1 | -1/+0 |
2010-12-22 | * python/depcache.cc: | Michael Vogt | 1 | -1/+3 |
2010-12-07 | * python/generic.h: | Michael Vogt | 1 | -1/+2 |
2010-09-20 | fix return type of DebSize() and UsrSize(), thanks to | Michael Vogt | 1 | -2/+2 |
2010-04-21 | python: Commit documentation changes suggested by debian-l10n-english. | Julian Andres Klode | 1 | -11/+21 |
2010-04-01 | python: Document every class, function, property. | Julian Andres Klode | 1 | -40/+132 |
2010-04-01 | python: Return bool instead of int to Python where possible, looks better. | Julian Andres Klode | 1 | -22/+22 |
2010-02-27 | * python: | Julian Andres Klode | 1 | -44/+2 |
2010-01-27 | Merge the CppOwnedPyObject C++ class into CppPyObject. | Julian Andres Klode | 1 | -21/+21 |
2009-07-13 | python: No zero-size arrays for char *kwlist[]. | Julian Andres Klode | 1 | -3/+3 |
2009-07-13 | python: Rename all PyTypeObject's to conform to PEP 7. | Julian Andres Klode | 1 | -32/+32 |
2009-07-12 | python/depcache.cc: Set NoDelete for DepCaches, instead of using the wrong de... | Julian Andres Klode | 1 | -4/+5 |
2009-07-11 | python/depcache.cc: Introduce DepCache.policy property. | Julian Andres Klode | 1 | -0/+13 |
2009-06-25 | python: Use PyVarObject_HEAD_INIT() instead of PyObject_HEAD_INIT(). | Julian Andres Klode | 1 | -12/+3 |
2009-06-25 | python: Fix some build warnings. | Julian Andres Klode | 1 | -3/+0 |
2009-06-22 | Add apt_pkg.DepCache.mark_auto() and apt.Package.mark_auto() methods to | Julian Andres Klode | 1 | -0/+18 |
2009-06-21 | python: Make all CppOwnedPyObjects and similar support garbage collection. | Julian Andres Klode | 1 | -10/+13 |
2009-06-21 | python: Add DeprecationWarning to functions which were replaced by classes. | Julian Andres Klode | 1 | -0/+8 |
2009-06-14 | python/cache.cc,depcache.cc: Do not delete the depcache and cache pointers. | Julian Andres Klode | 1 | -1/+2 |
2009-06-12 | Bugfix: Delete pointers correctly, fixing memory leaks. (LP: #370149) | Julian Andres Klode | 1 | -3/+3 |
2009-06-09 | Allow types providing __new__() to be subclassed. | Julian Andres Klode | 1 | -3/+6 |
2009-06-05 | python/: Put all deprecated Get*() functions into #ifdef COMPAT_0_7. | Julian Andres Klode | 1 | -2/+6 |
2009-06-05 | Introduce the rename rules formally, and add some exceptions. | Julian Andres Klode | 1 | -2/+2 |
2009-06-04 | python/: Unify naming conventions for all new names. | Julian Andres Klode | 1 | -10/+10 |
2009-06-03 | python/: Convert most names to PEP8 naming conventions (except Version,Packag... | Julian Andres Klode | 1 | -8/+49 |
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 |