Age | Commit message (Expand) | Author | Files | Lines |
2009-07-16 | python/acquire.cc: Introduce PyAcquireWorker_Type, make PyAcquireItemDesc_Typ... | Julian Andres Klode | 1 | -6/+7 |
2009-07-15 | python/acquire.cc: Add AcquireItemDesc. | Julian Andres Klode | 1 | -0/+2 |
2009-07-15 | Introduce new progress (base) classes in apt_pkg: | Julian Andres Klode | 1 | -0/+2 |
2009-07-15 | python/python-apt.h: Introduce the C++ API | Julian Andres Klode | 1 | -0/+38 |
2009-07-14 | python/configuration.cc: Unify all Configuration,ConfigurationPtr,Configurati... | Julian Andres Klode | 1 | -5/+4 |
2009-07-13 | python/apt_pkgmodule.cc: Remove all dependendy type constants, and cleanup. | Julian Andres Klode | 1 | -87/+41 |
2009-07-13 | python/apt_pkgmodule.cc: Fix build on Python 2.4 | Julian Andres Klode | 1 | -1/+1 |
2009-07-13 | python/apt_pkgmodule.cc: Add function name to ParseDepends and friends. | Julian Andres Klode | 1 | -6/+7 |
2009-07-13 | python/apt_pkgmodule.cc, python/apt_instmodule.cc: Remove useless state. | Julian Andres Klode | 1 | -22/+7 |
2009-07-13 | python/apt_pkgmodule.cc: ParseDepends_old only needed in COMPAT_0_7. | Julian Andres Klode | 1 | -0/+2 |
2009-07-13 | python: Rename all PyTypeObject's to conform to PEP 7. | Julian Andres Klode | 1 | -31/+31 |
2009-07-12 | python/hashes.cc: Introduce the Hashes class. | Julian Andres Klode | 1 | -0/+1 |
2009-07-08 | python/apt_pkgmodule.cc: Unify dep handling -- part 1: parse_depends() | Julian Andres Klode | 1 | -5/+14 |
2009-06-21 | python/apt_pkgmodule.cc: Delete apt_pkg.Version constant [API break] | Julian Andres Klode | 1 | -1/+1 |
2009-06-21 | python: Add DeprecationWarning to functions which were replaced by classes. | Julian Andres Klode | 1 | -0/+2 |
2009-06-09 | python/apt_pkgmodule.cc: Fix the modulename. | Julian Andres Klode | 1 | -1/+1 |
2009-06-09 | Add apt_pkg.Policy class (Closes: #382725) | Julian Andres Klode | 1 | -0/+1 |
2009-06-09 | python/cache.cc: Fix segfaults using the new allocation methods. | Julian Andres Klode | 1 | -2/+3 |
2009-06-08 | Add apt_pkg.HashString and apt_pkg.IndexRecords (Closes: #456141) | Julian Andres Klode | 1 | -0/+2 |
2009-06-05 | python/: Put all deprecated Get*() functions into #ifdef COMPAT_0_7. | Julian Andres Klode | 1 | -0/+2 |
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 | 1 | -8/+8 |
2009-06-04 | python/apt_pkgmodule.cc: Make sure all types are ready. | Julian Andres Klode | 1 | -18/+1 |
2009-06-04 | python/: Unify naming conventions for all new names. | Julian Andres Klode | 1 | -18/+18 |
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 | 1 | -3/+91 |
2009-04-24 | * python/*.cc: Fix build failures with python2.4-dbg. | Julian Andres Klode | 1 | -2/+2 |
2009-04-19 | * python/*.cc: Export all types and add a __new__() method to them. | Julian Andres Klode | 1 | -0/+49 |
2009-04-17 | * python/apt_pkgmodule.cc: Do not access the modules __dict__. | Julian Andres Klode | 1 | -60/+44 |
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 | 1 | -1/+3 |
2009-04-15 | * Introduce support for Python 3 (Closes: #523645) | Julian Andres Klode | 1 | -23/+64 |
2009-04-15 | * python/pkgrecords.cc: Use GetSet for PkgRecordsType | Julian Andres Klode | 1 | -0/+1 |
2009-04-14 | * python/pkgsrcrecords.cc: Use GetSet properties for PkgSrcRecordsType | Julian Andres Klode | 1 | -0/+1 |
2009-04-14 | * python/pkgmanager.cc: Use tp_methods and tp_getset for PkgManagerType | Julian Andres Klode | 1 | -0/+1 |
2009-04-14 | * python/indexfile.cc: Use tp_methods and tp_getset for PackageIndexFileType | Julian Andres Klode | 1 | -0/+1 |
2009-04-14 | * python/acquire.cc: Use tp_methods and tp_getset for PkgAcquireType | Julian Andres Klode | 1 | -0/+1 |
2009-04-14 | * python/depcache.cc: Use tp_methods and tp_getset for PkgDepCacheType | Julian Andres Klode | 1 | -0/+1 |
2009-04-14 | * python/cache.cc: Add tp_getset and tp_methods to DependencyType. | Julian Andres Klode | 1 | -0/+1 |
2009-04-14 | * python/cache.cc: Use tp_methods and tp_getset for PkgCacheType | Julian Andres Klode | 1 | -0/+1 |
2009-04-14 | * python/acquire.cc, python/sourcelist.cc: Type cleanup | Julian Andres Klode | 1 | -0/+1 |
2009-04-14 | * Remove any trailing whitespace | Julian Andres Klode | 1 | -1/+1 |
2009-04-13 | * python/cdrom.cc, python/depcache.cc: Use tp_methods for Cdrom, ProblemResol... | Julian Andres Klode | 1 | -0/+4 |
2009-04-13 | * python/configuration.cc: Support the 'in' operator for Configuration | Julian Andres Klode | 1 | -0/+3 |
2009-04-13 | * python/*.cc: Use PyObject_AsFileDescriptor instead of fileno(PyFile_AsFile) | Julian Andres Klode | 1 | -6/+6 |
2009-04-13 | * apt/tag.cc: Rework TagFile using tp_methods and tp_getset | Julian Andres Klode | 1 | -0/+1 |
2009-04-13 | * python/tag.cc: Support 'key in mapping' for TagSections | Julian Andres Klode | 1 | -0/+4 |
2009-01-29 | * apt/cache.py: | Michael Vogt | 1 | -0/+1 |
2009-01-11 | Merge Ben Finney's whitespace changes (Closes: #481563) | Julian Andres Klode | 1 | -53/+53 |
2008-11-07 | python/acquire.cc (GetPkgAcqFile): Support DestDir and DestFilename. | Michael Vogt | 1 | -1/+1 |