summaryrefslogtreecommitdiff
path: root/doc/source
AgeCommit message (Expand)AuthorFilesLines
2011-04-05Introduce apt_pkg.Cache.groups and apt_pkg.Cache.group_countJulian Andres Klode1-0/+26
2011-04-05Support (name, arch) tuples in apt_pkg.Cache mappings, wrappingJulian Andres Klode1-2/+23
2011-04-05Change apt_pkg.Cache() so that passing None for 'progress' results inJulian Andres Klode1-1/+2
2011-04-05Add apt_pkg.Group class, wrapping pkgCache::GrpIteratorJulian Andres Klode2-0/+71
2011-04-05Add an 'is_multi_arch' attribute to apt_pkg.Cache Julian Andres Klode1-0/+4
2011-04-04* python/cache.cc:Julian Andres Klode1-2/+19
2011-03-21 - add optional parameter to allow parse_depends() to keep theMichael Vogt1-1/+4
2011-01-10merged lp:~geser/ubuntu/natty/python-apt/build-with-py3.2 (manually as bzr th...Michael Vogt1-1/+1
2010-11-17The C++ API/ABI is stable now.Julian Andres Klode2-8/+1
2010-11-17* doc:Julian Andres Klode2-7/+30
2010-08-02doc/library/apt_pkg.rst: Document Configuration.dump().Julian Andres Klode1-0/+5
2010-07-23* python/apt_pkgmodule.cc:Julian Andres Klode1-0/+4
2010-07-23* doc/conf.py:Julian Andres Klode1-2/+7
2010-06-01* doc/source/conf.py:Michael Vogt1-1/+3
2010-05-19Big documentation update.Julian Andres Klode6-643/+992
2010-03-01Style fixes.Julian Andres Klode2-1/+3
2010-02-27doc: Document the new Cache functionality.Julian Andres Klode1-0/+5
2010-02-13python/tagfile.cc: Implement the iterator protocol in TagFile.Julian Andres Klode1-3/+26
2010-02-02doc/source/c++/api.rst: Update for the API changes.Julian Andres Klode1-31/+31
2010-02-02Fix typo seperated => separated in multiple files (reported by lintian).Julian Andres Klode2-2/+2
2010-01-20Rename apt_pkg.PackageIndexFile to apt_pkg.IndexFile.Julian Andres Klode2-13/+13
2010-01-20doc/source/c++/embedding.rst: Add compile command.Julian Andres Klode1-0/+7
2010-01-20doc/source/c++/api.rst: Document the C++ bindings.Julian Andres Klode2-3/+820
2010-01-20apt/progress/gtk2.py: Add GAcquireProgress.Julian Andres Klode1-2/+2
2010-01-20doc/source/library/apt.progress.base.rst: Document Progress classes.Julian Andres Klode2-0/+336
2010-01-15Rewrite apt.progress.gtk2 documentation by hand and drop python-gtk2Julian Andres Klode1-13/+115
2010-01-15doc/source/conf.py: Fix documentation in debugging variants of Python.Julian Andres Klode1-1/+1
2010-01-15fix typoJulian Andres Klode1-1/+1
2010-01-15Change version from 0.8 to 0.7.100 to indicate compatibility.Julian Andres Klode5-29/+48
2010-01-15doc/source/library/apt_inst.rst: Update to the new API.Julian Andres Klode1-74/+306
2010-01-15Make all class-level constants have uppercase names.Julian Andres Klode1-8/+8
2010-01-15Merge 0.7.13.5 pre.Julian Andres Klode1-0/+45
2010-01-13doc/source/apt_pkg/cache.rst: fix cross-reference to _DependencyTypesMichael Vogt2-2/+2
2010-01-13* python/cache.cc:Michael Vogt2-0/+12
2009-10-25Add a tutorial on how to do things which are possible with apt-get,Julian Andres Klode2-0/+67
2009-08-21Merge 0.7.13.0 from unstable.Julian Andres Klode2-1/+9
2009-08-21doc/source/apt_pkg/cache.rst: Document pulseInterval in Cache.Update().Julian Andres Klode1-1/+4
2009-08-21* apt/cache.py: Introduce ProblemResolver class (Closes: #542705)Julian Andres Klode2-0/+8
2009-08-18doc/source/c++/: Add C++ API documentation (no content yet).Julian Andres Klode3-0/+12
2009-07-24doc/source/library: Add new classes, fix some issues.Julian Andres Klode2-229/+386
2009-07-23doc/source: Big documentation reorganisation.Julian Andres Klode26-177/+440
2009-07-21python/lock.cc: Implement apt_pkg.FileLock().Julian Andres Klode1-0/+6
2009-07-20doc/source/whatsnew/0.8.0.rst: Document apt_pkg.SystemLock.Julian Andres Klode1-2/+7
2009-07-17doc/source/conf.py: Ignore failures to import apt_pkg.Julian Andres Klode1-6/+15
2009-07-13doc/source/contributing.rst: List debian-experimental, fix highlighting.Julian Andres Klode1-9/+19
2009-07-13doc/source/contributing.rst: Add C++ Coding style guidelines.Julian Andres Klode1-26/+164
2009-07-12python/hashes.cc: Introduce the Hashes class.Julian Andres Klode1-5/+21
2009-07-08doc/source/apt_pkg.rst: Update the documentation to reflect the latest changes.Julian Andres Klode1-10/+34
2009-07-08doc/source/whatsnew/0.8.0.rst: Document the changes to the dependency handling.Julian Andres Klode1-0/+61
2009-06-05apt/cache.py: Introduce Cache.actiongroup()Julian Andres Klode1-1/+1