Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-06-10 | Remove apt.progress.gtk2 | Julian Andres Klode | 1 | -29/+0 | |
2014-06-30 | make pep8 happy (again) | Michael Vogt | 1 | -1/+1 | |
2014-01-05 | make test_pep8.py pass | Michael Vogt | 1 | -1/+1 | |
2013-10-21 | doc/source/examples/dpkg-info.py: Use apt_inst.DebFile | Julian Andres Klode | 1 | -2/+2 | |
We previously used deb_extract_control, but this does not exist. Closes: #671784 | |||||
2010-03-01 | Style fixes. | Julian Andres Klode | 2 | -1/+3 | |
2009-10-25 | Add a tutorial on how to do things which are possible with apt-get, | Julian Andres Klode | 1 | -0/+22 | |
like apt-get --print-uris update (cf. #551164). | |||||
2009-07-23 | doc/source: Big documentation reorganisation. | Julian Andres Klode | 1 | -0/+70 | |
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. | |||||
2009-06-05 | Introduce the rename rules formally, and add some exceptions. | Julian Andres Klode | 1 | -1/+1 | |
2009-06-04 | apt, aptsources, doc: Update to use the new names. | Julian Andres Klode | 6 | -35/+35 | |
2009-04-19 | * Update the code to use the new classes. | Julian Andres Klode | 3 | -3/+3 | |
2009-04-17 | * doc: Update the documentation to use the new names. | Julian Andres Klode | 1 | -3/+3 | |
2009-03-08 | * apt/progress/: New package, replaces apt.progress and apt.gtk | Julian Andres Klode | 1 | -2/+2 | |
- apt/progress/gtk2.py: Moved here from apt/gtk/widgets.py - apt/progress/__init__.py: Move here from apt/progress.py | |||||
2009-01-12 | Cleanup: Comparisons to True/False, ==/!= None, deprecated modules | Julian Andres Klode | 1 | -0/+1 | |
2009-01-10 | * doc/: Heavily improve documentation | Julian Andres Klode | 3 | -0/+102 | |
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. | |||||
2009-01-09 | * Introduce the new documentation and add 0.7.9~exp2 to changelog. | Julian Andres Klode | 4 | -0/+129 | |
The new documentation is built using sphinx (>= 0.5) [other versions may work too, but let's be safe]. |