Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-04-13 | * doc/source/conf.py: Do not require python-debian anymore | Julian Andres Klode | 1 | -6/+9 | |
Try to get the release from the information in the environment variable DEBVER, which is exported in debian/rules. If it is not set, use python-debian to read the release from the changelog. | |||||
2009-04-01 | * Fix documentation building | Julian Andres Klode | 1 | -1/+5 | |
- doc/source/conf.py: Only include directories for current python version. - debian/control: Build-Depend on python-gtk2, python-vte. - setup.py: If pygtk can not be imported, do not build the documentation. | |||||
2009-03-29 | Build-Depend on python-debian, use it to get version number from changelog | Julian Andres Klode | 1 | -2/+5 | |
2009-03-08 | * setup.py: Remove apt.gtk, add apt.progress | Julian Andres Klode | 1 | -0/+1 | |
2009-03-08 | * doc/source/*: Improve the documentation | Julian Andres Klode | 3 | -37/+173 | |
- Document more attributes and functions of apt_pkg (they are all listed) | |||||
2009-03-08 | * apt/progress/: New package, replaces apt.progress and apt.gtk | Julian Andres Klode | 2 | -5/+5 | |
- apt/progress/gtk2.py: Moved here from apt/gtk/widgets.py - apt/progress/__init__.py: Move here from apt/progress.py | |||||
2009-03-08 | * apt/package.py: Introduce the Version class | Julian Andres Klode | 1 | -0/+5 | |
- Deprecate Package.candidate*() and Package.installed*(), except for installedFiles. - Provide Version.get_source() (LP: #118788) | |||||
2009-01-12 | doc/source/coding.rst: New python coding guidelines | Julian Andres Klode | 1 | -10/+22 | |
The exception for mixedCase names is now only granted for modules introduced prior to version 0.7.9 and changes thereto. Modules which are listed as deprecated in the documentation of Python 2.6 should be avoided. has_key() may only be used on TagSection objects. | |||||
2009-01-12 | Cleanup: Comparisons to True/False, ==/!= None, deprecated modules | Julian Andres Klode | 2 | -8/+11 | |
2009-01-11 | * doc/source/apt_pkg/cache.rst: Mention the SHA256Hash is new in 0.7.9 | Julian Andres Klode | 1 | -0/+2 | |
2009-01-11 | * Add support for PkgRecords.SHA256Hash (Closes: #456113) | Julian Andres Klode | 1 | -0/+5 | |
2009-01-11 | * doc/: Small updates, add PkgSourceList | Julian Andres Klode | 2 | -38/+64 | |
2009-01-11 | doc/source/**.rst: rst Style changes. | Julian Andres Klode | 4 | -113/+103 | |
This changes our style to match the Python documentation. | |||||
2009-01-11 | * doc/source/apt_pkg/cache.rst: Add the last classes | Julian Andres Klode | 1 | -6/+435 | |
There is no description for MetaIndex yet, but this will be added soon. | |||||
2009-01-10 | * doc/source/apt_pkg/cache.rst: Add PkgAcqFile, AcquireItem, and Configuration | Julian Andres Klode | 1 | -0/+175 | |
Not documented: MetaIndex PackageIndexFile PkgManager PkgRecords PkgSourceList PkgSrcRecords ProblemResolver TagFile TagSection (9) | |||||
2009-01-10 | * doc/: Heavily improve documentation | Julian Andres Klode | 7 | -14/+655 | |
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 | * doc/source/coding.rst: Add the jak branch | Julian Andres Klode | 1 | -0/+7 | |
2009-01-09 | * setup.py, doc/source/conf.py: Fix building by adding build/lib* to PYTHONPATH | Julian Andres Klode | 1 | -2/+5 | |
We now build the extension first, and then the documentation. Also add the text docs. | |||||
2009-01-09 | * Introduce the new documentation and add 0.7.9~exp2 to changelog. | Julian Andres Klode | 21 | -0/+1321 | |
The new documentation is built using sphinx (>= 0.5) [other versions may work too, but let's be safe]. |