summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-04-17* python/apt_pkgmodule.cc: Do not access the modules __dict__.Julian Andres Klode1-60/+44
2009-04-17* python/generic.h: Force 0.7 compatibility to be off in Python 3 buildsJulian Andres Klode1-0/+2
2009-04-17* doc: Update the documentation to use the new names.Julian Andres Klode3-8/+8
2009-04-17* apt/package.py: Where possible, derive apt.package.Record from collections....Julian Andres Klode2-2/+14
2009-04-17* apt/package.py: Introduce Version._translated_records.Julian Andres Klode1-5/+9
2009-04-17* apt/cache.py, apt/package.py: Rename the remaining arguments and variables.Julian Andres Klode2-120/+148
2009-04-17* apt/deprecation.py: Add deprecated_args()Julian Andres Klode1-4/+34
2009-04-16* python/cache.cc: Correct the 'Auto' descriptor of the Package class.Julian Andres Klode1-1/+1
2009-04-16* apt/*.py: Initial rename work for Bug#481061Julian Andres Klode13-112/+290
2009-04-15python-apt (0.7.90) experimental; urgency=lowJulian Andres Klode34-701/+1749
2009-04-15* Upload as 0.7.90 to experimentalJulian Andres Klode4-14/+14
2009-04-15* debian/rules: Fix building.Julian Andres Klode1-4/+4
2009-04-15* python: Port AcquireItem,Package,Description to GetSetJulian Andres Klode4-118/+188
2009-04-15* apt/package.py: Allow to set the candidate of a package (Closes: #523997)Julian Andres Klode2-1/+15
2009-04-15* Introduce support for Python 3 (Closes: #523645)Julian Andres Klode22-33/+307
2009-04-15* python/pkgrecords.cc: Use GetSet for PkgRecordsTypeJulian Andres Klode2-36/+94
2009-04-15* apt/cache.py: Use set() and WeakValueDictionary() for holding packages.Julian Andres Klode2-16/+26
2009-04-14* python/pkgsrcrecords.cc: Use GetSet properties for PkgSrcRecordsTypeJulian Andres Klode3-61/+119
2009-04-14* python/pkgmanager.cc: Use tp_methods and tp_getset for PkgManagerTypeJulian Andres Klode2-18/+35
2009-04-14* python/indexfile.cc: Use tp_methods and tp_getset for PackageIndexFileTypeJulian Andres Klode2-25/+53
2009-04-14* python/acquire.cc: Use tp_methods and tp_getset for PkgAcquireTypeJulian Andres Klode2-35/+62
2009-04-14* python/depcache.cc: Use tp_methods and tp_getset for PkgDepCacheTypeJulian Andres Klode2-28/+50
2009-04-14* python/cache.cc: Add tp_getset and tp_methods to DependencyType.Julian Andres Klode2-24/+74
2009-04-14* python/cache.cc: Use tp_methods and tp_getset for PkgCacheTypeJulian Andres Klode2-29/+71
2009-04-14* python/acquire.cc, python/sourcelist.cc: Type cleanupJulian Andres Klode3-33/+34
2009-04-14* Remove any trailing whitespaceJulian Andres Klode11-34/+33
2009-04-13* python/cdrom.cc, python/depcache.cc: Use tp_methods for Cdrom, ProblemResol...Julian Andres Klode4-34/+53
2009-04-13* doc: Documentation updatesJulian Andres Klode6-141/+383
2009-04-13* doc/source/apt_pkg/cache.rst: Add .. versionadded:: 0.7.11 to the documenta...Julian Andres Klode1-0/+4
2009-04-13* python/configuration.cc: Support the 'in' operator for ConfigurationJulian Andres Klode4-17/+64
2009-04-13* python/cache.cc: Add support for the Breaks fieldsJulian Andres Klode2-1/+2
2009-04-13* python/*.cc: Use PyObject_AsFileDescriptor instead of fileno(PyFile_AsFile)Julian Andres Klode5-20/+39
2009-04-13* apt/tag.cc: Rework TagFile using tp_methods and tp_getsetJulian Andres Klode2-17/+31
2009-04-13* python/tag.cc: Support 'key in mapping' for TagSectionsJulian Andres Klode6-23/+53
2009-04-13* doc/source/conf.py: Do not require python-debian anymoreJulian Andres Klode2-7/+9
2009-04-12apt/package.py: Handle cases where no candidate is available, by returningJulian Andres Klode2-1/+10
2009-04-12setup.py, debian/rules: Support version in setup.py again by gettingJulian Andres Klode3-0/+5
2009-04-12apt/package.py: Handle cases where no candidate is available andJulian Andres Klode3-28/+38
2009-04-10Add Package.get_version() which returns a Version instance for the given vers...Sebastian Heinlein1-0/+7
2009-04-10Allow to change the candidate version of a packageSebastian Heinlein1-0/+6
2009-04-10* apt/package.py(DeprecatedProperty.__get__): Only warn when used on objects.Julian Andres Klode2-4/+7
2009-04-10* apt/package.py(Package.candidateRecord): Fix missing 'd' in 'record'Julian Andres Klode2-2/+4
2009-04-10Fix FTBFS with python-debian (>= 0.1.13) on Python 2.4 by not using it toJulian Andres Klode2-14/+9
2009-04-01python-apt (0.7.10) unstable; urgency=lowJulian Andres Klode16-71/+287
2009-04-01Fix Breaks 0.28 => 0.28~, so it works for backports as well.Julian Andres Klode2-2/+2
2009-04-01Fix spelling error: python -> PythonJulian Andres Klode2-1/+2
2009-04-01Breaks: debdelta (<< 0.28) to avoid more problems due to the internalJulian Andres Klode2-0/+3
2009-04-01Set distribution to unstable, and close #521532 in the changelogJulian Andres Klode1-2/+2
2009-04-01* Fix documentation buildingJulian Andres Klode4-2/+17
2009-04-01* Copyright updates: debian/copyright, etc.Julian Andres Klode12-43/+103