| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2012-03-27 | merged from http://bzr.debian.org/bzr/apt/python-apt/debian-sid | Michael Vogt | 4 | -22/+38 | |
| 2012-03-27 | merged from lp:~mvo/pthon-apt/mvo | Michael Vogt | 2 | -1/+6 | |
| 2012-03-27 | * apt/package.py: | Michael Vogt | 2 | -1/+6 | |
| - if there is no Version.uri return None | |||||
| 2012-03-05 | python/apt_pkgmodule.cc: Fix apt_pkg.Dependency.TYPE_RECOMMENDS, had ↵ | Julian Andres Klode | 2 | -1/+6 | |
| Suggests value previously | |||||
| 2012-02-14 | releasing version 0.8.3ubuntu4 | Michael Vogt | 1 | -2/+2 | |
| 2012-02-14 | merged from lp:~mvo/apt/mvo | Michael Vogt | 5 | -12/+97 | |
| 2012-02-06 | * tests/test_tagfile.py: | Michael Vogt | 6 | -26/+117 | |
| - add test for apt_pkg.TagFile() both for compressed/uncompressed files * python/tag.cc, tests/test_tagfile.py: - add support a filename argument in apt_pkg.TagFile() (in addition to the file object currently supported) | |||||
| 2012-02-06 | python/tag.cc: make it build with older apt versions too | Michael Vogt | 1 | -0/+5 | |
| 2012-02-06 | python/tag.cc: cleanup | Michael Vogt | 1 | -8/+4 | |
| 2012-02-03 | * python/tag.cc, tests/test_tagfile.py: | Michael Vogt | 3 | -24/+53 | |
| - add support a filename argument in apt_pkg.TagFile() (in addition to the file object currently supported) | |||||
| 2012-02-03 | tests/test_tagfile.py: fix data loading when not in tests dir | Michael Vogt | 1 | -2/+9 | |
| 2012-02-03 | * tests/test_tagfile.py: | Michael Vogt | 4 | -0/+53 | |
| - add test for apt_pkg.TagFile() both for compressed/uncompressed files | |||||
| 2012-01-31 | merged from lp:~mvo/python-apt/mvo | Michael Vogt | 15 | -115/+226 | |
| 2012-01-31 | merged from lp:~mvo/apt/mvo | Michael Vogt | 13 | -90/+209 | |
| 2012-01-31 | apt/debfile.py: kill _supported_data_members its actually not used anymore ↵ | Michael Vogt | 1 | -7/+0 | |
| and instead done dynamically in arfile.cc using the APT::Configuration::getCompressionTypes() call (yeah!) | |||||
| 2012-01-31 | * apt/debfile.py: | Michael Vogt | 3 | -18/+24 | |
| - use apt_inst for reading the control_filelist * debian/control: - remove no longer needed dependency on python-debian | |||||
| 2012-01-30 | GREEN: apt.Version has a "policy_priority" property | Michael Vogt | 4 | -6/+25 | |
| 2012-01-30 | RED: apt.Version should have "policy_priority" property | Michael Vogt | 3 | -3/+10 | |
| 2012-01-30 | REFACTOR: python/policy.cc update error to include PackageFile() too | Michael Vogt | 1 | -1/+1 | |
| 2012-01-30 | GREEN: policy should suppors PkgVerFile now | Michael Vogt | 3 | -7/+11 | |
| 2012-01-30 | RED: policy should support verfile | Michael Vogt | 3 | -25/+63 | |
| 2012-01-30 | pre-build.sh: re-enable debian mirror update, hopefully svn.debian.org is ↵ | Michael Vogt | 1 | -3/+2 | |
| back on the next build | |||||
| 2012-01-30 | rebuild against latest libapt | Michael Vogt | 3 | -3/+10 | |
| 2012-01-10 | pyflakes fixes | Michael Vogt | 3 | -6/+2 | |
| 2012-01-04 | * doc/examples/build-deps.py: | Michael Vogt | 3 | -36/+99 | |
| - update the build-deps.py example to use the apt API more | |||||
| 2011-12-19 | merged from lp:~mvo/python-apt/mvo | Michael Vogt | 6 | -24/+9 | |
| 2011-12-19 | pyflakes cleanup, use apt_pkg.gettext in aptsources too | Michael Vogt | 5 | -23/+5 | |
| 2011-12-19 | * apt/debfile.py: | Michael Vogt | 2 | -1/+4 | |
| - fix crash in dep multiarch handling | |||||
| 2011-12-09 | releasing version 0.8.3ubuntu2 | Martin Pitt | 1 | -2/+2 | |
| 2011-12-09 | debian/control: Drop unnecessary Recommends: python2.6 again. | Martin Pitt | 2 | -1/+7 | |
| 2011-12-09 | releasing version 0.8.3ubuntu1 | Michael Vogt | 1 | -1/+1 | |
| 2011-12-09 | * tests/test_apt_cache.py: | Michael Vogt | 2 | -2/+9 | |
| - fix tests on kfreebsd/ia64 | |||||
| 2011-12-09 | tests/test_apt_cache.py: use intltool instead of libc6 as the later is not ↵ | Michael Vogt | 1 | -2/+2 | |
| available on ia64 or kfreebsd | |||||
| 2011-12-09 | mered from debian | Michael Vogt | 1 | -2/+2 | |
| 2011-12-08 | * merged from debian/sid | Michael Vogt | 7 | -37/+147 | |
| * lp:~mvo/python-apt/debfile-multiarch: - add multiarch support to the debfile.py code * tests/test_apt_cache.py: - add additional check if provides test can actually be run | |||||
| 2011-12-08 | * handle architecture-specific conflicts correctly (LP: #829138) | Michael Vogt | 7 | -36/+148 | |
| * lp:~mvo/python-apt/debfile-multiarch: - add multiarch support to the debfile.py code * tests/test_apt_cache.py: - add additional check if provides test can actually be run | |||||
| 2011-12-08 | * tests/test_apt_cache.py: | Michael Vogt | 2 | -0/+8 | |
| - add additional check if provides test can actually be run | |||||
| 2011-12-08 | tests/test_apt_cache.py: change test to test for python3 instead of xterm to ↵ | Michael Vogt | 1 | -2/+2 | |
| fix test failure on certain buildds | |||||
| 2011-12-08 | * lp:~mvo/python-apt/debfile-multiarch: | Michael Vogt | 6 | -33/+129 | |
| - add multiarch support to the debfile.py code | |||||
| 2011-12-08 | merged from the mvo branch | Michael Vogt | 29 | -465/+726 | |
| 2011-12-08 | handle architecture-specific conflicts correctly (LP: #829138) | Michael Vogt | 2 | -1/+9 | |
| 2011-12-08 | merged from debian | Michael Vogt | 7 | -50/+65 | |
| 2011-12-01 | releasing version 0.8.2 | Michael Vogt | 1 | -3/+2 | |
| 2011-12-01 | merged from lp:~mvo/apt/mvo | Michael Vogt | 9 | -70/+102 | |
| 2011-12-01 | apt/debfile.py: add py3 compat for to_strish() | Michael Vogt | 1 | -12/+14 | |
| 2011-12-01 | apt/progress/base.py: fix silly leftover from last commit | Michael Vogt | 1 | -2/+0 | |
| 2011-12-01 | fix debfile binary test for py3 | Michael Vogt | 2 | -7/+9 | |
| 2011-12-01 | py3 fixes/clean | Michael Vogt | 3 | -3/+4 | |
| 2011-12-01 | * apt/progress/base.py: | Michael Vogt | 2 | -1/+7 | |
| - write exception text to stderr to avoid hidding exceptions like "pre-configure failed" from libapt (thanks to Jean-Baptiste Lallement) | |||||
| 2011-11-24 | fixed a typo, changed "Open Source software" to | Michael Vogt | 2 | -26/+30 | |
| "free and open-source software" (LP: #500940) | |||||
