| Age | Commit message (Collapse) | Author | Files | Lines |
|
- Document more attributes and functions of apt_pkg (they are all listed)
|
|
- apt/progress/gtk2.py: Moved here from apt/gtk/widgets.py
- apt/progress/__init__.py: Move here from apt/progress.py
|
|
- Deprecate Package.candidate*() and Package.installed*(), except for
installedFiles.
- Provide Version.get_source() (LP: #118788)
|
|
This changes our style to match the Python documentation.
|
|
Complete the documentation of pkgCache, pkgDepCache, pkgCache::Package.
Introduce new documentation for pkgCache::Version, pkgCache::Dependency,
pkgCache::PackageFile, pkgcache::Description.
There is also an example now which checks for missing dependencies.
|
|
The new documentation is built using sphinx (>= 0.5) [other versions may work too,
but let's be safe].
|