summaryrefslogtreecommitdiff
path: root/doc/source/library/apt.package.rst
AgeCommit message (Collapse)AuthorFilesLines
2014-01-25apt/package.py: Pass an apt_pkg.Dependency to BaseDependencyJulian Andres Klode1-21/+2
Instead of passing the properties to __init__(), let's just pass the apt_pkg.Dependency. Store that in a _dep attribute, and provide properties to provide the API. The other classes do it this way as well. Reported-by: Michael Schaller <michael@5challer.de>
2014-01-06Unify list of comparison type values everywhereJulian Andres Klode1-1/+2
They are now ordered and include the != and < operators in all cases.
2014-01-06apt, doc: Fix the list of comp_type valuesJulian Andres Klode1-1/+1
Reported-by: Michael Schaller <michael@5challer.de>
2011-04-12doc: Fix documentation of BaseDependency.relation (Closes: #607031)Julian Andres Klode1-1/+1
2011-04-12apt.package: Add 'tasks' to Version, improve doc (Closes: #619574)Julian Andres Klode1-0/+29
2009-07-23doc/source: Big documentation reorganisation.Julian Andres Klode1-0/+111
Due to the new C++ API and because I wanted to include some tutorials, the documentation is now seperated into 4 sections: library => Documentation of modules. tutorials => Tutorials for using python-apt and contributing whatsnew => Release notes c++ => Documentation,Tutorials for the C++ API This commit also includes a new overview page, like the Python documentation.