| Age | Commit message (Expand) | Author | Files | Lines |
| 2010-04-21 | python: Commit documentation changes suggested by debian-l10n-english. | Julian Andres Klode | 1 | -32/+39 |
| 2010-04-21 | python/cache.cc: Add Package.has_provides to see which packages are provided ... | Julian Andres Klode | 1 | -0/+8 |
| 2010-04-21 | Add rich compare methods to the Version object. | Julian Andres Klode | 1 | -1/+20 |
| 2010-04-21 | Add Package.has_versions to see which packages have at least one version. | Julian Andres Klode | 1 | -0/+9 |
| 2010-04-01 | python: Document every class, function, property. | Julian Andres Klode | 1 | -72/+208 |
| 2010-04-01 | python: Return bool instead of int to Python where possible, looks better. | Julian Andres Klode | 1 | -8/+8 |
| 2010-04-01 | Fix PackageFile.not_automatic to use NotAutomatic instead of NotSource. | Julian Andres Klode | 1 | -1/+1 |
| 2010-03-31 | * python/cache.cc: | Julian Andres Klode | 1 | -1/+2 |
| 2010-02-27 | * python: | Julian Andres Klode | 1 | -82/+6 |
| 2010-02-27 | * python/cache.cc: | Julian Andres Klode | 1 | -5/+22 |
| 2010-01-27 | Merge the CppOwnedPyObject C++ class into CppPyObject. | Julian Andres Klode | 1 | -57/+57 |
| 2010-01-15 | Merge 0.7.13.5 pre. | Julian Andres Klode | 1 | -11/+26 |
| 2010-01-13 | * python/cache.cc: | Michael Vogt | 1 | -11/+16 |
| 2009-08-21 | Merge 0.7.13.0 from unstable. | Julian Andres Klode | 1 | -2/+3 |
| 2009-08-21 | python/cache.cc: Set default pulseInterval to 0 (matches apt-pkg's default). | Julian Andres Klode | 1 | -1/+1 |
| 2009-08-19 | * apt/cache.py, python/cache.cc: | Michael Vogt | 1 | -2/+3 |
| 2009-07-31 | python: Remove the progress classes in apt_pkg. | Julian Andres Klode | 1 | -6/+0 |
| 2009-07-30 | * python/cache.cc: | Julian Andres Klode | 1 | -1/+1 |
| 2009-07-24 | python: Fix some more possible NULL issues. | Julian Andres Klode | 1 | -2/+4 |
| 2009-07-24 | python/cache.cc: Fix segfault if Pkg->Section == NULL. | Julian Andres Klode | 1 | -14/+15 |
| 2009-07-17 | python/cache.cc: Only support new OpProgress() objects in apt_pkg.Cache(). | Julian Andres Klode | 1 | -1/+9 |
| 2009-07-17 | python: Use PyString_FromFormat instead of snprintf. | Julian Andres Klode | 1 | -37/+30 |
| 2009-07-13 | python: No zero-size arrays for char *kwlist[]. | Julian Andres Klode | 1 | -1/+1 |
| 2009-07-13 | python: Rename all PyTypeObject's to conform to PEP 7. | Julian Andres Klode | 1 | -30/+30 |
| 2009-07-12 | python/cache.cc: Set NoDelete for Caches, instead of using the wrong dealloc ... | Julian Andres Klode | 1 | -1/+3 |
| 2009-07-12 | python/cache.cc: Py_DECREF the CacheFile, so it can be deleted. | Julian Andres Klode | 1 | -1/+1 |
| 2009-06-25 | python: Use PyVarObject_HEAD_INIT() instead of PyObject_HEAD_INIT(). | Julian Andres Klode | 1 | -36/+9 |
| 2009-06-25 | python: Fix some build warnings. | Julian Andres Klode | 1 | -5/+4 |
| 2009-06-25 | python/cache.cc: Support unicode objects and str objects in Python 2. | Julian Andres Klode | 1 | -7/+6 |
| 2009-06-22 | python/cache.cc: Drop apt_pkg.Cache.open() and apt_pkg.Cache.close(). | Julian Andres Klode | 1 | -2/+5 |
| 2009-06-21 | python: Make all CppOwnedPyObjects and similar support garbage collection. | Julian Andres Klode | 1 | -34/+28 |
| 2009-06-21 | python: Add DeprecationWarning to functions which were replaced by classes. | Julian Andres Klode | 1 | -0/+2 |
| 2009-06-21 | python/cache.cc: Give more information on TypeErrors in CacheMapOp | Julian Andres Klode | 1 | -1/+3 |
| 2009-06-15 | Add support for Enhances as a dependency type (Closes: #416247) | Julian Andres Klode | 1 | -1/+1 |
| 2009-06-14 | python/cache.cc,depcache.cc: Do not delete the depcache and cache pointers. | Julian Andres Klode | 1 | -1/+3 |
| 2009-06-12 | Bugfix: Delete pointers correctly, fixing memory leaks. (LP: #370149) | Julian Andres Klode | 1 | -2/+2 |
| 2009-06-09 | Allow types providing __new__() to be subclassed. | Julian Andres Klode | 1 | -1/+2 |
| 2009-06-09 | python/cache.cc: Fix segfaults using the new allocation methods. | Julian Andres Klode | 1 | -1/+19 |
| 2009-06-05 | python/: Put all deprecated Get*() functions into #ifdef COMPAT_0_7. | Julian Andres Klode | 1 | -1/+2 |
| 2009-06-05 | Introduce the rename rules formally, and add some exceptions. | Julian Andres Klode | 1 | -1/+1 |
| 2009-06-04 | python/cache.cc: Remove some (char*) to make migrate-0.8.py work again. | Julian Andres Klode | 1 | -13/+13 |
| 2009-06-04 | python/: Unify naming conventions for all new names. | Julian Andres Klode | 1 | -15/+15 |
| 2009-06-04 | python/cache.cc, python/metaindex.cc: Convert remaining stuff to getset descr... | Julian Andres Klode | 1 | -118/+278 |
| 2009-06-03 | python/: Convert most names to PEP8 naming conventions (except Version,Packag... | Julian Andres Klode | 1 | -1/+48 |
| 2009-04-24 | * python/*.cc: Fix build failures with python2.4-dbg. | Julian Andres Klode | 1 | -1/+1 |
| 2009-04-19 | * python/*.cc: Export all types and add a __new__() method to them. | Julian Andres Klode | 1 | -52/+73 |
| 2009-04-16 | * python/cache.cc: Correct the 'Auto' descriptor of the Package class. | Julian Andres Klode | 1 | -1/+1 |
| 2009-04-15 | * python: Port AcquireItem,Package,Description to GetSet | Julian Andres Klode | 1 | -76/+122 |
| 2009-04-15 | * Introduce support for Python 3 (Closes: #523645) | Julian Andres Klode | 1 | -0/+18 |
| 2009-04-14 | * python/cache.cc: Add tp_getset and tp_methods to DependencyType. | Julian Andres Klode | 1 | -24/+73 |