summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-06-04apt, aptsources, doc: Update to use the new names.Julian Andres Klode16-529/+531
2009-06-04python/apt_pkgmodule.cc: Make sure all types are ready.Julian Andres Klode1-18/+1
2009-06-04python/cache.cc: Remove some (char*) to make migrate-0.8.py work again.Julian Andres Klode1-13/+13
2009-06-04utils/migrate-0.8.py: Handle constants in the apt_pkg extension.Julian Andres Klode1-0/+14
2009-06-04python/: Unify naming conventions for all new names.Julian Andres Klode8-60/+60
2009-06-04python/cache.cc, python/metaindex.cc: Convert remaining stuff to getset descr...Julian Andres Klode2-170/+356
2009-06-03python/apt_pkgmodule.cc: Rename STATE_* constants.Julian Andres Klode1-15/+15
2009-06-03utils/migrate-0.8.py: Fix function detection.Julian Andres Klode1-1/+8
2009-06-03python/: Convert most names to PEP8 naming conventions (except Version,Packag...Julian Andres Klode13-22/+329
2009-05-18* debian/python-apt.doc-base: register the documentation with the doc-base sy...Stefano Zacchiroli2-0/+16
2009-04-24* debian/rules: Support multiple PY3K versions.Julian Andres Klode1-16/+25
2009-04-24* python/*.cc: Fix build failures with python2.4-dbg.Julian Andres Klode5-9/+9
2009-04-24* debian/control: Do not require python >= 2.5, mistake in previous commit.Julian Andres Klode1-1/+1
2009-04-24* utils/migrate-0.8.py: Add a warning that there may be false positives.Julian Andres Klode1-4/+5
2009-04-24* utils/migrate-0.8.py: Correctly import modules, improve attribute detectionJulian Andres Klode1-5/+7
2009-04-24* utils/migrate-0.8.py: Fix detection of functions, methods and attributes.Julian Andres Klode1-1/+1
2009-04-20* utils/migrate-0.8.py: Handle attributes specially, reduces false positives.Julian Andres Klode1-4/+9
2009-04-20* utils/migrate-0.8.py: Helper to check Python code for deprecated functions,...Julian Andres Klode2-0/+197
2009-04-19* doc: Update the documentation to the current state.Julian Andres Klode6-961/+968
2009-04-19* Update the code to use the new classes.Julian Andres Klode30-88/+88
2009-04-19ActionGroups can be used as a context manager for the 'with' statement.Julian Andres Klode2-5/+28
2009-04-19* python/*.cc: Export all types and add a __new__() method to them.Julian Andres Klode14-174/+519
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