| Age | Commit message (Expand) | Author | Files | Lines |
| 2009-04-17 | * python/apt_pkgmodule.cc: Do not access the modules __dict__. | Julian Andres Klode | 1 | -60/+44 |
| 2009-04-17 | * python/generic.h: Force 0.7 compatibility to be off in Python 3 builds | Julian Andres Klode | 1 | -0/+2 |
| 2009-04-17 | * doc: Update the documentation to use the new names. | Julian Andres Klode | 3 | -8/+8 |
| 2009-04-17 | * apt/package.py: Where possible, derive apt.package.Record from collections.... | Julian Andres Klode | 2 | -2/+14 |
| 2009-04-17 | * apt/package.py: Introduce Version._translated_records. | Julian Andres Klode | 1 | -5/+9 |
| 2009-04-17 | * apt/cache.py, apt/package.py: Rename the remaining arguments and variables. | Julian Andres Klode | 2 | -120/+148 |
| 2009-04-17 | * apt/deprecation.py: Add deprecated_args() | Julian Andres Klode | 1 | -4/+34 |
| 2009-04-16 | * python/cache.cc: Correct the 'Auto' descriptor of the Package class. | Julian Andres Klode | 1 | -1/+1 |
| 2009-04-16 | * apt/*.py: Initial rename work for Bug#481061 | Julian Andres Klode | 13 | -112/+290 |
| 2009-04-15 | python-apt (0.7.90) experimental; urgency=low | Julian Andres Klode | 34 | -701/+1749 |
| 2009-04-15 | * Upload as 0.7.90 to experimental | Julian Andres Klode | 4 | -14/+14 |
| 2009-04-15 | * debian/rules: Fix building. | Julian Andres Klode | 1 | -4/+4 |
| 2009-04-15 | * python: Port AcquireItem,Package,Description to GetSet | Julian Andres Klode | 4 | -118/+188 |
| 2009-04-15 | * apt/package.py: Allow to set the candidate of a package (Closes: #523997) | Julian Andres Klode | 2 | -1/+15 |
| 2009-04-15 | * Introduce support for Python 3 (Closes: #523645) | Julian Andres Klode | 22 | -33/+307 |
| 2009-04-15 | * python/pkgrecords.cc: Use GetSet for PkgRecordsType | Julian Andres Klode | 2 | -36/+94 |
| 2009-04-15 | * apt/cache.py: Use set() and WeakValueDictionary() for holding packages. | Julian Andres Klode | 2 | -16/+26 |
| 2009-04-14 | * python/pkgsrcrecords.cc: Use GetSet properties for PkgSrcRecordsType | Julian Andres Klode | 3 | -61/+119 |
| 2009-04-14 | * python/pkgmanager.cc: Use tp_methods and tp_getset for PkgManagerType | Julian Andres Klode | 2 | -18/+35 |
| 2009-04-14 | * python/indexfile.cc: Use tp_methods and tp_getset for PackageIndexFileType | Julian Andres Klode | 2 | -25/+53 |
| 2009-04-14 | * python/acquire.cc: Use tp_methods and tp_getset for PkgAcquireType | Julian Andres Klode | 2 | -35/+62 |
| 2009-04-14 | * python/depcache.cc: Use tp_methods and tp_getset for PkgDepCacheType | Julian Andres Klode | 2 | -28/+50 |
| 2009-04-14 | * python/cache.cc: Add tp_getset and tp_methods to DependencyType. | Julian Andres Klode | 2 | -24/+74 |
| 2009-04-14 | * python/cache.cc: Use tp_methods and tp_getset for PkgCacheType | Julian Andres Klode | 2 | -29/+71 |
| 2009-04-14 | * python/acquire.cc, python/sourcelist.cc: Type cleanup | Julian Andres Klode | 3 | -33/+34 |
| 2009-04-14 | * Remove any trailing whitespace | Julian Andres Klode | 11 | -34/+33 |
| 2009-04-13 | * python/cdrom.cc, python/depcache.cc: Use tp_methods for Cdrom, ProblemResol... | Julian Andres Klode | 4 | -34/+53 |
| 2009-04-13 | * doc: Documentation updates | Julian Andres Klode | 6 | -141/+383 |
| 2009-04-13 | * doc/source/apt_pkg/cache.rst: Add .. versionadded:: 0.7.11 to the documenta... | Julian Andres Klode | 1 | -0/+4 |
| 2009-04-13 | * python/configuration.cc: Support the 'in' operator for Configuration | Julian Andres Klode | 4 | -17/+64 |
| 2009-04-13 | * python/cache.cc: Add support for the Breaks fields | Julian Andres Klode | 2 | -1/+2 |
| 2009-04-13 | * python/*.cc: Use PyObject_AsFileDescriptor instead of fileno(PyFile_AsFile) | Julian Andres Klode | 5 | -20/+39 |
| 2009-04-13 | * apt/tag.cc: Rework TagFile using tp_methods and tp_getset | Julian Andres Klode | 2 | -17/+31 |
| 2009-04-13 | * python/tag.cc: Support 'key in mapping' for TagSections | Julian Andres Klode | 6 | -23/+53 |
| 2009-04-13 | * doc/source/conf.py: Do not require python-debian anymore | Julian Andres Klode | 2 | -7/+9 |
| 2009-04-12 | apt/package.py: Handle cases where no candidate is available, by returning | Julian Andres Klode | 2 | -1/+10 |
| 2009-04-12 | setup.py, debian/rules: Support version in setup.py again by getting | Julian Andres Klode | 3 | -0/+5 |
| 2009-04-12 | apt/package.py: Handle cases where no candidate is available and | Julian Andres Klode | 3 | -28/+38 |
| 2009-04-10 | Add Package.get_version() which returns a Version instance for the given vers... | Sebastian Heinlein | 1 | -0/+7 |
| 2009-04-10 | Allow to change the candidate version of a package | Sebastian Heinlein | 1 | -0/+6 |
| 2009-04-10 | * apt/package.py(DeprecatedProperty.__get__): Only warn when used on objects. | Julian Andres Klode | 2 | -4/+7 |
| 2009-04-10 | * apt/package.py(Package.candidateRecord): Fix missing 'd' in 'record' | Julian Andres Klode | 2 | -2/+4 |
| 2009-04-10 | Fix FTBFS with python-debian (>= 0.1.13) on Python 2.4 by not using it to | Julian Andres Klode | 2 | -14/+9 |
| 2009-04-01 | python-apt (0.7.10) unstable; urgency=low | Julian Andres Klode | 16 | -71/+287 |
| 2009-04-01 | Fix Breaks 0.28 => 0.28~, so it works for backports as well. | Julian Andres Klode | 2 | -2/+2 |
| 2009-04-01 | Fix spelling error: python -> Python | Julian Andres Klode | 2 | -1/+2 |
| 2009-04-01 | Breaks: debdelta (<< 0.28) to avoid more problems due to the internal | Julian Andres Klode | 2 | -0/+3 |
| 2009-04-01 | Set distribution to unstable, and close #521532 in the changelog | Julian Andres Klode | 1 | -2/+2 |
| 2009-04-01 | * Fix documentation building | Julian Andres Klode | 4 | -2/+17 |
| 2009-04-01 | * Copyright updates: debian/copyright, etc. | Julian Andres Klode | 12 | -43/+103 |