| Age | Commit message (Expand) | Author | Files | Lines |
| 2010-01-15 | Merge 0.7.13.5 pre. | Julian Andres Klode | 1 | -0/+45 |
| 2010-01-13 | doc/source/apt_pkg/cache.rst: fix cross-reference to _DependencyTypes | Michael Vogt | 2 | -2/+2 |
| 2010-01-13 | * python/cache.cc: | Michael Vogt | 2 | -0/+12 |
| 2009-10-25 | Add a tutorial on how to do things which are possible with apt-get, | Julian Andres Klode | 2 | -0/+67 |
| 2009-08-21 | Merge 0.7.13.0 from unstable. | Julian Andres Klode | 2 | -1/+9 |
| 2009-08-21 | doc/source/apt_pkg/cache.rst: Document pulseInterval in Cache.Update(). | Julian Andres Klode | 1 | -1/+4 |
| 2009-08-21 | * apt/cache.py: Introduce ProblemResolver class (Closes: #542705) | Julian Andres Klode | 2 | -0/+8 |
| 2009-08-18 | doc/source/c++/: Add C++ API documentation (no content yet). | Julian Andres Klode | 3 | -0/+12 |
| 2009-07-24 | doc/source/library: Add new classes, fix some issues. | Julian Andres Klode | 2 | -229/+386 |
| 2009-07-23 | doc/source: Big documentation reorganisation. | Julian Andres Klode | 26 | -177/+440 |
| 2009-07-21 | python/lock.cc: Implement apt_pkg.FileLock(). | Julian Andres Klode | 1 | -0/+6 |
| 2009-07-20 | doc/source/whatsnew/0.8.0.rst: Document apt_pkg.SystemLock. | Julian Andres Klode | 1 | -2/+7 |
| 2009-07-17 | doc/source/conf.py: Ignore failures to import apt_pkg. | Julian Andres Klode | 1 | -6/+15 |
| 2009-07-15 | doc/client-example.cc: Make it a module AND an application. | Julian Andres Klode | 1 | -8/+30 |
| 2009-07-15 | python/python-apt.h: Introduce the C++ API | Julian Andres Klode | 1 | -0/+46 |
| 2009-07-13 | doc/source/contributing.rst: List debian-experimental, fix highlighting. | Julian Andres Klode | 1 | -9/+19 |
| 2009-07-13 | doc/source/contributing.rst: Add C++ Coding style guidelines. | Julian Andres Klode | 1 | -26/+164 |
| 2009-07-12 | python/hashes.cc: Introduce the Hashes class. | Julian Andres Klode | 1 | -5/+21 |
| 2009-07-08 | doc/source/apt_pkg.rst: Update the documentation to reflect the latest changes. | Julian Andres Klode | 1 | -10/+34 |
| 2009-07-08 | doc/source/whatsnew/0.8.0.rst: Document the changes to the dependency handling. | Julian Andres Klode | 1 | -0/+61 |
| 2009-06-08 | merge with mvo | jak@debian.org | 1 | -1/+17 |
| 2009-06-05 | apt/cache.py: Introduce Cache.actiongroup() | Julian Andres Klode | 1 | -1/+1 |
| 2009-06-05 | doc/source/conf.py: Force compatibility to be off when creating documentation. | Julian Andres Klode | 1 | -0/+4 |
| 2009-06-05 | Introduce the rename rules formally, and add some exceptions. | Julian Andres Klode | 3 | -21/+99 |
| 2009-06-04 | apt, aptsources, doc: Update to use the new names. | Julian Andres Klode | 7 | -339/+339 |
| 2009-05-05 | * apt/progress/__init__.py: | Michael Vogt | 1 | -1/+17 |
| 2009-04-19 | * doc: Update the documentation to the current state. | Julian Andres Klode | 6 | -961/+968 |
| 2009-04-19 | * Update the code to use the new classes. | Julian Andres Klode | 19 | -42/+42 |
| 2009-04-17 | * doc: Update the documentation to use the new names. | Julian Andres Klode | 3 | -8/+8 |
| 2009-04-15 | * Upload as 0.7.90 to experimental | Julian Andres Klode | 3 | -13/+13 |
| 2009-04-14 | * Remove any trailing whitespace | Julian Andres Klode | 1 | -1/+1 |
| 2009-04-13 | * doc: Documentation updates | Julian Andres Klode | 5 | -72/+231 |
| 2009-04-13 | * doc/source/apt_pkg/cache.rst: Add .. versionadded:: 0.7.11 to the documenta... | Julian Andres Klode | 1 | -0/+4 |
| 2009-04-13 | * python/configuration.cc: Support the 'in' operator for Configuration | Julian Andres Klode | 1 | -0/+4 |
| 2009-04-13 | * python/tag.cc: Support 'key in mapping' for TagSections | Julian Andres Klode | 1 | -0/+4 |
| 2009-04-13 | * doc/source/conf.py: Do not require python-debian anymore | Julian Andres Klode | 1 | -6/+9 |
| 2009-04-01 | * Fix documentation building | Julian Andres Klode | 1 | -1/+5 |
| 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 | * doc/examples/*.py: Fix some examples, cleanup | Julian Andres Klode | 8 | -18/+6 |
| 2009-03-08 | apt/cache.py: If no progress is given for cache open, use OpProgress. | Julian Andres Klode | 1 | -3/+3 |
| 2009-03-08 | * setup.py: Remove apt.gtk, add apt.progress | Julian Andres Klode | 1 | -0/+1 |
| 2009-03-08 | * Merge with mvo | Julian Andres Klode | 6 | -0/+7 |
| 2009-03-08 | * doc/source/*: Improve the documentation | Julian Andres Klode | 3 | -37/+173 |
| 2009-03-08 | * apt/progress/: New package, replaces apt.progress and apt.gtk | Julian Andres Klode | 3 | -7/+7 |
| 2009-03-08 | * apt/package.py: Introduce the Version class | Julian Andres Klode | 1 | -0/+5 |
| 2009-02-25 | add a bunch of #!/usr/bin/python to the examples | Michael Vogt | 6 | -0/+7 |
| 2009-01-12 | doc/source/coding.rst: New python coding guidelines | Julian Andres Klode | 1 | -10/+22 |
| 2009-01-12 | Cleanup: Comparisons to True/False, ==/!= None, deprecated modules | Julian Andres Klode | 10 | -32/+25 |
| 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 |