| Age | Commit message (Expand) | Author | Files | Lines |
| 2009-06-09 | Allow types providing __new__() to be subclassed. | Julian Andres Klode | 12 | -16/+32 |
| 2009-06-09 | python/cache.cc: Fix segfaults using the new allocation methods. | Julian Andres Klode | 2 | -3/+22 |
| 2009-06-08 | Fix build failures with python2.4-dbg (const) | Julian Andres Klode | 2 | -3/+3 |
| 2009-06-08 | python/progress.cc: #include "generic.h" to fix build failure with python2.4 | Julian Andres Klode | 1 | -0/+1 |
| 2009-06-08 | python/indexrecords.cc: Swap tuple elements in lookup, and raise KeyError whe... | Julian Andres Klode | 1 | -3/+8 |
| 2009-06-08 | Add apt_pkg.HashString and apt_pkg.IndexRecords (Closes: #456141) | Julian Andres Klode | 5 | -1/+271 |
| 2009-06-08 | python/generic.h,tag.cc,configuration.cc: Use tp_alloc/tp_free instead of Py... | Julian Andres Klode | 3 | -11/+12 |
| 2009-06-08 | merge with mvo | jak@debian.org | 1 | -6/+118 |
| 2009-06-05 | python/progress.cc, apt/progress/*.py: Use PEP 8 naming conventions for progress | Julian Andres Klode | 1 | -17/+64 |
| 2009-06-05 | python/acquire.cc(AcquireItemType): Use "apt_pkg.AcquireItem" as tp_name | Julian Andres Klode | 1 | -1/+1 |
| 2009-06-05 | python/: Put all deprecated Get*() functions into #ifdef COMPAT_0_7. | Julian Andres Klode | 10 | -9/+29 |
| 2009-06-05 | python/apt_pkgmodule.cc: Fix refcount problem. | Julian Andres Klode | 1 | -1/+3 |
| 2009-06-05 | Introduce the rename rules formally, and add some exceptions. | Julian Andres Klode | 6 | -18/+18 |
| 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 | 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 | python/: Convert most names to PEP8 naming conventions (except Version,Packag... | Julian Andres Klode | 13 | -22/+329 |
| 2009-05-05 | * apt/progress/__init__.py: | Michael Vogt | 1 | -7/+119 |
| 2009-04-24 | * python/*.cc: Fix build failures with python2.4-dbg. | Julian Andres Klode | 5 | -9/+9 |
| 2009-04-19 | ActionGroups can be used as a context manager for the 'with' statement. | Julian Andres Klode | 1 | -5/+27 |
| 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-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 | 1 | -0/+6 |
| 2009-04-15 | * python: Port AcquireItem,Package,Description to GetSet | Julian Andres Klode | 4 | -118/+188 |
| 2009-04-15 | * Introduce support for Python 3 (Closes: #523645) | Julian Andres Klode | 16 | -25/+192 |
| 2009-04-15 | * python/pkgrecords.cc: Use GetSet for PkgRecordsType | Julian Andres Klode | 2 | -36/+94 |
| 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 | 8 | -28/+28 |
| 2009-04-13 | * python/cdrom.cc, python/depcache.cc: Use tp_methods for Cdrom, ProblemResol... | Julian Andres Klode | 4 | -34/+53 |
| 2009-04-13 | * python/configuration.cc: Support the 'in' operator for Configuration | Julian Andres Klode | 2 | -15/+58 |
| 2009-04-13 | * python/cache.cc: Add support for the Breaks fields | Julian Andres Klode | 1 | -1/+1 |
| 2009-04-13 | * python/*.cc: Use PyObject_AsFileDescriptor instead of fileno(PyFile_AsFile) | Julian Andres Klode | 4 | -20/+37 |
| 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 | 2 | -16/+35 |
| 2009-03-03 | * python/cache.cc, tests/getcache_mem_corruption.py: | Michael Vogt | 1 | -3/+15 |
| 2009-01-29 | * apt/cache.py: | Michael Vogt | 3 | -0/+21 |
| 2009-01-11 | * Add support for PkgRecords.SHA256Hash (Closes: #456113) | Julian Andres Klode | 1 | -0/+2 |
| 2009-01-11 | Merge Ben Finney's whitespace changes (Closes: #481563) | Julian Andres Klode | 24 | -456/+456 |
| 2008-11-07 | python/acquire.cc (GetPkgAcqFile): Support DestDir and DestFilename. | Michael Vogt | 3 | -5/+10 |