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